@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --amber: #ffc107;
    --blue: #2196f3;
    --blue-grey: #607d8b;
    --brown: #795548;
    --cyan: #00bcd4;
    --deep-orange: #ff5722;
    --deep-purple: #673ab7;
    --green: #4caf50;
    --grey: #9e9e9e;
    --indigo: #3f51b5;
    --light-blue: #03a9f4;
    --light-green: #8bc34a;
    --lime: #cddc39;
    --orange: #ff9800;
    --pink: #e91e63;
    --purple: #9c27b0;
    --red: #f44336;
    --teal: #009688;
    --yellow: #ffeb3b;
    --primary: #673ab7;
    --primary-dark: #673ab7;
    --primary-light: #673ab7;
    --secondary: #607d8b;
    --secondary-dark: #607d8b;
    --secondary-light: #607d8b;
    --danger: #f44336;
    --danger-dark: #f44336;
    --danger-light: #f44336;
    --info: #00bcd4;
    --info-dark: #00bcd4;
    --info-light: #00bcd4;
    --success: #8bc34a;
    --success-dark: #8bc34a;
    --success-light: #8bc34a;
    --warning: #ffc107;
    --warning-dark: #ffc107;
    --warning-light: #ffc107;
    --dark: #464855;
    --dark-dark: #464855;
    --dark-light: #464855;
    --light: #babfc7;
    --light-dark: #babfc7;
    --light-light: #babfc7;
    --font-family-monospace: "Montserrat", Georgia, "Times New Roman", Times, serif;
    --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-serif: "Roboto Slab", Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

*,
::after,
::before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    text-align: left;
    text-align: start;
    background-color: #f4f5fa;
    color: #6b6f82;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.45;
    margin: 0
}

[dir=rtl] body {
    text-align: right;
    text-align: start
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

[tabindex='-1']:focus {
    outline: 0 !important
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

label {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, .38);
    display: inline-block
}

legend {
    font-size: 1.51rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333;
    color: inherit;
    display: block;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

output {
    display: inline-block
}

progress {
    vertical-align: baseline
}

select[multiple],
select[size] {
    overflow: auto
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none !important
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

summary {
    cursor: pointer;
    display: list-item
}

a {
    background-color: transparent;
    color: #607d8b;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:active,
a:focus,
a:hover {
    color: #607d8b;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):active,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

template {
    display: none
}

caption {
    text-align: left;
    text-align: start;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    caption-side: bottom;
    color: rgba(0, 0, 0, .38);
    min-height: 1rem;
    padding: 1.21rem 1.5rem
}

[dir=rtl] caption {
    text-align: right;
    text-align: start
}

table {
    border-collapse: collapse
}

th {
    text-align: left;
    text-align: start
}

[dir=rtl] th {
    text-align: right;
    text-align: start
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

b,
strong {
    font-weight: bolder
}

blockquote {
    margin: 0 0 1rem
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

dfn {
    font-style: italic
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

dt {
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

mark {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, .87)
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.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 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.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%
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

@media (min-width:576px) {
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .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%
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@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 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.blockquote {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    border-left: .3125rem solid #673ab7;
    margin-bottom: 1rem;
    padding: 0 1rem
}

.blockquote-footer {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, .38);
    display: block;
    margin-top: .25rem
}

.blockquote-footer::before {
    content: '\2014   \A0'
}

.mark,
mark {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, .87);
    padding: .2em
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.typography-display-4 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1
}

.typography-display-3 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.03571
}

.typography-display-2 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.06667
}

.typography-display-1 {
    font-size: 1.74rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.17647
}

.typography-headline {
    font-size: 1.51rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333
}

.typography-title {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4
}

.typography-subheading {
    font-size: 1.14286rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.5
}

.typography-body-2 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.42857
}

.typography-body-1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42857
}

.typography-caption {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464855;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.06667
}

.h2,
h2 {
    font-size: 1.74rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.17647
}

.h3,
h3 {
    font-size: 1.51rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333
}

.h4,
h4 {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4
}

.h5,
h5 {
    font-size: 1.14286rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.5
}

.h6,
h6 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.42857
}

.display-1 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1
}

.display-2 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.03571
}

.display-3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.06667
}

.display-4 {
    font-size: 1.74rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.17647
}

.lead {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-top: 1rem;
    margin-bottom: 1rem
}

.list-inline {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.alert {
    border-radius: 2px;
    border: 0;
    display: block;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    position: relative
}

.alert-primary {
    background-color: #673ab7;
    color: #fff
}

.alert-secondary {
    background-color: #607d8b;
    color: #fff
}

.alert-danger {
    background-color: #f44336;
    color: #fff
}

.alert-info {
    background-color: #00bcd4;
    color: #fff
}

.alert-success {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.alert-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.alert-dark {
    background-color: #464855;
    color: #fff
}

.alert-light {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.alert-dismissible {
    padding-right: 3.71rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .87rem 1rem;
    position: absolute;
    top: 0;
    right: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: inherit;
    font-weight: 500
}

.alert-link:active,
.alert-link:focus,
.alert-link:hover {
    color: inherit
}

.badge {
    border-radius: 2px;
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    padding-right: .5em;
    padding-left: .5em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 1px;
    padding-bottom: 1px
}

.badge-primary {
    background-color: #673ab7;
    color: #fff
}

.badge-primary[href]:active,
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #673ab7;
    color: #fff;
    text-decoration: none
}

.badge-secondary {
    background-color: #607d8b;
    color: #fff
}

.badge-secondary[href]:active,
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    background-color: #607d8b;
    color: #fff;
    text-decoration: none
}

.badge-danger {
    background-color: #f44336;
    color: #fff
}

.badge-danger[href]:active,
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #f44336;
    color: #fff;
    text-decoration: none
}

.badge-info {
    background-color: #00bcd4;
    color: #fff
}

.badge-info[href]:active,
.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #00bcd4;
    color: #fff;
    text-decoration: none
}

.badge-success {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.badge-success[href]:active,
.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.badge-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.badge-warning[href]:active,
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.badge-dark {
    background-color: #464855;
    color: #fff
}

.badge-dark[href]:active,
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    background-color: #464855;
    color: #fff;
    text-decoration: none
}

.badge-light {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.badge-light[href]:active,
.badge-light[href]:focus,
.badge-light[href]:hover {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.badge-pill {
    border-radius: 1em
}

.breadcrumb {
    border-radius: 2px;
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    min-height: 3.5rem;
    padding: .625rem 0
}

.breadcrumb-item {
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    align-items: center;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    display: flex
}

@media (min-width:576px) {
    .breadcrumb-item {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .breadcrumb-item {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .breadcrumb-item {
        transition: none
    }
}

.breadcrumb-item:active,
.breadcrumb-item:focus,
.breadcrumb-item:hover {
    color: rgba(0, 0, 0, .87)
}

.breadcrumb-item.active {
    color: rgba(0, 0, 0, .87);
    font-weight: bolder
}

.breadcrumb-item a {
    color: inherit;
    text-decoration: none
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    color: rgba(0, 0, 0, .54);
    content: "chevron_right";
    display: inline-block;
    margin-right: .5rem
}

.carousel {
    position: relative
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: 1
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-item {
    transition-duration: 375ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    perspective: 1000px;
    position: relative;
    width: 100%
}

@media (min-width:576px) {
    .carousel-item {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .carousel-item {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

.carousel-item-left.active,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-left.active,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-item-left.carousel-item-next,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-left.carousel-item-next,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.carousel-item-right.active {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-next,
    .carousel-item-right.active {
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-fade .carousel-item {
    transition-duration: 375ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

@media (min-width:576px) {
    .carousel-fade .carousel-item {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .carousel-fade .carousel-item {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .carousel-item {
        transition: none
    }
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background-color: rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 rgba(95, 95, 95, .14), 0 1px 18px 0 rgba(95, 95, 95, .12), 0 3px 5px 0 rgba(95, 95, 95, .2);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .8125rem;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    margin-top: -1.25rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.5rem
}

.carousel-control-next:active,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:active,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background-color: rgba(204, 204, 204, .25);
    color: #fff;
    text-decoration: none
}

.carousel-control-next:active,
.carousel-control-prev:active {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2)
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 1;
    outline: 0
}

.carousel-control-next {
    right: 1.25rem
}

.carousel-control-prev {
    left: 1.25rem
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal
}

.carousel-control-next-icon::before {
    content: "chevron_right"
}

.carousel-control-prev-icon::before {
    content: "chevron_left"
}

.carousel-caption {
    color: #fff;
    position: absolute;
    right: 25%;
    bottom: 1.5rem;
    left: 25%;
    text-align: center;
    z-index: 1
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    right: 5rem;
    bottom: .5rem;
    left: 5rem;
    z-index: 1
}

.carousel-indicators li {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .5rem;
    cursor: pointer;
    flex: 0 0 auto;
    height: .5rem;
    margin-right: 1px;
    margin-left: 1px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: .5rem
}

.carousel-indicators .active {
    background-color: rgba(204, 204, 204, .25)
}

.close {
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 0;
    color: rgba(0, 0, 0, .38);
    float: right;
    font-size: 1.71rem;
    font-weight: 300;
    line-height: 1;
    padding: 0
}

@media (min-width:576px) {
    .close {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .close {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .close {
        transition: none
    }
}

.close:active,
.close:focus,
.close:hover {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.close:focus {
    outline: 0
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

code {
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #f74b5c;
    font-size: 87.5%;
    padding: .2rem .4rem;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    border-radius: 2px;
    background-color: #f2f3f5;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: bolder;
    padding: 0
}

pre {
    border-radius: 2px;
    color: #6b6f82;
    display: block;
    font-size: 87.5%
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.form-check {
    display: block;
    margin-bottom: .75rem;
    padding-left: 1.25rem;
    position: relative
}

.form-check-inline {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: 0
}

.form-check-input {
    margin-top: .3rem;
    margin-left: -1.25rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label {
    color: rgba(0, 0, 0, .38)
}

.form-check-label {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.form-group {
    margin-bottom: 1rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: .5rem;
    padding-left: .5rem
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .custom-file,
.form-inline .custom-select {
    width: auto
}

.form-inline .form-check {
    margin-bottom: 0;
    width: auto
}

.form-inline .form-control,
.form-inline .form-control-file {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-inline .form-control-plaintext {
    display: inline-block
}

.form-inline .form-group {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    margin-bottom: 0
}

.form-inline .input-group {
    width: auto
}

.col-form-label {
    color: inherit;
    font-size: 1rem;
    line-height: 2.5;
    padding-top: .2rem;
    padding-bottom: .2rem
}

.col-form-label-lg {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.col-form-label-sm {
    font-size: .8125rem;
    line-height: 1.53846;
    padding-top: .375rem;
    padding-bottom: .375rem
}

.form-text {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, .38);
    display: block;
    margin-top: .75rem
}

.custom-select-lg+.form-text,
.floating-label-lg .custom-select+.form-text,
.floating-label-lg .form-control+.form-text,
.floating-label-lg .form-control-file+.form-text,
.floating-label-lg+.form-text,
.form-control-lg+.form-text,
.input-group-lg>.floating-label .custom-select+.form-text,
.input-group-lg>.floating-label .form-control+.form-text,
.input-group-lg>.floating-label .form-control-file+.form-text,
.input-group-lg>.floating-label+.form-text,
.input-group-lg>.textfield-box .custom-select+.form-text,
.input-group-lg>.textfield-box .form-control+.form-text,
.input-group-lg>.textfield-box .form-control-file+.form-text,
.input-group-lg>.textfield-box+.form-text,
.textfield-box-lg .custom-select+.form-text,
.textfield-box-lg .form-control+.form-text,
.textfield-box-lg .form-control-file+.form-text,
.textfield-box-lg+.form-text {
    margin-top: .75rem
}

.custom-select-sm+.form-text,
.floating-label-sm .custom-select+.form-text,
.floating-label-sm .form-control+.form-text,
.floating-label-sm .form-control-file+.form-text,
.floating-label-sm+.form-text,
.form-control-sm+.form-text,
.input-group-sm>.floating-label .custom-select+.form-text,
.input-group-sm>.floating-label .form-control+.form-text,
.input-group-sm>.floating-label .form-control-file+.form-text,
.input-group-sm>.floating-label+.form-text,
.input-group-sm>.textfield-box .custom-select+.form-text,
.input-group-sm>.textfield-box .form-control+.form-text,
.input-group-sm>.textfield-box .form-control-file+.form-text,
.input-group-sm>.textfield-box+.form-text,
.textfield-box-sm .custom-select+.form-text,
.textfield-box-sm .form-control+.form-text,
.textfield-box-sm .form-control-file+.form-text,
.textfield-box-sm+.form-text {
    margin-top: .25rem
}

.form-control-plaintext {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: none;
    color: #6b6f82;
    display: block;
    font-size: 1rem;
    line-height: 2.5;
    padding: .2rem 0 calc(.2rem - 1px);
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.figure {
    display: inline-block
}

.figure-caption {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, .38)
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    height: auto;
    max-width: 100%;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2)
}

.jumbotron {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2);
    color: rgba(0, 0, 0, .87);
    padding: 3rem 2rem
}

.jumbotron-fluid {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: default
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-pills .nav-link {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: background-color, color, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .87);
    opacity: .7
}

@media (min-width:576px) {
    .nav-pills .nav-link {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .nav-pills .nav-link {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-pills .nav-link {
        transition: none
    }
}

.nav-pills .nav-link:active,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    background-color: rgba(0, 0, 0, .12)
}

.nav-pills .nav-link.active {
    color: #607d8b;
    opacity: 1
}

.nav-pills .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.nav-pills .nav-link:active {
    opacity: 1
}

.nav-pills .show>.nav-link {
    background-color: rgba(0, 0, 0, .12);
    opacity: 1
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.pagination {
    background-color: #f5f5f5;
    display: flex;
    list-style: none;
    padding: .625rem .5rem
}

.page-link {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 1px;
    padding: .8rem 1rem;
    position: relative;
    text-align: center;
    white-space: nowrap
}

@media (min-width:576px) {
    .page-link {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .page-link {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:active,
.page-link:focus,
.page-link:hover {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.page-link:focus,
.page-link:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12))
}

.page-link.active,
.page-link:active {
    background-color: rgba(153, 153, 153, .4);
    background-image: none
}

.page-link:focus {
    outline: 0
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    background-color: rgba(153, 153, 153, .4)
}

.page-item.disabled .page-link {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: .9375rem;
    padding: .78125rem 1rem
}

.pagination-sm .page-link {
    font-size: .8125rem;
    padding: .59375rem 1rem
}

.popover {
    text-align: left;
    text-align: start;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.45;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    display: block;
    font-size: 1rem;
    margin: 1.5rem;
    max-width: 17.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 240
}

[dir=rtl] .popover {
    text-align: right;
    text-align: start
}

.popover-body {
    padding: 1.25rem 1.5rem
}

.popover-body>:last-child {
    margin-bottom: 0
}

.popover-header {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 1.25rem 1.5rem 0
}

.popover-header:empty {
    display: none
}

.popover-header:last-child {
    padding-bottom: 1.25rem
}

@media (min-width:768px) {
    .popover {
        margin: .875rem
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive::before {
    content: '';
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tbody.collapse.show {
    display: table-row-group
}

tr.collapse.show {
    display: table-row
}

.collapsing {
    transition-duration: .3s;
    transition-property: height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    height: 0;
    overflow: hidden;
    position: relative
}

@media (min-width:576px) {
    .collapsing {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .collapsing {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.fade {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

@media (min-width:576px) {
    .fade {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .fade {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade.show {
    opacity: 1
}

.btn {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2);
    color: rgba(0, 0, 0, .87);
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    min-width: auto;
    padding: .8rem 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

@media (min-width:576px) {
    .btn {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .btn {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:active,
.btn:focus,
.btn:hover {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.btn:focus,
.btn:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12))
}

.btn.active,
.btn:active {
    background-color: rgba(153, 153, 153, .4);
    background-image: none;
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2)
}

.btn.disabled,
.btn:disabled {
    background-color: rgba(0, 0, 0, .12);
    background-image: none;
    box-shadow: none;
    color: rgba(0, 0, 0, .26);
    opacity: 1
}

.btn:focus {
    outline: 0
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.show>.btn.dropdown-toggle {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12))
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #673ab7;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff
}

.btn-primary.active,
.btn-primary:active {
    background-color: #673ab7
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-secondary {
    background-color: #607d8b;
    color: #fff
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff
}

.btn-secondary.active,
.btn-secondary:active {
    background-color: #607d8b
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-danger {
    background-color: #f44336;
    color: #fff
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff
}

.btn-danger.active,
.btn-danger:active {
    background-color: #f44336
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-info {
    background-color: #00bcd4;
    color: #fff
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff
}

.btn-info.active,
.btn-info:active {
    background-color: #00bcd4
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-success {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: rgba(0, 0, 0, .87)
}

.btn-success.active,
.btn-success:active {
    background-color: #8bc34a
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    color: rgba(0, 0, 0, .87)
}

.btn-warning.active,
.btn-warning:active {
    background-color: #ffc107
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-dark {
    background-color: #464855;
    color: #fff
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff
}

.btn-dark.active,
.btn-dark:active {
    background-color: #464855
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

.btn-light {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: rgba(0, 0, 0, .87)
}

.btn-light.active,
.btn-light:active {
    background-color: #babfc7
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26)
}

[class*=bg-dark] :not([class*=bg-light]) .btn.disabled,
[class*=bg-dark] :not([class*=bg-light]) .btn:disabled {
    background-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .3)
}

.btn-group-lg>.btn,
.btn-lg,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-prepend>.btn {
    font-size: .9375rem;
    padding: .78125rem 1rem
}

.btn-group-sm>.btn,
.btn-sm,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-prepend>.btn {
    font-size: .8125rem;
    padding: .59375rem 1rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .25rem
}

[type=button].btn-block,
[type=reset].btn-block,
[type=submit].btn-block {
    width: 100%
}

.btn-link {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #607d8b;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #607d8b;
    text-decoration: underline
}

.btn-link:focus,
.btn-link:hover {
    background-image: none
}

.btn-link.active,
.btn-link:active {
    background-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .26);
    text-decoration: none
}

.btn-fluid {
    min-width: 0
}

[class*=btn-flat],
[class*=btn-outline] {
    background-color: transparent;
    box-shadow: none
}

[class*=btn-flat].active,
[class*=btn-flat]:active,
[class*=btn-outline].active,
[class*=btn-outline]:active {
    box-shadow: none
}

[class*=btn-flat].disabled,
[class*=btn-flat]:disabled,
[class*=btn-outline].disabled,
[class*=btn-outline]:disabled {
    background-color: transparent
}

.btn-flat-primary,
.btn-flat-primary:active,
.btn-flat-primary:focus,
.btn-flat-primary:hover,
.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #673ab7
}

.btn-flat-primary.disabled,
.btn-flat-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-secondary,
.btn-flat-secondary:active,
.btn-flat-secondary:focus,
.btn-flat-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #607d8b
}

.btn-flat-secondary.disabled,
.btn-flat-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-danger,
.btn-flat-danger:active,
.btn-flat-danger:focus,
.btn-flat-danger:hover,
.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
    color: #f44336
}

.btn-flat-danger.disabled,
.btn-flat-danger:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-info,
.btn-flat-info:active,
.btn-flat-info:focus,
.btn-flat-info:hover,
.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
    color: #00bcd4
}

.btn-flat-info.disabled,
.btn-flat-info:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-success,
.btn-flat-success:active,
.btn-flat-success:focus,
.btn-flat-success:hover,
.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    color: #8bc34a
}

.btn-flat-success.disabled,
.btn-flat-success:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-warning,
.btn-flat-warning:active,
.btn-flat-warning:focus,
.btn-flat-warning:hover,
.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    color: #ffc107
}

.btn-flat-warning.disabled,
.btn-flat-warning:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-dark,
.btn-flat-dark:active,
.btn-flat-dark:focus,
.btn-flat-dark:hover,
.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    color: #464855
}

.btn-flat-dark.disabled,
.btn-flat-dark:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-light,
.btn-flat-light:active,
.btn-flat-light:focus,
.btn-flat-light:hover,
.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
    color: #babfc7
}

.btn-flat-light.disabled,
.btn-flat-light:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgba(0, 0, 0, .26)
}

.btn-flat-light:focus,
.btn-flat-light:hover,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .12), rgba(255, 255, 255, .12))
}

.btn-flat-light.active,
.btn-flat-light:active,
.btn-outline-light.active,
.btn-outline-light:active {
    background-color: rgba(204, 204, 204, .25)
}

.btn-float {
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 rgba(95, 95, 95, .14), 0 1px 18px 0 rgba(95, 95, 95, .12), 0 3px 5px 0 rgba(95, 95, 95, .2);
    height: 3.5rem;
    line-height: 3.5rem;
    min-width: 0;
    padding: 0;
    width: 3.5rem
}

.btn-float.active,
.btn-float:active {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2)
}

.btn-float.disabled,
.btn-float:disabled {
    box-shadow: none
}

.btn-float.btn-sm {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.btn-float-dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 1rem;
    min-width: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

.btn-float-dropdown .dropdown-menu::before {
    display: none
}

.btn-float-dropdown .dropdown-menu .btn-float {
    display: block;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto
}

.btn-group,
.btn-group-vertical {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2);
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn-primary.disabled,
.btn-group-vertical>.btn-primary:disabled,
.btn-group>.btn-primary.disabled,
.btn-group>.btn-primary:disabled {
    background-color: #673ab7;
    color: #fff
}

.btn-group-vertical>.btn-secondary.disabled,
.btn-group-vertical>.btn-secondary:disabled,
.btn-group>.btn-secondary.disabled,
.btn-group>.btn-secondary:disabled {
    background-color: #607d8b;
    color: #fff
}

.btn-group-vertical>.btn-danger.disabled,
.btn-group-vertical>.btn-danger:disabled,
.btn-group>.btn-danger.disabled,
.btn-group>.btn-danger:disabled {
    background-color: #f44336;
    color: #fff
}

.btn-group-vertical>.btn-info.disabled,
.btn-group-vertical>.btn-info:disabled,
.btn-group>.btn-info.disabled,
.btn-group>.btn-info:disabled {
    background-color: #00bcd4;
    color: #fff
}

.btn-group-vertical>.btn-success.disabled,
.btn-group-vertical>.btn-success:disabled,
.btn-group>.btn-success.disabled,
.btn-group>.btn-success:disabled {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.btn-group-vertical>.btn-warning.disabled,
.btn-group-vertical>.btn-warning:disabled,
.btn-group>.btn-warning.disabled,
.btn-group>.btn-warning:disabled {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.btn-group-vertical>.btn-dark.disabled,
.btn-group-vertical>.btn-dark:disabled,
.btn-group>.btn-dark.disabled,
.btn-group>.btn-dark:disabled {
    background-color: #464855;
    color: #fff
}

.btn-group-vertical>.btn-light.disabled,
.btn-group-vertical>.btn-light:disabled,
.btn-group>.btn-light.disabled,
.btn-group>.btn-light:disabled {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    transition-duration: .3s;
    transition-property: border-color, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    box-shadow: none;
    flex: 0 1 auto;
    min-width: 0
}

@media (min-width:576px) {

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        transition-duration: .39s
    }
}

@media (min-width:992px) {

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        transition: none
    }
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group>.btn:active {
    box-shadow: none
}

.btn-group-vertical>.btn.disabled,
.btn-group-vertical>.btn:disabled,
.btn-group>.btn.disabled,
.btn-group>.btn:disabled {
    opacity: .2
}

.btn-group-vertical>.btn[class*=btn-outline],
.btn-group>.btn[class*=btn-outline] {
    opacity: .2
}

.btn-group-vertical>.btn[class*=btn-outline].active,
.btn-group-vertical>.btn[class*=btn-outline]:active,
.btn-group>.btn[class*=btn-outline].active,
.btn-group>.btn[class*=btn-outline]:active {
    opacity: 1
}

.btn-group-vertical>.btn[class*=btn-outline].disabled,
.btn-group-vertical>.btn[class*=btn-outline]:disabled,
.btn-group>.btn[class*=btn-outline].disabled,
.btn-group>.btn[class*=btn-outline]:disabled {
    opacity: 1
}

.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group-vertical,
.btn-group>.btn-group,
.btn-group>.btn-group-vertical {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.btn-group.show>.btn.dropdown-toggle {
    box-shadow: none
}

.btn-group>.btn,
.btn-group>.btn-group {
    margin-left: -1px
}

.btn-group>.btn-group:first-child,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.dropdown-toggle:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    margin-top: -1px;
    margin-left: 0;
    width: 100%
}

.btn-group-vertical>.btn-group:first-child,
.btn-group-vertical>.btn:first-child {
    margin-top: 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-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.dropdown-toggle:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-fluid {
    background-color: transparent;
    box-shadow: none
}

[data-toggle=buttons]>.btn,
[data-toggle=buttons]>.btn-group>.btn {
    margin-bottom: 0
}

[data-toggle=buttons]>.btn [type=checkbox],
[data-toggle=buttons]>.btn [type=radio],
[data-toggle=buttons]>.btn-group>.btn [type=checkbox],
[data-toggle=buttons]>.btn-group>.btn [type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.dropdown-toggle.dropdown-toggle-split {
    padding-right: .2em;
    padding-left: .2em
}

.dropdown-toggle.dropdown-toggle-split::after {
    margin-right: 0;
    margin-left: 0
}

.dropleft .dropdown-toggle.dropdown-toggle-split::before {
    margin-right: 0;
    margin-left: 0
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.card {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2);
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word
}

.card.border-primary {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #673ab7
}

.card.border-primary[href]:active,
.card.border-primary[href]:focus,
.card.border-primary[href]:hover,
.card.border-primary[tabindex]:active,
.card.border-primary[tabindex]:focus,
.card.border-primary[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #673ab7
}

.card.border-secondary {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #607d8b
}

.card.border-secondary[href]:active,
.card.border-secondary[href]:focus,
.card.border-secondary[href]:hover,
.card.border-secondary[tabindex]:active,
.card.border-secondary[tabindex]:focus,
.card.border-secondary[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #607d8b
}

.card.border-danger {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #f44336
}

.card.border-danger[href]:active,
.card.border-danger[href]:focus,
.card.border-danger[href]:hover,
.card.border-danger[tabindex]:active,
.card.border-danger[tabindex]:focus,
.card.border-danger[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #f44336
}

.card.border-info {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #00bcd4
}

.card.border-info[href]:active,
.card.border-info[href]:focus,
.card.border-info[href]:hover,
.card.border-info[tabindex]:active,
.card.border-info[tabindex]:focus,
.card.border-info[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #00bcd4
}

.card.border-success {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #8bc34a
}

.card.border-success[href]:active,
.card.border-success[href]:focus,
.card.border-success[href]:hover,
.card.border-success[tabindex]:active,
.card.border-success[tabindex]:focus,
.card.border-success[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #8bc34a
}

.card.border-warning {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #ffc107
}

.card.border-warning[href]:active,
.card.border-warning[href]:focus,
.card.border-warning[href]:hover,
.card.border-warning[tabindex]:active,
.card.border-warning[tabindex]:focus,
.card.border-warning[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #ffc107
}

.card.border-dark {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #464855
}

.card.border-dark[href]:active,
.card.border-dark[href]:focus,
.card.border-dark[href]:hover,
.card.border-dark[tabindex]:active,
.card.border-dark[tabindex]:focus,
.card.border-dark[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #464855
}

.card.border-light {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #babfc7
}

.card.border-light[href]:active,
.card.border-light[href]:focus,
.card.border-light[href]:hover,
.card.border-light[tabindex]:active,
.card.border-light[tabindex]:focus,
.card.border-light[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2), inset 0 0 0 1px #babfc7
}

.card[href]:active,
.card[href]:focus,
.card[href]:hover,
.card[tabindex]:active,
.card[tabindex]:focus,
.card[tabindex]:hover {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2);
    text-decoration: none
}

.card[href]:focus,
.card[tabindex]:focus {
    outline: 0
}

.accordion .card:first-of-type {
    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:not(:first-of-type):not(:last-of-type) {
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-body:first-child,
.accordion .card:not(:first-of-type) .card-footer:first-child,
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card:not(:last-of-type) .card-body:last-child,
.accordion .card:not(:last-of-type) .card-footer:last-child,
.accordion .card:not(:last-of-type) .card-header:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .collapse .card-body:first-child,
.accordion .collapse .card-footer:first-child,
.accordion .collapse .card-header:first-child,
.accordion .collapsing .card-body:first-child,
.accordion .collapsing .card-footer:first-child,
.accordion .collapsing .card-header:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-actions {
    align-items: flex-start;
    display: flex;
    padding: .5rem 0 .25rem .5rem
}

.card-actions:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-actions:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-actions .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 1 auto;
    margin-right: .5rem;
    margin-bottom: .25rem;
    min-width: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

.card-actions .dropdown-toggle::after {
    margin-right: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-body:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-body:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body>:last-child {
    margin-bottom: 0
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: 1rem 1rem
}

.card-footer:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0
}

.card-footer:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-footer>:last-child {
    margin-bottom: 0
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    margin-bottom: 0;
    padding: 1rem 1rem
}

.card-header:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-header:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-header-pills {
    margin: -1rem -1rem;
    padding: .5rem 0 .25rem .5rem
}

.card-header-pills .nav-link {
    margin-right: .5rem;
    margin-bottom: .25rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.card-header-tabs {
    margin: -1rem -1rem calc(-1rem - 1px)
}

.card-img {
    border-radius: 0
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img-overlay {
    max-height: 100%;
    padding: 1rem 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    margin-top: -.25rem;
    margin-bottom: .25rem;
    orphans: 1;
    widows: 1
}

@media (min-width:768px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.card-columns .card {
    display: inline-flex;
    margin-top: .25rem;
    margin-bottom: .25rem;
    width: 100%
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.25rem;
        margin-left: -.25rem
    }
}

.card-deck .card {
    margin-bottom: .5rem
}

@media (min-width:576px) {
    .card-deck .card {
        flex: 1 0 0;
        margin-right: .25rem;
        margin-left: .25rem
    }
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
}

.card-group .card {
    margin-bottom: .5rem
}

@media (min-width:576px) {
    .card-group .card {
        flex: 1 0 0
    }

    .card-group .card:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child:not(:last-child) .card-actions,
    .card-group .card:first-child:not(:last-child) .card-body,
    .card-group .card:first-child:not(:last-child) .card-footer,
    .card-group .card:first-child:not(:last-child) .card-header,
    .card-group .card:first-child:not(:last-child) .card-img,
    .card-group .card:first-child:not(:last-child) .card-img-bottom,
    .card-group .card:first-child:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child:not(:first-child) .card-actions,
    .card-group .card:last-child:not(:first-child) .card-body,
    .card-group .card:last-child:not(:first-child) .card-footer,
    .card-group .card:last-child:not(:first-child) .card-header,
    .card-group .card:last-child:not(:first-child) .card-img,
    .card-group .card:last-child:not(:first-child) .card-img-bottom,
    .card-group .card:last-child:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-actions,
    .card-group .card:not(:first-child):not(:last-child) .card-body,
    .card-group .card:not(:first-child):not(:last-child) .card-footer,
    .card-group .card:not(:first-child):not(:last-child) .card-header,
    .card-group .card:not(:first-child):not(:last-child) .card-img,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

.card-link:active,
.card-link:focus,
.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-top: -1rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-title {
    font-size: 1.51rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333;
    margin-bottom: 1rem
}

.card-title:last-child {
    margin-bottom: 0
}

.chip {
    align-items: center;
    background-color: #e0e0e0;
    border: 0;
    border-radius: 1rem;
    color: rgba(0, 0, 0, .87);
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    padding-right: .75rem;
    padding-left: .75rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.chip:empty {
    display: none
}

.chip .close {
    font-size: inherit;
    line-height: inherit;
    margin-right: -.5rem;
    margin-left: .25rem;
    min-height: 1.71rem;
    min-width: 1.71rem;
    order: 1
}

.chip-primary {
    background-color: #673ab7;
    color: #fff
}

.chip-secondary {
    background-color: #607d8b;
    color: #fff
}

.chip-danger {
    background-color: #f44336;
    color: #fff
}

.chip-info {
    background-color: #00bcd4;
    color: #fff
}

.chip-success {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.chip-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.chip-dark {
    background-color: #464855;
    color: #fff
}

.chip-light {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.chip-action {
    transition-duration: .3s;
    transition-property: background-color, box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:576px) {
    .chip-action {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .chip-action {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .chip-action {
        transition: none
    }
}

.chip-action:active,
.chip-action:focus,
.chip-action:hover {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2);
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.chip-action:active {
    background-color: #bdbdbd
}

.chip-action:focus {
    outline: 0
}

.chip-icon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    background-color: #607d8b;
    border-radius: 1rem;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    height: 2rem;
    justify-content: center;
    margin-right: .5rem;
    margin-left: -.75rem;
    order: -1;
    text-align: center;
    width: 2rem
}

.chip-img {
    border-radius: 1rem;
    flex-shrink: 0;
    height: 2rem;
    margin-right: .5rem;
    margin-left: -.75rem;
    order: -1;
    width: auto
}

.table {
    background-color: #fff;
    border: 0;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
}

.table td,
.table th {
    border-top: 1px solid #e1e1e1;
    line-height: 1.45;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    vertical-align: top
}

.table td:first-child,
.table th:first-child {
    padding-left: 1.5rem
}

.table td:last-child,
.table th:last-child {
    padding-right: 1.5rem
}

.table tbody {
    color: rgba(0, 0, 0, .87)
}

.table tbody td,
.table tbody th {
    font-size: 1rem;
    font-weight: 400;
    height: 3rem;
    padding-top: .775rem;
    padding-bottom: .775rem
}

.table tfoot {
    color: rgba(0, 0, 0, .54)
}

.table tfoot td,
.table tfoot th {
    font-size: .75rem;
    font-weight: 400;
    height: 3.5rem;
    padding-top: 1.20625rem;
    padding-bottom: 1.20625rem
}

.table thead {
    color: #000
}

.table thead td,
.table thead th {
    font-size: 1rem;
    font-weight: 600;
    height: 1rem;
    padding-top: 1.21rem;
    padding-bottom: 1.21rem
}

.card>.table:first-child,
.card>.table:first-child>:first-child,
.card>.table:first-child>:first-child>tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.table:first-child>:first-child>tr:first-child td:first-child,
.card>.table:first-child>:first-child>tr:first-child th:first-child {
    border-top-left-radius: 0
}

.card>.table:first-child>:first-child>tr:first-child td:last-child,
.card>.table:first-child>:first-child>tr:first-child th:last-child {
    border-top-right-radius: 0
}

.card>.table:last-child,
.card>.table:last-child>:last-child,
.card>.table:last-child>:last-child>tr:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card>.table:last-child>:last-child>tr:last-child td:first-child,
.card>.table:last-child>:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.card>.table:last-child>:last-child>tr:last-child td:last-child,
.card>.table:last-child>:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

.table .table {
    border-top: 1px solid #e1e1e1
}

.table>:first-child>tr:first-child td,
.table>:first-child>tr:first-child th {
    border-top: 0
}

.table-borderless .table,
.table-borderless td,
.table-borderless th {
    border: 0
}

.table-bordered {
    border: 1px solid #e1e1e1
}

.card>.table-bordered {
    border: 0
}

.table-sm td,
.table-sm th {
    padding-right: 1rem;
    padding-left: 1rem
}

.table-sm td:first-child,
.table-sm th:first-child {
    padding-left: 1rem
}

.table-sm td:last-child,
.table-sm th:last-child {
    padding-right: 1rem
}

.table-sm tbody td,
.table-sm tbody th {
    height: 2.25rem;
    padding-top: .4rem;
    padding-bottom: .4rem
}

.table-sm tfoot td,
.table-sm tfoot th {
    padding-top: .70625rem;
    padding-bottom: .70625rem
}

.table-sm thead td,
.table-sm thead th {
    height: 2.5rem;
    padding-top: .525rem;
    padding-bottom: .525rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

.table-hover tbody tr:hover {
    background-color: #eee
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #673ab7;
    color: #fff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #673ab7;
    color: #fff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #607d8b;
    color: #fff
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #607d8b;
    color: #fff
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f44336;
    color: #fff
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f44336;
    color: #fff
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #00bcd4;
    color: #fff
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #00bcd4;
    color: #fff
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #464855;
    color: #fff
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #464855;
    color: #fff
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #eee;
    color: rgba(0, 0, 0, .87)
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.table .thead-dark td,
.table .thead-dark th {
    background-color: #424242;
    color: #fff
}

.table .thead-light td,
.table .thead-light th {
    background-color: #f5f5f5;
    color: #000
}

.table-dark {
    background-color: #424242;
    color: #fff
}

.table-dark.table-bordered {
    border-color: #303030
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #303030
}

.table-dark.table-hover tbody tr:hover {
    background-color: #212121
}

.table-dark tbody,
.table-dark tfoot,
.table-dark thead {
    color: inherit
}

.table-dark .table,
.table-dark td,
.table-dark th {
    border-color: #303030
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.modal {
    display: none;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 240
}

.modal.fade {
    transition-duration: 375ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:576px) {
    .modal.fade {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .modal.fade {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade {
        transition: none
    }
}

.modal.fade .modal-dialog {
    transition-duration: 375ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: scale(.87)
}

@media (min-width:576px) {
    .modal.fade .modal-dialog {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .modal.fade .modal-dialog {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: scale(1)
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .38);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 239
}

.modal-content {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    vertical-align: baseline;
    width: 100%
}

.modal-dialog {
    margin: 1.5rem auto;
    max-width: 35rem;
    pointer-events: none;
    position: relative;
    width: calc(100% - 1.5rem * 2)
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1.5rem * 2)
}

.modal-lg {
    max-width: 52.5rem
}

.modal-sm {
    max-width: 17.5rem
}

.modal-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem;
    position: relative
}

.modal-body:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.modal-body:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.modal-header+.modal-body {
    padding-top: 0
}

.modal-body>:last-child {
    margin-bottom: 0
}

.modal-footer {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding: .5rem .5rem .5rem 0
}

.modal-footer:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.modal-footer:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.modal-footer .btn {
    background-color: transparent;
    box-shadow: none;
    max-width: calc(50% - .5rem);
    min-width: 4rem;
    overflow: hidden;
    padding-right: .5rem;
    padding-left: .5rem;
    text-overflow: ellipsis
}

.modal-footer .btn-primary,
.modal-footer .btn-primary:active,
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary:hover {
    color: #673ab7
}

.modal-footer .btn-primary.disabled,
.modal-footer .btn-primary:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-secondary,
.modal-footer .btn-secondary:active,
.modal-footer .btn-secondary:focus,
.modal-footer .btn-secondary:hover {
    color: #607d8b
}

.modal-footer .btn-secondary.disabled,
.modal-footer .btn-secondary:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-danger,
.modal-footer .btn-danger:active,
.modal-footer .btn-danger:focus,
.modal-footer .btn-danger:hover {
    color: #f44336
}

.modal-footer .btn-danger.disabled,
.modal-footer .btn-danger:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-info,
.modal-footer .btn-info:active,
.modal-footer .btn-info:focus,
.modal-footer .btn-info:hover {
    color: #00bcd4
}

.modal-footer .btn-info.disabled,
.modal-footer .btn-info:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-success,
.modal-footer .btn-success:active,
.modal-footer .btn-success:focus,
.modal-footer .btn-success:hover {
    color: #8bc34a
}

.modal-footer .btn-success.disabled,
.modal-footer .btn-success:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-warning,
.modal-footer .btn-warning:active,
.modal-footer .btn-warning:focus,
.modal-footer .btn-warning:hover {
    color: #ffc107
}

.modal-footer .btn-warning.disabled,
.modal-footer .btn-warning:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-dark,
.modal-footer .btn-dark:active,
.modal-footer .btn-dark:focus,
.modal-footer .btn-dark:hover {
    color: #464855
}

.modal-footer .btn-dark.disabled,
.modal-footer .btn-dark:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn-light,
.modal-footer .btn-light:active,
.modal-footer .btn-light:focus,
.modal-footer .btn-light:hover {
    color: #babfc7
}

.modal-footer .btn-light.disabled,
.modal-footer .btn-light:disabled {
    color: rgba(0, 0, 0, .26)
}

.modal-footer .btn.active,
.modal-footer .btn:active {
    background-color: rgba(153, 153, 153, .4);
    box-shadow: none
}

.modal-footer .btn.disabled,
.modal-footer .btn:disabled {
    background-color: transparent
}

.modal-footer>* {
    margin-left: .5rem
}

.modal-footer-stacked {
    align-items: stretch;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
}

.modal-footer-stacked .btn {
    text-align: right;
    text-align: end;
    border-radius: 0;
    margin-left: 0;
    max-width: none;
    padding: 1.0625rem 1rem
}

[dir=rtl] .modal-footer-stacked .btn {
    text-align: left;
    text-align: end
}

.modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1.5rem
}

.modal-header:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.modal-header:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.modal-title {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: 0
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -99999px;
    width: 50px
}

.list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item {
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 2px 0 rgba(95, 95, 95, .14), 0 2px 2px 0 rgba(95, 95, 95, .12), 0 1px 3px 0 rgba(95, 95, 95, .2);
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: .9375rem;
    line-height: 1.45;
    min-height: 3rem;
    padding: .82031rem 1.5rem;
    position: relative
}

@media (min-width:576px) {
    .list-group-item {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .list-group-item {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .list-group-item {
        transition: none
    }
}

.list-group-item:active,
.list-group-item:focus,
.list-group-item:hover {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.list-group-item.active {
    background-color: #eee;
    color: rgba(0, 0, 0, .87)
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, .38)
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card .list-group-item {
    padding-right: 1rem;
    padding-left: 1rem
}

.list-group-item-action {
    color: rgba(0, 0, 0, .87);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:active,
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #eee;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.list-group-item-action.disabled,
.list-group-item-action:disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, .38)
}

.list-group-item-action:focus {
    outline: 0
}

.list-group-item-primary {
    background-color: #673ab7;
    color: #fff
}

.list-group-item-primary.active {
    background-color: #673ab7;
    color: #fff
}

.list-group-item-primary.list-group-item-action:active,
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #673ab7;
    color: #fff
}

.list-group-item-secondary {
    background-color: #607d8b;
    color: #fff
}

.list-group-item-secondary.active {
    background-color: #607d8b;
    color: #fff
}

.list-group-item-secondary.list-group-item-action:active,
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #607d8b;
    color: #fff
}

.list-group-item-danger {
    background-color: #f44336;
    color: #fff
}

.list-group-item-danger.active {
    background-color: #f44336;
    color: #fff
}

.list-group-item-danger.list-group-item-action:active,
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f44336;
    color: #fff
}

.list-group-item-info {
    background-color: #00bcd4;
    color: #fff
}

.list-group-item-info.active {
    background-color: #00bcd4;
    color: #fff
}

.list-group-item-info.list-group-item-action:active,
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #00bcd4;
    color: #fff
}

.list-group-item-success {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-success.active {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-success.list-group-item-action:active,
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-warning.active {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-warning.list-group-item-action:active,
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffc107;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-dark {
    background-color: #464855;
    color: #fff
}

.list-group-item-dark.active {
    background-color: #464855;
    color: #fff
}

.list-group-item-dark.list-group-item-action:active,
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #464855;
    color: #fff
}

.list-group-item-light {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-light.active {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.list-group-item-light.list-group-item-action:active,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #babfc7;
    color: rgba(0, 0, 0, .87)
}

.expansion-panel {
    transition-duration: .3s;
    transition-property: background-color, color, margin;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 0
}

@media (min-width:576px) {
    .expansion-panel {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .expansion-panel {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .expansion-panel {
        transition: none
    }
}

.expansion-panel.show {
    border-radius: 2px
}

.expansion-panel.show:not(:first-child) {
    margin-top: 1rem
}

.card .expansion-panel.show:not(:first-child) {
    margin-top: 0
}

.expansion-panel.show:not(:last-child) {
    margin-bottom: 1rem
}

.card .expansion-panel.show:not(:last-child) {
    margin-bottom: 0
}

.expansion-panel.show+.expansion-panel {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.expansion-panel.show+.expansion-panel.show {
    margin-top: 0
}

.card .expansion-panel.show+.expansion-panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.expansion-panel.show-predecessor {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card .expansion-panel.show-predecessor {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card .expansion-panel {
    padding-right: 0;
    padding-left: 0
}

.expansion-panel-body {
    padding: 1rem 1.5rem
}

.card .expansion-panel-body {
    padding-right: 1rem;
    padding-left: 1rem
}

.expansion-panel-footer {
    align-items: flex-end;
    border-top: 1px solid rgba(0, 0, 0, .12);
    display: flex;
    justify-content: flex-end;
    padding: 1rem .5rem .75rem 0
}

.card .expansion-panel-footer {
    padding-right: 1rem;
    padding-left: .5rem
}

.expansion-panel-footer .btn {
    margin-bottom: .25rem;
    margin-left: .5rem;
    min-width: 4rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.card .expansion-panel-footer .btn {
    padding-right: .5rem;
    padding-left: .5rem
}

.expansion-panel-icon {
    flex-shrink: 0;
    margin-left: 1rem
}

[data-toggle=collapse].collapsed .expansion-panel-icon .collapsed-hide {
    display: none
}

[data-toggle=collapse]:not(.collapsed) .expansion-panel-icon .collapsed-show {
    display: none
}

.expansion-panel-toggler {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: space-between;
    min-height: 3rem;
    padding: .82031rem 1.5rem;
    text-align: inherit;
    width: 100%
}

.expansion-panel-toggler:active,
.expansion-panel-toggler:focus,
.expansion-panel-toggler:hover {
    background-color: #eee;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.expansion-panel-toggler.disabled,
.expansion-panel-toggler:disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, .38)
}

.expansion-panel-toggler:focus {
    outline: 0
}

.card .expansion-panel-toggler {
    padding-right: 1rem;
    padding-left: 1rem
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-flush .list-group-item {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
    box-shadow: none
}

.list-group-flush .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-menu {
    border-radius: 2px;
    text-align: left;
    text-align: start;
    background-color: transparent;
    color: inherit;
    display: none;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    list-style: none;
    margin: 0;
    min-width: 7rem;
    padding: .25rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 80
}

[dir=rtl] .dropdown-menu {
    text-align: right;
    text-align: start
}

.dropdown-menu.show {
    display: block
}

.dropdown-menu.show::before,
.dropdown-menu.show>* {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:576px) {

    .dropdown-menu.show::before,
    .dropdown-menu.show>* {
        -webkit-animation-duration: .39s;
        animation-duration: .39s
    }
}

@media (min-width:992px) {

    .dropdown-menu.show::before,
    .dropdown-menu.show>* {
        -webkit-animation-duration: .2s;
        animation-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {

    .dropdown-menu.show::before,
    .dropdown-menu.show>* {
        -webkit-animation: none;
        animation: none
    }
}

.dropdown-menu::before {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: 0 0;
    z-index: -1
}

.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
    min-width: 100%
}

.menu {
    margin-top: -2.875rem
}

.menu::before {
    transform-origin: 0 1.75rem
}

.show>a {
    outline: 0
}

.dropdown-menu-right:not([x-placement]) {
    right: 0;
    left: auto
}

.dropdown-menu-right:not([x-placement]).menu::before {
    transform-origin: 100% 1.75rem
}

.dropdown-menu-right:not([x-placement])::before {
    transform-origin: 100% 0
}

.dropleft .dropdown-menu:not([x-placement]) {
    top: 0;
    right: 100%;
    left: auto
}

.dropleft .dropdown-menu:not([x-placement]).menu {
    margin-top: 0
}

.dropleft .dropdown-menu:not([x-placement])::before {
    transform-origin: 100% 0
}

.dropright .dropdown-menu:not([x-placement]) {
    top: 0;
    left: 100%
}

.dropright .dropdown-menu:not([x-placement]).menu {
    margin-top: 0
}

.dropright .dropdown-menu:not([x-placement])::before {
    transform-origin: 0 0
}

.dropup .dropdown-menu:not([x-placement]) {
    top: auto;
    bottom: 100%
}

.dropup .dropdown-menu:not([x-placement]).menu {
    margin-top: 0;
    margin-bottom: -2.875rem
}

.dropup .dropdown-menu:not([x-placement]).menu::before {
    transform-origin: 0 calc(100% - 1.75rem)
}

.dropup .dropdown-menu:not([x-placement])::before {
    transform-origin: 0 100%
}

.dropup .dropdown-menu:not([x-placement])>:nth-child(1),
.dropup .dropdown-menu:not([x-placement])>:nth-child(2),
.dropup .dropdown-menu:not([x-placement])>:nth-child(3) {
    -webkit-animation-name: dropdown-item-show;
    animation-name: dropdown-item-show
}

.dropup .dropdown-menu:not([x-placement])>:nth-last-child(1) {
    -webkit-animation-name: dropdown-item-show-1;
    animation-name: dropdown-item-show-1
}

.dropup .dropdown-menu:not([x-placement])>:nth-last-child(2) {
    -webkit-animation-name: dropdown-item-show-2;
    animation-name: dropdown-item-show-2
}

.dropup .dropdown-menu:not([x-placement])>:nth-last-child(3) {
    -webkit-animation-name: dropdown-item-show-3;
    animation-name: dropdown-item-show-3
}

.dropup .dropdown-menu-right:not([x-placement]).menu::before {
    transform-origin: 100% calc(100% - 1.75rem)
}

.dropup .dropdown-menu-right:not([x-placement])::before {
    transform-origin: 100% 100%
}

.dropdown-menu[x-placement=bottom-end]::before,
.dropdown-menu[x-placement=left-start]::before {
    transform-origin: 100% 0
}

.dropdown-menu[x-placement=top-end].show>:nth-child(1),
.dropdown-menu[x-placement=top-end].show>:nth-child(2),
.dropdown-menu[x-placement=top-end].show>:nth-child(3),
.dropdown-menu[x-placement=top-start].show>:nth-child(1),
.dropdown-menu[x-placement=top-start].show>:nth-child(2),
.dropdown-menu[x-placement=top-start].show>:nth-child(3) {
    -webkit-animation-name: dropdown-item-show;
    animation-name: dropdown-item-show
}

.dropdown-menu[x-placement=top-end].show>:nth-last-child(1),
.dropdown-menu[x-placement=top-start].show>:nth-last-child(1) {
    -webkit-animation-name: dropdown-item-show-1;
    animation-name: dropdown-item-show-1
}

.dropdown-menu[x-placement=top-end].show>:nth-last-child(2),
.dropdown-menu[x-placement=top-start].show>:nth-last-child(2) {
    -webkit-animation-name: dropdown-item-show-2;
    animation-name: dropdown-item-show-2
}

.dropdown-menu[x-placement=top-end].show>:nth-last-child(3),
.dropdown-menu[x-placement=top-start].show>:nth-last-child(3) {
    -webkit-animation-name: dropdown-item-show-3;
    animation-name: dropdown-item-show-3
}

.dropdown-menu[x-placement=top-end]::before {
    transform-origin: 100% 100%
}

.dropdown-menu[x-placement=top-start]::before {
    transform-origin: 0 100%
}

.menu[x-placement=bottom-end]::before {
    transform-origin: 100% 1.75rem
}

.menu[x-placement=left-start],
.menu[x-placement=right-start] {
    margin-top: 0
}

.menu[x-placement=left-start]::before {
    transform-origin: 100% 0
}

.menu[x-placement=right-start]::before {
    transform-origin: 0 0
}

.menu[x-placement=top-end],
.menu[x-placement=top-start] {
    margin-top: 0;
    margin-bottom: -2.875rem
}

.menu[x-placement=top-end]::before {
    transform-origin: 100% calc(100% - 1.75rem)
}

.menu[x-placement=top-start]::before {
    transform-origin: 0 calc(100% - 1.75rem)
}

@-webkit-keyframes dropdown-item-show {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dropdown-item-show {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes dropdown-item-show-1 {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dropdown-item-show-1 {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes dropdown-item-show-2 {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dropdown-item-show-2 {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes dropdown-item-show-3 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dropdown-item-show-3 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes dropdown-menu-show {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(.33333, 0)
    }

    40% {
        transform: scale(.66667, .25)
    }

    60% {
        transform: scale(1, .5)
    }

    80% {
        transform: scale(1, .75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes dropdown-menu-show {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(.33333, 0)
    }

    40% {
        transform: scale(.66667, .25)
    }

    60% {
        transform: scale(1, .5)
    }

    80% {
        transform: scale(1, .75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes menu-animation {
    0% {
        margin-top: -3.25rem
    }

    100% {
        margin-top: 0
    }
}

@keyframes menu-animation {
    0% {
        margin-top: -3.25rem
    }

    100% {
        margin-top: 0
    }
}

.dropdown-menu-sm,
.menu-cascading {
    font-size: .9375rem;
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width:576px) {

    .dropdown-menu-sm,
    .menu-cascading {
        min-width: 20rem
    }
}

.menu-cascading {
    margin-top: -2.75rem
}

.menu-cascading[x-placement=top-end],
.menu-cascading[x-placement=top-start] {
    margin-top: 0;
    margin-bottom: -2.75rem
}

.menu-cascading[x-placement=top-end]::before {
    transform-origin: 100% calc(100% - 2rem)
}

.menu-cascading[x-placement=top-start]::before {
    transform-origin: 0 calc(100% - 2rem)
}

.dropdown-divider {
    background-color: rgba(0, 0, 0, .12);
    height: 1px;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-header {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.5rem;
    margin: 0;
    padding: .75rem 1rem;
    white-space: nowrap
}

.dropdown-menu-sm .dropdown-header,
.menu-cascading .dropdown-header {
    font-size: .9375rem;
    line-height: 1.5rem;
    padding: .25rem 1.5rem
}

.dropdown-item {
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: 0 0;
    border: 0;
    clear: both;
    color: rgba(0, 0, 0, .87);
    display: block;
    font-weight: inherit;
    padding: .75rem 1rem;
    position: relative;
    text-align: inherit;
    transform-origin: 0 0;
    white-space: nowrap;
    width: 100%
}

@media (min-width:576px) {
    .dropdown-item {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .dropdown-item {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .dropdown-item {
        transition: none
    }
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.dropdown-item.active {
    background-color: #f5f5f5
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    pointer-events: none
}

.dropdown-menu-sm .dropdown-item,
.menu-cascading .dropdown-item {
    padding: .25rem 1.5rem
}

.dropdown-item-text {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-weight: inherit;
    padding: .75rem 1rem;
    transform-origin: 0 0
}

.dropdown-menu-sm .dropdown-item-text,
.menu-cascading .dropdown-item-text {
    padding: .25rem 1.5rem
}

.dropdown-toggle::after {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    content: "expand_more";
    display: inline-block;
    margin-right: -.2em;
    margin-left: .2em;
    vertical-align: top
}

.dropright .dropdown-toggle::after {
    content: "keyboard_arrow_right"
}

.dropup .dropdown-toggle::after {
    content: "expand_less"
}

.dropdown-toggle:empty::after {
    margin-left: -.2em
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    content: "keyboard_arrow_left";
    display: inline-block;
    margin-right: .2em;
    margin-left: -.2em
}

.navdrawer {
    display: none;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 160
}

.navdrawer-backdrop {
    transition-duration: 375ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .38);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 159
}

@media (min-width:576px) {
    .navdrawer-backdrop {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .navdrawer-backdrop {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navdrawer-backdrop {
        transition: none
    }
}

.navdrawer-backdrop.show {
    opacity: 1
}

.navdrawer-content {
    transition-duration: 195ms;
    transition-property: box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .6, 1);
    background-color: #fff;
    max-width: calc(100% - 3.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    width: 18.5rem
}

@media (min-width:576px) {
    .navdrawer-content {
        transition-duration: .2535s
    }
}

@media (min-width:992px) {
    .navdrawer-content {
        transition-duration: .13s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navdrawer-content {
        transition: none
    }
}

.navdrawer-right .navdrawer-content {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}

.navdrawer.show .navdrawer-content {
    transition-duration: 225ms;
    transition-property: box-shadow, transform;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    box-shadow: 0 6px 10px 0 rgba(95, 95, 95, .14), 0 1px 18px 0 rgba(95, 95, 95, .12), 0 3px 5px 0 rgba(95, 95, 95, .2);
    transform: translate3d(0, 0, 0)
}

@media (min-width:576px) {
    .navdrawer.show .navdrawer-content {
        transition-duration: .2925s
    }
}

@media (min-width:992px) {
    .navdrawer.show .navdrawer-content {
        transition-duration: .15s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navdrawer.show .navdrawer-content {
        transition: none
    }
}

.navdrawer-body {
    margin-bottom: .5rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.navdrawer-divider {
    background-color: rgba(0, 0, 0, .12);
    height: 1px;
    margin: .5rem 0;
    overflow: hidden
}

.navdrawer-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: block;
    margin-bottom: .5rem;
    padding: .8rem 1rem
}

.navdrawer-subheader {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, .38);
    display: block;
    font-weight: 500;
    height: 3rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.0625rem 1rem
}

.navdrawer-divider+.navdrawer-subheader {
    margin-top: -.5rem
}

.navdrawer-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 0
}

.navdrawer-header+.navdrawer-nav,
.navdrawer-subheader+.navdrawer-nav {
    margin-top: 0
}

.navdrawer-nav .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .87);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.0625rem 1rem
}

@media (min-width:576px) {
    .navdrawer-nav .nav-link {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navdrawer-nav .nav-link {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navdrawer-nav .nav-link {
        transition: none
    }
}

.navdrawer-nav .nav-link:active,
.navdrawer-nav .nav-link:focus,
.navdrawer-nav .nav-link:hover {
    background-color: #f5f5f5
}

.navdrawer-nav .nav-link.active,
.navdrawer-nav .nav-link:active {
    color: #673ab7
}

.navdrawer-nav .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38)
}

.navdrawer-nav .nav-link:focus {
    outline: 0
}

.navdrawer-nav .active>.nav-link {
    color: #673ab7
}

.navdrawer-nav-icon {
    color: rgba(0, 0, 0, .54);
    width: 3.5rem
}

.nav-link.active .navdrawer-nav-icon,
.nav-link:active .navdrawer-nav-icon {
    color: #673ab7
}

.active>.nav-link .navdrawer-nav-icon {
    color: #673ab7
}

@media (min-width:576px) {
    .navdrawer-backdrop-permanent-sm {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-persistent-sm {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-temporary-sm {
        display: none;
        transition: none
    }

    .navdrawer-permanent-sm {
        border-right: 1px solid rgba(0, 0, 0, .12);
        display: block !important;
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-permanent-sm.navdrawer-permanent-clipped,
    .navdrawer-permanent-sm.navdrawer-permanent-float {
        top: 3.5rem
    }

    .navdrawer-permanent-sm.navdrawer-permanent-float {
        border-right: 0
    }

    .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
        border-left: 0
    }

    .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent
    }

    .navdrawer-permanent-sm.navdrawer-right {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12);
        right: 0;
        left: auto
    }

    .navdrawer-permanent-sm.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-permanent-sm .navdrawer-content {
        max-width: none;
        position: absolute;
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    .navdrawer-persistent-sm {
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-persistent-sm.navdrawer-persistent-clipped {
        border-top: 1px solid rgba(0, 0, 0, .12);
        margin-top: -1px;
        top: 3.5rem;
        z-index: 39
    }

    .navdrawer-persistent-sm.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .navdrawer-persistent-sm.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-persistent-sm .navdrawer-content {
        border-right: 1px solid rgba(0, 0, 0, .12);
        max-width: none;
        position: absolute;
        width: 100%
    }

    .navdrawer-temporary-sm {
        overflow: visible;
        right: auto;
        width: 18.5rem
    }

    .navdrawer-temporary-sm.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-temporary-sm .navdrawer-content {
        max-width: none;
        position: absolute;
        width: 100%
    }
}

@media (min-width:768px) {
    .navdrawer-backdrop-permanent-md {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-persistent-md {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-temporary-md {
        display: none;
        transition: none
    }

    .navdrawer-permanent-md {
        border-right: 1px solid rgba(0, 0, 0, .12);
        display: block !important;
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-permanent-md.navdrawer-permanent-clipped,
    .navdrawer-permanent-md.navdrawer-permanent-float {
        top: 3.5rem
    }

    .navdrawer-permanent-md.navdrawer-permanent-float {
        border-right: 0
    }

    .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
        border-left: 0
    }

    .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent
    }

    .navdrawer-permanent-md.navdrawer-right {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12);
        right: 0;
        left: auto
    }

    .navdrawer-permanent-md.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-permanent-md .navdrawer-content {
        max-width: none;
        position: absolute;
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    .navdrawer-persistent-md {
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-persistent-md.navdrawer-persistent-clipped {
        border-top: 1px solid rgba(0, 0, 0, .12);
        margin-top: -1px;
        top: 3.5rem;
        z-index: 39
    }

    .navdrawer-persistent-md.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .navdrawer-persistent-md.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-persistent-md .navdrawer-content {
        border-right: 1px solid rgba(0, 0, 0, .12);
        max-width: none;
        position: absolute;
        width: 100%
    }

    .navdrawer-temporary-md {
        overflow: visible;
        right: auto;
        width: 18.5rem
    }

    .navdrawer-temporary-md.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-temporary-md .navdrawer-content {
        max-width: none;
        position: absolute;
        width: 100%
    }
}

@media (min-width:992px) {
    .navdrawer-backdrop-permanent-lg {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-persistent-lg {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-temporary-lg {
        display: none;
        transition: none
    }

    .navdrawer-permanent-lg {
        border-right: 1px solid rgba(0, 0, 0, .12);
        display: block !important;
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-permanent-lg.navdrawer-permanent-clipped,
    .navdrawer-permanent-lg.navdrawer-permanent-float {
        top: 3.5rem
    }

    .navdrawer-permanent-lg.navdrawer-permanent-float {
        border-right: 0
    }

    .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
        border-left: 0
    }

    .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent
    }

    .navdrawer-permanent-lg.navdrawer-right {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12);
        right: 0;
        left: auto
    }

    .navdrawer-permanent-lg.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-permanent-lg .navdrawer-content {
        max-width: none;
        position: absolute;
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    .navdrawer-persistent-lg {
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-persistent-lg.navdrawer-persistent-clipped {
        border-top: 1px solid rgba(0, 0, 0, .12);
        margin-top: -1px;
        top: 3.5rem;
        z-index: 39
    }

    .navdrawer-persistent-lg.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .navdrawer-persistent-lg.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-persistent-lg .navdrawer-content {
        border-right: 1px solid rgba(0, 0, 0, .12);
        max-width: none;
        position: absolute;
        width: 100%
    }

    .navdrawer-temporary-lg {
        overflow: visible;
        right: auto;
        width: 18.5rem
    }

    .navdrawer-temporary-lg.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-temporary-lg .navdrawer-content {
        max-width: none;
        position: absolute;
        width: 100%
    }
}

@media (min-width:1200px) {
    .navdrawer-backdrop-permanent-xl {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-persistent-xl {
        display: none;
        transition: none
    }

    .navdrawer-backdrop-temporary-xl {
        display: none;
        transition: none
    }

    .navdrawer-permanent-xl {
        border-right: 1px solid rgba(0, 0, 0, .12);
        display: block !important;
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-permanent-xl.navdrawer-permanent-clipped,
    .navdrawer-permanent-xl.navdrawer-permanent-float {
        top: 3.5rem
    }

    .navdrawer-permanent-xl.navdrawer-permanent-float {
        border-right: 0
    }

    .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
        border-left: 0
    }

    .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent
    }

    .navdrawer-permanent-xl.navdrawer-right {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12);
        right: 0;
        left: auto
    }

    .navdrawer-permanent-xl.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-permanent-xl .navdrawer-content {
        max-width: none;
        position: absolute;
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    .navdrawer-persistent-xl {
        right: auto;
        width: 18.5rem;
        z-index: auto
    }

    .navdrawer-persistent-xl.navdrawer-persistent-clipped {
        border-top: 1px solid rgba(0, 0, 0, .12);
        margin-top: -1px;
        top: 3.5rem;
        z-index: 39
    }

    .navdrawer-persistent-xl.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .navdrawer-persistent-xl.show .navdrawer-content {
        box-shadow: none
    }

    .navdrawer-persistent-xl .navdrawer-content {
        border-right: 1px solid rgba(0, 0, 0, .12);
        max-width: none;
        position: absolute;
        width: 100%
    }

    .navdrawer-temporary-xl {
        overflow: visible;
        right: auto;
        width: 18.5rem
    }

    .navdrawer-temporary-xl.navdrawer-right {
        right: 0;
        left: auto
    }

    .navdrawer-temporary-xl .navdrawer-content {
        max-width: none;
        position: absolute;
        width: 100%
    }
}

.navdrawer-backdrop-permanent {
    display: none;
    transition: none
}

.navdrawer-backdrop-persistent {
    display: none;
    transition: none
}

.navdrawer-backdrop-temporary {
    display: none;
    transition: none
}

.navdrawer-permanent {
    border-right: 1px solid rgba(0, 0, 0, .12);
    display: block !important;
    right: auto;
    width: 18.5rem;
    z-index: auto
}

.navdrawer-permanent.navdrawer-permanent-clipped,
.navdrawer-permanent.navdrawer-permanent-float {
    top: 3.5rem
}

.navdrawer-permanent.navdrawer-permanent-float {
    border-right: 0
}

.navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
    border-left: 0
}

.navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent
}

.navdrawer-permanent.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, .12);
    right: 0;
    left: auto
}

.navdrawer-permanent.show .navdrawer-content {
    box-shadow: none
}

.navdrawer-permanent .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%
}

.navdrawer-persistent {
    right: auto;
    width: 18.5rem;
    z-index: auto
}

.navdrawer-persistent.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39
}

.navdrawer-persistent.navdrawer-right {
    right: 0;
    left: auto
}

.navdrawer-persistent.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, .12)
}

.navdrawer-persistent.show .navdrawer-content {
    box-shadow: none
}

.navdrawer-persistent .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, .12);
    max-width: none;
    position: absolute;
    width: 100%
}

.navdrawer-temporary {
    overflow: visible;
    right: auto;
    width: 18.5rem
}

.navdrawer-temporary.navdrawer-right {
    right: 0;
    left: auto
}

.navdrawer-temporary .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%
}

.picker {
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    transition-delay: 675ms;
    transition-duration: 0;
    transition-property: transform;
    z-index: 240
}

@media (min-width:576px) {
    .picker {
        transition-delay: .8775s
    }
}

@media (min-width:992px) {
    .picker {
        transition-delay: .45s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker {
        transition: none
    }
}

.picker.picker-opened {
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
    transition: none
}

.picker-frame {
    margin: 1.5rem 1.5rem
}

.picker-holder {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    align-items: center;
    background-color: rgba(0, 0, 0, .38);
    display: flex;
    justify-content: center;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition-delay: 375ms
}

@media (min-width:576px) {
    .picker-holder {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .picker-holder {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker-holder {
        transition: none
    }
}

@media (min-width:576px) {
    .picker-holder {
        transition-delay: .4875s
    }
}

@media (min-width:992px) {
    .picker-holder {
        transition-delay: .25s
    }
}

.picker-opened .picker-holder {
    opacity: 1;
    transition-delay: 0s
}

.picker-wrap {
    border-radius: 2px;
    transition-duration: 375ms;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42857;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    max-width: 18.5rem;
    opacity: 0;
    outline: 0;
    pointer-events: auto;
    position: relative;
    transform: scale(.87)
}

@media (min-width:576px) {
    .picker-wrap {
        transition-duration: .4875s
    }
}

@media (min-width:992px) {
    .picker-wrap {
        transition-duration: .25s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .picker-wrap {
        transition: none
    }
}

@media (orientation:landscape) {
    .picker-wrap {
        display: flex;
        max-width: none
    }
}

.picker-opened .picker-wrap {
    opacity: 1;
    transform: scale(1)
}

.picker-footer {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    display: flex;
    justify-content: flex-end;
    padding: .5rem .5rem
}

@media (orientation:landscape) {
    .picker-footer {
        border-radius: 0 0 2px 0;
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.picker-footer button {
    flex: 0 1 auto;
    margin-left: .5rem;
    min-width: 0
}

.picker-footer button:first-child {
    margin-left: 0
}

.picker-header {
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    position: relative;
    text-align: center
}

@media (orientation:landscape) {
    .picker-header {
        margin-top: .5rem;
        margin-right: .75rem;
        margin-left: .75rem
    }
}

.picker-month,
.picker-year {
    display: inline;
    margin-left: .5rem
}

.picker-month:first-child,
.picker-year:first-child {
    margin-left: 0
}

.picker-nav-next,
.picker-nav-prev {
    height: 2.5rem;
    margin-top: -1.25rem;
    position: absolute;
    top: 50%;
    width: 2.5rem
}

.picker-nav-next,
.picker-nav-next.material-icons,
.picker-nav-prev,
.picker-nav-prev.material-icons {
    line-height: 2.5rem
}

.picker-nav-next {
    right: 0
}

.picker-nav-next::before {
    content: "keyboard_arrow_right"
}

.picker-nav-prev {
    left: 0
}

.picker-nav-prev::before {
    content: "keyboard_arrow_left"
}

.picker-date-display {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #673ab7;
    color: #fff;
    padding: 1rem 1.5rem
}

@media (orientation:landscape) {
    .picker-date-display {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0;
        min-width: 9.75rem;
        white-space: nowrap
    }
}

.picker-date-display-bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.74rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.17647
}

.picker-day-display {
    margin-right: .5rem
}

.picker-weekday-display {
    margin-right: .5rem
}

@media (orientation:landscape) {
    .picker-weekday-display {
        display: block;
        margin-right: 0
    }
}

.picker-weekday-display::after {
    content: ','
}

.picker-box {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    overflow: hidden
}

@media (orientation:landscape) {
    .picker-box {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

.picker-input.form-control[readonly] {
    border-bottom-style: solid;
    color: inherit;
    cursor: text
}

.picker-input.picker-input-active {
    border-bottom-color: #00bcd4
}

.picker-day {
    border-radius: 50%;
    cursor: default;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: auto;
    vertical-align: middle;
    width: 2.5rem
}

@media (orientation:landscape) {
    .picker-day {
        margin-right: .25rem;
        margin-left: .25rem
    }
}

.picker-day.picker-day-selected {
    background-color: #673ab7;
    color: #fff
}

.picker-day-disabled {
    color: rgba(0, 0, 0, .38)
}

.picker-day-outfocus {
    display: none
}

.picker-day-today {
    color: #673ab7;
    font-weight: bolder
}

.picker-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 .5rem;
    table-layout: fixed
}

.picker-table td,
.picker-table th {
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.picker-table th {
    font-weight: inherit
}

.picker-weekday {
    color: rgba(0, 0, 0, .38);
    height: 2.5rem;
    vertical-align: middle;
    width: 2.5rem
}

.picker-select-month,
.picker-select-year {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, .12);
    background-image: none;
    background-position: 100% 50%;
    background-size: auto 100%;
    border: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, .87);
    display: inline-block;
    font-size: inherit;
    height: 1.25rem;
    line-height: 1.25rem;
    opacity: .7;
    padding: 0 1.25rem 0 .5rem
}

@media (min-width:576px) {

    .picker-select-month,
    .picker-select-year {
        transition-duration: .39s
    }
}

@media (min-width:992px) {

    .picker-select-month,
    .picker-select-year {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {

    .picker-select-month,
    .picker-select-year {
        transition: none
    }
}

.picker-select-month:focus,
.picker-select-month:hover,
.picker-select-year:focus,
.picker-select-year:hover {
    opacity: 1
}

@-moz-document url-prefix('') {

    .picker-select-month,
    .picker-select-year {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
        background-repeat: no-repeat
    }
}

@media (-webkit-min-device-pixel-ratio:0) {

    .picker-select-month,
    .picker-select-year {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
        background-repeat: no-repeat
    }
}

.picker-select-month:focus,
.picker-select-year:focus {
    outline: 0
}

.picker-select-month {
    margin-left: .5rem
}

.progress {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.progress-bar {
    border-bottom: .5rem solid #3f51b5
}

.progress-bar.bg-primary {
    background-color: transparent !important;
    border-bottom-color: #673ab7
}

.progress-bar.bg-primary::after {
    background-color: #673ab7
}

.progress-bar.bg-secondary {
    background-color: transparent !important;
    border-bottom-color: #607d8b
}

.progress-bar.bg-secondary::after {
    background-color: #607d8b
}

.progress-bar.bg-danger {
    background-color: transparent !important;
    border-bottom-color: #f44336
}

.progress-bar.bg-danger::after {
    background-color: #f44336
}

.progress-bar.bg-info {
    background-color: transparent !important;
    border-bottom-color: #00bcd4
}

.progress-bar.bg-info::after {
    background-color: #00bcd4
}

.progress-bar.bg-success {
    background-color: transparent !important;
    border-bottom-color: #8bc34a
}

.progress-bar.bg-success::after {
    background-color: #8bc34a
}

.progress-bar.bg-warning {
    background-color: transparent !important;
    border-bottom-color: #ffc107
}

.progress-bar.bg-warning::after {
    background-color: #ffc107
}

.progress-bar.bg-dark {
    background-color: transparent !important;
    border-bottom-color: #464855
}

.progress-bar.bg-dark::after {
    background-color: #464855
}

.progress-bar.bg-light {
    background-color: transparent !important;
    border-bottom-color: #babfc7
}

.progress-bar.bg-light::after {
    background-color: #babfc7
}

.progress-bar::after {
    background-color: #eee;
    content: '';
    display: block;
    height: .5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.progress-bar-animated::before {
    animation-direction: reverse;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: progress-bar-animation;
    animation-name: progress-bar-animation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media (min-width:576px) {
    .progress-bar-animated::before {
        -webkit-animation-duration: .39s;
        animation-duration: .39s
    }
}

@media (min-width:992px) {
    .progress-bar-animated::before {
        -webkit-animation-duration: .2s;
        animation-duration: .2s
    }
}

.progress-bar-animated,
.progress-bar-striped {
    box-sizing: content-box;
    position: relative
}

.progress-bar-animated.bg-primary::before,
.progress-bar-striped.bg-primary::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #673ab7, #673ab7 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #673ab7, #673ab7 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #673ab7, #673ab7 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-secondary::before,
.progress-bar-striped.bg-secondary::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #607d8b, #607d8b .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #607d8b, #607d8b .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #607d8b, #607d8b .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-danger::before,
.progress-bar-striped.bg-danger::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #f44336, #f44336 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #f44336, #f44336 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #f44336, #f44336 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-info::before,
.progress-bar-striped.bg-info::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #00bcd4, #00bcd4 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #00bcd4, #00bcd4 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #00bcd4, #00bcd4 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-success::before,
.progress-bar-striped.bg-success::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #8bc34a, #8bc34a .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #8bc34a, #8bc34a .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #8bc34a, #8bc34a .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-warning::before,
.progress-bar-striped.bg-warning::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #ffc107, #ffc107 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #ffc107, #ffc107 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #ffc107, #ffc107 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-dark::before,
.progress-bar-striped.bg-dark::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #464855, #464855 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #464855, #464855 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #464855, #464855 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated.bg-light::before,
.progress-bar-striped.bg-light::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #babfc7, #babfc7 .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #babfc7, #babfc7 .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #babfc7, #babfc7 .25rem, transparent .25rem, transparent 100%)
}

.progress-bar-animated::after,
.progress-bar-striped::after {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    right: -1.5rem;
    bottom: -.5rem
}

.progress-bar-animated::before,
.progress-bar-striped::before {
    background-image: repeating-radial-gradient(.25rem .25rem, #eee, #eee .25rem, transparent .25rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(.25rem .25rem, #eee, #eee .25rem, transparent .25rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(.25rem .25rem, #eee, #eee .25rem, transparent .25rem, transparent 100%);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1.5rem 1.5rem;
    content: '';
    display: block;
    height: .5rem;
    position: absolute;
    right: -100vw;
    bottom: -.5rem;
    left: 0;
    z-index: -1
}

@-webkit-keyframes progress-bar-animation {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1.5rem 0
    }
}

@keyframes progress-bar-animation {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1.5rem 0
    }
}

.progress-bar-indeterminate {
    border-bottom-color: #eee;
    position: relative;
    width: 100%
}

.progress-bar-indeterminate.bg-primary {
    border-bottom-color: #673ab7
}

.progress-bar-indeterminate.bg-primary::after,
.progress-bar-indeterminate.bg-primary::before {
    background-color: #673ab7
}

.progress-bar-indeterminate.bg-primary::before {
    background-image: none
}

.progress-bar-indeterminate.bg-secondary {
    border-bottom-color: #607d8b
}

.progress-bar-indeterminate.bg-secondary::after,
.progress-bar-indeterminate.bg-secondary::before {
    background-color: #607d8b
}

.progress-bar-indeterminate.bg-secondary::before {
    background-image: none
}

.progress-bar-indeterminate.bg-danger {
    border-bottom-color: #f44336
}

.progress-bar-indeterminate.bg-danger::after,
.progress-bar-indeterminate.bg-danger::before {
    background-color: #f44336
}

.progress-bar-indeterminate.bg-danger::before {
    background-image: none
}

.progress-bar-indeterminate.bg-info {
    border-bottom-color: #00bcd4
}

.progress-bar-indeterminate.bg-info::after,
.progress-bar-indeterminate.bg-info::before {
    background-color: #00bcd4
}

.progress-bar-indeterminate.bg-info::before {
    background-image: none
}

.progress-bar-indeterminate.bg-success {
    border-bottom-color: #8bc34a
}

.progress-bar-indeterminate.bg-success::after,
.progress-bar-indeterminate.bg-success::before {
    background-color: #8bc34a
}

.progress-bar-indeterminate.bg-success::before {
    background-image: none
}

.progress-bar-indeterminate.bg-warning {
    border-bottom-color: #ffc107
}

.progress-bar-indeterminate.bg-warning::after,
.progress-bar-indeterminate.bg-warning::before {
    background-color: #ffc107
}

.progress-bar-indeterminate.bg-warning::before {
    background-image: none
}

.progress-bar-indeterminate.bg-dark {
    border-bottom-color: #464855
}

.progress-bar-indeterminate.bg-dark::after,
.progress-bar-indeterminate.bg-dark::before {
    background-color: #464855
}

.progress-bar-indeterminate.bg-dark::before {
    background-image: none
}

.progress-bar-indeterminate.bg-light {
    border-bottom-color: #babfc7
}

.progress-bar-indeterminate.bg-light::after,
.progress-bar-indeterminate.bg-light::before {
    background-color: #babfc7
}

.progress-bar-indeterminate.bg-light::before {
    background-image: none
}

.progress-bar-indeterminate::after,
.progress-bar-indeterminate::before {
    border-radius: .25rem;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #3f51b5;
    width: 0%
}

.progress-bar-indeterminate::after {
    -webkit-animation-name: progress-bar-indeterminate-after;
    animation-name: progress-bar-indeterminate-after;
    bottom: -.5rem;
    z-index: 0
}

.progress-bar-indeterminate::before {
    -webkit-animation-name: progress-bar-indeterminate-before;
    animation-name: progress-bar-indeterminate-before;
    content: '';
    display: block;
    height: .5rem;
    position: absolute;
    bottom: -.5rem;
    z-index: 0
}

@-webkit-keyframes progress-bar-indeterminate-after {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 25%;
        width: 75%
    }

    75% {
        left: 100%;
        width: 0%
    }
}

@keyframes progress-bar-indeterminate-after {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 25%;
        width: 75%
    }

    75% {
        left: 100%;
        width: 0%
    }
}

@-webkit-keyframes progress-bar-indeterminate-before {

    0%,
    62.5% {
        left: 0;
        width: 0%
    }

    71.875% {
        left: 0;
        width: 25%
    }

    81.25% {
        left: 25%;
        width: 50%
    }

    100% {
        left: 100%;
        width: 25%
    }
}

@keyframes progress-bar-indeterminate-before {

    0%,
    62.5% {
        left: 0;
        width: 0%
    }

    71.875% {
        left: 0;
        width: 25%
    }

    81.25% {
        left: 25%;
        width: 50%
    }

    100% {
        left: 100%;
        width: 25%
    }
}

.progress-circular {
    height: 2.5rem;
    position: relative;
    width: 2.5rem
}

.progress-circular-gap {
    border-top: .125rem solid #3f51b5;
    position: absolute;
    top: 0;
    right: 1.1875rem;
    bottom: 0;
    left: 1.1875rem
}

.progress-circular-inner {
    -webkit-animation: progress-circular-inner-rotate 5.332s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: progress-circular-inner-rotate 5.332s cubic-bezier(.4, 0, .2, 1) infinite;
    height: 2.5rem;
    position: relative;
    width: 2.5rem
}

.progress-circular-left,
.progress-circular-right {
    height: 2.5rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1.25rem
}

.progress-circular-left {
    left: 0
}

.progress-circular-right {
    right: 0
}

.progress-circular-spinner {
    border: .25rem solid #3f51b5;
    border-bottom-color: transparent;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    top: 0;
    width: 2.5rem
}

.progress-circular-left .progress-circular-spinner {
    -webkit-animation: progress-circular-spinner-left 1.333s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: progress-circular-spinner-left 1.333s cubic-bezier(.4, 0, .2, 1) infinite;
    border-right-color: transparent;
    left: 0
}

.progress-circular-right .progress-circular-spinner {
    -webkit-animation: progress-circular-spinner-right 1.333s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: progress-circular-spinner-right 1.333s cubic-bezier(.4, 0, .2, 1) infinite;
    border-left-color: transparent;
    right: 0
}

.progress-circular-wrapper {
    -webkit-animation: progress-circular-wrapper-rotate 2.666s linear infinite;
    animation: progress-circular-wrapper-rotate 2.666s linear infinite
}

@-webkit-keyframes progress-circular-inner-rotate {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    100% {
        transform: rotate(1080deg)
    }
}

@keyframes progress-circular-inner-rotate {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    100% {
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes progress-circular-spinner-left {

    0%,
    100% {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

@keyframes progress-circular-spinner-left {

    0%,
    100% {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes progress-circular-spinner-right {

    0%,
    100% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

@keyframes progress-circular-spinner-right {

    0%,
    100% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

@-webkit-keyframes progress-circular-wrapper-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes progress-circular-wrapper-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
    border-top-color: #673ab7
}

.progress-circular-primary .progress-circular-left .progress-circular-spinner {
    border-left-color: #673ab7
}

.progress-circular-primary .progress-circular-right .progress-circular-spinner {
    border-right-color: #673ab7
}

.progress-circular-secondary .progress-circular-gap,
.progress-circular-secondary .progress-circular-spinner {
    border-top-color: #607d8b
}

.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
    border-left-color: #607d8b
}

.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
    border-right-color: #607d8b
}

.progress-circular-danger .progress-circular-gap,
.progress-circular-danger .progress-circular-spinner {
    border-top-color: #f44336
}

.progress-circular-danger .progress-circular-left .progress-circular-spinner {
    border-left-color: #f44336
}

.progress-circular-danger .progress-circular-right .progress-circular-spinner {
    border-right-color: #f44336
}

.progress-circular-info .progress-circular-gap,
.progress-circular-info .progress-circular-spinner {
    border-top-color: #00bcd4
}

.progress-circular-info .progress-circular-left .progress-circular-spinner {
    border-left-color: #00bcd4
}

.progress-circular-info .progress-circular-right .progress-circular-spinner {
    border-right-color: #00bcd4
}

.progress-circular-success .progress-circular-gap,
.progress-circular-success .progress-circular-spinner {
    border-top-color: #8bc34a
}

.progress-circular-success .progress-circular-left .progress-circular-spinner {
    border-left-color: #8bc34a
}

.progress-circular-success .progress-circular-right .progress-circular-spinner {
    border-right-color: #8bc34a
}

.progress-circular-warning .progress-circular-gap,
.progress-circular-warning .progress-circular-spinner {
    border-top-color: #ffc107
}

.progress-circular-warning .progress-circular-left .progress-circular-spinner {
    border-left-color: #ffc107
}

.progress-circular-warning .progress-circular-right .progress-circular-spinner {
    border-right-color: #ffc107
}

.progress-circular-dark .progress-circular-gap,
.progress-circular-dark .progress-circular-spinner {
    border-top-color: #464855
}

.progress-circular-dark .progress-circular-left .progress-circular-spinner {
    border-left-color: #464855
}

.progress-circular-dark .progress-circular-right .progress-circular-spinner {
    border-right-color: #464855
}

.progress-circular-light .progress-circular-gap,
.progress-circular-light .progress-circular-spinner {
    border-top-color: #babfc7
}

.progress-circular-light .progress-circular-left .progress-circular-spinner {
    border-left-color: #babfc7
}

.progress-circular-light .progress-circular-right .progress-circular-spinner {
    border-right-color: #babfc7
}

.custom-control {
    display: block;
    min-height: 1.45rem;
    padding-left: 2.565rem;
    position: relative
}

.custom-control+.custom-control {
    margin-top: .855rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1.71rem
}

.custom-control-inline+.custom-control-inline {
    margin-top: 0
}

.custom-control-label {
    color: inherit;
    font-size: 1rem;
    line-height: inherit;
    margin-bottom: 0
}

.custom-control-label::after {
    color: rgba(0, 0, 0, .54);
    position: absolute;
    top: -.13rem;
    left: 0
}

.custom-control-label::before {
    transition-duration: .3s;
    transition-property: background-color, opacity, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: currentColor;
    border-radius: 50%;
    color: rgba(0, 0, 0, .54);
    content: '';
    display: block;
    height: 3.42rem;
    margin-top: -.985rem;
    margin-left: -.855rem;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.87, .87) translateZ(0);
    width: 3.42rem
}

@media (min-width:576px) {
    .custom-control-label::before {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-control-label::before {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before {
        transition: none
    }
}

.custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.custom-control-input.focus~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before {
    opacity: .12;
    transform: scale(1, 1) translateZ(0)
}

.custom-control-input:checked~.custom-control-label::after {
    color: #607d8b
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #607d8b
}

.custom-control-input:disabled~.custom-control-label {
    color: rgba(0, 0, 0, .26)
}

.custom-control-input:disabled~.custom-control-label::after {
    color: rgba(0, 0, 0, .26)
}

.custom-control-input:disabled~.custom-control-label::before {
    display: none
}

.custom-checkbox .custom-control-label::after {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    content: "check_box_outline_blank";
    line-height: 1;
    vertical-align: middle
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "check_box"
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    content: "indeterminate_check_box"
}

.custom-radio .custom-control-label::after {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    content: "radio_button_unchecked";
    line-height: 1;
    vertical-align: middle
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: "radio_button_checked"
}

.custom-switch {
    padding-left: 4.275rem
}

.custom-switch .custom-control-label {
    transition-duration: .3s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:576px) {
    .custom-switch .custom-control-label {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-switch .custom-control-label {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label {
        transition: none
    }
}

.custom-switch .custom-control-label::after {
    transition-duration: .3s;
    transition-property: background-color, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #fafafa;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .54);
    content: '';
    display: block;
    height: 1.71rem;
    position: absolute;
    width: 1.71rem
}

@media (min-width:576px) {
    .custom-switch .custom-control-label::after {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-switch .custom-control-label::after {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after,
.custom-switch .custom-control-input:checked~.custom-control-label::before {
    transform: translateX(1.71rem)
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #607d8b
}

.custom-switch .custom-control-input:checked~.custom-control-track {
    background-color: rgba(96, 125, 139, .5)
}

.custom-switch .custom-control-input:disabled~.custom-control-label::after {
    background-color: #bdbdbd
}

.custom-switch .custom-control-input:disabled~.custom-control-track {
    background-color: rgba(0, 0, 0, .12)
}

.custom-switch .custom-control-track {
    transition-duration: .3s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-clip: content-box;
    background-color: rgba(0, 0, 0, .38);
    border: .355rem solid transparent;
    border-radius: 1rem;
    content: '';
    display: block;
    height: 1.71rem;
    position: absolute;
    top: -.13rem;
    left: 0;
    width: 3.42rem
}

@media (min-width:576px) {
    .custom-switch .custom-control-track {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-switch .custom-control-track {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-track {
        transition: none
    }
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding-left: 0;
    width: 100%
}

.custom-range:active::-moz-range-track,
.custom-range:focus::-moz-range-track {
    background-color: rgba(0, 0, 0, .38)
}

.custom-range:active::-ms-fill-upper,
.custom-range:focus::-ms-fill-upper {
    background-color: rgba(0, 0, 0, .38)
}

.custom-range:active::-webkit-slider-runnable-track,
.custom-range:focus::-webkit-slider-runnable-track {
    background-color: rgba(0, 0, 0, .38)
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 .855rem rgba(96, 125, 139, .12)
}

.custom-range:focus::-ms-range-thumb {
    box-shadow: 0 0 0 .855rem rgba(96, 125, 139, .12)
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 .855rem rgba(96, 125, 139, .12)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-moz-range-progress {
    background-color: #607d8b
}

.custom-range::-moz-range-thumb {
    transition-duration: .3s;
    -moz-transition-property: box-shadow, height, width;
    transition-property: box-shadow, height, width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -moz-appearance: none;
    appearance: none;
    background-color: #607d8b;
    border: 0;
    border-radius: 50%;
    height: .855rem;
    width: .855rem
}

@media (min-width:576px) {
    .custom-range::-moz-range-thumb {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-moz-range-thumb {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    box-shadow: none;
    height: 1.71rem;
    width: 1.71rem
}

.custom-range::-moz-range-thumb:focus {
    outline: 0
}

.custom-range::-moz-range-track {
    transition-duration: .3s;
    -moz-transition-property: background-color;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .26);
    border-color: transparent;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    height: .125rem;
    width: 100%
}

@media (min-width:576px) {
    .custom-range::-moz-range-track {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-moz-range-track {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-track {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-ms-fill-lower {
    background-color: #607d8b;
    height: .125rem;
    margin-bottom: .125rem;
    margin-left: .4275rem
}

.custom-range::-ms-fill-upper {
    background-color: rgba(0, 0, 0, .26);
    height: .125rem;
    margin-right: .4275rem;
    margin-bottom: .125rem
}

.custom-range::-ms-thumb {
    transition-duration: .3s;
    -ms-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    appearance: none;
    background-color: #607d8b;
    border: 0;
    border-radius: 50%;
    height: .855rem;
    margin-right: .4275rem;
    margin-left: .4275rem;
    width: .855rem
}

@media (min-width:576px) {
    .custom-range::-ms-thumb {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-ms-thumb {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    box-shadow: 0 0 0 .4275rem #607d8b
}

.custom-range::-ms-thumb:focus {
    outline: 0
}

.custom-range::-ms-track {
    transition-duration: .3s;
    -ms-transition-property: background-color;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: transparent;
    border-color: transparent;
    border-width: .98rem 0;
    color: transparent;
    cursor: pointer;
    height: .125rem;
    width: 100%
}

@media (min-width:576px) {
    .custom-range::-ms-track {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-ms-track {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-track {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-runnable-track {
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .26);
    border-color: transparent;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    height: .125rem;
    width: 100%
}

@media (min-width:576px) {
    .custom-range::-webkit-slider-runnable-track {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-webkit-slider-runnable-track {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-runnable-track {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb {
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
    appearance: none;
    background-color: #607d8b;
    border: 0;
    border-radius: 50%;
    height: .855rem;
    margin-top: -.365rem;
    width: .855rem
}

@media (min-width:576px) {
    .custom-range::-webkit-slider-thumb {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-range::-webkit-slider-thumb {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    box-shadow: 0 0 0 .4275rem #607d8b
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0
}

.snackbar {
    align-items: center;
    background-color: #323232;
    color: #fff;
    display: flex;
    font-size: .875rem;
    line-height: 1.45;
    opacity: 0;
    padding: .875rem 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: opacity 0s 195ms, transform 195ms cubic-bezier(.4, 0, 1, 1);
    width: 100%;
    z-index: 60
}

@media (min-width:576px) {
    .snackbar {
        border-radius: 2px;
        max-width: 35.5rem;
        min-width: 18rem;
        left: 50%;
        transform: translate(-50%, 100%);
        width: auto
    }
}

@media (min-width:576px) {
    .snackbar {
        transition: opacity 0s .2535s, transform .2535s cubic-bezier(.4, 0, 1, 1)
    }
}

@media (min-width:992px) {
    .snackbar {
        transition: opacity 0s .13s, transform .13s cubic-bezier(.4, 0, 1, 1)
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .snackbar {
        transition: none
    }
}

.snackbar.show {
    transition-duration: 225ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    opacity: 1;
    transform: translateY(0)
}

@media (min-width:576px) {
    .snackbar.show {
        transition-duration: .2925s
    }
}

@media (min-width:992px) {
    .snackbar.show {
        transition-duration: .15s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .snackbar.show {
        transition: none
    }
}

@media (min-width:576px) {
    .snackbar.show {
        transform: translate(-50%, 0)
    }
}

.snackbar-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: auto;
    max-height: 100%;
    min-width: 0
}

.snackbar-btn {
    transition-duration: .3s;
    transition-property: background-color, background-image;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: transparent;
    background-image: none;
    border: 0;
    color: #607d8b;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    margin-left: 1.5rem;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:576px) {
    .snackbar-btn {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .snackbar-btn {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .snackbar-btn {
        transition: none
    }
}

.snackbar-btn:focus,
.snackbar-btn:hover {
    color: #607d8b;
    text-decoration: none
}

@media (min-width:576px) {
    .snackbar-btn {
        margin-left: 3rem
    }
}

.snackbar-btn:focus {
    outline: 0
}

@media (min-width:576px) {

    .snackbar-left,
    .snackbar-right {
        transform: translateY(100%)
    }

    .snackbar-left.show,
    .snackbar-right.show {
        transform: translateY(-1.5rem)
    }
}

@media (min-width:576px) {
    .snackbar-left {
        left: 1.5rem
    }
}

@media (min-width:576px) {
    .snackbar-right {
        right: 1.5rem;
        left: auto
    }
}

.snackbar-multi-line {
    height: 5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.snackbar-multi-line .snackbar-body {
    white-space: normal
}

.stepper {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    padding: 1.5rem 1.5rem;
    position: relative
}

.stepper::after,
.stepper::before {
    border-top: 1px solid #bdbdbd;
    content: '';
    display: block;
    position: absolute
}

.stepper:first-child::before {
    display: none
}

.stepper:last-child::after {
    display: none
}

.stepper-horiz {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative
}

.stepper-horiz::before {
    border-top: 1px solid #bdbdbd;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    left: 1.5rem
}

.stepper-horiz .stepper::after,
.stepper-horiz .stepper::before {
    border-top: 1px solid #bdbdbd;
    top: 50%;
    width: 1rem
}

.stepper-horiz .stepper::after {
    right: 0
}

.stepper-horiz .stepper::before {
    left: 0
}

.stepper-vert {
    background-color: #fff;
    position: relative
}

.stepper-vert .stepper::after,
.stepper-vert .stepper::before {
    border-left: 1px solid #bdbdbd;
    height: 1rem;
    left: 2.355rem
}

.stepper-vert .stepper::after {
    bottom: 0
}

.stepper-vert .stepper::before {
    top: 0
}

.stepper-icon {
    background-color: rgba(0, 0, 0, .38);
    border-radius: 50%;
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    height: 1.71rem;
    line-height: 1.71rem;
    margin-right: .5rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 1.71rem
}

.stepper.active .stepper-icon,
.stepper.done .stepper-icon {
    background-color: #673ab7;
    color: #fff
}

.stepper-icon .material-icons {
    font-size: 1.333em
}

.stepper-text {
    color: rgba(0, 0, 0, .38);
    font-size: .875rem;
    font-weight: 400;
    position: relative
}

.stepper.active .stepper-text,
.stepper.done .stepper-text {
    color: rgba(0, 0, 0, .87)
}

.stepper.active .stepper-text {
    font-weight: bolder
}

.nav-tabs {
    box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, .12)
}

.nav-tabs.border-0,
.nav-tabs.border-bottom-0 {
    box-shadow: none
}

.nav-tabs .nav-link {
    transition-duration: .3s;
    transition-property: background-color, color, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .87);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    min-height: 3rem;
    opacity: .7;
    padding: 1.0625rem .75rem;
    position: relative;
    text-transform: uppercase
}

@media (min-width:576px) {
    .nav-tabs .nav-link {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .nav-tabs .nav-link {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-tabs .nav-link {
        transition: none
    }
}

.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: rgba(0, 0, 0, .12)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:active {
    opacity: 1
}

.nav-tabs .nav-link.active {
    color: #607d8b
}

.nav-tabs .nav-link.active::before {
    opacity: 1
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.nav-tabs .nav-link::before {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #607d8b;
    content: '';
    display: block;
    height: .125rem;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width:576px) {
    .nav-tabs .nav-link::before {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .nav-tabs .nav-link::before {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-tabs .nav-link::before {
        transition: none
    }
}

.nav-tabs .nav-item.show .nav-link {
    background-color: rgba(0, 0, 0, .12);
    opacity: 1
}

.nav-tabs-material {
    position: relative
}

.nav-tabs-material.animate .nav-link::before {
    opacity: 0
}

.nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: .3s;
    transition-property: left, right;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:576px) {
    .nav-tabs-material.animate .nav-tabs-indicator {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .nav-tabs-material.animate .nav-tabs-indicator {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .nav-tabs-material.animate .nav-tabs-indicator {
        transition: none
    }
}

.nav-tabs-material .nav-link::before {
    transition: none
}

.nav-tabs-material .nav-tabs-indicator {
    background-color: #607d8b;
    display: none;
    height: .125rem;
    position: absolute;
    bottom: 0
}

.nav-tabs-material .nav-tabs-indicator.show {
    display: block
}

.nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
    bottom: 3rem
}

.nav-tabs-scrollable {
    box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, .12);
    height: 3rem;
    overflow: hidden
}

.nav-tabs-scrollable .nav-tabs {
    box-shadow: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3rem
}

.nav-tabs-scrollable .nav-tabs::-webkit-scrollbar {
    display: none
}

.custom-select,
.form-control,
.form-control-file {
    background-clip: padding-box;
    background-color: transparent;
    border-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: none;
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 1rem;
    line-height: 2.5;
    padding: .2rem 1rem calc(.2rem - 1px);
    width: 100%
}

.custom-select:hover,
.form-control-file:hover,
.form-control:hover {
    border-color: rgba(0, 0, 0, .87);
    box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, .87)
}

.custom-select::-ms-expand,
.form-control-file::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.custom-select::-webkit-input-placeholder,
.form-control-file::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select::-moz-placeholder,
.form-control-file::-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select:-ms-input-placeholder,
.form-control-file:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select::-ms-input-placeholder,
.form-control-file::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select::placeholder,
.form-control-file::placeholder,
.form-control::placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select:disabled,
.custom-select[readonly],
.form-control-file:disabled,
.form-control-file[readonly],
.form-control:disabled,
.form-control[readonly] {
    border-style: dotted;
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.custom-select:disabled:focus,
.custom-select:disabled:hover,
.custom-select[readonly]:focus,
.custom-select[readonly]:hover,
.form-control-file:disabled:focus,
.form-control-file:disabled:hover,
.form-control-file[readonly]:focus,
.form-control-file[readonly]:hover,
.form-control:disabled:focus,
.form-control:disabled:hover,
.form-control[readonly]:focus,
.form-control[readonly]:hover {
    border-color: rgba(0, 0, 0, .3);
    box-shadow: none
}

.custom-select:focus,
.form-control-file:focus,
.form-control:focus {
    border-color: #00bcd4;
    box-shadow: inset 0 0 0 -1px #00bcd4;
    outline: 0
}

.custom-select:invalid:required,
.form-control-file:invalid:required,
.form-control:invalid:required {
    outline: 0
}

.form-control[type=file] {
    max-height: 2.25rem
}

.form-control-lg {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding: .625rem 0 calc(.625rem - 1px)
}

.form-control-lg[type=file] {
    max-height: 3.75rem
}

.form-control-sm {
    font-size: .8125rem;
    line-height: 1.53846;
    padding: .375rem 0 calc(.375rem - 1px)
}

.form-control-sm[type=file] {
    max-height: 2rem
}

.custom-select,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@-moz-document url-prefix('') {

    .custom-select,
    select.form-control {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 1.71em 1.71em;
        padding-right: 1.71em
    }

    .custom-select[multiple],
    .custom-select[size]:not([size='1']),
    select.form-control[multiple],
    select.form-control[size]:not([size='1']) {
        background-image: none
    }
}

@media (-webkit-min-device-pixel-ratio:0) {

    .custom-select,
    select.form-control {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 1.71em 1.71em;
        padding-right: 1.71em
    }

    .custom-select[multiple],
    .custom-select[size]:not([size='1']),
    select.form-control[multiple],
    select.form-control[size]:not([size='1']) {
        background-image: none
    }
}

.custom-select[multiple],
.custom-select[size]:not([size='1']),
select.form-control[multiple],
select.form-control[size]:not([size='1']),
textarea.form-control:not([rows='1']) {
    border-radius: 4px;
    border-width: 1px;
    min-height: 3.5rem;
    padding: calc(.5rem - 1px) 1rem
}

.custom-select:hover[multiple],
.custom-select:hover[size]:not([size='1']),
select.form-control:hover[multiple],
select.form-control:hover[size]:not([size='1']),
textarea.form-control:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, .87), inset 0 0 0 -1px rgba(0, 0, 0, .87)
}

.custom-select:focus[multiple],
.custom-select:focus[size]:not([size='1']),
select.form-control:focus[multiple],
select.form-control:focus[size]:not([size='1']),
textarea.form-control:focus:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #00bcd4, inset 0 0 0 -1px #00bcd4
}

select.form-control-lg[multiple],
select.form-control-lg[size]:not([size='1']) {
    padding: calc(.875rem - 1px) 1rem
}

select.form-control-sm[multiple],
select.form-control-sm[size]:not([size='1']) {
    padding: calc(.75rem - 1px) .75rem
}

textarea.form-control {
    min-height: 2.25rem
}

textarea.form-control-lg {
    min-height: 3.75rem
}

textarea.form-control-lg:not([rows='1']) {
    min-height: 4.25rem;
    padding: calc(.875rem - 1px) 1rem
}

textarea.form-control-sm {
    min-height: 2rem
}

textarea.form-control-sm:not([rows='1']) {
    min-height: 2.75rem;
    padding: calc(.75rem - 1px) .75rem
}

.custom-file {
    display: inline-block;
    height: 2.25rem;
    margin-bottom: 0;
    position: relative;
    width: 100%
}

.custom-file-input {
    height: 2.25rem;
    margin: 0;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.custom-file-input:focus~.custom-file-label,
.custom-file-input:hover~.custom-file-label {
    border-bottom-color: #00bcd4;
    box-shadow: inset 0 0 0 -1px #00bcd4
}

.custom-file-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
    transition-property: border-color, box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .38);
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.5;
    padding: .2rem 2.565rem calc(.2rem - 1px) 1rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

@media (min-width:576px) {
    .custom-file-label {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .custom-file-label {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-file-label {
        transition: none
    }
}

.custom-file-label::after {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    content: "attachment";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.custom-select-lg {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding: .625rem 1.71em calc(.625rem - 1px) 0
}

.custom-select-lg[multiple],
.custom-select-lg[size]:not([size='1']) {
    padding: calc(.875rem - 1px) 1rem
}

.custom-select-sm {
    font-size: .8125rem;
    line-height: 1.53846;
    padding: .375rem 1.71em calc(.375rem - 1px) 0
}

.custom-select-sm[multiple],
.custom-select-sm[size]:not([size='1']) {
    padding: calc(.75rem - 1px) .75rem
}

.form-control-file {
    max-height: 2.25rem
}

.form-control-range {
    display: block;
    width: 100%
}

.invalid-feedback {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #f44336;
    display: none;
    margin-top: .75rem;
    width: 100%
}

.form-control-lg+.invalid-feedback {
    margin-top: .75rem
}

.form-control-sm+.invalid-feedback {
    margin-top: .25rem
}

.invalid-tooltip {
    border-radius: 2px;
    background-color: #f44336;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.45;
    margin-top: .75rem;
    max-width: 100%;
    opacity: .9;
    padding: .36562rem 1rem;
    position: absolute;
    top: 100%;
    text-align: center;
    word-break: break-word;
    z-index: 240
}

@media (min-width:768px) {
    .invalid-tooltip {
        font-size: .625rem;
        padding: .23438rem .5rem
    }
}

.form-control-lg+.invalid-tooltip {
    margin-top: .75rem
}

.form-control-sm+.invalid-tooltip {
    margin-top: .25rem
}

.custom-control-input.is-invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label::after,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label::after {
    color: #f44336
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #f44336
}

.custom-control-input.is-invalid~.custom-control-track,
.was-validated .custom-control-input:invalid~.custom-control-track {
    background-color: rgba(244, 67, 54, .5)
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:hover~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:hover~.custom-file-label {
    border-bottom-color: #f44336;
    box-shadow: inset 0 0 0 -1px #f44336
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-bottom-color: #f44336
}

.custom-file-input.is-invalid~.custom-file-label:hover,
.was-validated .custom-file-input:invalid~.custom-file-label:hover {
    border-bottom-color: #f44336;
    box-shadow: inset 0 0 0 -1px #f44336
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-switch .custom-control-input.is-invalid~.custom-control-label::after,
.was-validated .custom-switch .custom-control-input:invalid~.custom-control-label::after {
    background-color: #f44336
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #f44336
}

.is-invalid.custom-select,
.is-invalid.form-control,
.is-invalid.form-control-file,
.was-validated .custom-select:invalid,
.was-validated .form-control-file:invalid,
.was-validated .form-control:invalid {
    border-color: #f44336
}

.is-invalid.custom-select:focus,
.is-invalid.custom-select:hover,
.is-invalid.form-control-file:focus,
.is-invalid.form-control-file:hover,
.is-invalid.form-control:focus,
.is-invalid.form-control:hover,
.was-validated .custom-select:invalid:focus,
.was-validated .custom-select:invalid:hover,
.was-validated .form-control-file:invalid:focus,
.was-validated .form-control-file:invalid:hover,
.was-validated .form-control:invalid:focus,
.was-validated .form-control:invalid:hover {
    border-color: #f44336;
    box-shadow: inset 0 0 0 -1px #f44336
}

.is-invalid.custom-select~.invalid-feedback,
.is-invalid.custom-select~.invalid-tooltip,
.is-invalid.form-control-file~.invalid-feedback,
.is-invalid.form-control-file~.invalid-tooltip,
.is-invalid.form-control~.invalid-feedback,
.is-invalid.form-control~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select: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
}

.is-invalid.custom-select:focus[multiple],
.is-invalid.custom-select:focus[size]:not([size='1']),
.is-invalid.custom-select:hover[multiple],
.is-invalid.custom-select:hover[size]:not([size='1']),
.was-validated .custom-select:invalid:focus[multiple],
.was-validated .custom-select:invalid:focus[size]:not([size='1']),
.was-validated .custom-select:invalid:hover[multiple],
.was-validated .custom-select:invalid:hover[size]:not([size='1']),
.was-validated select.form-control:invalid:focus[multiple],
.was-validated select.form-control:invalid:focus[size]:not([size='1']),
.was-validated select.form-control:invalid:hover[multiple],
.was-validated select.form-control:invalid:hover[size]:not([size='1']),
.was-validated textarea.form-control:invalid:focus:not([rows='1']),
.was-validated textarea.form-control:invalid:hover:not([rows='1']),
select.is-invalid.form-control:focus[multiple],
select.is-invalid.form-control:focus[size]:not([size='1']),
select.is-invalid.form-control:hover[multiple],
select.is-invalid.form-control:hover[size]:not([size='1']),
textarea.is-invalid.form-control:focus:not([rows='1']),
textarea.is-invalid.form-control:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #f44336, inset 0 0 0 -1px #f44336
}

.textfield-box .is-invalid.custom-select:focus[multiple],
.textfield-box .is-invalid.custom-select:focus[size]:not([size='1']),
.textfield-box .is-invalid.custom-select:hover[multiple],
.textfield-box .is-invalid.custom-select:hover[size]:not([size='1']),
.textfield-box select.is-invalid.form-control:focus[multiple],
.textfield-box select.is-invalid.form-control:focus[size]:not([size='1']),
.textfield-box select.is-invalid.form-control:hover[multiple],
.textfield-box select.is-invalid.form-control:hover[size]:not([size='1']),
.textfield-box textarea.is-invalid.form-control:focus:not([rows='1']),
.textfield-box textarea.is-invalid.form-control:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:invalid:focus[multiple],
.was-validated .textfield-box .custom-select:invalid:focus[size]:not([size='1']),
.was-validated .textfield-box .custom-select:invalid:hover[multiple],
.was-validated .textfield-box .custom-select:invalid:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:focus[multiple],
.was-validated .textfield-box select.form-control:invalid:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:hover[multiple],
.was-validated .textfield-box select.form-control:invalid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .textfield-box textarea.form-control:invalid:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #f44336
}

.valid-feedback {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #8bc34a;
    display: none;
    margin-top: .75rem;
    width: 100%
}

.form-control-lg+.valid-feedback {
    margin-top: .75rem
}

.form-control-sm+.valid-feedback {
    margin-top: .25rem
}

.valid-tooltip {
    border-radius: 2px;
    background-color: #8bc34a;
    color: rgba(0, 0, 0, .87);
    display: none;
    font-size: .875rem;
    line-height: 1.45;
    margin-top: .75rem;
    max-width: 100%;
    opacity: .9;
    padding: .36562rem 1rem;
    position: absolute;
    top: 100%;
    text-align: center;
    word-break: break-word;
    z-index: 240
}

@media (min-width:768px) {
    .valid-tooltip {
        font-size: .625rem;
        padding: .23438rem .5rem
    }
}

.form-control-lg+.valid-tooltip {
    margin-top: .75rem
}

.form-control-sm+.valid-tooltip {
    margin-top: .25rem
}

.custom-control-input.is-valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label::after,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label::after {
    color: #8bc34a
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #8bc34a
}

.custom-control-input.is-valid~.custom-control-track,
.was-validated .custom-control-input:valid~.custom-control-track {
    background-color: rgba(139, 195, 74, .5)
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.custom-file-input.is-valid:hover~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:hover~.custom-file-label {
    border-bottom-color: #8bc34a;
    box-shadow: inset 0 0 0 -1px #8bc34a
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-bottom-color: #8bc34a
}

.custom-file-input.is-valid~.custom-file-label:hover,
.was-validated .custom-file-input:valid~.custom-file-label:hover {
    border-bottom-color: #8bc34a;
    box-shadow: inset 0 0 0 -1px #8bc34a
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-switch .custom-control-input.is-valid~.custom-control-label::after,
.was-validated .custom-switch .custom-control-input:valid~.custom-control-label::after {
    background-color: #8bc34a
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #8bc34a
}

.is-valid.custom-select,
.is-valid.form-control,
.is-valid.form-control-file,
.was-validated .custom-select:valid,
.was-validated .form-control-file:valid,
.was-validated .form-control:valid {
    border-color: #8bc34a
}

.is-valid.custom-select:focus,
.is-valid.custom-select:hover,
.is-valid.form-control-file:focus,
.is-valid.form-control-file:hover,
.is-valid.form-control:focus,
.is-valid.form-control:hover,
.was-validated .custom-select:valid:focus,
.was-validated .custom-select:valid:hover,
.was-validated .form-control-file:valid:focus,
.was-validated .form-control-file:valid:hover,
.was-validated .form-control:valid:focus,
.was-validated .form-control:valid:hover {
    border-color: #8bc34a;
    box-shadow: inset 0 0 0 -1px #8bc34a
}

.is-valid.custom-select~.valid-feedback,
.is-valid.custom-select~.valid-tooltip,
.is-valid.form-control-file~.valid-feedback,
.is-valid.form-control-file~.valid-tooltip,
.is-valid.form-control~.valid-feedback,
.is-valid.form-control~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select: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
}

.is-valid.custom-select:focus[multiple],
.is-valid.custom-select:focus[size]:not([size='1']),
.is-valid.custom-select:hover[multiple],
.is-valid.custom-select:hover[size]:not([size='1']),
.was-validated .custom-select:valid:focus[multiple],
.was-validated .custom-select:valid:focus[size]:not([size='1']),
.was-validated .custom-select:valid:hover[multiple],
.was-validated .custom-select:valid:hover[size]:not([size='1']),
.was-validated select.form-control:valid:focus[multiple],
.was-validated select.form-control:valid:focus[size]:not([size='1']),
.was-validated select.form-control:valid:hover[multiple],
.was-validated select.form-control:valid:hover[size]:not([size='1']),
.was-validated textarea.form-control:valid:focus:not([rows='1']),
.was-validated textarea.form-control:valid:hover:not([rows='1']),
select.is-valid.form-control:focus[multiple],
select.is-valid.form-control:focus[size]:not([size='1']),
select.is-valid.form-control:hover[multiple],
select.is-valid.form-control:hover[size]:not([size='1']),
textarea.is-valid.form-control:focus:not([rows='1']),
textarea.is-valid.form-control:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #8bc34a, inset 0 0 0 -1px #8bc34a
}

.textfield-box .is-valid.custom-select:focus[multiple],
.textfield-box .is-valid.custom-select:focus[size]:not([size='1']),
.textfield-box .is-valid.custom-select:hover[multiple],
.textfield-box .is-valid.custom-select:hover[size]:not([size='1']),
.textfield-box select.is-valid.form-control:focus[multiple],
.textfield-box select.is-valid.form-control:focus[size]:not([size='1']),
.textfield-box select.is-valid.form-control:hover[multiple],
.textfield-box select.is-valid.form-control:hover[size]:not([size='1']),
.textfield-box textarea.is-valid.form-control:focus:not([rows='1']),
.textfield-box textarea.is-valid.form-control:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:valid:focus[multiple],
.was-validated .textfield-box .custom-select:valid:focus[size]:not([size='1']),
.was-validated .textfield-box .custom-select:valid:hover[multiple],
.was-validated .textfield-box .custom-select:valid:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:focus[multiple],
.was-validated .textfield-box select.form-control:valid:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:hover[multiple],
.was-validated .textfield-box select.form-control:valid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:focus:not([rows='1']),
.was-validated .textfield-box textarea.form-control:valid:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #8bc34a
}

.textfield-box .custom-select,
.textfield-box .form-control,
.textfield-box .form-control-file {
    background-color: rgba(0, 0, 0, .06);
    border-radius: 4px;
    padding: .5rem 1rem calc(.5rem - 1px)
}

.textfield-box .custom-select,
.textfield-box select.form-control {
    padding-right: 1.71em
}

.textfield-box .custom-select[multiple],
.textfield-box .custom-select[size]:not([size='1']),
.textfield-box select.form-control[multiple],
.textfield-box select.form-control[size]:not([size='1']),
.textfield-box textarea.form-control:not([rows='1']) {
    border-width: 0 0 1px;
    padding: .5rem 1rem calc(.5rem - 1px)
}

.textfield-box .custom-select:hover[multiple],
.textfield-box .custom-select:hover[size]:not([size='1']),
.textfield-box select.form-control:hover[multiple],
.textfield-box select.form-control:hover[size]:not([size='1']),
.textfield-box textarea.form-control:hover:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, .87)
}

.textfield-box .custom-select:focus[multiple],
.textfield-box .custom-select:focus[size]:not([size='1']),
.textfield-box select.form-control:focus[multiple],
.textfield-box select.form-control:focus[size]:not([size='1']),
.textfield-box textarea.form-control:focus:not([rows='1']) {
    box-shadow: inset 0 0 0 -1px #00bcd4
}

.textfield-box textarea.form-control {
    min-height: 3.5rem
}

.textfield-box .form-control-file,
.textfield-box .form-control[type=file] {
    max-height: 3.5rem
}

.input-group-lg>.textfield-box .custom-select,
.input-group-lg>.textfield-box .form-control,
.input-group-lg>.textfield-box .form-control-file,
.textfield-box-lg .custom-select,
.textfield-box-lg .form-control,
.textfield-box-lg .form-control-file {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding: .875rem 1rem calc(.875rem - 1px)
}

.input-group-lg>.textfield-box .custom-select[multiple],
.input-group-lg>.textfield-box .custom-select[size]:not([size='1']),
.input-group-lg>.textfield-box select.form-control[multiple],
.input-group-lg>.textfield-box select.form-control[size]:not([size='1']),
.input-group-lg>.textfield-box textarea.form-control:not([rows='1']),
.textfield-box-lg .custom-select[multiple],
.textfield-box-lg .custom-select[size]:not([size='1']),
.textfield-box-lg select.form-control[multiple],
.textfield-box-lg select.form-control[size]:not([size='1']),
.textfield-box-lg textarea.form-control:not([rows='1']) {
    padding: .875rem 1rem calc(.875rem - 1px)
}

.input-group-lg>.textfield-box textarea.form-control,
.textfield-box-lg textarea.form-control {
    min-height: 4.25rem
}

.input-group-lg>.textfield-box .custom-select,
.textfield-box-lg .custom-select {
    padding-right: 1.71em
}

.input-group-lg>.textfield-box .form-control-file,
.input-group-lg>.textfield-box .form-control[type=file],
.textfield-box-lg .form-control-file,
.textfield-box-lg .form-control[type=file] {
    max-height: 4.25rem
}

.input-group-sm>.textfield-box .custom-select,
.input-group-sm>.textfield-box .form-control,
.input-group-sm>.textfield-box .form-control-file,
.textfield-box-sm .custom-select,
.textfield-box-sm .form-control,
.textfield-box-sm .form-control-file {
    font-size: .8125rem;
    line-height: 1.53846;
    padding: .75rem .75rem calc(.75rem - 1px)
}

.input-group-sm>.textfield-box .custom-select[multiple],
.input-group-sm>.textfield-box .custom-select[size]:not([size='1']),
.input-group-sm>.textfield-box select.form-control[multiple],
.input-group-sm>.textfield-box select.form-control[size]:not([size='1']),
.input-group-sm>.textfield-box textarea.form-control:not([rows='1']),
.textfield-box-sm .custom-select[multiple],
.textfield-box-sm .custom-select[size]:not([size='1']),
.textfield-box-sm select.form-control[multiple],
.textfield-box-sm select.form-control[size]:not([size='1']),
.textfield-box-sm textarea.form-control:not([rows='1']) {
    padding: .75rem .75rem calc(.75rem - 1px)
}

.input-group-sm>.textfield-box textarea.form-control,
.textfield-box-sm textarea.form-control {
    min-height: 2.75rem
}

.input-group-sm>.textfield-box .custom-select,
.textfield-box-sm .custom-select {
    padding-right: 1.71em
}

.input-group-sm>.textfield-box .form-control-file,
.input-group-sm>.textfield-box .form-control[type=file],
.textfield-box-sm .form-control-file,
.textfield-box-sm .form-control[type=file] {
    max-height: 2.75rem
}

.floating-label {
    padding-top: .75rem;
    position: relative
}

.floating-label.has-value label,
.floating-label.is-focused label {
    top: 0;
    transform: scale(.75)
}

.floating-label.is-focused label {
    color: #607d8b
}

.floating-label:not(.has-value):not(.is-focused) .form-control[type=date],
.floating-label:not(.has-value):not(.is-focused) .form-control[type=datetime-local],
.floating-label:not(.has-value):not(.is-focused) .form-control[type=time] {
    color: transparent
}

.floating-label label {
    transition-duration: .3s;
    transition-property: color, top, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .38);
    display: block;
    font-size: 1rem;
    line-height: 2.5;
    margin: 0;
    padding: 0;
    position: absolute;
    top: .95rem;
    left: 0;
    transform-origin: 0 0
}

@media (min-width:576px) {
    .floating-label label {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .floating-label label {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .floating-label label {
        transition: none
    }
}

.floating-label .custom-select,
.floating-label .form-control,
.floating-label .form-control-file {
    position: relative
}

.floating-label .custom-select:focus::-webkit-input-placeholder,
.floating-label .form-control-file:focus::-webkit-input-placeholder,
.floating-label .form-control:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.floating-label .custom-select:focus::-moz-placeholder,
.floating-label .form-control-file:focus::-moz-placeholder,
.floating-label .form-control:focus::-moz-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.floating-label .custom-select:focus:-ms-input-placeholder,
.floating-label .form-control-file:focus:-ms-input-placeholder,
.floating-label .form-control:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.floating-label .custom-select:focus::-ms-input-placeholder,
.floating-label .form-control-file:focus::-ms-input-placeholder,
.floating-label .form-control:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.floating-label .custom-select:focus::placeholder,
.floating-label .form-control-file:focus::placeholder,
.floating-label .form-control:focus::placeholder {
    color: rgba(0, 0, 0, .38);
    opacity: 1
}

.floating-label .custom-select::-webkit-input-placeholder,
.floating-label .form-control-file::-webkit-input-placeholder,
.floating-label .form-control::-webkit-input-placeholder {
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: transparent;
    opacity: 0
}

.floating-label .custom-select::-moz-placeholder,
.floating-label .form-control-file::-moz-placeholder,
.floating-label .form-control::-moz-placeholder {
    transition-duration: .3s;
    -moz-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: transparent;
    opacity: 0
}

.floating-label .custom-select:-ms-input-placeholder,
.floating-label .form-control-file:-ms-input-placeholder,
.floating-label .form-control:-ms-input-placeholder {
    transition-duration: .3s;
    -ms-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: transparent;
    opacity: 0
}

.floating-label .custom-select::-ms-input-placeholder,
.floating-label .form-control-file::-ms-input-placeholder,
.floating-label .form-control::-ms-input-placeholder {
    transition-duration: .3s;
    -ms-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: transparent;
    opacity: 0
}

.floating-label .custom-select::placeholder,
.floating-label .form-control-file::placeholder,
.floating-label .form-control::placeholder {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: transparent;
    opacity: 0
}

@media (min-width:576px) {

    .floating-label .custom-select::-webkit-input-placeholder,
    .floating-label .form-control-file::-webkit-input-placeholder,
    .floating-label .form-control::-webkit-input-placeholder {
        transition-duration: .39s
    }

    .floating-label .custom-select::-moz-placeholder,
    .floating-label .form-control-file::-moz-placeholder,
    .floating-label .form-control::-moz-placeholder {
        transition-duration: .39s
    }

    .floating-label .custom-select:-ms-input-placeholder,
    .floating-label .form-control-file:-ms-input-placeholder,
    .floating-label .form-control:-ms-input-placeholder {
        transition-duration: .39s
    }

    .floating-label .custom-select::-ms-input-placeholder,
    .floating-label .form-control-file::-ms-input-placeholder,
    .floating-label .form-control::-ms-input-placeholder {
        transition-duration: .39s
    }

    .floating-label .custom-select::placeholder,
    .floating-label .form-control-file::placeholder,
    .floating-label .form-control::placeholder {
        transition-duration: .39s
    }
}

@media (min-width:992px) {

    .floating-label .custom-select::-webkit-input-placeholder,
    .floating-label .form-control-file::-webkit-input-placeholder,
    .floating-label .form-control::-webkit-input-placeholder {
        transition-duration: .2s
    }

    .floating-label .custom-select::-moz-placeholder,
    .floating-label .form-control-file::-moz-placeholder,
    .floating-label .form-control::-moz-placeholder {
        transition-duration: .2s
    }

    .floating-label .custom-select:-ms-input-placeholder,
    .floating-label .form-control-file:-ms-input-placeholder,
    .floating-label .form-control:-ms-input-placeholder {
        transition-duration: .2s
    }

    .floating-label .custom-select::-ms-input-placeholder,
    .floating-label .form-control-file::-ms-input-placeholder,
    .floating-label .form-control::-ms-input-placeholder {
        transition-duration: .2s
    }

    .floating-label .custom-select::placeholder,
    .floating-label .form-control-file::placeholder,
    .floating-label .form-control::placeholder {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {

    .floating-label .custom-select::-webkit-input-placeholder,
    .floating-label .form-control-file::-webkit-input-placeholder,
    .floating-label .form-control::-webkit-input-placeholder {
        -webkit-transition: none;
        transition: none
    }

    .floating-label .custom-select::-moz-placeholder,
    .floating-label .form-control-file::-moz-placeholder,
    .floating-label .form-control::-moz-placeholder {
        -moz-transition: none;
        transition: none
    }

    .floating-label .custom-select:-ms-input-placeholder,
    .floating-label .form-control-file:-ms-input-placeholder,
    .floating-label .form-control:-ms-input-placeholder {
        -ms-transition: none;
        transition: none
    }

    .floating-label .custom-select::-ms-input-placeholder,
    .floating-label .form-control-file::-ms-input-placeholder,
    .floating-label .form-control::-ms-input-placeholder {
        -ms-transition: none;
        transition: none
    }

    .floating-label .custom-select::placeholder,
    .floating-label .form-control-file::placeholder,
    .floating-label .form-control::placeholder {
        transition: none
    }
}

.floating-label-lg.has-value label,
.floating-label-lg.is-focused label,
.input-group-lg>.has-value.floating-label label,
.input-group-lg>.is-focused.floating-label label {
    transform: scale(.41176)
}

.floating-label-lg label,
.input-group-lg>.floating-label label {
    font-size: 2.125rem;
    line-height: 1.17647;
    top: 1.5rem
}

.floating-label-lg .custom-select,
.floating-label-lg .form-control,
.floating-label-lg .form-control-file,
.input-group-lg>.floating-label .custom-select,
.input-group-lg>.floating-label .form-control,
.input-group-lg>.floating-label .form-control-file {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding: .625rem 0 calc(.625rem - 1px)
}

.floating-label-lg .custom-select,
.floating-label-lg select.form-control,
.input-group-lg>.floating-label .custom-select,
.input-group-lg>.floating-label select.form-control {
    padding-right: 1.71em
}

.floating-label-lg .custom-select[multiple],
.floating-label-lg .custom-select[size]:not([size='1']),
.floating-label-lg select.form-control[multiple],
.floating-label-lg select.form-control[size]:not([size='1']),
.floating-label-lg textarea.form-control:not([rows='1']),
.input-group-lg>.floating-label .custom-select[multiple],
.input-group-lg>.floating-label .custom-select[size]:not([size='1']),
.input-group-lg>.floating-label select.form-control[multiple],
.input-group-lg>.floating-label select.form-control[size]:not([size='1']),
.input-group-lg>.floating-label textarea.form-control:not([rows='1']) {
    padding: .875rem 1rem calc(.875rem - 1px)
}

.floating-label-sm.has-value label,
.floating-label-sm.is-focused label,
.input-group-sm>.has-value.floating-label label,
.input-group-sm>.is-focused.floating-label label {
    transform: scale(.76923)
}

.floating-label-sm label,
.input-group-sm>.floating-label label {
    font-size: .8125rem;
    line-height: 1.53846;
    top: 1rem
}

.floating-label-sm .custom-select,
.floating-label-sm .form-control,
.floating-label-sm .form-control-file,
.input-group-sm>.floating-label .custom-select,
.input-group-sm>.floating-label .form-control,
.input-group-sm>.floating-label .form-control-file {
    font-size: .8125rem;
    line-height: 1.53846;
    padding: .375rem 0 calc(.375rem - 1px)
}

.floating-label-sm .custom-select,
.floating-label-sm select.form-control,
.input-group-sm>.floating-label .custom-select,
.input-group-sm>.floating-label select.form-control {
    padding-right: 1.71em
}

.floating-label-sm .custom-select[multiple],
.floating-label-sm .custom-select[size]:not([size='1']),
.floating-label-sm select.form-control[multiple],
.floating-label-sm select.form-control[size]:not([size='1']),
.floating-label-sm textarea.form-control:not([rows='1']),
.input-group-sm>.floating-label .custom-select[multiple],
.input-group-sm>.floating-label .custom-select[size]:not([size='1']),
.input-group-sm>.floating-label select.form-control[multiple],
.input-group-sm>.floating-label select.form-control[size]:not([size='1']),
.input-group-sm>.floating-label textarea.form-control:not([rows='1']) {
    padding: .75rem .75rem calc(.75rem - 1px)
}

.floating-label.textfield-box {
    padding-top: 0
}

.floating-label.textfield-box.has-value label,
.floating-label.textfield-box.is-focused label {
    line-height: 1;
    top: .5rem
}

.floating-label.textfield-box label {
    top: .5rem;
    left: 1rem
}

.floating-label.textfield-box .custom-select,
.floating-label.textfield-box .custom-select[multiple],
.floating-label.textfield-box .custom-select[size]:not([size='1']),
.floating-label.textfield-box .form-control,
.floating-label.textfield-box .form-control-file,
.floating-label.textfield-box select.form-control[multiple],
.floating-label.textfield-box select.form-control[size]:not([size='1']),
.floating-label.textfield-box textarea.form-control:not([rows='1']) {
    padding-top: .5rem
}

.floating-label.textfield-box .custom-select,
.floating-label.textfield-box .form-control,
.floating-label.textfield-box .form-control-file {
    padding-bottom: calc(.5rem - 1px)
}

.floating-label-lg.textfield-box label,
.input-group-lg>.textfield-box.floating-label label {
    top: .875rem;
    left: 1rem
}

.floating-label-lg.textfield-box .custom-select,
.floating-label-lg.textfield-box .custom-select[multiple],
.floating-label-lg.textfield-box .custom-select[size]:not([size='1']),
.floating-label-lg.textfield-box .form-control,
.floating-label-lg.textfield-box .form-control-file,
.floating-label-lg.textfield-box select.form-control[multiple],
.floating-label-lg.textfield-box select.form-control[size]:not([size='1']),
.floating-label-lg.textfield-box textarea.form-control:not([rows='1']),
.input-group-lg>.textfield-box.floating-label .custom-select,
.input-group-lg>.textfield-box.floating-label .custom-select[multiple],
.input-group-lg>.textfield-box.floating-label .custom-select[size]:not([size='1']),
.input-group-lg>.textfield-box.floating-label .form-control,
.input-group-lg>.textfield-box.floating-label .form-control-file,
.input-group-lg>.textfield-box.floating-label select.form-control[multiple],
.input-group-lg>.textfield-box.floating-label select.form-control[size]:not([size='1']),
.input-group-lg>.textfield-box.floating-label textarea.form-control:not([rows='1']) {
    padding-top: 1.25rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.floating-label-lg.textfield-box .custom-select,
.floating-label-lg.textfield-box select.form-control,
.input-group-lg>.textfield-box.floating-label .custom-select,
.input-group-lg>.textfield-box.floating-label select.form-control {
    padding-right: 1.71em
}

.floating-label-sm.textfield-box label,
.input-group-sm>.textfield-box.floating-label label {
    top: .75rem;
    left: .75rem
}

.floating-label-sm.textfield-box .custom-select,
.floating-label-sm.textfield-box .custom-select[multiple],
.floating-label-sm.textfield-box .custom-select[size]:not([size='1']),
.floating-label-sm.textfield-box .form-control,
.floating-label-sm.textfield-box .form-control-file,
.floating-label-sm.textfield-box select.form-control[multiple],
.floating-label-sm.textfield-box select.form-control[size]:not([size='1']),
.floating-label-sm.textfield-box textarea.form-control:not([rows='1']),
.input-group-sm>.textfield-box.floating-label .custom-select,
.input-group-sm>.textfield-box.floating-label .custom-select[multiple],
.input-group-sm>.textfield-box.floating-label .custom-select[size]:not([size='1']),
.input-group-sm>.textfield-box.floating-label .form-control,
.input-group-sm>.textfield-box.floating-label .form-control-file,
.input-group-sm>.textfield-box.floating-label select.form-control[multiple],
.input-group-sm>.textfield-box.floating-label select.form-control[size]:not([size='1']),
.input-group-sm>.textfield-box.floating-label textarea.form-control:not([rows='1']) {
    padding-top: 1rem;
    padding-right: .75rem;
    padding-left: .75rem
}

.floating-label-sm.textfield-box .custom-select,
.floating-label-sm.textfield-box select.form-control,
.input-group-sm>.textfield-box.floating-label .custom-select,
.input-group-sm>.textfield-box.floating-label select.form-control {
    padding-right: 1.71em
}

.input-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.floating-label,
.input-group>.form-control,
.input-group>.form-control-file,
.input-group>.textfield-box {
    flex: 1 1 auto;
    margin-bottom: 0;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.floating-label,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.form-control-file,
.input-group>.custom-file+.textfield-box,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.floating-label,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.form-control-file,
.input-group>.custom-select+.textfield-box,
.input-group>.floating-label+.custom-file,
.input-group>.floating-label+.custom-select,
.input-group>.floating-label+.floating-label,
.input-group>.floating-label+.form-control,
.input-group>.floating-label+.form-control-file,
.input-group>.floating-label+.textfield-box,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.floating-label,
.input-group>.form-control+.form-control,
.input-group>.form-control+.form-control-file,
.input-group>.form-control+.textfield-box,
.input-group>.form-control-file+.custom-file,
.input-group>.form-control-file+.custom-select,
.input-group>.form-control-file+.floating-label,
.input-group>.form-control-file+.form-control,
.input-group>.form-control-file+.form-control-file,
.input-group>.form-control-file+.textfield-box,
.input-group>.textfield-box+.custom-file,
.input-group>.textfield-box+.custom-select,
.input-group>.textfield-box+.floating-label,
.input-group>.textfield-box+.form-control,
.input-group>.textfield-box+.form-control-file,
.input-group>.textfield-box+.textfield-box {
    margin-left: 1rem
}

.input-group-append,
.input-group-prepend {
    align-items: center;
    display: flex;
    justify-content: center
}

.input-group-append .btn,
.input-group-prepend .btn {
    min-width: 0
}

.input-group-append .btn+.btn,
.input-group-prepend .btn+.btn {
    margin-left: -1px
}

.input-group-append {
    margin-left: 1rem
}

.input-group-prepend {
    margin-right: 1rem
}

.input-group-text {
    color: inherit;
    font-size: 1rem;
    line-height: 2.5;
    margin-bottom: 0;
    white-space: nowrap
}

.input-group-text+.input-group-text {
    margin-left: .5rem
}

.input-group>.input-group-append>.btn:not(:first-of-type),
.input-group>.input-group-prepend>.btn:not(:first-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.input-group-append>.btn:not(:last-of-type),
.input-group>.input-group-prepend>.btn:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-icon {
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: rgba(0, 0, 0, .3);
    font-size: 1rem;
    margin-right: 1rem;
    order: -1
}

@media (min-width:576px) {
    .input-group-icon {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .input-group-icon {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .input-group-icon {
        transition: none
    }
}

.input-group-icon:hover {
    color: rgba(0, 0, 0, .87)
}

.floating-label.is-focused~.input-group-icon,
.form-control:focus~.input-group-icon {
    color: #00bcd4
}

.floating-label:not(.textfield-box)~.input-group-icon {
    margin-top: .75rem
}

.input-group-lg>.floating-label.has-value label,
.input-group-lg>.floating-label.is-focused label {
    top: 0
}

.input-group-lg>.floating-label.textfield-box.has-value label,
.input-group-lg>.floating-label.textfield-box.is-focused label {
    top: .5rem
}

.input-group-lg>.floating-label:not(.textfield-box)~.input-group-icon {
    margin-top: .875rem
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.form-control-file {
    font-size: 2.125rem;
    line-height: 1.17647;
    padding: .625rem 0 calc(.625rem - 1px)
}

.input-group-lg>.custom-select,
.input-group-lg>select.form-control {
    padding-right: 1.71em
}

.input-group-lg>.custom-select[multiple],
.input-group-lg>.custom-select[size]:not([size='1']),
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.form-control[size]:not([size='1']),
.input-group-lg>textarea.form-control:not([rows='1']) {
    padding: .875rem 1rem calc(.875rem - 1px)
}

.input-group-lg>.form-control-file,
.input-group-lg>.form-control[type=file] {
    max-height: 4.25rem
}

.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.input-group-text {
    font-size: 2.125rem;
    line-height: 1.17647
}

.input-group-lg>.input-group-icon {
    font-size: 2.125rem;
    line-height: 1.17647
}

.input-group-sm>.floating-label.has-value label,
.input-group-sm>.floating-label.is-focused label {
    top: 0
}

.input-group-sm>.floating-label.textfield-box.has-value label,
.input-group-sm>.floating-label.textfield-box.is-focused label {
    top: .5rem
}

.input-group-sm>.floating-label:not(.textfield-box)~.input-group-icon {
    margin-top: .625rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.form-control-file {
    font-size: .8125rem;
    line-height: 1.53846;
    padding: .375rem 0 calc(.375rem - 1px)
}

.input-group-sm>.custom-select,
.input-group-sm>select.form-control {
    padding-right: 1.71em
}

.input-group-sm>.custom-select[multiple],
.input-group-sm>.custom-select[size]:not([size='1']),
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.form-control[size]:not([size='1']),
.input-group-sm>textarea.form-control:not([rows='1']) {
    padding: .75rem .75rem calc(.75rem - 1px)
}

.input-group-sm>.form-control-file,
.input-group-sm>.form-control[type=file] {
    max-height: 2.75rem
}

.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .8125rem;
    line-height: 1.53846
}

.input-group-sm>.input-group-icon {
    font-size: .8125rem;
    line-height: 1.53846
}

.navbar {
    align-items: center;
    color: rgba(0, 0, 0, .87);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 3.5rem;
    padding: .8rem 1rem;
    position: relative
}

.navbar .form-control {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .12);
    border: 0;
    color: inherit;
    opacity: 1
}

@media (min-width:576px) {
    .navbar .form-control {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navbar .form-control {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar .form-control {
        transition: none
    }
}

.navbar .form-control:focus,
.navbar .form-control:hover {
    box-shadow: none;
    opacity: 1
}

.navbar .form-control-lg {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.navbar .form-control-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.navbar .input-group {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .12);
    opacity: 1
}

@media (min-width:576px) {
    .navbar .input-group {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navbar .input-group {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar .input-group {
        transition: none
    }
}

.navbar .input-group:focus,
.navbar .input-group:hover {
    opacity: 1
}

.navbar .input-group .form-control {
    background-color: transparent;
    opacity: 1
}

.navbar .input-group .form-control:not(:first-child) {
    padding-left: 0
}

.navbar .input-group .form-control:not(:last-child) {
    padding-right: 0
}

.navbar .input-group .input-group-append {
    margin-left: 0;
    min-width: 0
}

.navbar .input-group .input-group-prepend {
    margin-right: 0;
    min-width: 0
}

.navbar .input-group .input-group-text {
    margin-right: 1rem;
    margin-left: 1rem
}

.navbar .input-group-lg>.form-control {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.navbar .input-group-sm>.form-control {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.navbar .nav-tabs {
    margin-top: -.8rem;
    margin-bottom: -.8rem
}

.navbar .nav-tabs .nav-link {
    min-height: 3.5rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem
}

.navbar>.container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-dark {
    color: #fff
}

.navbar-dark .form-control,
.navbar-dark .input-group,
.navbar-dark .navbar-brand::before,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-toggler::before {
    background-color: rgba(255, 255, 255, .12)
}

.navbar-dark .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .form-control::placeholder,
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .5)
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 40
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-fixed-top {
    top: 0
}

.navbar-full {
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    z-index: 40
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .navbar-sticky-top {
        box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 40
    }
}

.toolbar-waterfall {
    transition-duration: .3s;
    transition-property: background-color, box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40
}

@media (min-width:576px) {
    .toolbar-waterfall {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .toolbar-waterfall {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .toolbar-waterfall {
        transition: none
    }
}

.toolbar-waterfall.waterfall {
    background-color: #673ab7;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2);
    position: fixed
}

.navbar-brand {
    font-size: 1.32rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    align-items: center;
    color: inherit;
    display: inline-flex;
    height: auto;
    position: relative;
    white-space: nowrap
}

.navbar-brand:active,
.navbar-brand:focus,
.navbar-brand:hover {
    color: inherit;
    text-decoration: none
}

.navbar-brand::before {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .12);
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -.5rem;
    bottom: 0;
    left: -.5rem
}

@media (min-width:576px) {
    .navbar-brand::before {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navbar-brand::before {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-brand::before {
        transition: none
    }
}

.navbar-brand:focus {
    outline: 0
}

.navbar-brand:focus::before {
    opacity: 1
}

.navbar-brand:not(:first-child) {
    margin-left: 1rem
}

.navbar-brand:not(:last-child) {
    margin-right: 1rem
}

.navbar-text {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    height: auto
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: background-color, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: inherit;
    font-size: 1rem;
    height: auto;
    line-height: 1;
    opacity: 1;
    padding: .8rem 1rem
}

@media (min-width:576px) {
    .navbar-nav .nav-link {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navbar-nav .nav-link {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-link {
        transition: none
    }
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 0, .12);
    opacity: 1
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.disabled {
    opacity: 1
}

.navbar-nav .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38)
}

.navbar-nav .nav-link:focus {
    outline: 0
}

.navbar-nav .active>.nav-link,
.navbar-nav .show>.nav-link {
    opacity: 1
}

.navbar-nav .show>.nav-link {
    background-color: rgba(0, 0, 0, .12)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .navbar-toggler:first-child+.navbar-brand {
        margin-left: 0
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
}

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .navbar-toggler:first-child+.navbar-brand {
        margin-left: 0
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
}

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .navbar-toggler:first-child+.navbar-brand {
        margin-left: 0
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
}

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .navbar-toggler:first-child+.navbar-brand {
        margin-left: 0
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .navbar-toggler:first-child+.navbar-brand {
    margin-left: 0
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-toggler {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: inherit;
    display: inline-flex;
    flex-shrink: 0;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    width: auto
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    color: inherit;
    text-decoration: none
}

.navbar-toggler:active::before,
.navbar-toggler:focus::before,
.navbar-toggler:hover::before {
    opacity: 1
}

.navbar-toggler::before {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .12);
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width:576px) {
    .navbar-toggler::before {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .navbar-toggler::before {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-toggler::before {
        transition: none
    }
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.navbar-toggler-icon::before {
    content: "menu"
}

.tooltip {
    text-align: left;
    text-align: start;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.45;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    display: block;
    font-size: .875rem;
    line-height: 1.45;
    margin: 0;
    opacity: 0;
    position: absolute;
    word-break: break-word;
    z-index: 240
}

[dir=rtl] .tooltip {
    text-align: right;
    text-align: start
}

@media (min-width:768px) {
    .tooltip {
        font-size: .625rem;
        margin: .875rem
    }
}

.tooltip.show {
    opacity: .9
}

.tooltip.show .tooltip-inner {
    transform: scale(1)
}

.tooltip-inner {
    border-radius: 2px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #000;
    color: #fff;
    padding: .36562rem 1rem;
    text-align: center;
    transform: scale(.87)
}

@media (min-width:576px) {
    .tooltip-inner {
        transition-duration: .39s
    }
}

@media (min-width:992px) {
    .tooltip-inner {
        transition-duration: .2s
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .tooltip-inner {
        transition: none
    }
}

@media (min-width:768px) {
    .tooltip-inner {
        padding: .23438rem .5rem
    }
}

.align-top {
    vertical-align: top !important
}

.align-text-top {
    vertical-align: text-top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-bottom {
    vertical-align: bottom !important
}

.border {
    border: 1px solid rgba(0, 0, 0, .12) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, .12) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .12) !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, .12) !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-black {
    border-color: #000 !important
}

.border-black-primary {
    border-color: rgba(0, 0, 0, .87) !important
}

.border-black-secondary {
    border-color: rgba(0, 0, 0, .54) !important
}

.border-black-hint {
    border-color: rgba(0, 0, 0, .38) !important
}

.border-black-divider {
    border-color: rgba(0, 0, 0, .12) !important
}

.border-white {
    border-color: #fff !important
}

.border-white-primary {
    border-color: #fff !important
}

.border-white-secondary {
    border-color: rgba(255, 255, 255, .7) !important
}

.border-white-hint {
    border-color: rgba(255, 255, 255, .5) !important
}

.border-white-divider {
    border-color: rgba(255, 255, 255, .12) !important
}

.border-primary {
    border-color: #673ab7 !important
}

.border-secondary {
    border-color: #607d8b !important
}

.border-danger {
    border-color: #f44336 !important
}

.border-info {
    border-color: #00bcd4 !important
}

.border-success {
    border-color: #8bc34a !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-dark {
    border-color: #464855 !important
}

.border-light {
    border-color: #babfc7 !important
}

.rounded {
    border-radius: 2px
}

.rounded-0 {
    border-radius: 0
}

.rounded-circle {
    border-radius: 50%
}

.rounded-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.rounded-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.rounded-bottom {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.rounded-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.bg-dark-1 {
    background-color: #000 !important
}

.bg-dark-2 {
    background-color: #212121 !important
}

.bg-dark-3 {
    background-color: #303030 !important
}

.bg-dark-4 {
    background-color: #424242 !important
}

.bg-light-1 {
    background-color: #e0e0e0 !important
}

.bg-light-2 {
    background-color: #f5f5f5 !important
}

.bg-light-3 {
    background-color: #fafafa !important
}

.bg-light-4 {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-primary:active,
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #673ab7 !important
}

.bg-primary {
    background-color: #673ab7 !important
}

a.bg-secondary:active,
a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #607d8b !important
}

.bg-secondary {
    background-color: #607d8b !important
}

a.bg-danger:active,
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #f44336 !important
}

.bg-danger {
    background-color: #f44336 !important
}

a.bg-info:active,
a.bg-info:focus,
a.bg-info:hover {
    background-color: #00bcd4 !important
}

.bg-info {
    background-color: #00bcd4 !important
}

a.bg-success:active,
a.bg-success:focus,
a.bg-success:hover {
    background-color: #8bc34a !important
}

.bg-success {
    background-color: #8bc34a !important
}

a.bg-warning:active,
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ffc107 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-dark:active,
a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #464855 !important
}

.bg-dark {
    background-color: #464855 !important
}

a.bg-light:active,
a.bg-light:focus,
a.bg-light:hover {
    background-color: #babfc7 !important
}

.bg-light {
    background-color: #babfc7 !important
}

.bg-primary-dark {
    background-color: #673ab7 !important
}

.bg-primary-light {
    background-color: #673ab7 !important
}

.bg-secondary-dark {
    background-color: #607d8b !important
}

.bg-secondary-light {
    background-color: #607d8b !important
}

.clearfix::after {
    clear: both;
    content: '';
    display: table
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-table-row {
    display: table-row !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-table-row {
        display: table-row !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-table-row {
        display: table-row !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-table-row {
        display: table-row !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-table-row {
        display: table-row !important
    }
}

@media print {
    .d-print-block {
        display: block !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-table-row {
        display: table-row !important
    }
}

.align-content-around {
    align-content: space-around !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-center {
    align-content: center !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-center {
    align-items: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-center {
    align-self: center !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-stretch {
    align-self: stretch !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-row {
    flex-direction: row !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.order-first {
    order: -1
}

.order-last {
    order: 1
}

.order-0 {
    order: 0
}

@media (min-width:576px) {
    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 1
    }

    .order-sm-0 {
        order: 0
    }
}

@media (min-width:768px) {
    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 1
    }

    .order-md-0 {
        order: 0
    }
}

@media (min-width:992px) {
    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 1
    }

    .order-lg-0 {
        order: 0
    }
}

@media (min-width:1200px) {
    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 1
    }

    .order-xl-0 {
        order: 0
    }
}

.float-left {
    float: left !important
}

.float-none {
    float: none !important
}

.float-right {
    float: right !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-none {
        float: none !important
    }

    .float-sm-right {
        float: right !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-none {
        float: none !important
    }

    .float-md-right {
        float: right !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-none {
        float: none !important
    }

    .float-lg-right {
        float: right !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-none {
        float: none !important
    }

    .float-xl-right {
        float: right !important
    }
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-relative {
    position: relative !important
}

.position-static {
    position: static !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 40
    }
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2) !important
}

.shadow-lg {
    box-shadow: 0 24px 38px 3px rgba(95, 95, 95, .14), 0 9px 46px 8px rgba(95, 95, 95, .12), 0 11px 15px 0 rgba(95, 95, 95, .2) !important
}

.shadow-none {
    box-shadow: none !important
}

.shadow-sm {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2) !important
}

.shadow-24 {
    box-shadow: 0 24px 38px 3px rgba(95, 95, 95, .14), 0 9px 46px 8px rgba(95, 95, 95, .12), 0 11px 15px 0 rgba(95, 95, 95, .2) !important
}

.shadow-16 {
    box-shadow: 0 16px 24px 2px rgba(95, 95, 95, .14), 0 6px 30px 5px rgba(95, 95, 95, .12), 0 8px 10px 0 rgba(95, 95, 95, .2) !important
}

.shadow-12 {
    box-shadow: 0 12px 17px 2px rgba(95, 95, 95, .14), 0 5px 22px 4px rgba(95, 95, 95, .12), 0 7px 8px 0 rgba(95, 95, 95, .2) !important
}

.shadow-8 {
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2) !important
}

.shadow-6 {
    box-shadow: 0 6px 10px 0 rgba(95, 95, 95, .14), 0 1px 18px 0 rgba(95, 95, 95, .12), 0 3px 5px 0 rgba(95, 95, 95, .2) !important
}

.shadow-4 {
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, .14), 0 4px 5px 0 rgba(95, 95, 95, .12), 0 1px 10px 0 rgba(95, 95, 95, .2) !important
}

.shadow-2 {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2) !important
}

.shadow-1 {
    box-shadow: 0 0 2px 0 rgba(95, 95, 95, .14), 0 2px 2px 0 rgba(95, 95, 95, .12), 0 1px 3px 0 rgba(95, 95, 95, .2) !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
}

.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
}

.mh-100 {
    max-height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 1rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.ml-1 {
    margin-left: 1rem !important
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-2 {
    margin: 1.5rem !important
}

.mt-2 {
    margin-top: 1.5rem !important
}

.mr-2 {
    margin-right: 1.5rem !important
}

.mb-2 {
    margin-bottom: 1.5rem !important
}

.ml-2 {
    margin-left: 1.5rem !important
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-4 {
    margin: 3.5rem !important
}

.mt-4 {
    margin-top: 3.5rem !important
}

.mr-4 {
    margin-right: 3.5rem !important
}

.mb-4 {
    margin-bottom: 3.5rem !important
}

.ml-4 {
    margin-left: 3.5rem !important
}

.mx-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important
}

.my-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.m-5 {
    margin: 4rem !important
}

.mt-5 {
    margin-top: 4rem !important
}

.mr-5 {
    margin-right: 4rem !important
}

.mb-5 {
    margin-bottom: 4rem !important
}

.ml-5 {
    margin-left: 4rem !important
}

.mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.m-25 {
    margin: .25rem !important
}

.mt-25 {
    margin-top: .25rem !important
}

.mr-25 {
    margin-right: .25rem !important
}

.mb-25 {
    margin-bottom: .25rem !important
}

.ml-25 {
    margin-left: .25rem !important
}

.mx-25 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-25 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-50 {
    margin: .5rem !important
}

.mt-50 {
    margin-top: .5rem !important
}

.mr-50 {
    margin-right: .5rem !important
}

.mb-50 {
    margin-bottom: .5rem !important
}

.ml-50 {
    margin-left: .5rem !important
}

.mx-50 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-50 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-75 {
    margin: .75rem !important
}

.mt-75 {
    margin-top: .75rem !important
}

.mr-75 {
    margin-right: .75rem !important
}

.mb-75 {
    margin-bottom: .75rem !important
}

.ml-75 {
    margin-left: .75rem !important
}

.mx-75 {
    margin-right: .75rem !important;
    margin-left: .75rem !important
}

.my-75 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-2 {
    padding: 1.5rem !important
}

.pt-2 {
    padding-top: 1.5rem !important
}

.pr-2 {
    padding-right: 1.5rem !important
}

.pb-2 {
    padding-bottom: 1.5rem !important
}

.pl-2 {
    padding-left: 1.5rem !important
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-4 {
    padding: 3.5rem !important
}

.pt-4 {
    padding-top: 3.5rem !important
}

.pr-4 {
    padding-right: 3.5rem !important
}

.pb-4 {
    padding-bottom: 3.5rem !important
}

.pl-4 {
    padding-left: 3.5rem !important
}

.px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.py-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.p-5 {
    padding: 4rem !important
}

.pt-5 {
    padding-top: 4rem !important
}

.pr-5 {
    padding-right: 4rem !important
}

.pb-5 {
    padding-bottom: 4rem !important
}

.pl-5 {
    padding-left: 4rem !important
}

.px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.p-25 {
    padding: .25rem !important
}

.pt-25 {
    padding-top: .25rem !important
}

.pr-25 {
    padding-right: .25rem !important
}

.pb-25 {
    padding-bottom: .25rem !important
}

.pl-25 {
    padding-left: .25rem !important
}

.px-25 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-25 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-50 {
    padding: .5rem !important
}

.pt-50 {
    padding-top: .5rem !important
}

.pr-50 {
    padding-right: .5rem !important
}

.pb-50 {
    padding-bottom: .5rem !important
}

.pl-50 {
    padding-left: .5rem !important
}

.px-50 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-50 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-75 {
    padding: .75rem !important
}

.pt-75 {
    padding-top: .75rem !important
}

.pr-75 {
    padding-right: .75rem !important
}

.pb-75 {
    padding-bottom: .75rem !important
}

.pl-75 {
    padding-left: .75rem !important
}

.px-75 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.py-75 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: 1rem !important
    }

    .mt-sm-1 {
        margin-top: 1rem !important
    }

    .mr-sm-1 {
        margin-right: 1rem !important
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .ml-sm-1 {
        margin-left: 1rem !important
    }

    .mx-sm-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-sm-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-2 {
        margin: 1.5rem !important
    }

    .mt-sm-2 {
        margin-top: 1.5rem !important
    }

    .mr-sm-2 {
        margin-right: 1.5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-2 {
        margin-left: 1.5rem !important
    }

    .mx-sm-2 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-sm-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-3 {
        margin: 3rem !important
    }

    .mt-sm-3 {
        margin-top: 3rem !important
    }

    .mr-sm-3 {
        margin-right: 3rem !important
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .ml-sm-3 {
        margin-left: 3rem !important
    }

    .mx-sm-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-sm-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-4 {
        margin: 3.5rem !important
    }

    .mt-sm-4 {
        margin-top: 3.5rem !important
    }

    .mr-sm-4 {
        margin-right: 3.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-4 {
        margin-left: 3.5rem !important
    }

    .mx-sm-4 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .my-sm-4 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-sm-5 {
        margin: 4rem !important
    }

    .mt-sm-5 {
        margin-top: 4rem !important
    }

    .mr-sm-5 {
        margin-right: 4rem !important
    }

    .mb-sm-5 {
        margin-bottom: 4rem !important
    }

    .ml-sm-5 {
        margin-left: 4rem !important
    }

    .mx-sm-5 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .my-sm-5 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-sm-25 {
        margin: .25rem !important
    }

    .mt-sm-25 {
        margin-top: .25rem !important
    }

    .mr-sm-25 {
        margin-right: .25rem !important
    }

    .mb-sm-25 {
        margin-bottom: .25rem !important
    }

    .ml-sm-25 {
        margin-left: .25rem !important
    }

    .mx-sm-25 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-sm-25 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-50 {
        margin: .5rem !important
    }

    .mt-sm-50 {
        margin-top: .5rem !important
    }

    .mr-sm-50 {
        margin-right: .5rem !important
    }

    .mb-sm-50 {
        margin-bottom: .5rem !important
    }

    .ml-sm-50 {
        margin-left: .5rem !important
    }

    .mx-sm-50 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-sm-50 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-75 {
        margin: .75rem !important
    }

    .mt-sm-75 {
        margin-top: .75rem !important
    }

    .mr-sm-75 {
        margin-right: .75rem !important
    }

    .mb-sm-75 {
        margin-bottom: .75rem !important
    }

    .ml-sm-75 {
        margin-left: .75rem !important
    }

    .mx-sm-75 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .my-sm-75 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: 1rem !important
    }

    .pt-sm-1 {
        padding-top: 1rem !important
    }

    .pr-sm-1 {
        padding-right: 1rem !important
    }

    .pb-sm-1 {
        padding-bottom: 1rem !important
    }

    .pl-sm-1 {
        padding-left: 1rem !important
    }

    .px-sm-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-sm-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-2 {
        padding: 1.5rem !important
    }

    .pt-sm-2 {
        padding-top: 1.5rem !important
    }

    .pr-sm-2 {
        padding-right: 1.5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-2 {
        padding-left: 1.5rem !important
    }

    .px-sm-2 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-sm-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-3 {
        padding: 3rem !important
    }

    .pt-sm-3 {
        padding-top: 3rem !important
    }

    .pr-sm-3 {
        padding-right: 3rem !important
    }

    .pb-sm-3 {
        padding-bottom: 3rem !important
    }

    .pl-sm-3 {
        padding-left: 3rem !important
    }

    .px-sm-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-4 {
        padding: 3.5rem !important
    }

    .pt-sm-4 {
        padding-top: 3.5rem !important
    }

    .pr-sm-4 {
        padding-right: 3.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-4 {
        padding-left: 3.5rem !important
    }

    .px-sm-4 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .py-sm-4 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-sm-5 {
        padding: 4rem !important
    }

    .pt-sm-5 {
        padding-top: 4rem !important
    }

    .pr-sm-5 {
        padding-right: 4rem !important
    }

    .pb-sm-5 {
        padding-bottom: 4rem !important
    }

    .pl-sm-5 {
        padding-left: 4rem !important
    }

    .px-sm-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-sm-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-sm-25 {
        padding: .25rem !important
    }

    .pt-sm-25 {
        padding-top: .25rem !important
    }

    .pr-sm-25 {
        padding-right: .25rem !important
    }

    .pb-sm-25 {
        padding-bottom: .25rem !important
    }

    .pl-sm-25 {
        padding-left: .25rem !important
    }

    .px-sm-25 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-sm-25 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-50 {
        padding: .5rem !important
    }

    .pt-sm-50 {
        padding-top: .5rem !important
    }

    .pr-sm-50 {
        padding-right: .5rem !important
    }

    .pb-sm-50 {
        padding-bottom: .5rem !important
    }

    .pl-sm-50 {
        padding-left: .5rem !important
    }

    .px-sm-50 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-sm-50 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-75 {
        padding: .75rem !important
    }

    .pt-sm-75 {
        padding-top: .75rem !important
    }

    .pr-sm-75 {
        padding-right: .75rem !important
    }

    .pb-sm-75 {
        padding-bottom: .75rem !important
    }

    .pl-sm-75 {
        padding-left: .75rem !important
    }

    .px-sm-75 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .py-sm-75 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: 1rem !important
    }

    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mr-md-1 {
        margin-right: 1rem !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .ml-md-1 {
        margin-left: 1rem !important
    }

    .mx-md-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-md-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-2 {
        margin: 1.5rem !important
    }

    .mt-md-2 {
        margin-top: 1.5rem !important
    }

    .mr-md-2 {
        margin-right: 1.5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-2 {
        margin-left: 1.5rem !important
    }

    .mx-md-2 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-md-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-3 {
        margin: 3rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mr-md-3 {
        margin-right: 3rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .ml-md-3 {
        margin-left: 3rem !important
    }

    .mx-md-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-md-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-4 {
        margin: 3.5rem !important
    }

    .mt-md-4 {
        margin-top: 3.5rem !important
    }

    .mr-md-4 {
        margin-right: 3.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-4 {
        margin-left: 3.5rem !important
    }

    .mx-md-4 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .my-md-4 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-md-5 {
        margin: 4rem !important
    }

    .mt-md-5 {
        margin-top: 4rem !important
    }

    .mr-md-5 {
        margin-right: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 4rem !important
    }

    .ml-md-5 {
        margin-left: 4rem !important
    }

    .mx-md-5 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .my-md-5 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-md-25 {
        margin: .25rem !important
    }

    .mt-md-25 {
        margin-top: .25rem !important
    }

    .mr-md-25 {
        margin-right: .25rem !important
    }

    .mb-md-25 {
        margin-bottom: .25rem !important
    }

    .ml-md-25 {
        margin-left: .25rem !important
    }

    .mx-md-25 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-md-25 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-50 {
        margin: .5rem !important
    }

    .mt-md-50 {
        margin-top: .5rem !important
    }

    .mr-md-50 {
        margin-right: .5rem !important
    }

    .mb-md-50 {
        margin-bottom: .5rem !important
    }

    .ml-md-50 {
        margin-left: .5rem !important
    }

    .mx-md-50 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-md-50 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-75 {
        margin: .75rem !important
    }

    .mt-md-75 {
        margin-top: .75rem !important
    }

    .mr-md-75 {
        margin-right: .75rem !important
    }

    .mb-md-75 {
        margin-bottom: .75rem !important
    }

    .ml-md-75 {
        margin-left: .75rem !important
    }

    .mx-md-75 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .my-md-75 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: 1rem !important
    }

    .pt-md-1 {
        padding-top: 1rem !important
    }

    .pr-md-1 {
        padding-right: 1rem !important
    }

    .pb-md-1 {
        padding-bottom: 1rem !important
    }

    .pl-md-1 {
        padding-left: 1rem !important
    }

    .px-md-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-md-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-2 {
        padding: 1.5rem !important
    }

    .pt-md-2 {
        padding-top: 1.5rem !important
    }

    .pr-md-2 {
        padding-right: 1.5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-2 {
        padding-left: 1.5rem !important
    }

    .px-md-2 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-md-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-3 {
        padding: 3rem !important
    }

    .pt-md-3 {
        padding-top: 3rem !important
    }

    .pr-md-3 {
        padding-right: 3rem !important
    }

    .pb-md-3 {
        padding-bottom: 3rem !important
    }

    .pl-md-3 {
        padding-left: 3rem !important
    }

    .px-md-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-4 {
        padding: 3.5rem !important
    }

    .pt-md-4 {
        padding-top: 3.5rem !important
    }

    .pr-md-4 {
        padding-right: 3.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-4 {
        padding-left: 3.5rem !important
    }

    .px-md-4 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .py-md-4 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-md-5 {
        padding: 4rem !important
    }

    .pt-md-5 {
        padding-top: 4rem !important
    }

    .pr-md-5 {
        padding-right: 4rem !important
    }

    .pb-md-5 {
        padding-bottom: 4rem !important
    }

    .pl-md-5 {
        padding-left: 4rem !important
    }

    .px-md-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-md-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-md-25 {
        padding: .25rem !important
    }

    .pt-md-25 {
        padding-top: .25rem !important
    }

    .pr-md-25 {
        padding-right: .25rem !important
    }

    .pb-md-25 {
        padding-bottom: .25rem !important
    }

    .pl-md-25 {
        padding-left: .25rem !important
    }

    .px-md-25 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-md-25 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-50 {
        padding: .5rem !important
    }

    .pt-md-50 {
        padding-top: .5rem !important
    }

    .pr-md-50 {
        padding-right: .5rem !important
    }

    .pb-md-50 {
        padding-bottom: .5rem !important
    }

    .pl-md-50 {
        padding-left: .5rem !important
    }

    .px-md-50 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-md-50 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-75 {
        padding: .75rem !important
    }

    .pt-md-75 {
        padding-top: .75rem !important
    }

    .pr-md-75 {
        padding-right: .75rem !important
    }

    .pb-md-75 {
        padding-bottom: .75rem !important
    }

    .pl-md-75 {
        padding-left: .75rem !important
    }

    .px-md-75 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .py-md-75 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: 1rem !important
    }

    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mr-lg-1 {
        margin-right: 1rem !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .ml-lg-1 {
        margin-left: 1rem !important
    }

    .mx-lg-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-lg-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-2 {
        margin: 1.5rem !important
    }

    .mt-lg-2 {
        margin-top: 1.5rem !important
    }

    .mr-lg-2 {
        margin-right: 1.5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-2 {
        margin-left: 1.5rem !important
    }

    .mx-lg-2 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-lg-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-3 {
        margin: 3rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mr-lg-3 {
        margin-right: 3rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .ml-lg-3 {
        margin-left: 3rem !important
    }

    .mx-lg-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-lg-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-4 {
        margin: 3.5rem !important
    }

    .mt-lg-4 {
        margin-top: 3.5rem !important
    }

    .mr-lg-4 {
        margin-right: 3.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-4 {
        margin-left: 3.5rem !important
    }

    .mx-lg-4 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .my-lg-4 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-lg-5 {
        margin: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 4rem !important
    }

    .mr-lg-5 {
        margin-right: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 4rem !important
    }

    .ml-lg-5 {
        margin-left: 4rem !important
    }

    .mx-lg-5 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .my-lg-5 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-lg-25 {
        margin: .25rem !important
    }

    .mt-lg-25 {
        margin-top: .25rem !important
    }

    .mr-lg-25 {
        margin-right: .25rem !important
    }

    .mb-lg-25 {
        margin-bottom: .25rem !important
    }

    .ml-lg-25 {
        margin-left: .25rem !important
    }

    .mx-lg-25 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-lg-25 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-50 {
        margin: .5rem !important
    }

    .mt-lg-50 {
        margin-top: .5rem !important
    }

    .mr-lg-50 {
        margin-right: .5rem !important
    }

    .mb-lg-50 {
        margin-bottom: .5rem !important
    }

    .ml-lg-50 {
        margin-left: .5rem !important
    }

    .mx-lg-50 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-lg-50 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-75 {
        margin: .75rem !important
    }

    .mt-lg-75 {
        margin-top: .75rem !important
    }

    .mr-lg-75 {
        margin-right: .75rem !important
    }

    .mb-lg-75 {
        margin-bottom: .75rem !important
    }

    .ml-lg-75 {
        margin-left: .75rem !important
    }

    .mx-lg-75 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .my-lg-75 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: 1rem !important
    }

    .pt-lg-1 {
        padding-top: 1rem !important
    }

    .pr-lg-1 {
        padding-right: 1rem !important
    }

    .pb-lg-1 {
        padding-bottom: 1rem !important
    }

    .pl-lg-1 {
        padding-left: 1rem !important
    }

    .px-lg-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-lg-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-2 {
        padding: 1.5rem !important
    }

    .pt-lg-2 {
        padding-top: 1.5rem !important
    }

    .pr-lg-2 {
        padding-right: 1.5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-2 {
        padding-left: 1.5rem !important
    }

    .px-lg-2 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-lg-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-3 {
        padding: 3rem !important
    }

    .pt-lg-3 {
        padding-top: 3rem !important
    }

    .pr-lg-3 {
        padding-right: 3rem !important
    }

    .pb-lg-3 {
        padding-bottom: 3rem !important
    }

    .pl-lg-3 {
        padding-left: 3rem !important
    }

    .px-lg-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-4 {
        padding: 3.5rem !important
    }

    .pt-lg-4 {
        padding-top: 3.5rem !important
    }

    .pr-lg-4 {
        padding-right: 3.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-4 {
        padding-left: 3.5rem !important
    }

    .px-lg-4 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .py-lg-4 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-lg-5 {
        padding: 4rem !important
    }

    .pt-lg-5 {
        padding-top: 4rem !important
    }

    .pr-lg-5 {
        padding-right: 4rem !important
    }

    .pb-lg-5 {
        padding-bottom: 4rem !important
    }

    .pl-lg-5 {
        padding-left: 4rem !important
    }

    .px-lg-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-lg-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-lg-25 {
        padding: .25rem !important
    }

    .pt-lg-25 {
        padding-top: .25rem !important
    }

    .pr-lg-25 {
        padding-right: .25rem !important
    }

    .pb-lg-25 {
        padding-bottom: .25rem !important
    }

    .pl-lg-25 {
        padding-left: .25rem !important
    }

    .px-lg-25 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-lg-25 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-50 {
        padding: .5rem !important
    }

    .pt-lg-50 {
        padding-top: .5rem !important
    }

    .pr-lg-50 {
        padding-right: .5rem !important
    }

    .pb-lg-50 {
        padding-bottom: .5rem !important
    }

    .pl-lg-50 {
        padding-left: .5rem !important
    }

    .px-lg-50 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-lg-50 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-75 {
        padding: .75rem !important
    }

    .pt-lg-75 {
        padding-top: .75rem !important
    }

    .pr-lg-75 {
        padding-right: .75rem !important
    }

    .pb-lg-75 {
        padding-bottom: .75rem !important
    }

    .pl-lg-75 {
        padding-left: .75rem !important
    }

    .px-lg-75 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .py-lg-75 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: 1rem !important
    }

    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mr-xl-1 {
        margin-right: 1rem !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xl-1 {
        margin-left: 1rem !important
    }

    .mx-xl-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-xl-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-2 {
        margin: 1.5rem !important
    }

    .mt-xl-2 {
        margin-top: 1.5rem !important
    }

    .mr-xl-2 {
        margin-right: 1.5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-2 {
        margin-left: 1.5rem !important
    }

    .mx-xl-2 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-xl-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-3 {
        margin: 3rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mr-xl-3 {
        margin-right: 3rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xl-3 {
        margin-left: 3rem !important
    }

    .mx-xl-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-xl-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-4 {
        margin: 3.5rem !important
    }

    .mt-xl-4 {
        margin-top: 3.5rem !important
    }

    .mr-xl-4 {
        margin-right: 3.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-4 {
        margin-left: 3.5rem !important
    }

    .mx-xl-4 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .my-xl-4 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-xl-5 {
        margin: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 4rem !important
    }

    .mr-xl-5 {
        margin-right: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 4rem !important
    }

    .ml-xl-5 {
        margin-left: 4rem !important
    }

    .mx-xl-5 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .my-xl-5 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-xl-25 {
        margin: .25rem !important
    }

    .mt-xl-25 {
        margin-top: .25rem !important
    }

    .mr-xl-25 {
        margin-right: .25rem !important
    }

    .mb-xl-25 {
        margin-bottom: .25rem !important
    }

    .ml-xl-25 {
        margin-left: .25rem !important
    }

    .mx-xl-25 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-xl-25 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-50 {
        margin: .5rem !important
    }

    .mt-xl-50 {
        margin-top: .5rem !important
    }

    .mr-xl-50 {
        margin-right: .5rem !important
    }

    .mb-xl-50 {
        margin-bottom: .5rem !important
    }

    .ml-xl-50 {
        margin-left: .5rem !important
    }

    .mx-xl-50 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-xl-50 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-75 {
        margin: .75rem !important
    }

    .mt-xl-75 {
        margin-top: .75rem !important
    }

    .mr-xl-75 {
        margin-right: .75rem !important
    }

    .mb-xl-75 {
        margin-bottom: .75rem !important
    }

    .ml-xl-75 {
        margin-left: .75rem !important
    }

    .mx-xl-75 {
        margin-right: .75rem !important;
        margin-left: .75rem !important
    }

    .my-xl-75 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: 1rem !important
    }

    .pt-xl-1 {
        padding-top: 1rem !important
    }

    .pr-xl-1 {
        padding-right: 1rem !important
    }

    .pb-xl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xl-1 {
        padding-left: 1rem !important
    }

    .px-xl-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-xl-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-2 {
        padding: 1.5rem !important
    }

    .pt-xl-2 {
        padding-top: 1.5rem !important
    }

    .pr-xl-2 {
        padding-right: 1.5rem !important
    }

    .pb-xl-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-2 {
        padding-left: 1.5rem !important
    }

    .px-xl-2 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-xl-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-3 {
        padding: 3rem !important
    }

    .pt-xl-3 {
        padding-top: 3rem !important
    }

    .pr-xl-3 {
        padding-right: 3rem !important
    }

    .pb-xl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xl-3 {
        padding-left: 3rem !important
    }

    .px-xl-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-4 {
        padding: 3.5rem !important
    }

    .pt-xl-4 {
        padding-top: 3.5rem !important
    }

    .pr-xl-4 {
        padding-right: 3.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-4 {
        padding-left: 3.5rem !important
    }

    .px-xl-4 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .py-xl-4 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-xl-5 {
        padding: 4rem !important
    }

    .pt-xl-5 {
        padding-top: 4rem !important
    }

    .pr-xl-5 {
        padding-right: 4rem !important
    }

    .pb-xl-5 {
        padding-bottom: 4rem !important
    }

    .pl-xl-5 {
        padding-left: 4rem !important
    }

    .px-xl-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-xl-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-xl-25 {
        padding: .25rem !important
    }

    .pt-xl-25 {
        padding-top: .25rem !important
    }

    .pr-xl-25 {
        padding-right: .25rem !important
    }

    .pb-xl-25 {
        padding-bottom: .25rem !important
    }

    .pl-xl-25 {
        padding-left: .25rem !important
    }

    .px-xl-25 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-xl-25 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-50 {
        padding: .5rem !important
    }

    .pt-xl-50 {
        padding-top: .5rem !important
    }

    .pr-xl-50 {
        padding-right: .5rem !important
    }

    .pb-xl-50 {
        padding-bottom: .5rem !important
    }

    .pl-xl-50 {
        padding-left: .5rem !important
    }

    .px-xl-50 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-xl-50 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-75 {
        padding: .75rem !important
    }

    .pt-xl-75 {
        padding-top: .75rem !important
    }

    .pr-xl-75 {
        padding-right: .75rem !important
    }

    .pb-xl-75 {
        padding-bottom: .75rem !important
    }

    .pl-xl-75 {
        padding-left: .75rem !important
    }

    .px-xl-75 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .py-xl-75 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

@media (min-width:576px) {
    .text-sm-center {
        text-align: center !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .text-xl-center {
        text-align: center !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }
}

.text-black {
    color: #000 !important
}

.text-black-primary {
    color: rgba(0, 0, 0, .87) !important
}

.text-black-secondary {
    color: rgba(0, 0, 0, .54) !important
}

.text-black-hint {
    color: rgba(0, 0, 0, .38) !important
}

.text-black-divider {
    color: rgba(0, 0, 0, .12) !important
}

.text-white {
    color: #fff !important
}

.text-white-primary {
    color: #fff !important
}

.text-white-secondary {
    color: rgba(255, 255, 255, .7) !important
}

.text-white-hint {
    color: rgba(255, 255, 255, .5) !important
}

.text-white-divider {
    color: rgba(255, 255, 255, .12) !important
}

.text-muted {
    color: rgba(0, 0, 0, .38) !important
}

a.text-primary:active,
a.text-primary:focus,
a.text-primary:hover {
    color: #673ab7 !important
}

.text-primary {
    color: #673ab7 !important
}

a.text-secondary:active,
a.text-secondary:focus,
a.text-secondary:hover {
    color: #607d8b !important
}

.text-secondary {
    color: #607d8b !important
}

a.text-danger:active,
a.text-danger:focus,
a.text-danger:hover {
    color: #f44336 !important
}

.text-danger {
    color: #f44336 !important
}

a.text-info:active,
a.text-info:focus,
a.text-info:hover {
    color: #00bcd4 !important
}

.text-info {
    color: #00bcd4 !important
}

a.text-success:active,
a.text-success:focus,
a.text-success:hover {
    color: #8bc34a !important
}

.text-success {
    color: #8bc34a !important
}

a.text-warning:active,
a.text-warning:focus,
a.text-warning:hover {
    color: #ffc107 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-dark:active,
a.text-dark:focus,
a.text-dark:hover {
    color: #464855 !important
}

.text-dark {
    color: #464855 !important
}

a.text-light:active,
a.text-light:focus,
a.text-light:hover {
    color: #babfc7 !important
}

.text-light {
    color: #babfc7 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-body {
    color: #6b6f82 !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-monospace {
    font-family: Montserrat, sans-serif
}

.font-italic {
    font-style: italic
}

.font-weight-bold,
.font-weight-medium {
    font-weight: 500
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal,
.font-weight-regular {
    font-weight: 400
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.invisible {
    visibility: hidden !important
}

.visible {
    visibility: visible !important
}

.material-icons {
    font-size: 1.71em;
    line-height: .5848em;
    vertical-align: -.35055em
}

.material-icons-inline {
    font-size: inherit;
    line-height: 1
}

@media print {
    @page {
        size: a3
    }

    *,
    ::after,
    ::before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: ' (" attr(title) ") '
    }

    blockquote {
        page-break-inside: avoid
    }

    body {
        min-width: 992px !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid
    }

    pre {
        page-break-inside: avoid;
        white-space: pre-wrap !important
    }

    thead {
        display: table-header-group
    }

    tr {
        page-break-inside: avoid
    }

    .card {
        border: 1px solid #e1e1e1
    }

    .container {
        min-width: 992px !important
    }

    .dropdown-menu {
        border: 1px solid #e1e1e1
    }

    .list-group-item {
        border: 1px solid #e1e1e1;
        margin-bottom: -1px
    }

    .list-group-item:last-child {
        margin-bottom: 0
    }

    .list-group-flush:first-child .list-group-item:first-child {
        border-top: 0
    }

    .list-group-flush:last-child .list-group-item:last-child {
        border-bottom: 0
    }

    .list-group-flush .list-group-item {
        border-right: 0;
        border-left: 0
    }

    .nav-tabs {
        border-bottom: 1px solid #e1e1e1
    }

    .navbar {
        display: none
    }

    .popover {
        border: 1px solid #e1e1e1
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered {
        border: 1px solid #e1e1e1
    }

    .table-dark {
        color: inherit
    }

    .table-dark .table,
    .table-dark td,
    .table-dark th {
        border-color: #e1e1e1
    }

    .table .thead-dark td,
    .table .thead-dark th {
        color: inherit
    }
}

.white {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-white .card-footer,
.bg-white .card-header {
    background-color: transparent
}

.bg-white.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, .6)
}

.selectboxit.selectboxit-btn.bg-white {
    background-color: #fff !important
}

.alert-white {
    border-color: #fff !important;
    background-color: #fff
}

.border-white {
    border-color: #fff;
    border: 1px solid
}

.overlay-white {
    background: #fff;
    background: rgba(255, 255, 255, .8)
}

.color-info.white {
    background-color: #fff !important
}

.btn-white {
    background-color: #fff !important;
    color: #fff
}

.btn-white:hover {
    color: #fff !important
}

.btn-white:active,
.btn-white:focus {
    color: #fff !important
}

.btn-white.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, .6)
}

.btn-outline-white {
    border: 1px solid;
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.btn-outline-white:hover {
    background-color: #fff;
    color: #fff !important
}

.btn-outline-white.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, .6)
}

input[type=checkbox].bg-white+.custom-control-label:before,
input[type=radio].bg-white+.custom-control-label:before {
    background-color: #fff !important
}

input:focus~.bg-white {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff !important
}

.border-white {
    border-color: #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
}

.bullet.bullet-white {
    background-color: #fff
}

.black {
    color: #000 !important
}

.bg-black {
    background-color: #000 !important
}

.bg-black .card-footer,
.bg-black .card-header {
    background-color: transparent
}

.bg-black.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

.selectboxit.selectboxit-btn.bg-black {
    background-color: #000 !important
}

.alert-black {
    border-color: #000 !important;
    background-color: #242424
}

.border-black {
    border-color: #000;
    border: 1px solid
}

.overlay-black {
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.color-info.black {
    background-color: #000 !important
}

.btn-black {
    background-color: #000 !important;
    color: #fff
}

.btn-black:hover {
    color: #fff !important
}

.btn-black:active,
.btn-black:focus {
    color: #fff !important
}

.btn-black.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

.btn-outline-black {
    border: 1px solid;
    border-color: #000;
    background-color: transparent;
    color: #000
}

.btn-outline-black:hover {
    background-color: #000;
    color: #fff !important
}

.btn-outline-black.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

input[type=checkbox].bg-black+.custom-control-label:before,
input[type=radio].bg-black+.custom-control-label:before {
    background-color: #000 !important
}

input:focus~.bg-black {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000 !important
}

.border-black {
    border-color: #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
}

.bullet.bullet-black {
    background-color: #000
}

.primary.lighten-5 {
    color: #ae94dd !important
}

.bg-primary.bg-lighten-5 {
    background-color: #ae94dd !important
}

.bg-primary.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(174, 148, 221, .6)
}

.btn-primary.btn-lighten-5 {
    border-color: #512e90 !important;
    background-color: #ae94dd !important
}

.btn-primary.btn-lighten-5:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-lighten-5:active,
.btn-primary.btn-lighten-5:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-lighten-5 {
    border-color: #ae94dd !important;
    color: #ae94dd !important
}

.btn-outline-primary.btn-outline-lighten-5:hover {
    background-color: #ae94dd !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ae94dd !important
}

.border-primary.border-lighten-5 {
    border: 1px solid #ae94dd !important
}

.border-top-primary.border-top-lighten-5 {
    border-top: 1px solid #ae94dd !important
}

.border-bottom-primary.border-bottom-lighten-5 {
    border-bottom: 1px solid #ae94dd !important
}

.border-left-primary.border-left-lighten-5 {
    border-left: 1px solid #ae94dd !important
}

.border-right-primary.border-right-lighten-5 {
    border-right: 1px solid #ae94dd !important
}

.overlay-primary.overlay-lighten-5 {
    background: #ae94dd;
    background: rgba(174, 148, 221, .8)
}

.primary.lighten-4 {
    color: #9f80d7 !important
}

.bg-primary.bg-lighten-4 {
    background-color: #9f80d7 !important
}

.bg-primary.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(159, 128, 215, .6)
}

.btn-primary.btn-lighten-4 {
    border-color: #512e90 !important;
    background-color: #9f80d7 !important
}

.btn-primary.btn-lighten-4:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-lighten-4:active,
.btn-primary.btn-lighten-4:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-lighten-4 {
    border-color: #9f80d7 !important;
    color: #9f80d7 !important
}

.btn-outline-primary.btn-outline-lighten-4:hover {
    background-color: #9f80d7 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9f80d7 !important
}

.border-primary.border-lighten-4 {
    border: 1px solid #9f80d7 !important
}

.border-top-primary.border-top-lighten-4 {
    border-top: 1px solid #9f80d7 !important
}

.border-bottom-primary.border-bottom-lighten-4 {
    border-bottom: 1px solid #9f80d7 !important
}

.border-left-primary.border-left-lighten-4 {
    border-left: 1px solid #9f80d7 !important
}

.border-right-primary.border-right-lighten-4 {
    border-right: 1px solid #9f80d7 !important
}

.overlay-primary.overlay-lighten-4 {
    background: #9f80d7;
    background: rgba(159, 128, 215, .8)
}

.primary.lighten-3 {
    color: #916dd1 !important
}

.bg-primary.bg-lighten-3 {
    background-color: #916dd1 !important
}

.bg-primary.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(145, 109, 209, .6)
}

.btn-primary.btn-lighten-3 {
    border-color: #512e90 !important;
    background-color: #916dd1 !important
}

.btn-primary.btn-lighten-3:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-lighten-3:active,
.btn-primary.btn-lighten-3:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-lighten-3 {
    border-color: #916dd1 !important;
    color: #916dd1 !important
}

.btn-outline-primary.btn-outline-lighten-3:hover {
    background-color: #916dd1 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #916dd1 !important
}

.border-primary.border-lighten-3 {
    border: 1px solid #916dd1 !important
}

.border-top-primary.border-top-lighten-3 {
    border-top: 1px solid #916dd1 !important
}

.border-bottom-primary.border-bottom-lighten-3 {
    border-bottom: 1px solid #916dd1 !important
}

.border-left-primary.border-left-lighten-3 {
    border-left: 1px solid #916dd1 !important
}

.border-right-primary.border-right-lighten-3 {
    border-right: 1px solid #916dd1 !important
}

.overlay-primary.overlay-lighten-3 {
    background: #916dd1;
    background: rgba(145, 109, 209, .8)
}

.primary.lighten-2 {
    color: #8259cb !important
}

.bg-primary.bg-lighten-2 {
    background-color: #8259cb !important
}

.bg-primary.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(130, 89, 203, .6)
}

.btn-primary.btn-lighten-2 {
    border-color: #512e90 !important;
    background-color: #8259cb !important
}

.btn-primary.btn-lighten-2:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-lighten-2:active,
.btn-primary.btn-lighten-2:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-lighten-2 {
    border-color: #8259cb !important;
    color: #8259cb !important
}

.btn-outline-primary.btn-outline-lighten-2:hover {
    background-color: #8259cb !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8259cb !important
}

.border-primary.border-lighten-2 {
    border: 1px solid #8259cb !important
}

.border-top-primary.border-top-lighten-2 {
    border-top: 1px solid #8259cb !important
}

.border-bottom-primary.border-bottom-lighten-2 {
    border-bottom: 1px solid #8259cb !important
}

.border-left-primary.border-left-lighten-2 {
    border-left: 1px solid #8259cb !important
}

.border-right-primary.border-right-lighten-2 {
    border-right: 1px solid #8259cb !important
}

.overlay-primary.overlay-lighten-2 {
    background: #8259cb;
    background: rgba(130, 89, 203, .8)
}

.primary.lighten-1 {
    color: #7446c4 !important
}

.bg-primary.bg-lighten-1 {
    background-color: #7446c4 !important
}

.bg-primary.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(116, 70, 196, .6)
}

.btn-primary.btn-lighten-1 {
    border-color: #512e90 !important;
    background-color: #7446c4 !important
}

.btn-primary.btn-lighten-1:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-lighten-1:active,
.btn-primary.btn-lighten-1:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-lighten-1 {
    border-color: #7446c4 !important;
    color: #7446c4 !important
}

.btn-outline-primary.btn-outline-lighten-1:hover {
    background-color: #7446c4 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7446c4 !important
}

.border-primary.border-lighten-1 {
    border: 1px solid #7446c4 !important
}

.border-top-primary.border-top-lighten-1 {
    border-top: 1px solid #7446c4 !important
}

.border-bottom-primary.border-bottom-lighten-1 {
    border-bottom: 1px solid #7446c4 !important
}

.border-left-primary.border-left-lighten-1 {
    border-left: 1px solid #7446c4 !important
}

.border-right-primary.border-right-lighten-1 {
    border-right: 1px solid #7446c4 !important
}

.overlay-primary.overlay-lighten-1 {
    background: #7446c4;
    background: rgba(116, 70, 196, .8)
}

.primary {
    color: #673ab7 !important
}

.bg-primary {
    background-color: #673ab7 !important
}

.bg-primary .card-footer,
.bg-primary .card-header {
    background-color: transparent
}

.bg-primary.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(103, 58, 183, .6)
}

.selectboxit.selectboxit-btn.bg-primary {
    background-color: #673ab7 !important
}

.alert-primary {
    border-color: #673ab7 !important;
    background-color: #8e69cf
}

.border-primary {
    border-color: #673ab7;
    border: 1px solid
}

.overlay-primary {
    background: #673ab7;
    background: rgba(103, 58, 183, .8)
}

.color-info.primary {
    background-color: #673ab7 !important
}

.btn-primary {
    border-color: #512e90 !important;
    background-color: #673ab7 !important;
    color: #fff
}

.btn-primary:hover {
    border-color: #5c34a4 !important;
    background-color: #7446c4 !important;
    color: #fff !important
}

.btn-primary:active,
.btn-primary:focus {
    border-color: #512e90 !important;
    background-color: #46287d !important;
    color: #fff !important
}

.btn-primary.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(103, 58, 183, .6)
}

.btn-outline-primary {
    border: 1px solid;
    border-color: #673ab7;
    background-color: transparent;
    color: #673ab7
}

.btn-outline-primary:hover {
    background-color: #673ab7;
    color: #fff !important
}

.btn-outline-primary.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(103, 58, 183, .6)
}

input[type=checkbox].bg-primary+.custom-control-label:before,
input[type=radio].bg-primary+.custom-control-label:before {
    background-color: #673ab7 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #673ab7 !important
}

.border-primary {
    border-color: #673ab7 !important
}

.border-top-primary {
    border-top: 1px solid #673ab7
}

.border-bottom-primary {
    border-bottom: 1px solid #673ab7
}

.border-left-primary {
    border-left: 1px solid #673ab7
}

.border-right-primary {
    border-right: 1px solid #673ab7
}

.bullet.bullet-primary {
    background-color: #673ab7
}

.primary.darken-1 {
    color: #5c34a4 !important
}

.bg-primary.bg-darken-1 {
    background-color: #5c34a4 !important
}

.bg-primary.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(92, 52, 164, .6)
}

.btn-primary.btn-darken-1 {
    border-color: #512e90 !important;
    background-color: #5c34a4 !important
}

.btn-primary.btn-darken-1:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-darken-1:active,
.btn-primary.btn-darken-1:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-darken-1 {
    border-color: #5c34a4 !important;
    color: #5c34a4 !important
}

.btn-outline-primary.btn-outline-darken-1:hover {
    background-color: #5c34a4 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #5c34a4 !important
}

.border-primary.border-darken-1 {
    border: 1px solid #5c34a4 !important
}

.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #5c34a4 !important
}

.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #5c34a4 !important
}

.border-left-primary.border-left-darken-1 {
    border-left: 1px solid #5c34a4 !important
}

.border-right-primary.border-right-darken-1 {
    border-right: 1px solid #5c34a4 !important
}

.overlay-primary.overlay-darken-1 {
    background: #5c34a4;
    background: rgba(92, 52, 164, .8)
}

.primary.darken-2 {
    color: #512e90 !important
}

.bg-primary.bg-darken-2 {
    background-color: #512e90 !important
}

.bg-primary.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(81, 46, 144, .6)
}

.btn-primary.btn-darken-2 {
    border-color: #512e90 !important;
    background-color: #512e90 !important
}

.btn-primary.btn-darken-2:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-darken-2:active,
.btn-primary.btn-darken-2:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-darken-2 {
    border-color: #512e90 !important;
    color: #512e90 !important
}

.btn-outline-primary.btn-outline-darken-2:hover {
    background-color: #512e90 !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #512e90 !important
}

.border-primary.border-darken-2 {
    border: 1px solid #512e90 !important
}

.border-top-primary.border-top-darken-2 {
    border-top: 1px solid #512e90 !important
}

.border-bottom-primary.border-bottom-darken-2 {
    border-bottom: 1px solid #512e90 !important
}

.border-left-primary.border-left-darken-2 {
    border-left: 1px solid #512e90 !important
}

.border-right-primary.border-right-darken-2 {
    border-right: 1px solid #512e90 !important
}

.overlay-primary.overlay-darken-2 {
    background: #512e90;
    background: rgba(81, 46, 144, .8)
}

.primary.darken-3 {
    color: #46287d !important
}

.bg-primary.bg-darken-3 {
    background-color: #46287d !important
}

.bg-primary.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(70, 40, 125, .6)
}

.btn-primary.btn-darken-3 {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-darken-3:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-darken-3:active,
.btn-primary.btn-darken-3:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-darken-3 {
    border-color: #46287d !important;
    color: #46287d !important
}

.btn-outline-primary.btn-outline-darken-3:hover {
    background-color: #46287d !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #46287d !important
}

.border-primary.border-darken-3 {
    border: 1px solid #46287d !important
}

.border-top-primary.border-top-darken-3 {
    border-top: 1px solid #46287d !important
}

.border-bottom-primary.border-bottom-darken-3 {
    border-bottom: 1px solid #46287d !important
}

.border-left-primary.border-left-darken-3 {
    border-left: 1px solid #46287d !important
}

.border-right-primary.border-right-darken-3 {
    border-right: 1px solid #46287d !important
}

.overlay-primary.overlay-darken-3 {
    background: #46287d;
    background: rgba(70, 40, 125, .8)
}

.primary.darken-4 {
    color: #3b216a !important
}

.bg-primary.bg-darken-4 {
    background-color: #3b216a !important
}

.bg-primary.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(59, 33, 106, .6)
}

.btn-primary.btn-darken-4 {
    border-color: #512e90 !important;
    background-color: #3b216a !important
}

.btn-primary.btn-darken-4:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-darken-4:active,
.btn-primary.btn-darken-4:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-darken-4 {
    border-color: #3b216a !important;
    color: #3b216a !important
}

.btn-outline-primary.btn-outline-darken-4:hover {
    background-color: #3b216a !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3b216a !important
}

.border-primary.border-darken-4 {
    border: 1px solid #3b216a !important
}

.border-top-primary.border-top-darken-4 {
    border-top: 1px solid #3b216a !important
}

.border-bottom-primary.border-bottom-darken-4 {
    border-bottom: 1px solid #3b216a !important
}

.border-left-primary.border-left-darken-4 {
    border-left: 1px solid #3b216a !important
}

.border-right-primary.border-right-darken-4 {
    border-right: 1px solid #3b216a !important
}

.overlay-primary.overlay-darken-4 {
    background: #3b216a;
    background: rgba(59, 33, 106, .8)
}

.primary.accent-1 {
    color: #b388ff !important
}

.bg-primary.bg-accent-1 {
    background-color: #b388ff !important
}

.bg-primary.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(179, 136, 255, .6)
}

.btn-primary.btn-accent-1 {
    border-color: #512e90 !important;
    background-color: #b388ff !important
}

.btn-primary.btn-accent-1:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-accent-1:active,
.btn-primary.btn-accent-1:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-accent-1 {
    border-color: #b388ff !important;
    color: #b388ff !important
}

.btn-outline-primary.btn-outline-accent-1:hover {
    background-color: #b388ff !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b388ff !important
}

.border-primary.border-accent-1 {
    border: 1px solid #b388ff !important
}

.border-top-primary.border-top-accent-1 {
    border-top: 1px solid #b388ff !important
}

.border-bottom-primary.border-bottom-accent-1 {
    border-bottom: 1px solid #b388ff !important
}

.border-left-primary.border-left-accent-1 {
    border-left: 1px solid #b388ff !important
}

.border-right-primary.border-right-accent-1 {
    border-right: 1px solid #b388ff !important
}

.overlay-primary.overlay-accent-1 {
    background: #b388ff;
    background: rgba(179, 136, 255, .8)
}

.primary.accent-2 {
    color: #7c4dff !important
}

.bg-primary.bg-accent-2 {
    background-color: #7c4dff !important
}

.bg-primary.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(124, 77, 255, .6)
}

.btn-primary.btn-accent-2 {
    border-color: #512e90 !important;
    background-color: #7c4dff !important
}

.btn-primary.btn-accent-2:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-accent-2:active,
.btn-primary.btn-accent-2:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-accent-2 {
    border-color: #7c4dff !important;
    color: #7c4dff !important
}

.btn-outline-primary.btn-outline-accent-2:hover {
    background-color: #7c4dff !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7c4dff !important
}

.border-primary.border-accent-2 {
    border: 1px solid #7c4dff !important
}

.border-top-primary.border-top-accent-2 {
    border-top: 1px solid #7c4dff !important
}

.border-bottom-primary.border-bottom-accent-2 {
    border-bottom: 1px solid #7c4dff !important
}

.border-left-primary.border-left-accent-2 {
    border-left: 1px solid #7c4dff !important
}

.border-right-primary.border-right-accent-2 {
    border-right: 1px solid #7c4dff !important
}

.overlay-primary.overlay-accent-2 {
    background: #7c4dff;
    background: rgba(124, 77, 255, .8)
}

.primary.accent-3 {
    color: #651fff !important
}

.bg-primary.bg-accent-3 {
    background-color: #651fff !important
}

.bg-primary.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(101, 31, 255, .6)
}

.btn-primary.btn-accent-3 {
    border-color: #512e90 !important;
    background-color: #651fff !important
}

.btn-primary.btn-accent-3:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-accent-3:active,
.btn-primary.btn-accent-3:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-accent-3 {
    border-color: #651fff !important;
    color: #651fff !important
}

.btn-outline-primary.btn-outline-accent-3:hover {
    background-color: #651fff !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #651fff !important
}

.border-primary.border-accent-3 {
    border: 1px solid #651fff !important
}

.border-top-primary.border-top-accent-3 {
    border-top: 1px solid #651fff !important
}

.border-bottom-primary.border-bottom-accent-3 {
    border-bottom: 1px solid #651fff !important
}

.border-left-primary.border-left-accent-3 {
    border-left: 1px solid #651fff !important
}

.border-right-primary.border-right-accent-3 {
    border-right: 1px solid #651fff !important
}

.overlay-primary.overlay-accent-3 {
    background: #651fff;
    background: rgba(101, 31, 255, .8)
}

.primary.accent-4 {
    color: #6200ea !important
}

.bg-primary.bg-accent-4 {
    background-color: #6200ea !important
}

.bg-primary.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(98, 0, 234, .6)
}

.btn-primary.btn-accent-4 {
    border-color: #512e90 !important;
    background-color: #6200ea !important
}

.btn-primary.btn-accent-4:hover {
    border-color: #512e90 !important;
    background-color: #46287d !important
}

.btn-primary.btn-accent-4:active,
.btn-primary.btn-accent-4:focus {
    border-color: #46287d !important;
    background-color: #3b216a !important
}

.btn-outline-primary.btn-outline-accent-4 {
    border-color: #6200ea !important;
    color: #6200ea !important
}

.btn-outline-primary.btn-outline-accent-4:hover {
    background-color: #6200ea !important
}

input:focus~.bg-primary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #6200ea !important
}

.border-primary.border-accent-4 {
    border: 1px solid #6200ea !important
}

.border-top-primary.border-top-accent-4 {
    border-top: 1px solid #6200ea !important
}

.border-bottom-primary.border-bottom-accent-4 {
    border-bottom: 1px solid #6200ea !important
}

.border-left-primary.border-left-accent-4 {
    border-left: 1px solid #6200ea !important
}

.border-right-primary.border-right-accent-4 {
    border-right: 1px solid #6200ea !important
}

.overlay-primary.overlay-accent-4 {
    background: #6200ea;
    background: rgba(98, 0, 234, .8)
}

.secondary.lighten-5 {
    color: #a8bac3 !important
}

.bg-secondary.bg-lighten-5 {
    background-color: #a8bac3 !important
}

.bg-secondary.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(168, 186, 195, .6)
}

.btn-secondary.btn-lighten-5 {
    border-color: #4b626d !important;
    background-color: #a8bac3 !important
}

.btn-secondary.btn-lighten-5:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-lighten-5:active,
.btn-secondary.btn-lighten-5:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-lighten-5 {
    border-color: #a8bac3 !important;
    color: #a8bac3 !important
}

.btn-outline-secondary.btn-outline-lighten-5:hover {
    background-color: #a8bac3 !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a8bac3 !important
}

.border-secondary.border-lighten-5 {
    border: 1px solid #a8bac3 !important
}

.border-top-secondary.border-top-lighten-5 {
    border-top: 1px solid #a8bac3 !important
}

.border-bottom-secondary.border-bottom-lighten-5 {
    border-bottom: 1px solid #a8bac3 !important
}

.border-left-secondary.border-left-lighten-5 {
    border-left: 1px solid #a8bac3 !important
}

.border-right-secondary.border-right-lighten-5 {
    border-right: 1px solid #a8bac3 !important
}

.overlay-secondary.overlay-lighten-5 {
    background: #a8bac3;
    background: rgba(168, 186, 195, .8)
}

.secondary.lighten-4 {
    color: #99aeb8 !important
}

.bg-secondary.bg-lighten-4 {
    background-color: #99aeb8 !important
}

.bg-secondary.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(153, 174, 184, .6)
}

.btn-secondary.btn-lighten-4 {
    border-color: #4b626d !important;
    background-color: #99aeb8 !important
}

.btn-secondary.btn-lighten-4:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-lighten-4:active,
.btn-secondary.btn-lighten-4:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-lighten-4 {
    border-color: #99aeb8 !important;
    color: #99aeb8 !important
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
    background-color: #99aeb8 !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #99aeb8 !important
}

.border-secondary.border-lighten-4 {
    border: 1px solid #99aeb8 !important
}

.border-top-secondary.border-top-lighten-4 {
    border-top: 1px solid #99aeb8 !important
}

.border-bottom-secondary.border-bottom-lighten-4 {
    border-bottom: 1px solid #99aeb8 !important
}

.border-left-secondary.border-left-lighten-4 {
    border-left: 1px solid #99aeb8 !important
}

.border-right-secondary.border-right-lighten-4 {
    border-right: 1px solid #99aeb8 !important
}

.overlay-secondary.overlay-lighten-4 {
    background: #99aeb8;
    background: rgba(153, 174, 184, .8)
}

.secondary.lighten-3 {
    color: #8aa2ae !important
}

.bg-secondary.bg-lighten-3 {
    background-color: #8aa2ae !important
}

.bg-secondary.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(138, 162, 174, .6)
}

.btn-secondary.btn-lighten-3 {
    border-color: #4b626d !important;
    background-color: #8aa2ae !important
}

.btn-secondary.btn-lighten-3:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-lighten-3:active,
.btn-secondary.btn-lighten-3:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-lighten-3 {
    border-color: #8aa2ae !important;
    color: #8aa2ae !important
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
    background-color: #8aa2ae !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8aa2ae !important
}

.border-secondary.border-lighten-3 {
    border: 1px solid #8aa2ae !important
}

.border-top-secondary.border-top-lighten-3 {
    border-top: 1px solid #8aa2ae !important
}

.border-bottom-secondary.border-bottom-lighten-3 {
    border-bottom: 1px solid #8aa2ae !important
}

.border-left-secondary.border-left-lighten-3 {
    border-left: 1px solid #8aa2ae !important
}

.border-right-secondary.border-right-lighten-3 {
    border-right: 1px solid #8aa2ae !important
}

.overlay-secondary.overlay-lighten-3 {
    background: #8aa2ae;
    background: rgba(138, 162, 174, .8)
}

.secondary.lighten-2 {
    color: #7b96a3 !important
}

.bg-secondary.bg-lighten-2 {
    background-color: #7b96a3 !important
}

.bg-secondary.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(123, 150, 163, .6)
}

.btn-secondary.btn-lighten-2 {
    border-color: #4b626d !important;
    background-color: #7b96a3 !important
}

.btn-secondary.btn-lighten-2:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-lighten-2:active,
.btn-secondary.btn-lighten-2:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-lighten-2 {
    border-color: #7b96a3 !important;
    color: #7b96a3 !important
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
    background-color: #7b96a3 !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7b96a3 !important
}

.border-secondary.border-lighten-2 {
    border: 1px solid #7b96a3 !important
}

.border-top-secondary.border-top-lighten-2 {
    border-top: 1px solid #7b96a3 !important
}

.border-bottom-secondary.border-bottom-lighten-2 {
    border-bottom: 1px solid #7b96a3 !important
}

.border-left-secondary.border-left-lighten-2 {
    border-left: 1px solid #7b96a3 !important
}

.border-right-secondary.border-right-lighten-2 {
    border-right: 1px solid #7b96a3 !important
}

.overlay-secondary.overlay-lighten-2 {
    background: #7b96a3;
    background: rgba(123, 150, 163, .8)
}

.secondary.lighten-1 {
    color: #6b8a99 !important
}

.bg-secondary.bg-lighten-1 {
    background-color: #6b8a99 !important
}

.bg-secondary.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(107, 138, 153, .6)
}

.btn-secondary.btn-lighten-1 {
    border-color: #4b626d !important;
    background-color: #6b8a99 !important
}

.btn-secondary.btn-lighten-1:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-lighten-1:active,
.btn-secondary.btn-lighten-1:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-lighten-1 {
    border-color: #6b8a99 !important;
    color: #6b8a99 !important
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
    background-color: #6b8a99 !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #6b8a99 !important
}

.border-secondary.border-lighten-1 {
    border: 1px solid #6b8a99 !important
}

.border-top-secondary.border-top-lighten-1 {
    border-top: 1px solid #6b8a99 !important
}

.border-bottom-secondary.border-bottom-lighten-1 {
    border-bottom: 1px solid #6b8a99 !important
}

.border-left-secondary.border-left-lighten-1 {
    border-left: 1px solid #6b8a99 !important
}

.border-right-secondary.border-right-lighten-1 {
    border-right: 1px solid #6b8a99 !important
}

.overlay-secondary.overlay-lighten-1 {
    background: #6b8a99;
    background: rgba(107, 138, 153, .8)
}

.secondary {
    color: #607d8b !important
}

.bg-secondary {
    background-color: #607d8b !important
}

.bg-secondary .card-footer,
.bg-secondary .card-header {
    background-color: transparent
}

.bg-secondary.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

.selectboxit.selectboxit-btn.bg-secondary {
    background-color: #607d8b !important
}

.alert-secondary {
    border-color: #607d8b !important;
    background-color: #87a0ac
}

.border-secondary {
    border-color: #607d8b;
    border: 1px solid
}

.overlay-secondary {
    background: #607d8b;
    background: rgba(96, 125, 139, .8)
}

.color-info.secondary {
    background-color: #607d8b !important
}

.btn-secondary {
    border-color: #4b626d !important;
    background-color: #607d8b !important;
    color: #fff
}

.btn-secondary:hover {
    border-color: #566f7c !important;
    background-color: #6b8a99 !important;
    color: #fff !important
}

.btn-secondary:active,
.btn-secondary:focus {
    border-color: #4b626d !important;
    background-color: #41545e !important;
    color: #fff !important
}

.btn-secondary.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

.btn-outline-secondary {
    border: 1px solid;
    border-color: #607d8b;
    background-color: transparent;
    color: #607d8b
}

.btn-outline-secondary:hover {
    background-color: #607d8b;
    color: #fff !important
}

.btn-outline-secondary.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

input[type=checkbox].bg-secondary+.custom-control-label:before,
input[type=radio].bg-secondary+.custom-control-label:before {
    background-color: #607d8b !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #607d8b !important
}

.border-secondary {
    border-color: #607d8b !important
}

.border-top-secondary {
    border-top: 1px solid #607d8b
}

.border-bottom-secondary {
    border-bottom: 1px solid #607d8b
}

.border-left-secondary {
    border-left: 1px solid #607d8b
}

.border-right-secondary {
    border-right: 1px solid #607d8b
}

.bullet.bullet-secondary {
    background-color: #607d8b
}

.secondary.darken-1 {
    color: #566f7c !important
}

.bg-secondary.bg-darken-1 {
    background-color: #566f7c !important
}

.bg-secondary.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(86, 111, 124, .6)
}

.btn-secondary.btn-darken-1 {
    border-color: #4b626d !important;
    background-color: #566f7c !important
}

.btn-secondary.btn-darken-1:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-darken-1:active,
.btn-secondary.btn-darken-1:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-darken-1 {
    border-color: #566f7c !important;
    color: #566f7c !important
}

.btn-outline-secondary.btn-outline-darken-1:hover {
    background-color: #566f7c !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #566f7c !important
}

.border-secondary.border-darken-1 {
    border: 1px solid #566f7c !important
}

.border-top-secondary.border-top-darken-1 {
    border-top: 1px solid #566f7c !important
}

.border-bottom-secondary.border-bottom-darken-1 {
    border-bottom: 1px solid #566f7c !important
}

.border-left-secondary.border-left-darken-1 {
    border-left: 1px solid #566f7c !important
}

.border-right-secondary.border-right-darken-1 {
    border-right: 1px solid #566f7c !important
}

.overlay-secondary.overlay-darken-1 {
    background: #566f7c;
    background: rgba(86, 111, 124, .8)
}

.secondary.darken-2 {
    color: #4b626d !important
}

.bg-secondary.bg-darken-2 {
    background-color: #4b626d !important
}

.bg-secondary.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(75, 98, 109, .6)
}

.btn-secondary.btn-darken-2 {
    border-color: #4b626d !important;
    background-color: #4b626d !important
}

.btn-secondary.btn-darken-2:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-darken-2:active,
.btn-secondary.btn-darken-2:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-darken-2 {
    border-color: #4b626d !important;
    color: #4b626d !important
}

.btn-outline-secondary.btn-outline-darken-2:hover {
    background-color: #4b626d !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4b626d !important
}

.border-secondary.border-darken-2 {
    border: 1px solid #4b626d !important
}

.border-top-secondary.border-top-darken-2 {
    border-top: 1px solid #4b626d !important
}

.border-bottom-secondary.border-bottom-darken-2 {
    border-bottom: 1px solid #4b626d !important
}

.border-left-secondary.border-left-darken-2 {
    border-left: 1px solid #4b626d !important
}

.border-right-secondary.border-right-darken-2 {
    border-right: 1px solid #4b626d !important
}

.overlay-secondary.overlay-darken-2 {
    background: #4b626d;
    background: rgba(75, 98, 109, .8)
}

.secondary.darken-3 {
    color: #41545e !important
}

.bg-secondary.bg-darken-3 {
    background-color: #41545e !important
}

.bg-secondary.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(65, 84, 94, .6)
}

.btn-secondary.btn-darken-3 {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-darken-3:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-darken-3:active,
.btn-secondary.btn-darken-3:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-darken-3 {
    border-color: #41545e !important;
    color: #41545e !important
}

.btn-outline-secondary.btn-outline-darken-3:hover {
    background-color: #41545e !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #41545e !important
}

.border-secondary.border-darken-3 {
    border: 1px solid #41545e !important
}

.border-top-secondary.border-top-darken-3 {
    border-top: 1px solid #41545e !important
}

.border-bottom-secondary.border-bottom-darken-3 {
    border-bottom: 1px solid #41545e !important
}

.border-left-secondary.border-left-darken-3 {
    border-left: 1px solid #41545e !important
}

.border-right-secondary.border-right-darken-3 {
    border-right: 1px solid #41545e !important
}

.overlay-secondary.overlay-darken-3 {
    background: #41545e;
    background: rgba(65, 84, 94, .8)
}

.secondary.darken-4 {
    color: #36474f !important
}

.bg-secondary.bg-darken-4 {
    background-color: #36474f !important
}

.bg-secondary.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(54, 71, 79, .6)
}

.btn-secondary.btn-darken-4 {
    border-color: #4b626d !important;
    background-color: #36474f !important
}

.btn-secondary.btn-darken-4:hover {
    border-color: #4b626d !important;
    background-color: #41545e !important
}

.btn-secondary.btn-darken-4:active,
.btn-secondary.btn-darken-4:focus {
    border-color: #41545e !important;
    background-color: #36474f !important
}

.btn-outline-secondary.btn-outline-darken-4 {
    border-color: #36474f !important;
    color: #36474f !important
}

.btn-outline-secondary.btn-outline-darken-4:hover {
    background-color: #36474f !important
}

input:focus~.bg-secondary {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #36474f !important
}

.border-secondary.border-darken-4 {
    border: 1px solid #36474f !important
}

.border-top-secondary.border-top-darken-4 {
    border-top: 1px solid #36474f !important
}

.border-bottom-secondary.border-bottom-darken-4 {
    border-bottom: 1px solid #36474f !important
}

.border-left-secondary.border-left-darken-4 {
    border-left: 1px solid #36474f !important
}

.border-right-secondary.border-right-darken-4 {
    border-right: 1px solid #36474f !important
}

.overlay-secondary.overlay-darken-4 {
    background: #36474f;
    background: rgba(54, 71, 79, .8)
}

.success.lighten-5 {
    color: #c8e3aa !important
}

.bg-success.bg-lighten-5 {
    background-color: #c8e3aa !important
}

.bg-success.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(200, 227, 170, .6)
}

.btn-success.btn-lighten-5 {
    border-color: #71a436 !important;
    background-color: #c8e3aa !important
}

.btn-success.btn-lighten-5:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-lighten-5:active,
.btn-success.btn-lighten-5:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-lighten-5 {
    border-color: #c8e3aa !important;
    color: #c8e3aa !important
}

.btn-outline-success.btn-outline-lighten-5:hover {
    background-color: #c8e3aa !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c8e3aa !important
}

.border-success.border-lighten-5 {
    border: 1px solid #c8e3aa !important
}

.border-top-success.border-top-lighten-5 {
    border-top: 1px solid #c8e3aa !important
}

.border-bottom-success.border-bottom-lighten-5 {
    border-bottom: 1px solid #c8e3aa !important
}

.border-left-success.border-left-lighten-5 {
    border-left: 1px solid #c8e3aa !important
}

.border-right-success.border-right-lighten-5 {
    border-right: 1px solid #c8e3aa !important
}

.overlay-success.overlay-lighten-5 {
    background: #c8e3aa;
    background: rgba(200, 227, 170, .8)
}

.success.lighten-4 {
    color: #bcdc97 !important
}

.bg-success.bg-lighten-4 {
    background-color: #bcdc97 !important
}

.bg-success.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(188, 220, 151, .6)
}

.btn-success.btn-lighten-4 {
    border-color: #71a436 !important;
    background-color: #bcdc97 !important
}

.btn-success.btn-lighten-4:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-lighten-4:active,
.btn-success.btn-lighten-4:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-lighten-4 {
    border-color: #bcdc97 !important;
    color: #bcdc97 !important
}

.btn-outline-success.btn-outline-lighten-4:hover {
    background-color: #bcdc97 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bcdc97 !important
}

.border-success.border-lighten-4 {
    border: 1px solid #bcdc97 !important
}

.border-top-success.border-top-lighten-4 {
    border-top: 1px solid #bcdc97 !important
}

.border-bottom-success.border-bottom-lighten-4 {
    border-bottom: 1px solid #bcdc97 !important
}

.border-left-success.border-left-lighten-4 {
    border-left: 1px solid #bcdc97 !important
}

.border-right-success.border-right-lighten-4 {
    border-right: 1px solid #bcdc97 !important
}

.overlay-success.overlay-lighten-4 {
    background: #bcdc97;
    background: rgba(188, 220, 151, .8)
}

.success.lighten-3 {
    color: #b0d683 !important
}

.bg-success.bg-lighten-3 {
    background-color: #b0d683 !important
}

.bg-success.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(176, 214, 131, .6)
}

.btn-success.btn-lighten-3 {
    border-color: #71a436 !important;
    background-color: #b0d683 !important
}

.btn-success.btn-lighten-3:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-lighten-3:active,
.btn-success.btn-lighten-3:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-lighten-3 {
    border-color: #b0d683 !important;
    color: #b0d683 !important
}

.btn-outline-success.btn-outline-lighten-3:hover {
    background-color: #b0d683 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b0d683 !important
}

.border-success.border-lighten-3 {
    border: 1px solid #b0d683 !important
}

.border-top-success.border-top-lighten-3 {
    border-top: 1px solid #b0d683 !important
}

.border-bottom-success.border-bottom-lighten-3 {
    border-bottom: 1px solid #b0d683 !important
}

.border-left-success.border-left-lighten-3 {
    border-left: 1px solid #b0d683 !important
}

.border-right-success.border-right-lighten-3 {
    border-right: 1px solid #b0d683 !important
}

.overlay-success.overlay-lighten-3 {
    background: #b0d683;
    background: rgba(176, 214, 131, .8)
}

.success.lighten-2 {
    color: #a4d070 !important
}

.bg-success.bg-lighten-2 {
    background-color: #a4d070 !important
}

.bg-success.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(164, 208, 112, .6)
}

.btn-success.btn-lighten-2 {
    border-color: #71a436 !important;
    background-color: #a4d070 !important
}

.btn-success.btn-lighten-2:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-lighten-2:active,
.btn-success.btn-lighten-2:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-lighten-2 {
    border-color: #a4d070 !important;
    color: #a4d070 !important
}

.btn-outline-success.btn-outline-lighten-2:hover {
    background-color: #a4d070 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a4d070 !important
}

.border-success.border-lighten-2 {
    border: 1px solid #a4d070 !important
}

.border-top-success.border-top-lighten-2 {
    border-top: 1px solid #a4d070 !important
}

.border-bottom-success.border-bottom-lighten-2 {
    border-bottom: 1px solid #a4d070 !important
}

.border-left-success.border-left-lighten-2 {
    border-left: 1px solid #a4d070 !important
}

.border-right-success.border-right-lighten-2 {
    border-right: 1px solid #a4d070 !important
}

.overlay-success.overlay-lighten-2 {
    background: #a4d070;
    background: rgba(164, 208, 112, .8)
}

.success.lighten-1 {
    color: #97c95d !important
}

.bg-success.bg-lighten-1 {
    background-color: #97c95d !important
}

.bg-success.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(151, 201, 93, .6)
}

.btn-success.btn-lighten-1 {
    border-color: #71a436 !important;
    background-color: #97c95d !important
}

.btn-success.btn-lighten-1:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-lighten-1:active,
.btn-success.btn-lighten-1:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-lighten-1 {
    border-color: #97c95d !important;
    color: #97c95d !important
}

.btn-outline-success.btn-outline-lighten-1:hover {
    background-color: #97c95d !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #97c95d !important
}

.border-success.border-lighten-1 {
    border: 1px solid #97c95d !important
}

.border-top-success.border-top-lighten-1 {
    border-top: 1px solid #97c95d !important
}

.border-bottom-success.border-bottom-lighten-1 {
    border-bottom: 1px solid #97c95d !important
}

.border-left-success.border-left-lighten-1 {
    border-left: 1px solid #97c95d !important
}

.border-right-success.border-right-lighten-1 {
    border-right: 1px solid #97c95d !important
}

.overlay-success.overlay-lighten-1 {
    background: #97c95d;
    background: rgba(151, 201, 93, .8)
}

.success {
    color: #8bc34a !important
}

.bg-success {
    background-color: #8bc34a !important
}

.bg-success .card-footer,
.bg-success .card-header {
    background-color: transparent
}

.bg-success.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(139, 195, 74, .6)
}

.selectboxit.selectboxit-btn.bg-success {
    background-color: #8bc34a !important
}

.alert-success {
    border-color: #8bc34a !important;
    background-color: #add580
}

.border-success {
    border-color: #8bc34a;
    border: 1px solid
}

.overlay-success {
    background: #8bc34a;
    background: rgba(139, 195, 74, .8)
}

.color-info.success {
    background-color: #8bc34a !important
}

.btn-success {
    border-color: #71a436 !important;
    background-color: #8bc34a !important;
    color: #fff
}

.btn-success:hover {
    border-color: #7eb73d !important;
    background-color: #97c95d !important;
    color: #fff !important
}

.btn-success:active,
.btn-success:focus {
    border-color: #71a436 !important;
    background-color: #649130 !important;
    color: #fff !important
}

.btn-success.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(139, 195, 74, .6)
}

.btn-outline-success {
    border: 1px solid;
    border-color: #8bc34a;
    background-color: transparent;
    color: #8bc34a
}

.btn-outline-success:hover {
    background-color: #8bc34a;
    color: #fff !important
}

.btn-outline-success.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(139, 195, 74, .6)
}

input[type=checkbox].bg-success+.custom-control-label:before,
input[type=radio].bg-success+.custom-control-label:before {
    background-color: #8bc34a !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8bc34a !important
}

.border-success {
    border-color: #8bc34a !important
}

.border-top-success {
    border-top: 1px solid #8bc34a
}

.border-bottom-success {
    border-bottom: 1px solid #8bc34a
}

.border-left-success {
    border-left: 1px solid #8bc34a
}

.border-right-success {
    border-right: 1px solid #8bc34a
}

.bullet.bullet-success {
    background-color: #8bc34a
}

.success.darken-1 {
    color: #7eb73d !important
}

.bg-success.bg-darken-1 {
    background-color: #7eb73d !important
}

.bg-success.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(126, 183, 61, .6)
}

.btn-success.btn-darken-1 {
    border-color: #71a436 !important;
    background-color: #7eb73d !important
}

.btn-success.btn-darken-1:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-darken-1:active,
.btn-success.btn-darken-1:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-darken-1 {
    border-color: #7eb73d !important;
    color: #7eb73d !important
}

.btn-outline-success.btn-outline-darken-1:hover {
    background-color: #7eb73d !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7eb73d !important
}

.border-success.border-darken-1 {
    border: 1px solid #7eb73d !important
}

.border-top-success.border-top-darken-1 {
    border-top: 1px solid #7eb73d !important
}

.border-bottom-success.border-bottom-darken-1 {
    border-bottom: 1px solid #7eb73d !important
}

.border-left-success.border-left-darken-1 {
    border-left: 1px solid #7eb73d !important
}

.border-right-success.border-right-darken-1 {
    border-right: 1px solid #7eb73d !important
}

.overlay-success.overlay-darken-1 {
    background: #7eb73d;
    background: rgba(126, 183, 61, .8)
}

.success.darken-2 {
    color: #71a436 !important
}

.bg-success.bg-darken-2 {
    background-color: #71a436 !important
}

.bg-success.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(113, 164, 54, .6)
}

.btn-success.btn-darken-2 {
    border-color: #71a436 !important;
    background-color: #71a436 !important
}

.btn-success.btn-darken-2:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-darken-2:active,
.btn-success.btn-darken-2:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-darken-2 {
    border-color: #71a436 !important;
    color: #71a436 !important
}

.btn-outline-success.btn-outline-darken-2:hover {
    background-color: #71a436 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #71a436 !important
}

.border-success.border-darken-2 {
    border: 1px solid #71a436 !important
}

.border-top-success.border-top-darken-2 {
    border-top: 1px solid #71a436 !important
}

.border-bottom-success.border-bottom-darken-2 {
    border-bottom: 1px solid #71a436 !important
}

.border-left-success.border-left-darken-2 {
    border-left: 1px solid #71a436 !important
}

.border-right-success.border-right-darken-2 {
    border-right: 1px solid #71a436 !important
}

.overlay-success.overlay-darken-2 {
    background: #71a436;
    background: rgba(113, 164, 54, .8)
}

.success.darken-3 {
    color: #649130 !important
}

.bg-success.bg-darken-3 {
    background-color: #649130 !important
}

.bg-success.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(100, 145, 48, .6)
}

.btn-success.btn-darken-3 {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-darken-3:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-darken-3:active,
.btn-success.btn-darken-3:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-darken-3 {
    border-color: #649130 !important;
    color: #649130 !important
}

.btn-outline-success.btn-outline-darken-3:hover {
    background-color: #649130 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #649130 !important
}

.border-success.border-darken-3 {
    border: 1px solid #649130 !important
}

.border-top-success.border-top-darken-3 {
    border-top: 1px solid #649130 !important
}

.border-bottom-success.border-bottom-darken-3 {
    border-bottom: 1px solid #649130 !important
}

.border-left-success.border-left-darken-3 {
    border-left: 1px solid #649130 !important
}

.border-right-success.border-right-darken-3 {
    border-right: 1px solid #649130 !important
}

.overlay-success.overlay-darken-3 {
    background: #649130;
    background: rgba(100, 145, 48, .8)
}

.success.darken-4 {
    color: #577d2a !important
}

.bg-success.bg-darken-4 {
    background-color: #577d2a !important
}

.bg-success.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(87, 125, 42, .6)
}

.btn-success.btn-darken-4 {
    border-color: #71a436 !important;
    background-color: #577d2a !important
}

.btn-success.btn-darken-4:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-darken-4:active,
.btn-success.btn-darken-4:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-darken-4 {
    border-color: #577d2a !important;
    color: #577d2a !important
}

.btn-outline-success.btn-outline-darken-4:hover {
    background-color: #577d2a !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #577d2a !important
}

.border-success.border-darken-4 {
    border: 1px solid #577d2a !important
}

.border-top-success.border-top-darken-4 {
    border-top: 1px solid #577d2a !important
}

.border-bottom-success.border-bottom-darken-4 {
    border-bottom: 1px solid #577d2a !important
}

.border-left-success.border-left-darken-4 {
    border-left: 1px solid #577d2a !important
}

.border-right-success.border-right-darken-4 {
    border-right: 1px solid #577d2a !important
}

.overlay-success.overlay-darken-4 {
    background: #577d2a;
    background: rgba(87, 125, 42, .8)
}

.success.accent-1 {
    color: #ccff90 !important
}

.bg-success.bg-accent-1 {
    background-color: #ccff90 !important
}

.bg-success.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(204, 255, 144, .6)
}

.btn-success.btn-accent-1 {
    border-color: #71a436 !important;
    background-color: #ccff90 !important
}

.btn-success.btn-accent-1:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-accent-1:active,
.btn-success.btn-accent-1:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-accent-1 {
    border-color: #ccff90 !important;
    color: #ccff90 !important
}

.btn-outline-success.btn-outline-accent-1:hover {
    background-color: #ccff90 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ccff90 !important
}

.border-success.border-accent-1 {
    border: 1px solid #ccff90 !important
}

.border-top-success.border-top-accent-1 {
    border-top: 1px solid #ccff90 !important
}

.border-bottom-success.border-bottom-accent-1 {
    border-bottom: 1px solid #ccff90 !important
}

.border-left-success.border-left-accent-1 {
    border-left: 1px solid #ccff90 !important
}

.border-right-success.border-right-accent-1 {
    border-right: 1px solid #ccff90 !important
}

.overlay-success.overlay-accent-1 {
    background: #ccff90;
    background: rgba(204, 255, 144, .8)
}

.success.accent-2 {
    color: #b2ff59 !important
}

.bg-success.bg-accent-2 {
    background-color: #b2ff59 !important
}

.bg-success.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(178, 255, 89, .6)
}

.btn-success.btn-accent-2 {
    border-color: #71a436 !important;
    background-color: #b2ff59 !important
}

.btn-success.btn-accent-2:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-accent-2:active,
.btn-success.btn-accent-2:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-accent-2 {
    border-color: #b2ff59 !important;
    color: #b2ff59 !important
}

.btn-outline-success.btn-outline-accent-2:hover {
    background-color: #b2ff59 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b2ff59 !important
}

.border-success.border-accent-2 {
    border: 1px solid #b2ff59 !important
}

.border-top-success.border-top-accent-2 {
    border-top: 1px solid #b2ff59 !important
}

.border-bottom-success.border-bottom-accent-2 {
    border-bottom: 1px solid #b2ff59 !important
}

.border-left-success.border-left-accent-2 {
    border-left: 1px solid #b2ff59 !important
}

.border-right-success.border-right-accent-2 {
    border-right: 1px solid #b2ff59 !important
}

.overlay-success.overlay-accent-2 {
    background: #b2ff59;
    background: rgba(178, 255, 89, .8)
}

.success.accent-3 {
    color: #76ff03 !important
}

.bg-success.bg-accent-3 {
    background-color: #76ff03 !important
}

.bg-success.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(118, 255, 3, .6)
}

.btn-success.btn-accent-3 {
    border-color: #71a436 !important;
    background-color: #76ff03 !important
}

.btn-success.btn-accent-3:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-accent-3:active,
.btn-success.btn-accent-3:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-accent-3 {
    border-color: #76ff03 !important;
    color: #76ff03 !important
}

.btn-outline-success.btn-outline-accent-3:hover {
    background-color: #76ff03 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #76ff03 !important
}

.border-success.border-accent-3 {
    border: 1px solid #76ff03 !important
}

.border-top-success.border-top-accent-3 {
    border-top: 1px solid #76ff03 !important
}

.border-bottom-success.border-bottom-accent-3 {
    border-bottom: 1px solid #76ff03 !important
}

.border-left-success.border-left-accent-3 {
    border-left: 1px solid #76ff03 !important
}

.border-right-success.border-right-accent-3 {
    border-right: 1px solid #76ff03 !important
}

.overlay-success.overlay-accent-3 {
    background: #76ff03;
    background: rgba(118, 255, 3, .8)
}

.success.accent-4 {
    color: #64dd17 !important
}

.bg-success.bg-accent-4 {
    background-color: #64dd17 !important
}

.bg-success.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(100, 221, 23, .6)
}

.btn-success.btn-accent-4 {
    border-color: #71a436 !important;
    background-color: #64dd17 !important
}

.btn-success.btn-accent-4:hover {
    border-color: #71a436 !important;
    background-color: #649130 !important
}

.btn-success.btn-accent-4:active,
.btn-success.btn-accent-4:focus {
    border-color: #649130 !important;
    background-color: #577d2a !important
}

.btn-outline-success.btn-outline-accent-4 {
    border-color: #64dd17 !important;
    color: #64dd17 !important
}

.btn-outline-success.btn-outline-accent-4:hover {
    background-color: #64dd17 !important
}

input:focus~.bg-success {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #64dd17 !important
}

.border-success.border-accent-4 {
    border: 1px solid #64dd17 !important
}

.border-top-success.border-top-accent-4 {
    border-top: 1px solid #64dd17 !important
}

.border-bottom-success.border-bottom-accent-4 {
    border-bottom: 1px solid #64dd17 !important
}

.border-left-success.border-left-accent-4 {
    border-left: 1px solid #64dd17 !important
}

.border-right-success.border-right-accent-4 {
    border-right: 1px solid #64dd17 !important
}

.overlay-success.overlay-accent-4 {
    background: #64dd17;
    background: rgba(100, 221, 23, .8)
}

.info.lighten-5 {
    color: #55ecff !important
}

.bg-info.bg-lighten-5 {
    background-color: #55ecff !important
}

.bg-info.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(85, 236, 255, .6)
}

.btn-info.btn-lighten-5 {
    border-color: #008fa1 !important;
    background-color: #55ecff !important
}

.btn-info.btn-lighten-5:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-lighten-5:active,
.btn-info.btn-lighten-5:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-lighten-5 {
    border-color: #55ecff !important;
    color: #55ecff !important
}

.btn-outline-info.btn-outline-lighten-5:hover {
    background-color: #55ecff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #55ecff !important
}

.border-info.border-lighten-5 {
    border: 1px solid #55ecff !important
}

.border-top-info.border-top-lighten-5 {
    border-top: 1px solid #55ecff !important
}

.border-bottom-info.border-bottom-lighten-5 {
    border-bottom: 1px solid #55ecff !important
}

.border-left-info.border-left-lighten-5 {
    border-left: 1px solid #55ecff !important
}

.border-right-info.border-right-lighten-5 {
    border-right: 1px solid #55ecff !important
}

.overlay-info.overlay-lighten-5 {
    background: #55ecff;
    background: rgba(85, 236, 255, .8)
}

.info.lighten-4 {
    color: #3be9ff !important
}

.bg-info.bg-lighten-4 {
    background-color: #3be9ff !important
}

.bg-info.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(59, 233, 255, .6)
}

.btn-info.btn-lighten-4 {
    border-color: #008fa1 !important;
    background-color: #3be9ff !important
}

.btn-info.btn-lighten-4:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-lighten-4:active,
.btn-info.btn-lighten-4:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-lighten-4 {
    border-color: #3be9ff !important;
    color: #3be9ff !important
}

.btn-outline-info.btn-outline-lighten-4:hover {
    background-color: #3be9ff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #3be9ff !important
}

.border-info.border-lighten-4 {
    border: 1px solid #3be9ff !important
}

.border-top-info.border-top-lighten-4 {
    border-top: 1px solid #3be9ff !important
}

.border-bottom-info.border-bottom-lighten-4 {
    border-bottom: 1px solid #3be9ff !important
}

.border-left-info.border-left-lighten-4 {
    border-left: 1px solid #3be9ff !important
}

.border-right-info.border-right-lighten-4 {
    border-right: 1px solid #3be9ff !important
}

.overlay-info.overlay-lighten-4 {
    background: #3be9ff;
    background: rgba(59, 233, 255, .8)
}

.info.lighten-3 {
    color: #22e6ff !important
}

.bg-info.bg-lighten-3 {
    background-color: #22e6ff !important
}

.bg-info.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(34, 230, 255, .6)
}

.btn-info.btn-lighten-3 {
    border-color: #008fa1 !important;
    background-color: #22e6ff !important
}

.btn-info.btn-lighten-3:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-lighten-3:active,
.btn-info.btn-lighten-3:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-lighten-3 {
    border-color: #22e6ff !important;
    color: #22e6ff !important
}

.btn-outline-info.btn-outline-lighten-3:hover {
    background-color: #22e6ff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #22e6ff !important
}

.border-info.border-lighten-3 {
    border: 1px solid #22e6ff !important
}

.border-top-info.border-top-lighten-3 {
    border-top: 1px solid #22e6ff !important
}

.border-bottom-info.border-bottom-lighten-3 {
    border-bottom: 1px solid #22e6ff !important
}

.border-left-info.border-left-lighten-3 {
    border-left: 1px solid #22e6ff !important
}

.border-right-info.border-right-lighten-3 {
    border-right: 1px solid #22e6ff !important
}

.overlay-info.overlay-lighten-3 {
    background: #22e6ff;
    background: rgba(34, 230, 255, .8)
}

.info.lighten-2 {
    color: #08e3ff !important
}

.bg-info.bg-lighten-2 {
    background-color: #08e3ff !important
}

.bg-info.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(8, 227, 255, .6)
}

.btn-info.btn-lighten-2 {
    border-color: #008fa1 !important;
    background-color: #08e3ff !important
}

.btn-info.btn-lighten-2:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-lighten-2:active,
.btn-info.btn-lighten-2:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-lighten-2 {
    border-color: #08e3ff !important;
    color: #08e3ff !important
}

.btn-outline-info.btn-outline-lighten-2:hover {
    background-color: #08e3ff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #08e3ff !important
}

.border-info.border-lighten-2 {
    border: 1px solid #08e3ff !important
}

.border-top-info.border-top-lighten-2 {
    border-top: 1px solid #08e3ff !important
}

.border-bottom-info.border-bottom-lighten-2 {
    border-bottom: 1px solid #08e3ff !important
}

.border-left-info.border-left-lighten-2 {
    border-left: 1px solid #08e3ff !important
}

.border-right-info.border-right-lighten-2 {
    border-right: 1px solid #08e3ff !important
}

.overlay-info.overlay-lighten-2 {
    background: #08e3ff;
    background: rgba(8, 227, 255, .8)
}

.info.lighten-1 {
    color: #00d3ee !important
}

.bg-info.bg-lighten-1 {
    background-color: #00d3ee !important
}

.bg-info.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 211, 238, .6)
}

.btn-info.btn-lighten-1 {
    border-color: #008fa1 !important;
    background-color: #00d3ee !important
}

.btn-info.btn-lighten-1:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-lighten-1:active,
.btn-info.btn-lighten-1:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-lighten-1 {
    border-color: #00d3ee !important;
    color: #00d3ee !important
}

.btn-outline-info.btn-outline-lighten-1:hover {
    background-color: #00d3ee !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00d3ee !important
}

.border-info.border-lighten-1 {
    border: 1px solid #00d3ee !important
}

.border-top-info.border-top-lighten-1 {
    border-top: 1px solid #00d3ee !important
}

.border-bottom-info.border-bottom-lighten-1 {
    border-bottom: 1px solid #00d3ee !important
}

.border-left-info.border-left-lighten-1 {
    border-left: 1px solid #00d3ee !important
}

.border-right-info.border-right-lighten-1 {
    border-right: 1px solid #00d3ee !important
}

.overlay-info.overlay-lighten-1 {
    background: #00d3ee;
    background: rgba(0, 211, 238, .8)
}

.info {
    color: #00bcd4 !important
}

.bg-info {
    background-color: #00bcd4 !important
}

.bg-info .card-footer,
.bg-info .card-header {
    background-color: transparent
}

.bg-info.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

.selectboxit.selectboxit-btn.bg-info {
    background-color: #00bcd4 !important
}

.alert-info {
    border-color: #00bcd4 !important;
    background-color: #1ce5ff
}

.border-info {
    border-color: #00bcd4;
    border: 1px solid
}

.overlay-info {
    background: #00bcd4;
    background: rgba(0, 188, 212, .8)
}

.color-info.info {
    background-color: #00bcd4 !important
}

.btn-info {
    border-color: #008fa1 !important;
    background-color: #00bcd4 !important;
    color: #fff
}

.btn-info:hover {
    border-color: #00a5bb !important;
    background-color: #00d3ee !important;
    color: #fff !important
}

.btn-info:active,
.btn-info:focus {
    border-color: #008fa1 !important;
    background-color: #007888 !important;
    color: #fff !important
}

.btn-info.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

.btn-outline-info {
    border: 1px solid;
    border-color: #00bcd4;
    background-color: transparent;
    color: #00bcd4
}

.btn-outline-info:hover {
    background-color: #00bcd4;
    color: #fff !important
}

.btn-outline-info.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

input[type=checkbox].bg-info+.custom-control-label:before,
input[type=radio].bg-info+.custom-control-label:before {
    background-color: #00bcd4 !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00bcd4 !important
}

.border-info {
    border-color: #00bcd4 !important
}

.border-top-info {
    border-top: 1px solid #00bcd4
}

.border-bottom-info {
    border-bottom: 1px solid #00bcd4
}

.border-left-info {
    border-left: 1px solid #00bcd4
}

.border-right-info {
    border-right: 1px solid #00bcd4
}

.bullet.bullet-info {
    background-color: #00bcd4
}

.info.darken-1 {
    color: #00a5bb !important
}

.bg-info.bg-darken-1 {
    background-color: #00a5bb !important
}

.bg-info.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 165, 187, .6)
}

.btn-info.btn-darken-1 {
    border-color: #008fa1 !important;
    background-color: #00a5bb !important
}

.btn-info.btn-darken-1:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-darken-1:active,
.btn-info.btn-darken-1:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-darken-1 {
    border-color: #00a5bb !important;
    color: #00a5bb !important
}

.btn-outline-info.btn-outline-darken-1:hover {
    background-color: #00a5bb !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00a5bb !important
}

.border-info.border-darken-1 {
    border: 1px solid #00a5bb !important
}

.border-top-info.border-top-darken-1 {
    border-top: 1px solid #00a5bb !important
}

.border-bottom-info.border-bottom-darken-1 {
    border-bottom: 1px solid #00a5bb !important
}

.border-left-info.border-left-darken-1 {
    border-left: 1px solid #00a5bb !important
}

.border-right-info.border-right-darken-1 {
    border-right: 1px solid #00a5bb !important
}

.overlay-info.overlay-darken-1 {
    background: #00a5bb;
    background: rgba(0, 165, 187, .8)
}

.info.darken-2 {
    color: #008fa1 !important
}

.bg-info.bg-darken-2 {
    background-color: #008fa1 !important
}

.bg-info.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 143, 161, .6)
}

.btn-info.btn-darken-2 {
    border-color: #008fa1 !important;
    background-color: #008fa1 !important
}

.btn-info.btn-darken-2:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-darken-2:active,
.btn-info.btn-darken-2:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-darken-2 {
    border-color: #008fa1 !important;
    color: #008fa1 !important
}

.btn-outline-info.btn-outline-darken-2:hover {
    background-color: #008fa1 !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #008fa1 !important
}

.border-info.border-darken-2 {
    border: 1px solid #008fa1 !important
}

.border-top-info.border-top-darken-2 {
    border-top: 1px solid #008fa1 !important
}

.border-bottom-info.border-bottom-darken-2 {
    border-bottom: 1px solid #008fa1 !important
}

.border-left-info.border-left-darken-2 {
    border-left: 1px solid #008fa1 !important
}

.border-right-info.border-right-darken-2 {
    border-right: 1px solid #008fa1 !important
}

.overlay-info.overlay-darken-2 {
    background: #008fa1;
    background: rgba(0, 143, 161, .8)
}

.info.darken-3 {
    color: #007888 !important
}

.bg-info.bg-darken-3 {
    background-color: #007888 !important
}

.bg-info.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 120, 136, .6)
}

.btn-info.btn-darken-3 {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-darken-3:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-darken-3:active,
.btn-info.btn-darken-3:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-darken-3 {
    border-color: #007888 !important;
    color: #007888 !important
}

.btn-outline-info.btn-outline-darken-3:hover {
    background-color: #007888 !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #007888 !important
}

.border-info.border-darken-3 {
    border: 1px solid #007888 !important
}

.border-top-info.border-top-darken-3 {
    border-top: 1px solid #007888 !important
}

.border-bottom-info.border-bottom-darken-3 {
    border-bottom: 1px solid #007888 !important
}

.border-left-info.border-left-darken-3 {
    border-left: 1px solid #007888 !important
}

.border-right-info.border-right-darken-3 {
    border-right: 1px solid #007888 !important
}

.overlay-info.overlay-darken-3 {
    background: #007888;
    background: rgba(0, 120, 136, .8)
}

.info.darken-4 {
    color: #00626e !important
}

.bg-info.bg-darken-4 {
    background-color: #00626e !important
}

.bg-info.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 98, 110, .6)
}

.btn-info.btn-darken-4 {
    border-color: #008fa1 !important;
    background-color: #00626e !important
}

.btn-info.btn-darken-4:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-darken-4:active,
.btn-info.btn-darken-4:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-darken-4 {
    border-color: #00626e !important;
    color: #00626e !important
}

.btn-outline-info.btn-outline-darken-4:hover {
    background-color: #00626e !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00626e !important
}

.border-info.border-darken-4 {
    border: 1px solid #00626e !important
}

.border-top-info.border-top-darken-4 {
    border-top: 1px solid #00626e !important
}

.border-bottom-info.border-bottom-darken-4 {
    border-bottom: 1px solid #00626e !important
}

.border-left-info.border-left-darken-4 {
    border-left: 1px solid #00626e !important
}

.border-right-info.border-right-darken-4 {
    border-right: 1px solid #00626e !important
}

.overlay-info.overlay-darken-4 {
    background: #00626e;
    background: rgba(0, 98, 110, .8)
}

.info.accent-1 {
    color: #84ffff !important
}

.bg-info.bg-accent-1 {
    background-color: #84ffff !important
}

.bg-info.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(132, 255, 255, .6)
}

.btn-info.btn-accent-1 {
    border-color: #008fa1 !important;
    background-color: #84ffff !important
}

.btn-info.btn-accent-1:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-accent-1:active,
.btn-info.btn-accent-1:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-accent-1 {
    border-color: #84ffff !important;
    color: #84ffff !important
}

.btn-outline-info.btn-outline-accent-1:hover {
    background-color: #84ffff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #84ffff !important
}

.border-info.border-accent-1 {
    border: 1px solid #84ffff !important
}

.border-top-info.border-top-accent-1 {
    border-top: 1px solid #84ffff !important
}

.border-bottom-info.border-bottom-accent-1 {
    border-bottom: 1px solid #84ffff !important
}

.border-left-info.border-left-accent-1 {
    border-left: 1px solid #84ffff !important
}

.border-right-info.border-right-accent-1 {
    border-right: 1px solid #84ffff !important
}

.overlay-info.overlay-accent-1 {
    background: #84ffff;
    background: rgba(132, 255, 255, .8)
}

.info.accent-2 {
    color: #18ffff !important
}

.bg-info.bg-accent-2 {
    background-color: #18ffff !important
}

.bg-info.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(24, 255, 255, .6)
}

.btn-info.btn-accent-2 {
    border-color: #008fa1 !important;
    background-color: #18ffff !important
}

.btn-info.btn-accent-2:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-accent-2:active,
.btn-info.btn-accent-2:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-accent-2 {
    border-color: #18ffff !important;
    color: #18ffff !important
}

.btn-outline-info.btn-outline-accent-2:hover {
    background-color: #18ffff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #18ffff !important
}

.border-info.border-accent-2 {
    border: 1px solid #18ffff !important
}

.border-top-info.border-top-accent-2 {
    border-top: 1px solid #18ffff !important
}

.border-bottom-info.border-bottom-accent-2 {
    border-bottom: 1px solid #18ffff !important
}

.border-left-info.border-left-accent-2 {
    border-left: 1px solid #18ffff !important
}

.border-right-info.border-right-accent-2 {
    border-right: 1px solid #18ffff !important
}

.overlay-info.overlay-accent-2 {
    background: #18ffff;
    background: rgba(24, 255, 255, .8)
}

.info.accent-3 {
    color: #00e5ff !important
}

.bg-info.bg-accent-3 {
    background-color: #00e5ff !important
}

.bg-info.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 229, 255, .6)
}

.btn-info.btn-accent-3 {
    border-color: #008fa1 !important;
    background-color: #00e5ff !important
}

.btn-info.btn-accent-3:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-accent-3:active,
.btn-info.btn-accent-3:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-accent-3 {
    border-color: #00e5ff !important;
    color: #00e5ff !important
}

.btn-outline-info.btn-outline-accent-3:hover {
    background-color: #00e5ff !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00e5ff !important
}

.border-info.border-accent-3 {
    border: 1px solid #00e5ff !important
}

.border-top-info.border-top-accent-3 {
    border-top: 1px solid #00e5ff !important
}

.border-bottom-info.border-bottom-accent-3 {
    border-bottom: 1px solid #00e5ff !important
}

.border-left-info.border-left-accent-3 {
    border-left: 1px solid #00e5ff !important
}

.border-right-info.border-right-accent-3 {
    border-right: 1px solid #00e5ff !important
}

.overlay-info.overlay-accent-3 {
    background: #00e5ff;
    background: rgba(0, 229, 255, .8)
}

.info.accent-4 {
    color: #00b8d4 !important
}

.bg-info.bg-accent-4 {
    background-color: #00b8d4 !important
}

.bg-info.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 184, 212, .6)
}

.btn-info.btn-accent-4 {
    border-color: #008fa1 !important;
    background-color: #00b8d4 !important
}

.btn-info.btn-accent-4:hover {
    border-color: #008fa1 !important;
    background-color: #007888 !important
}

.btn-info.btn-accent-4:active,
.btn-info.btn-accent-4:focus {
    border-color: #007888 !important;
    background-color: #00626e !important
}

.btn-outline-info.btn-outline-accent-4 {
    border-color: #00b8d4 !important;
    color: #00b8d4 !important
}

.btn-outline-info.btn-outline-accent-4:hover {
    background-color: #00b8d4 !important
}

input:focus~.bg-info {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00b8d4 !important
}

.border-info.border-accent-4 {
    border: 1px solid #00b8d4 !important
}

.border-top-info.border-top-accent-4 {
    border-top: 1px solid #00b8d4 !important
}

.border-bottom-info.border-bottom-accent-4 {
    border-bottom: 1px solid #00b8d4 !important
}

.border-left-info.border-left-accent-4 {
    border-left: 1px solid #00b8d4 !important
}

.border-right-info.border-right-accent-4 {
    border-right: 1px solid #00b8d4 !important
}

.overlay-info.overlay-accent-4 {
    background: #00b8d4;
    background: rgba(0, 184, 212, .8)
}

.warning.lighten-5 {
    color: #ffe187 !important
}

.bg-warning.bg-lighten-5 {
    background-color: #ffe187 !important
}

.bg-warning.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 225, 135, .6)
}

.btn-warning.btn-lighten-5 {
    border-color: #d39e00 !important;
    background-color: #ffe187 !important
}

.btn-warning.btn-lighten-5:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-lighten-5:active,
.btn-warning.btn-lighten-5:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-lighten-5 {
    border-color: #ffe187 !important;
    color: #ffe187 !important
}

.btn-outline-warning.btn-outline-lighten-5:hover {
    background-color: #ffe187 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe187 !important
}

.border-warning.border-lighten-5 {
    border: 1px solid #ffe187 !important
}

.border-top-warning.border-top-lighten-5 {
    border-top: 1px solid #ffe187 !important
}

.border-bottom-warning.border-bottom-lighten-5 {
    border-bottom: 1px solid #ffe187 !important
}

.border-left-warning.border-left-lighten-5 {
    border-left: 1px solid #ffe187 !important
}

.border-right-warning.border-right-lighten-5 {
    border-right: 1px solid #ffe187 !important
}

.overlay-warning.overlay-lighten-5 {
    background: #ffe187;
    background: rgba(255, 225, 135, .8)
}

.warning.lighten-4 {
    color: #ffdb6d !important
}

.bg-warning.bg-lighten-4 {
    background-color: #ffdb6d !important
}

.bg-warning.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 219, 109, .6)
}

.btn-warning.btn-lighten-4 {
    border-color: #d39e00 !important;
    background-color: #ffdb6d !important
}

.btn-warning.btn-lighten-4:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-lighten-4:active,
.btn-warning.btn-lighten-4:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-lighten-4 {
    border-color: #ffdb6d !important;
    color: #ffdb6d !important
}

.btn-outline-warning.btn-outline-lighten-4:hover {
    background-color: #ffdb6d !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffdb6d !important
}

.border-warning.border-lighten-4 {
    border: 1px solid #ffdb6d !important
}

.border-top-warning.border-top-lighten-4 {
    border-top: 1px solid #ffdb6d !important
}

.border-bottom-warning.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffdb6d !important
}

.border-left-warning.border-left-lighten-4 {
    border-left: 1px solid #ffdb6d !important
}

.border-right-warning.border-right-lighten-4 {
    border-right: 1px solid #ffdb6d !important
}

.overlay-warning.overlay-lighten-4 {
    background: #ffdb6d;
    background: rgba(255, 219, 109, .8)
}

.warning.lighten-3 {
    color: #ffd454 !important
}

.bg-warning.bg-lighten-3 {
    background-color: #ffd454 !important
}

.bg-warning.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 212, 84, .6)
}

.btn-warning.btn-lighten-3 {
    border-color: #d39e00 !important;
    background-color: #ffd454 !important
}

.btn-warning.btn-lighten-3:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-lighten-3:active,
.btn-warning.btn-lighten-3:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-lighten-3 {
    border-color: #ffd454 !important;
    color: #ffd454 !important
}

.btn-outline-warning.btn-outline-lighten-3:hover {
    background-color: #ffd454 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd454 !important
}

.border-warning.border-lighten-3 {
    border: 1px solid #ffd454 !important
}

.border-top-warning.border-top-lighten-3 {
    border-top: 1px solid #ffd454 !important
}

.border-bottom-warning.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffd454 !important
}

.border-left-warning.border-left-lighten-3 {
    border-left: 1px solid #ffd454 !important
}

.border-right-warning.border-right-lighten-3 {
    border-right: 1px solid #ffd454 !important
}

.overlay-warning.overlay-lighten-3 {
    background: #ffd454;
    background: rgba(255, 212, 84, .8)
}

.warning.lighten-2 {
    color: #ffce3a !important
}

.bg-warning.bg-lighten-2 {
    background-color: #ffce3a !important
}

.bg-warning.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 206, 58, .6)
}

.btn-warning.btn-lighten-2 {
    border-color: #d39e00 !important;
    background-color: #ffce3a !important
}

.btn-warning.btn-lighten-2:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-lighten-2:active,
.btn-warning.btn-lighten-2:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-lighten-2 {
    border-color: #ffce3a !important;
    color: #ffce3a !important
}

.btn-outline-warning.btn-outline-lighten-2:hover {
    background-color: #ffce3a !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffce3a !important
}

.border-warning.border-lighten-2 {
    border: 1px solid #ffce3a !important
}

.border-top-warning.border-top-lighten-2 {
    border-top: 1px solid #ffce3a !important
}

.border-bottom-warning.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffce3a !important
}

.border-left-warning.border-left-lighten-2 {
    border-left: 1px solid #ffce3a !important
}

.border-right-warning.border-right-lighten-2 {
    border-right: 1px solid #ffce3a !important
}

.overlay-warning.overlay-lighten-2 {
    background: #ffce3a;
    background: rgba(255, 206, 58, .8)
}

.warning.lighten-1 {
    color: #ffc721 !important
}

.bg-warning.bg-lighten-1 {
    background-color: #ffc721 !important
}

.bg-warning.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 199, 33, .6)
}

.btn-warning.btn-lighten-1 {
    border-color: #d39e00 !important;
    background-color: #ffc721 !important
}

.btn-warning.btn-lighten-1:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-lighten-1:active,
.btn-warning.btn-lighten-1:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-lighten-1 {
    border-color: #ffc721 !important;
    color: #ffc721 !important
}

.btn-outline-warning.btn-outline-lighten-1:hover {
    background-color: #ffc721 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc721 !important
}

.border-warning.border-lighten-1 {
    border: 1px solid #ffc721 !important
}

.border-top-warning.border-top-lighten-1 {
    border-top: 1px solid #ffc721 !important
}

.border-bottom-warning.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffc721 !important
}

.border-left-warning.border-left-lighten-1 {
    border-left: 1px solid #ffc721 !important
}

.border-right-warning.border-right-lighten-1 {
    border-right: 1px solid #ffc721 !important
}

.overlay-warning.overlay-lighten-1 {
    background: #ffc721;
    background: rgba(255, 199, 33, .8)
}

.warning {
    color: #ffc107 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-warning .card-footer,
.bg-warning .card-header {
    background-color: transparent
}

.bg-warning.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

.selectboxit.selectboxit-btn.bg-warning {
    background-color: #ffc107 !important
}

.alert-warning {
    border-color: #ffc107 !important;
    background-color: #ffd34e
}

.border-warning {
    border-color: #ffc107;
    border: 1px solid
}

.overlay-warning {
    background: #ffc107;
    background: rgba(255, 193, 7, .8)
}

.color-info.warning {
    background-color: #ffc107 !important
}

.btn-warning {
    border-color: #d39e00 !important;
    background-color: #ffc107 !important;
    color: #fff
}

.btn-warning:hover {
    border-color: #edb100 !important;
    background-color: #ffc721 !important;
    color: #fff !important
}

.btn-warning:active,
.btn-warning:focus {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important;
    color: #fff !important
}

.btn-warning.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

.btn-outline-warning {
    border: 1px solid;
    border-color: #ffc107;
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    color: #fff !important
}

.btn-outline-warning.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

input[type=checkbox].bg-warning+.custom-control-label:before,
input[type=radio].bg-warning+.custom-control-label:before {
    background-color: #ffc107 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc107 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-top-warning {
    border-top: 1px solid #ffc107
}

.border-bottom-warning {
    border-bottom: 1px solid #ffc107
}

.border-left-warning {
    border-left: 1px solid #ffc107
}

.border-right-warning {
    border-right: 1px solid #ffc107
}

.bullet.bullet-warning {
    background-color: #ffc107
}

.warning.darken-1 {
    color: #edb100 !important
}

.bg-warning.bg-darken-1 {
    background-color: #edb100 !important
}

.bg-warning.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(237, 177, 0, .6)
}

.btn-warning.btn-darken-1 {
    border-color: #d39e00 !important;
    background-color: #edb100 !important
}

.btn-warning.btn-darken-1:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-darken-1:active,
.btn-warning.btn-darken-1:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-darken-1 {
    border-color: #edb100 !important;
    color: #edb100 !important
}

.btn-outline-warning.btn-outline-darken-1:hover {
    background-color: #edb100 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #edb100 !important
}

.border-warning.border-darken-1 {
    border: 1px solid #edb100 !important
}

.border-top-warning.border-top-darken-1 {
    border-top: 1px solid #edb100 !important
}

.border-bottom-warning.border-bottom-darken-1 {
    border-bottom: 1px solid #edb100 !important
}

.border-left-warning.border-left-darken-1 {
    border-left: 1px solid #edb100 !important
}

.border-right-warning.border-right-darken-1 {
    border-right: 1px solid #edb100 !important
}

.overlay-warning.overlay-darken-1 {
    background: #edb100;
    background: rgba(237, 177, 0, .8)
}

.warning.darken-2 {
    color: #d39e00 !important
}

.bg-warning.bg-darken-2 {
    background-color: #d39e00 !important
}

.bg-warning.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(211, 158, 0, .6)
}

.btn-warning.btn-darken-2 {
    border-color: #d39e00 !important;
    background-color: #d39e00 !important
}

.btn-warning.btn-darken-2:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-darken-2:active,
.btn-warning.btn-darken-2:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-darken-2 {
    border-color: #d39e00 !important;
    color: #d39e00 !important
}

.btn-outline-warning.btn-outline-darken-2:hover {
    background-color: #d39e00 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d39e00 !important
}

.border-warning.border-darken-2 {
    border: 1px solid #d39e00 !important
}

.border-top-warning.border-top-darken-2 {
    border-top: 1px solid #d39e00 !important
}

.border-bottom-warning.border-bottom-darken-2 {
    border-bottom: 1px solid #d39e00 !important
}

.border-left-warning.border-left-darken-2 {
    border-left: 1px solid #d39e00 !important
}

.border-right-warning.border-right-darken-2 {
    border-right: 1px solid #d39e00 !important
}

.overlay-warning.overlay-darken-2 {
    background: #d39e00;
    background: rgba(211, 158, 0, .8)
}

.warning.darken-3 {
    color: #ba8b00 !important
}

.bg-warning.bg-darken-3 {
    background-color: #ba8b00 !important
}

.bg-warning.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(186, 139, 0, .6)
}

.btn-warning.btn-darken-3 {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-darken-3:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-darken-3:active,
.btn-warning.btn-darken-3:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-darken-3 {
    border-color: #ba8b00 !important;
    color: #ba8b00 !important
}

.btn-outline-warning.btn-outline-darken-3:hover {
    background-color: #ba8b00 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ba8b00 !important
}

.border-warning.border-darken-3 {
    border: 1px solid #ba8b00 !important
}

.border-top-warning.border-top-darken-3 {
    border-top: 1px solid #ba8b00 !important
}

.border-bottom-warning.border-bottom-darken-3 {
    border-bottom: 1px solid #ba8b00 !important
}

.border-left-warning.border-left-darken-3 {
    border-left: 1px solid #ba8b00 !important
}

.border-right-warning.border-right-darken-3 {
    border-right: 1px solid #ba8b00 !important
}

.overlay-warning.overlay-darken-3 {
    background: #ba8b00;
    background: rgba(186, 139, 0, .8)
}

.warning.darken-4 {
    color: #a07800 !important
}

.bg-warning.bg-darken-4 {
    background-color: #a07800 !important
}

.bg-warning.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(160, 120, 0, .6)
}

.btn-warning.btn-darken-4 {
    border-color: #d39e00 !important;
    background-color: #a07800 !important
}

.btn-warning.btn-darken-4:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-darken-4:active,
.btn-warning.btn-darken-4:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-darken-4 {
    border-color: #a07800 !important;
    color: #a07800 !important
}

.btn-outline-warning.btn-outline-darken-4:hover {
    background-color: #a07800 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a07800 !important
}

.border-warning.border-darken-4 {
    border: 1px solid #a07800 !important
}

.border-top-warning.border-top-darken-4 {
    border-top: 1px solid #a07800 !important
}

.border-bottom-warning.border-bottom-darken-4 {
    border-bottom: 1px solid #a07800 !important
}

.border-left-warning.border-left-darken-4 {
    border-left: 1px solid #a07800 !important
}

.border-right-warning.border-right-darken-4 {
    border-right: 1px solid #a07800 !important
}

.overlay-warning.overlay-darken-4 {
    background: #a07800;
    background: rgba(160, 120, 0, .8)
}

.warning.accent-1 {
    color: #ffe57f !important
}

.bg-warning.bg-accent-1 {
    background-color: #ffe57f !important
}

.bg-warning.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 229, 127, .6)
}

.btn-warning.btn-accent-1 {
    border-color: #d39e00 !important;
    background-color: #ffe57f !important
}

.btn-warning.btn-accent-1:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-accent-1:active,
.btn-warning.btn-accent-1:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-accent-1 {
    border-color: #ffe57f !important;
    color: #ffe57f !important
}

.btn-outline-warning.btn-outline-accent-1:hover {
    background-color: #ffe57f !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe57f !important
}

.border-warning.border-accent-1 {
    border: 1px solid #ffe57f !important
}

.border-top-warning.border-top-accent-1 {
    border-top: 1px solid #ffe57f !important
}

.border-bottom-warning.border-bottom-accent-1 {
    border-bottom: 1px solid #ffe57f !important
}

.border-left-warning.border-left-accent-1 {
    border-left: 1px solid #ffe57f !important
}

.border-right-warning.border-right-accent-1 {
    border-right: 1px solid #ffe57f !important
}

.overlay-warning.overlay-accent-1 {
    background: #ffe57f;
    background: rgba(255, 229, 127, .8)
}

.warning.accent-2 {
    color: #ffd740 !important
}

.bg-warning.bg-accent-2 {
    background-color: #ffd740 !important
}

.bg-warning.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 215, 64, .6)
}

.btn-warning.btn-accent-2 {
    border-color: #d39e00 !important;
    background-color: #ffd740 !important
}

.btn-warning.btn-accent-2:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-accent-2:active,
.btn-warning.btn-accent-2:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-accent-2 {
    border-color: #ffd740 !important;
    color: #ffd740 !important
}

.btn-outline-warning.btn-outline-accent-2:hover {
    background-color: #ffd740 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd740 !important
}

.border-warning.border-accent-2 {
    border: 1px solid #ffd740 !important
}

.border-top-warning.border-top-accent-2 {
    border-top: 1px solid #ffd740 !important
}

.border-bottom-warning.border-bottom-accent-2 {
    border-bottom: 1px solid #ffd740 !important
}

.border-left-warning.border-left-accent-2 {
    border-left: 1px solid #ffd740 !important
}

.border-right-warning.border-right-accent-2 {
    border-right: 1px solid #ffd740 !important
}

.overlay-warning.overlay-accent-2 {
    background: #ffd740;
    background: rgba(255, 215, 64, .8)
}

.warning.accent-3 {
    color: #ffc400 !important
}

.bg-warning.bg-accent-3 {
    background-color: #ffc400 !important
}

.bg-warning.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 196, 0, .6)
}

.btn-warning.btn-accent-3 {
    border-color: #d39e00 !important;
    background-color: #ffc400 !important
}

.btn-warning.btn-accent-3:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-accent-3:active,
.btn-warning.btn-accent-3:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-accent-3 {
    border-color: #ffc400 !important;
    color: #ffc400 !important
}

.btn-outline-warning.btn-outline-accent-3:hover {
    background-color: #ffc400 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc400 !important
}

.border-warning.border-accent-3 {
    border: 1px solid #ffc400 !important
}

.border-top-warning.border-top-accent-3 {
    border-top: 1px solid #ffc400 !important
}

.border-bottom-warning.border-bottom-accent-3 {
    border-bottom: 1px solid #ffc400 !important
}

.border-left-warning.border-left-accent-3 {
    border-left: 1px solid #ffc400 !important
}

.border-right-warning.border-right-accent-3 {
    border-right: 1px solid #ffc400 !important
}

.overlay-warning.overlay-accent-3 {
    background: #ffc400;
    background: rgba(255, 196, 0, .8)
}

.warning.accent-4 {
    color: #ffab00 !important
}

.bg-warning.bg-accent-4 {
    background-color: #ffab00 !important
}

.bg-warning.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 171, 0, .6)
}

.btn-warning.btn-accent-4 {
    border-color: #d39e00 !important;
    background-color: #ffab00 !important
}

.btn-warning.btn-accent-4:hover {
    border-color: #d39e00 !important;
    background-color: #ba8b00 !important
}

.btn-warning.btn-accent-4:active,
.btn-warning.btn-accent-4:focus {
    border-color: #ba8b00 !important;
    background-color: #a07800 !important
}

.btn-outline-warning.btn-outline-accent-4 {
    border-color: #ffab00 !important;
    color: #ffab00 !important
}

.btn-outline-warning.btn-outline-accent-4:hover {
    background-color: #ffab00 !important
}

input:focus~.bg-warning {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffab00 !important
}

.border-warning.border-accent-4 {
    border: 1px solid #ffab00 !important
}

.border-top-warning.border-top-accent-4 {
    border-top: 1px solid #ffab00 !important
}

.border-bottom-warning.border-bottom-accent-4 {
    border-bottom: 1px solid #ffab00 !important
}

.border-left-warning.border-left-accent-4 {
    border-left: 1px solid #ffab00 !important
}

.border-right-warning.border-right-accent-4 {
    border-right: 1px solid #ffab00 !important
}

.overlay-warning.overlay-accent-4 {
    background: #ffab00;
    background: rgba(255, 171, 0, .8)
}

.danger.lighten-5 {
    color: #fbb4af !important
}

.bg-danger.bg-lighten-5 {
    background-color: #fbb4af !important
}

.bg-danger.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(251, 180, 175, .6)
}

.btn-danger.btn-lighten-5 {
    border-color: #ea1c0d !important;
    background-color: #fbb4af !important
}

.btn-danger.btn-lighten-5:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-lighten-5:active,
.btn-danger.btn-lighten-5:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-lighten-5 {
    border-color: #fbb4af !important;
    color: #fbb4af !important
}

.btn-outline-danger.btn-outline-lighten-5:hover {
    background-color: #fbb4af !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fbb4af !important
}

.border-danger.border-lighten-5 {
    border: 1px solid #fbb4af !important
}

.border-top-danger.border-top-lighten-5 {
    border-top: 1px solid #fbb4af !important
}

.border-bottom-danger.border-bottom-lighten-5 {
    border-bottom: 1px solid #fbb4af !important
}

.border-left-danger.border-left-lighten-5 {
    border-left: 1px solid #fbb4af !important
}

.border-right-danger.border-right-lighten-5 {
    border-right: 1px solid #fbb4af !important
}

.overlay-danger.overlay-lighten-5 {
    background: #fbb4af;
    background: rgba(251, 180, 175, .8)
}

.danger.lighten-4 {
    color: #f99d97 !important
}

.bg-danger.bg-lighten-4 {
    background-color: #f99d97 !important
}

.bg-danger.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(249, 157, 151, .6)
}

.btn-danger.btn-lighten-4 {
    border-color: #ea1c0d !important;
    background-color: #f99d97 !important
}

.btn-danger.btn-lighten-4:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-lighten-4:active,
.btn-danger.btn-lighten-4:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-lighten-4 {
    border-color: #f99d97 !important;
    color: #f99d97 !important
}

.btn-outline-danger.btn-outline-lighten-4:hover {
    background-color: #f99d97 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f99d97 !important
}

.border-danger.border-lighten-4 {
    border: 1px solid #f99d97 !important
}

.border-top-danger.border-top-lighten-4 {
    border-top: 1px solid #f99d97 !important
}

.border-bottom-danger.border-bottom-lighten-4 {
    border-bottom: 1px solid #f99d97 !important
}

.border-left-danger.border-left-lighten-4 {
    border-left: 1px solid #f99d97 !important
}

.border-right-danger.border-right-lighten-4 {
    border-right: 1px solid #f99d97 !important
}

.overlay-danger.overlay-lighten-4 {
    background: #f99d97;
    background: rgba(249, 157, 151, .8)
}

.danger.lighten-3 {
    color: #f8877f !important
}

.bg-danger.bg-lighten-3 {
    background-color: #f8877f !important
}

.bg-danger.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(248, 135, 127, .6)
}

.btn-danger.btn-lighten-3 {
    border-color: #ea1c0d !important;
    background-color: #f8877f !important
}

.btn-danger.btn-lighten-3:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-lighten-3:active,
.btn-danger.btn-lighten-3:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-lighten-3 {
    border-color: #f8877f !important;
    color: #f8877f !important
}

.btn-outline-danger.btn-outline-lighten-3:hover {
    background-color: #f8877f !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f8877f !important
}

.border-danger.border-lighten-3 {
    border: 1px solid #f8877f !important
}

.border-top-danger.border-top-lighten-3 {
    border-top: 1px solid #f8877f !important
}

.border-bottom-danger.border-bottom-lighten-3 {
    border-bottom: 1px solid #f8877f !important
}

.border-left-danger.border-left-lighten-3 {
    border-left: 1px solid #f8877f !important
}

.border-right-danger.border-right-lighten-3 {
    border-right: 1px solid #f8877f !important
}

.overlay-danger.overlay-lighten-3 {
    background: #f8877f;
    background: rgba(248, 135, 127, .8)
}

.danger.lighten-2 {
    color: #f77066 !important
}

.bg-danger.bg-lighten-2 {
    background-color: #f77066 !important
}

.bg-danger.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(247, 112, 102, .6)
}

.btn-danger.btn-lighten-2 {
    border-color: #ea1c0d !important;
    background-color: #f77066 !important
}

.btn-danger.btn-lighten-2:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-lighten-2:active,
.btn-danger.btn-lighten-2:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-lighten-2 {
    border-color: #f77066 !important;
    color: #f77066 !important
}

.btn-outline-danger.btn-outline-lighten-2:hover {
    background-color: #f77066 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f77066 !important
}

.border-danger.border-lighten-2 {
    border: 1px solid #f77066 !important
}

.border-top-danger.border-top-lighten-2 {
    border-top: 1px solid #f77066 !important
}

.border-bottom-danger.border-bottom-lighten-2 {
    border-bottom: 1px solid #f77066 !important
}

.border-left-danger.border-left-lighten-2 {
    border-left: 1px solid #f77066 !important
}

.border-right-danger.border-right-lighten-2 {
    border-right: 1px solid #f77066 !important
}

.overlay-danger.overlay-lighten-2 {
    background: #f77066;
    background: rgba(247, 112, 102, .8)
}

.danger.lighten-1 {
    color: #f55a4e !important
}

.bg-danger.bg-lighten-1 {
    background-color: #f55a4e !important
}

.bg-danger.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(245, 90, 78, .6)
}

.btn-danger.btn-lighten-1 {
    border-color: #ea1c0d !important;
    background-color: #f55a4e !important
}

.btn-danger.btn-lighten-1:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-lighten-1:active,
.btn-danger.btn-lighten-1:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-lighten-1 {
    border-color: #f55a4e !important;
    color: #f55a4e !important
}

.btn-outline-danger.btn-outline-lighten-1:hover {
    background-color: #f55a4e !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f55a4e !important
}

.border-danger.border-lighten-1 {
    border: 1px solid #f55a4e !important
}

.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #f55a4e !important
}

.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #f55a4e !important
}

.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #f55a4e !important
}

.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #f55a4e !important
}

.overlay-danger.overlay-lighten-1 {
    background: #f55a4e;
    background: rgba(245, 90, 78, .8)
}

.danger {
    color: #f44336 !important
}

.bg-danger {
    background-color: #f44336 !important
}

.bg-danger .card-footer,
.bg-danger .card-header {
    background-color: transparent
}

.bg-danger.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

.selectboxit.selectboxit-btn.bg-danger {
    background-color: #f44336 !important
}

.alert-danger {
    border-color: #f44336 !important;
    background-color: #f8827a
}

.border-danger {
    border-color: #f44336;
    border: 1px solid
}

.overlay-danger {
    background: #f44336;
    background: rgba(244, 67, 54, .8)
}

.color-info.danger {
    background-color: #f44336 !important
}

.btn-danger {
    border-color: #ea1c0d !important;
    background-color: #f44336 !important;
    color: #fff
}

.btn-danger:hover {
    border-color: #f32c1e !important;
    background-color: #f55a4e !important;
    color: #fff !important
}

.btn-danger:active,
.btn-danger:focus {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important;
    color: #fff !important
}

.btn-danger.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

.btn-outline-danger {
    border: 1px solid;
    border-color: #f44336;
    background-color: transparent;
    color: #f44336
}

.btn-outline-danger:hover {
    background-color: #f44336;
    color: #fff !important
}

.btn-outline-danger.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

input[type=checkbox].bg-danger+.custom-control-label:before,
input[type=radio].bg-danger+.custom-control-label:before {
    background-color: #f44336 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f44336 !important
}

.border-danger {
    border-color: #f44336 !important
}

.border-top-danger {
    border-top: 1px solid #f44336
}

.border-bottom-danger {
    border-bottom: 1px solid #f44336
}

.border-left-danger {
    border-left: 1px solid #f44336
}

.border-right-danger {
    border-right: 1px solid #f44336
}

.bullet.bullet-danger {
    background-color: #f44336
}

.danger.darken-1 {
    color: #f32c1e !important
}

.bg-danger.bg-darken-1 {
    background-color: #f32c1e !important
}

.bg-danger.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(243, 44, 30, .6)
}

.btn-danger.btn-darken-1 {
    border-color: #ea1c0d !important;
    background-color: #f32c1e !important
}

.btn-danger.btn-darken-1:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-darken-1:active,
.btn-danger.btn-darken-1:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-darken-1 {
    border-color: #f32c1e !important;
    color: #f32c1e !important
}

.btn-outline-danger.btn-outline-darken-1:hover {
    background-color: #f32c1e !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f32c1e !important
}

.border-danger.border-darken-1 {
    border: 1px solid #f32c1e !important
}

.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #f32c1e !important
}

.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #f32c1e !important
}

.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #f32c1e !important
}

.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #f32c1e !important
}

.overlay-danger.overlay-darken-1 {
    background: #f32c1e;
    background: rgba(243, 44, 30, .8)
}

.danger.darken-2 {
    color: #ea1c0d !important
}

.bg-danger.bg-darken-2 {
    background-color: #ea1c0d !important
}

.bg-danger.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(234, 28, 13, .6)
}

.btn-danger.btn-darken-2 {
    border-color: #ea1c0d !important;
    background-color: #ea1c0d !important
}

.btn-danger.btn-darken-2:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-darken-2:active,
.btn-danger.btn-darken-2:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-darken-2 {
    border-color: #ea1c0d !important;
    color: #ea1c0d !important
}

.btn-outline-danger.btn-outline-darken-2:hover {
    background-color: #ea1c0d !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ea1c0d !important
}

.border-danger.border-darken-2 {
    border: 1px solid #ea1c0d !important
}

.border-top-danger.border-top-darken-2 {
    border-top: 1px solid #ea1c0d !important
}

.border-bottom-danger.border-bottom-darken-2 {
    border-bottom: 1px solid #ea1c0d !important
}

.border-left-danger.border-left-darken-2 {
    border-left: 1px solid #ea1c0d !important
}

.border-right-danger.border-right-darken-2 {
    border-right: 1px solid #ea1c0d !important
}

.overlay-danger.overlay-darken-2 {
    background: #ea1c0d;
    background: rgba(234, 28, 13, .8)
}

.danger.darken-3 {
    color: #d2190b !important
}

.bg-danger.bg-darken-3 {
    background-color: #d2190b !important
}

.bg-danger.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(210, 25, 11, .6)
}

.btn-danger.btn-darken-3 {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-darken-3:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-darken-3:active,
.btn-danger.btn-darken-3:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-darken-3 {
    border-color: #d2190b !important;
    color: #d2190b !important
}

.btn-outline-danger.btn-outline-darken-3:hover {
    background-color: #d2190b !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d2190b !important
}

.border-danger.border-darken-3 {
    border: 1px solid #d2190b !important
}

.border-top-danger.border-top-darken-3 {
    border-top: 1px solid #d2190b !important
}

.border-bottom-danger.border-bottom-darken-3 {
    border-bottom: 1px solid #d2190b !important
}

.border-left-danger.border-left-darken-3 {
    border-left: 1px solid #d2190b !important
}

.border-right-danger.border-right-darken-3 {
    border-right: 1px solid #d2190b !important
}

.overlay-danger.overlay-darken-3 {
    background: #d2190b;
    background: rgba(210, 25, 11, .8)
}

.danger.darken-4 {
    color: #ba160a !important
}

.bg-danger.bg-darken-4 {
    background-color: #ba160a !important
}

.bg-danger.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(186, 22, 10, .6)
}

.btn-danger.btn-darken-4 {
    border-color: #ea1c0d !important;
    background-color: #ba160a !important
}

.btn-danger.btn-darken-4:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-darken-4:active,
.btn-danger.btn-darken-4:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-darken-4 {
    border-color: #ba160a !important;
    color: #ba160a !important
}

.btn-outline-danger.btn-outline-darken-4:hover {
    background-color: #ba160a !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ba160a !important
}

.border-danger.border-darken-4 {
    border: 1px solid #ba160a !important
}

.border-top-danger.border-top-darken-4 {
    border-top: 1px solid #ba160a !important
}

.border-bottom-danger.border-bottom-darken-4 {
    border-bottom: 1px solid #ba160a !important
}

.border-left-danger.border-left-darken-4 {
    border-left: 1px solid #ba160a !important
}

.border-right-danger.border-right-darken-4 {
    border-right: 1px solid #ba160a !important
}

.overlay-danger.overlay-darken-4 {
    background: #ba160a;
    background: rgba(186, 22, 10, .8)
}

.danger.accent-1 {
    color: #ff8a80 !important
}

.bg-danger.bg-accent-1 {
    background-color: #ff8a80 !important
}

.bg-danger.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 138, 128, .6)
}

.btn-danger.btn-accent-1 {
    border-color: #ea1c0d !important;
    background-color: #ff8a80 !important
}

.btn-danger.btn-accent-1:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-accent-1:active,
.btn-danger.btn-accent-1:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-accent-1 {
    border-color: #ff8a80 !important;
    color: #ff8a80 !important
}

.btn-outline-danger.btn-outline-accent-1:hover {
    background-color: #ff8a80 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff8a80 !important
}

.border-danger.border-accent-1 {
    border: 1px solid #ff8a80 !important
}

.border-top-danger.border-top-accent-1 {
    border-top: 1px solid #ff8a80 !important
}

.border-bottom-danger.border-bottom-accent-1 {
    border-bottom: 1px solid #ff8a80 !important
}

.border-left-danger.border-left-accent-1 {
    border-left: 1px solid #ff8a80 !important
}

.border-right-danger.border-right-accent-1 {
    border-right: 1px solid #ff8a80 !important
}

.overlay-danger.overlay-accent-1 {
    background: #ff8a80;
    background: rgba(255, 138, 128, .8)
}

.danger.accent-2 {
    color: #ff5252 !important
}

.bg-danger.bg-accent-2 {
    background-color: #ff5252 !important
}

.bg-danger.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 82, 82, .6)
}

.btn-danger.btn-accent-2 {
    border-color: #ea1c0d !important;
    background-color: #ff5252 !important
}

.btn-danger.btn-accent-2:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-accent-2:active,
.btn-danger.btn-accent-2:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-accent-2 {
    border-color: #ff5252 !important;
    color: #ff5252 !important
}

.btn-outline-danger.btn-outline-accent-2:hover {
    background-color: #ff5252 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff5252 !important
}

.border-danger.border-accent-2 {
    border: 1px solid #ff5252 !important
}

.border-top-danger.border-top-accent-2 {
    border-top: 1px solid #ff5252 !important
}

.border-bottom-danger.border-bottom-accent-2 {
    border-bottom: 1px solid #ff5252 !important
}

.border-left-danger.border-left-accent-2 {
    border-left: 1px solid #ff5252 !important
}

.border-right-danger.border-right-accent-2 {
    border-right: 1px solid #ff5252 !important
}

.overlay-danger.overlay-accent-2 {
    background: #ff5252;
    background: rgba(255, 82, 82, .8)
}

.danger.accent-3 {
    color: #ff1744 !important
}

.bg-danger.bg-accent-3 {
    background-color: #ff1744 !important
}

.bg-danger.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 23, 68, .6)
}

.btn-danger.btn-accent-3 {
    border-color: #ea1c0d !important;
    background-color: #ff1744 !important
}

.btn-danger.btn-accent-3:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-accent-3:active,
.btn-danger.btn-accent-3:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-accent-3 {
    border-color: #ff1744 !important;
    color: #ff1744 !important
}

.btn-outline-danger.btn-outline-accent-3:hover {
    background-color: #ff1744 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff1744 !important
}

.border-danger.border-accent-3 {
    border: 1px solid #ff1744 !important
}

.border-top-danger.border-top-accent-3 {
    border-top: 1px solid #ff1744 !important
}

.border-bottom-danger.border-bottom-accent-3 {
    border-bottom: 1px solid #ff1744 !important
}

.border-left-danger.border-left-accent-3 {
    border-left: 1px solid #ff1744 !important
}

.border-right-danger.border-right-accent-3 {
    border-right: 1px solid #ff1744 !important
}

.overlay-danger.overlay-accent-3 {
    background: #ff1744;
    background: rgba(255, 23, 68, .8)
}

.danger.accent-4 {
    color: #d50000 !important
}

.bg-danger.bg-accent-4 {
    background-color: #d50000 !important
}

.bg-danger.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(213, 0, 0, .6)
}

.btn-danger.btn-accent-4 {
    border-color: #ea1c0d !important;
    background-color: #d50000 !important
}

.btn-danger.btn-accent-4:hover {
    border-color: #ea1c0d !important;
    background-color: #d2190b !important
}

.btn-danger.btn-accent-4:active,
.btn-danger.btn-accent-4:focus {
    border-color: #d2190b !important;
    background-color: #ba160a !important
}

.btn-outline-danger.btn-outline-accent-4 {
    border-color: #d50000 !important;
    color: #d50000 !important
}

.btn-outline-danger.btn-outline-accent-4:hover {
    background-color: #d50000 !important
}

input:focus~.bg-danger {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d50000 !important
}

.border-danger.border-accent-4 {
    border: 1px solid #d50000 !important
}

.border-top-danger.border-top-accent-4 {
    border-top: 1px solid #d50000 !important
}

.border-bottom-danger.border-bottom-accent-4 {
    border-bottom: 1px solid #d50000 !important
}

.border-left-danger.border-left-accent-4 {
    border-left: 1px solid #d50000 !important
}

.border-right-danger.border-right-accent-4 {
    border-right: 1px solid #d50000 !important
}

.overlay-danger.overlay-accent-4 {
    background: #d50000;
    background: rgba(213, 0, 0, .8)
}

.light {
    color: #e0e0e0 !important
}

.bg-light {
    background-color: #e0e0e0 !important
}

.bg-light .card-footer,
.bg-light .card-header {
    background-color: transparent
}

.bg-light.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, .6)
}

.selectboxit.selectboxit-btn.bg-light {
    background-color: #e0e0e0 !important
}

.alert-light {
    border-color: #e0e0e0 !important;
    background-color: #fff
}

.border-light {
    border-color: #e0e0e0;
    border: 1px solid
}

.overlay-light {
    background: #e0e0e0;
    background: rgba(224, 224, 224, .8)
}

.color-info.light {
    background-color: #e0e0e0 !important
}

.btn-light {
    background-color: #e0e0e0 !important;
    color: #fff
}

.btn-light:hover {
    border-color: #9e9e9e !important;
    background-color: #bdbdbd !important;
    color: #fff !important
}

.btn-light:active,
.btn-light:focus {
    color: #fff !important
}

.btn-light.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, .6)
}

.btn-outline-light {
    border: 1px solid;
    border-color: #e0e0e0;
    background-color: transparent;
    color: #e0e0e0
}

.btn-outline-light:hover {
    background-color: #e0e0e0;
    color: #fff !important
}

.btn-outline-light.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 224, 224, .6)
}

input[type=checkbox].bg-light+.custom-control-label:before,
input[type=radio].bg-light+.custom-control-label:before {
    background-color: #e0e0e0 !important
}

input:focus~.bg-light {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e0e0e0 !important
}

.border-light {
    border-color: #e0e0e0 !important
}

.border-top-light {
    border-top: 1px solid #e0e0e0
}

.border-bottom-light {
    border-bottom: 1px solid #e0e0e0
}

.border-left-light {
    border-left: 1px solid #e0e0e0
}

.border-right-light {
    border-right: 1px solid #e0e0e0
}

.bullet.bullet-light {
    background-color: #e0e0e0
}

.light.lighten-1 {
    color: #bdbdbd !important
}

.bg-light.bg-lighten-1 {
    background-color: #bdbdbd !important
}

.bg-light.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(189, 189, 189, .6)
}

.btn-light.btn-lighten-1 {
    background-color: #bdbdbd !important
}

.btn-outline-light.btn-outline-lighten-1 {
    border-color: #bdbdbd !important;
    color: #bdbdbd !important
}

.btn-outline-light.btn-outline-lighten-1:hover {
    background-color: #bdbdbd !important
}

input:focus~.bg-light {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bdbdbd !important
}

.border-light.border-lighten-1 {
    border: 1px solid #bdbdbd !important
}

.border-top-light.border-top-lighten-1 {
    border-top: 1px solid #bdbdbd !important
}

.border-bottom-light.border-bottom-lighten-1 {
    border-bottom: 1px solid #bdbdbd !important
}

.border-left-light.border-left-lighten-1 {
    border-left: 1px solid #bdbdbd !important
}

.border-right-light.border-right-lighten-1 {
    border-right: 1px solid #bdbdbd !important
}

.overlay-light.overlay-lighten-1 {
    background: #bdbdbd;
    background: rgba(189, 189, 189, .8)
}

.light.darken-1 {
    color: #9e9e9e !important
}

.bg-light.bg-darken-1 {
    background-color: #9e9e9e !important
}

.bg-light.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(158, 158, 158, .6)
}

.btn-light.btn-darken-1 {
    background-color: #9e9e9e !important
}

.btn-outline-light.btn-outline-darken-1 {
    border-color: #9e9e9e !important;
    color: #9e9e9e !important
}

.btn-outline-light.btn-outline-darken-1:hover {
    background-color: #9e9e9e !important
}

input:focus~.bg-light {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9e9e9e !important
}

.border-light.border-darken-1 {
    border: 1px solid #9e9e9e !important
}

.border-top-light.border-top-darken-1 {
    border-top: 1px solid #9e9e9e !important
}

.border-bottom-light.border-bottom-darken-1 {
    border-bottom: 1px solid #9e9e9e !important
}

.border-left-light.border-left-darken-1 {
    border-left: 1px solid #9e9e9e !important
}

.border-right-light.border-right-darken-1 {
    border-right: 1px solid #9e9e9e !important
}

.overlay-light.overlay-darken-1 {
    background: #9e9e9e;
    background: rgba(158, 158, 158, .8)
}

.dark {
    color: #424242 !important
}

.bg-dark {
    background-color: #424242 !important
}

.bg-dark .card-footer,
.bg-dark .card-header {
    background-color: transparent
}

.bg-dark.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, .6)
}

.selectboxit.selectboxit-btn.bg-dark {
    background-color: #424242 !important
}

.alert-dark {
    border-color: #424242 !important;
    background-color: #666
}

.border-dark {
    border-color: #424242;
    border: 1px solid
}

.overlay-dark {
    background: #424242;
    background: rgba(66, 66, 66, .8)
}

.color-info.dark {
    background-color: #424242 !important
}

.btn-dark {
    background-color: #424242 !important;
    color: #fff
}

.btn-dark:hover {
    border-color: #212121 !important;
    background-color: #616161 !important;
    color: #fff !important
}

.btn-dark:active,
.btn-dark:focus {
    color: #fff !important
}

.btn-dark.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, .6)
}

.btn-outline-dark {
    border: 1px solid;
    border-color: #424242;
    background-color: transparent;
    color: #424242
}

.btn-outline-dark:hover {
    background-color: #424242;
    color: #fff !important
}

.btn-outline-dark.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(66, 66, 66, .6)
}

input[type=checkbox].bg-dark+.custom-control-label:before,
input[type=radio].bg-dark+.custom-control-label:before {
    background-color: #424242 !important
}

input:focus~.bg-dark {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #424242 !important
}

.border-dark {
    border-color: #424242 !important
}

.border-top-dark {
    border-top: 1px solid #424242
}

.border-bottom-dark {
    border-bottom: 1px solid #424242
}

.border-left-dark {
    border-left: 1px solid #424242
}

.border-right-dark {
    border-right: 1px solid #424242
}

.bullet.bullet-dark {
    background-color: #424242
}

.dark.lighten-1 {
    color: #616161 !important
}

.bg-dark.bg-lighten-1 {
    background-color: #616161 !important
}

.bg-dark.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(97, 97, 97, .6)
}

.btn-dark.btn-lighten-1 {
    background-color: #616161 !important
}

.btn-outline-dark.btn-outline-lighten-1 {
    border-color: #616161 !important;
    color: #616161 !important
}

.btn-outline-dark.btn-outline-lighten-1:hover {
    background-color: #616161 !important
}

input:focus~.bg-dark {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #616161 !important
}

.border-dark.border-lighten-1 {
    border: 1px solid #616161 !important
}

.border-top-dark.border-top-lighten-1 {
    border-top: 1px solid #616161 !important
}

.border-bottom-dark.border-bottom-lighten-1 {
    border-bottom: 1px solid #616161 !important
}

.border-left-dark.border-left-lighten-1 {
    border-left: 1px solid #616161 !important
}

.border-right-dark.border-right-lighten-1 {
    border-right: 1px solid #616161 !important
}

.overlay-dark.overlay-lighten-1 {
    background: #616161;
    background: rgba(97, 97, 97, .8)
}

.dark.darken-1 {
    color: #212121 !important
}

.bg-dark.bg-darken-1 {
    background-color: #212121 !important
}

.bg-dark.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(33, 33, 33, .6)
}

.btn-dark.btn-darken-1 {
    background-color: #212121 !important
}

.btn-outline-dark.btn-outline-darken-1 {
    border-color: #212121 !important;
    color: #212121 !important
}

.btn-outline-dark.btn-outline-darken-1:hover {
    background-color: #212121 !important
}

input:focus~.bg-dark {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #212121 !important
}

.border-dark.border-darken-1 {
    border: 1px solid #212121 !important
}

.border-top-dark.border-top-darken-1 {
    border-top: 1px solid #212121 !important
}

.border-bottom-dark.border-bottom-darken-1 {
    border-bottom: 1px solid #212121 !important
}

.border-left-dark.border-left-darken-1 {
    border-left: 1px solid #212121 !important
}

.border-right-dark.border-right-darken-1 {
    border-right: 1px solid #212121 !important
}

.overlay-dark.overlay-darken-1 {
    background: #212121;
    background: rgba(33, 33, 33, .8)
}

.red.lighten-5 {
    color: #ffebee !important
}

.bg-red.bg-lighten-5 {
    background-color: #ffebee !important
}

.bg-red.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 235, 238, .6)
}

.btn-red.btn-lighten-5 {
    border-color: #d32f2f !important;
    background-color: #ffebee !important
}

.btn-red.btn-lighten-5:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-lighten-5:active,
.btn-red.btn-lighten-5:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-lighten-5 {
    border-color: #ffebee !important;
    color: #ffebee !important
}

.btn-outline-red.btn-outline-lighten-5:hover {
    background-color: #ffebee !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffebee !important
}

.border-red.border-lighten-5 {
    border: 1px solid #ffebee !important
}

.border-top-red.border-top-lighten-5 {
    border-top: 1px solid #ffebee !important
}

.border-bottom-red.border-bottom-lighten-5 {
    border-bottom: 1px solid #ffebee !important
}

.border-left-red.border-left-lighten-5 {
    border-left: 1px solid #ffebee !important
}

.border-right-red.border-right-lighten-5 {
    border-right: 1px solid #ffebee !important
}

.overlay-red.overlay-lighten-5 {
    background: #ffebee;
    background: rgba(255, 235, 238, .8)
}

.red.lighten-4 {
    color: #ffcdd2 !important
}

.bg-red.bg-lighten-4 {
    background-color: #ffcdd2 !important
}

.bg-red.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 205, 210, .6)
}

.btn-red.btn-lighten-4 {
    border-color: #d32f2f !important;
    background-color: #ffcdd2 !important
}

.btn-red.btn-lighten-4:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-lighten-4:active,
.btn-red.btn-lighten-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-lighten-4 {
    border-color: #ffcdd2 !important;
    color: #ffcdd2 !important
}

.btn-outline-red.btn-outline-lighten-4:hover {
    background-color: #ffcdd2 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffcdd2 !important
}

.border-red.border-lighten-4 {
    border: 1px solid #ffcdd2 !important
}

.border-top-red.border-top-lighten-4 {
    border-top: 1px solid #ffcdd2 !important
}

.border-bottom-red.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffcdd2 !important
}

.border-left-red.border-left-lighten-4 {
    border-left: 1px solid #ffcdd2 !important
}

.border-right-red.border-right-lighten-4 {
    border-right: 1px solid #ffcdd2 !important
}

.overlay-red.overlay-lighten-4 {
    background: #ffcdd2;
    background: rgba(255, 205, 210, .8)
}

.red.lighten-3 {
    color: #ef9a9a !important
}

.bg-red.bg-lighten-3 {
    background-color: #ef9a9a !important
}

.bg-red.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(239, 154, 154, .6)
}

.btn-red.btn-lighten-3 {
    border-color: #d32f2f !important;
    background-color: #ef9a9a !important
}

.btn-red.btn-lighten-3:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-lighten-3:active,
.btn-red.btn-lighten-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-lighten-3 {
    border-color: #ef9a9a !important;
    color: #ef9a9a !important
}

.btn-outline-red.btn-outline-lighten-3:hover {
    background-color: #ef9a9a !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ef9a9a !important
}

.border-red.border-lighten-3 {
    border: 1px solid #ef9a9a !important
}

.border-top-red.border-top-lighten-3 {
    border-top: 1px solid #ef9a9a !important
}

.border-bottom-red.border-bottom-lighten-3 {
    border-bottom: 1px solid #ef9a9a !important
}

.border-left-red.border-left-lighten-3 {
    border-left: 1px solid #ef9a9a !important
}

.border-right-red.border-right-lighten-3 {
    border-right: 1px solid #ef9a9a !important
}

.overlay-red.overlay-lighten-3 {
    background: #ef9a9a;
    background: rgba(239, 154, 154, .8)
}

.red.lighten-2 {
    color: #e57373 !important
}

.bg-red.bg-lighten-2 {
    background-color: #e57373 !important
}

.bg-red.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(229, 115, 115, .6)
}

.btn-red.btn-lighten-2 {
    border-color: #d32f2f !important;
    background-color: #e57373 !important
}

.btn-red.btn-lighten-2:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-lighten-2:active,
.btn-red.btn-lighten-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-lighten-2 {
    border-color: #e57373 !important;
    color: #e57373 !important
}

.btn-outline-red.btn-outline-lighten-2:hover {
    background-color: #e57373 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e57373 !important
}

.border-red.border-lighten-2 {
    border: 1px solid #e57373 !important
}

.border-top-red.border-top-lighten-2 {
    border-top: 1px solid #e57373 !important
}

.border-bottom-red.border-bottom-lighten-2 {
    border-bottom: 1px solid #e57373 !important
}

.border-left-red.border-left-lighten-2 {
    border-left: 1px solid #e57373 !important
}

.border-right-red.border-right-lighten-2 {
    border-right: 1px solid #e57373 !important
}

.overlay-red.overlay-lighten-2 {
    background: #e57373;
    background: rgba(229, 115, 115, .8)
}

.red.lighten-1 {
    color: #ef5350 !important
}

.bg-red.bg-lighten-1 {
    background-color: #ef5350 !important
}

.bg-red.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(239, 83, 80, .6)
}

.btn-red.btn-lighten-1 {
    border-color: #d32f2f !important;
    background-color: #ef5350 !important
}

.btn-red.btn-lighten-1:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-lighten-1:active,
.btn-red.btn-lighten-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-lighten-1 {
    border-color: #ef5350 !important;
    color: #ef5350 !important
}

.btn-outline-red.btn-outline-lighten-1:hover {
    background-color: #ef5350 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ef5350 !important
}

.border-red.border-lighten-1 {
    border: 1px solid #ef5350 !important
}

.border-top-red.border-top-lighten-1 {
    border-top: 1px solid #ef5350 !important
}

.border-bottom-red.border-bottom-lighten-1 {
    border-bottom: 1px solid #ef5350 !important
}

.border-left-red.border-left-lighten-1 {
    border-left: 1px solid #ef5350 !important
}

.border-right-red.border-right-lighten-1 {
    border-right: 1px solid #ef5350 !important
}

.overlay-red.overlay-lighten-1 {
    background: #ef5350;
    background: rgba(239, 83, 80, .8)
}

.red {
    color: #f44336 !important
}

.bg-red {
    background-color: #f44336 !important
}

.bg-red .card-footer,
.bg-red .card-header {
    background-color: transparent
}

.bg-red.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

.selectboxit.selectboxit-btn.bg-red {
    background-color: #f44336 !important
}

.alert-red {
    border-color: #f44336 !important;
    background-color: #f8827a
}

.border-red {
    border-color: #f44336;
    border: 1px solid
}

.overlay-red {
    background: #f44336;
    background: rgba(244, 67, 54, .8)
}

.color-info.red {
    background-color: #f44336 !important
}

.btn-red {
    border-color: #d32f2f !important;
    background-color: #f44336 !important;
    color: #fff
}

.btn-red:hover {
    border-color: #e53935 !important;
    background-color: #ef5350 !important;
    color: #fff !important
}

.btn-red:active,
.btn-red:focus {
    border-color: #d32f2f !important;
    background-color: #c62828 !important;
    color: #fff !important
}

.btn-red.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

.btn-outline-red {
    border: 1px solid;
    border-color: #f44336;
    background-color: transparent;
    color: #f44336
}

.btn-outline-red:hover {
    background-color: #f44336;
    color: #fff !important
}

.btn-outline-red.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 67, 54, .6)
}

input[type=checkbox].bg-red+.custom-control-label:before,
input[type=radio].bg-red+.custom-control-label:before {
    background-color: #f44336 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f44336 !important
}

.border-red {
    border-color: #f44336 !important
}

.border-top-red {
    border-top: 1px solid #f44336
}

.border-bottom-red {
    border-bottom: 1px solid #f44336
}

.border-left-red {
    border-left: 1px solid #f44336
}

.border-right-red {
    border-right: 1px solid #f44336
}

.bullet.bullet-red {
    background-color: #f44336
}

.red.darken-1 {
    color: #e53935 !important
}

.bg-red.bg-darken-1 {
    background-color: #e53935 !important
}

.bg-red.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(229, 57, 53, .6)
}

.btn-red.btn-darken-1 {
    border-color: #d32f2f !important;
    background-color: #e53935 !important
}

.btn-red.btn-darken-1:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-darken-1:active,
.btn-red.btn-darken-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-darken-1 {
    border-color: #e53935 !important;
    color: #e53935 !important
}

.btn-outline-red.btn-outline-darken-1:hover {
    background-color: #e53935 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e53935 !important
}

.border-red.border-darken-1 {
    border: 1px solid #e53935 !important
}

.border-top-red.border-top-darken-1 {
    border-top: 1px solid #e53935 !important
}

.border-bottom-red.border-bottom-darken-1 {
    border-bottom: 1px solid #e53935 !important
}

.border-left-red.border-left-darken-1 {
    border-left: 1px solid #e53935 !important
}

.border-right-red.border-right-darken-1 {
    border-right: 1px solid #e53935 !important
}

.overlay-red.overlay-darken-1 {
    background: #e53935;
    background: rgba(229, 57, 53, .8)
}

.red.darken-2 {
    color: #d32f2f !important
}

.bg-red.bg-darken-2 {
    background-color: #d32f2f !important
}

.bg-red.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(211, 47, 47, .6)
}

.btn-red.btn-darken-2 {
    border-color: #d32f2f !important;
    background-color: #d32f2f !important
}

.btn-red.btn-darken-2:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-darken-2:active,
.btn-red.btn-darken-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-darken-2 {
    border-color: #d32f2f !important;
    color: #d32f2f !important
}

.btn-outline-red.btn-outline-darken-2:hover {
    background-color: #d32f2f !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d32f2f !important
}

.border-red.border-darken-2 {
    border: 1px solid #d32f2f !important
}

.border-top-red.border-top-darken-2 {
    border-top: 1px solid #d32f2f !important
}

.border-bottom-red.border-bottom-darken-2 {
    border-bottom: 1px solid #d32f2f !important
}

.border-left-red.border-left-darken-2 {
    border-left: 1px solid #d32f2f !important
}

.border-right-red.border-right-darken-2 {
    border-right: 1px solid #d32f2f !important
}

.overlay-red.overlay-darken-2 {
    background: #d32f2f;
    background: rgba(211, 47, 47, .8)
}

.red.darken-3 {
    color: #c62828 !important
}

.bg-red.bg-darken-3 {
    background-color: #c62828 !important
}

.bg-red.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(198, 40, 40, .6)
}

.btn-red.btn-darken-3 {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-darken-3:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-darken-3:active,
.btn-red.btn-darken-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-darken-3 {
    border-color: #c62828 !important;
    color: #c62828 !important
}

.btn-outline-red.btn-outline-darken-3:hover {
    background-color: #c62828 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c62828 !important
}

.border-red.border-darken-3 {
    border: 1px solid #c62828 !important
}

.border-top-red.border-top-darken-3 {
    border-top: 1px solid #c62828 !important
}

.border-bottom-red.border-bottom-darken-3 {
    border-bottom: 1px solid #c62828 !important
}

.border-left-red.border-left-darken-3 {
    border-left: 1px solid #c62828 !important
}

.border-right-red.border-right-darken-3 {
    border-right: 1px solid #c62828 !important
}

.overlay-red.overlay-darken-3 {
    background: #c62828;
    background: rgba(198, 40, 40, .8)
}

.red.darken-4 {
    color: #b71c1c !important
}

.bg-red.bg-darken-4 {
    background-color: #b71c1c !important
}

.bg-red.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(183, 28, 28, .6)
}

.btn-red.btn-darken-4 {
    border-color: #d32f2f !important;
    background-color: #b71c1c !important
}

.btn-red.btn-darken-4:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-darken-4:active,
.btn-red.btn-darken-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-darken-4 {
    border-color: #b71c1c !important;
    color: #b71c1c !important
}

.btn-outline-red.btn-outline-darken-4:hover {
    background-color: #b71c1c !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b71c1c !important
}

.border-red.border-darken-4 {
    border: 1px solid #b71c1c !important
}

.border-top-red.border-top-darken-4 {
    border-top: 1px solid #b71c1c !important
}

.border-bottom-red.border-bottom-darken-4 {
    border-bottom: 1px solid #b71c1c !important
}

.border-left-red.border-left-darken-4 {
    border-left: 1px solid #b71c1c !important
}

.border-right-red.border-right-darken-4 {
    border-right: 1px solid #b71c1c !important
}

.overlay-red.overlay-darken-4 {
    background: #b71c1c;
    background: rgba(183, 28, 28, .8)
}

.red.accent-1 {
    color: #ff8a80 !important
}

.bg-red.bg-accent-1 {
    background-color: #ff8a80 !important
}

.bg-red.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 138, 128, .6)
}

.btn-red.btn-accent-1 {
    border-color: #d32f2f !important;
    background-color: #ff8a80 !important
}

.btn-red.btn-accent-1:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-accent-1:active,
.btn-red.btn-accent-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-accent-1 {
    border-color: #ff8a80 !important;
    color: #ff8a80 !important
}

.btn-outline-red.btn-outline-accent-1:hover {
    background-color: #ff8a80 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff8a80 !important
}

.border-red.border-accent-1 {
    border: 1px solid #ff8a80 !important
}

.border-top-red.border-top-accent-1 {
    border-top: 1px solid #ff8a80 !important
}

.border-bottom-red.border-bottom-accent-1 {
    border-bottom: 1px solid #ff8a80 !important
}

.border-left-red.border-left-accent-1 {
    border-left: 1px solid #ff8a80 !important
}

.border-right-red.border-right-accent-1 {
    border-right: 1px solid #ff8a80 !important
}

.overlay-red.overlay-accent-1 {
    background: #ff8a80;
    background: rgba(255, 138, 128, .8)
}

.red.accent-2 {
    color: #ff5252 !important
}

.bg-red.bg-accent-2 {
    background-color: #ff5252 !important
}

.bg-red.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 82, 82, .6)
}

.btn-red.btn-accent-2 {
    border-color: #d32f2f !important;
    background-color: #ff5252 !important
}

.btn-red.btn-accent-2:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-accent-2:active,
.btn-red.btn-accent-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-accent-2 {
    border-color: #ff5252 !important;
    color: #ff5252 !important
}

.btn-outline-red.btn-outline-accent-2:hover {
    background-color: #ff5252 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff5252 !important
}

.border-red.border-accent-2 {
    border: 1px solid #ff5252 !important
}

.border-top-red.border-top-accent-2 {
    border-top: 1px solid #ff5252 !important
}

.border-bottom-red.border-bottom-accent-2 {
    border-bottom: 1px solid #ff5252 !important
}

.border-left-red.border-left-accent-2 {
    border-left: 1px solid #ff5252 !important
}

.border-right-red.border-right-accent-2 {
    border-right: 1px solid #ff5252 !important
}

.overlay-red.overlay-accent-2 {
    background: #ff5252;
    background: rgba(255, 82, 82, .8)
}

.red.accent-3 {
    color: #ff1744 !important
}

.bg-red.bg-accent-3 {
    background-color: #ff1744 !important
}

.bg-red.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 23, 68, .6)
}

.btn-red.btn-accent-3 {
    border-color: #d32f2f !important;
    background-color: #ff1744 !important
}

.btn-red.btn-accent-3:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-accent-3:active,
.btn-red.btn-accent-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-accent-3 {
    border-color: #ff1744 !important;
    color: #ff1744 !important
}

.btn-outline-red.btn-outline-accent-3:hover {
    background-color: #ff1744 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff1744 !important
}

.border-red.border-accent-3 {
    border: 1px solid #ff1744 !important
}

.border-top-red.border-top-accent-3 {
    border-top: 1px solid #ff1744 !important
}

.border-bottom-red.border-bottom-accent-3 {
    border-bottom: 1px solid #ff1744 !important
}

.border-left-red.border-left-accent-3 {
    border-left: 1px solid #ff1744 !important
}

.border-right-red.border-right-accent-3 {
    border-right: 1px solid #ff1744 !important
}

.overlay-red.overlay-accent-3 {
    background: #ff1744;
    background: rgba(255, 23, 68, .8)
}

.red.accent-4 {
    color: #d50000 !important
}

.bg-red.bg-accent-4 {
    background-color: #d50000 !important
}

.bg-red.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(213, 0, 0, .6)
}

.btn-red.btn-accent-4 {
    border-color: #d32f2f !important;
    background-color: #d50000 !important
}

.btn-red.btn-accent-4:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important
}

.btn-red.btn-accent-4:active,
.btn-red.btn-accent-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important
}

.btn-outline-red.btn-outline-accent-4 {
    border-color: #d50000 !important;
    color: #d50000 !important
}

.btn-outline-red.btn-outline-accent-4:hover {
    background-color: #d50000 !important
}

input:focus~.bg-red {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d50000 !important
}

.border-red.border-accent-4 {
    border: 1px solid #d50000 !important
}

.border-top-red.border-top-accent-4 {
    border-top: 1px solid #d50000 !important
}

.border-bottom-red.border-bottom-accent-4 {
    border-bottom: 1px solid #d50000 !important
}

.border-left-red.border-left-accent-4 {
    border-left: 1px solid #d50000 !important
}

.border-right-red.border-right-accent-4 {
    border-right: 1px solid #d50000 !important
}

.overlay-red.overlay-accent-4 {
    background: #d50000;
    background: rgba(213, 0, 0, .8)
}

.pink.lighten-5 {
    color: #fce4ec !important
}

.bg-pink.bg-lighten-5 {
    background-color: #fce4ec !important
}

.bg-pink.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(252, 228, 236, .6)
}

.btn-pink.btn-lighten-5 {
    border-color: #c2185b !important;
    background-color: #fce4ec !important
}

.btn-pink.btn-lighten-5:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-lighten-5:active,
.btn-pink.btn-lighten-5:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-lighten-5 {
    border-color: #fce4ec !important;
    color: #fce4ec !important
}

.btn-outline-pink.btn-outline-lighten-5:hover {
    background-color: #fce4ec !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fce4ec !important
}

.border-pink.border-lighten-5 {
    border: 1px solid #fce4ec !important
}

.border-top-pink.border-top-lighten-5 {
    border-top: 1px solid #fce4ec !important
}

.border-bottom-pink.border-bottom-lighten-5 {
    border-bottom: 1px solid #fce4ec !important
}

.border-left-pink.border-left-lighten-5 {
    border-left: 1px solid #fce4ec !important
}

.border-right-pink.border-right-lighten-5 {
    border-right: 1px solid #fce4ec !important
}

.overlay-pink.overlay-lighten-5 {
    background: #fce4ec;
    background: rgba(252, 228, 236, .8)
}

.pink.lighten-4 {
    color: #f8bbd0 !important
}

.bg-pink.bg-lighten-4 {
    background-color: #f8bbd0 !important
}

.bg-pink.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(248, 187, 208, .6)
}

.btn-pink.btn-lighten-4 {
    border-color: #c2185b !important;
    background-color: #f8bbd0 !important
}

.btn-pink.btn-lighten-4:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-lighten-4:active,
.btn-pink.btn-lighten-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-lighten-4 {
    border-color: #f8bbd0 !important;
    color: #f8bbd0 !important
}

.btn-outline-pink.btn-outline-lighten-4:hover {
    background-color: #f8bbd0 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f8bbd0 !important
}

.border-pink.border-lighten-4 {
    border: 1px solid #f8bbd0 !important
}

.border-top-pink.border-top-lighten-4 {
    border-top: 1px solid #f8bbd0 !important
}

.border-bottom-pink.border-bottom-lighten-4 {
    border-bottom: 1px solid #f8bbd0 !important
}

.border-left-pink.border-left-lighten-4 {
    border-left: 1px solid #f8bbd0 !important
}

.border-right-pink.border-right-lighten-4 {
    border-right: 1px solid #f8bbd0 !important
}

.overlay-pink.overlay-lighten-4 {
    background: #f8bbd0;
    background: rgba(248, 187, 208, .8)
}

.pink.lighten-3 {
    color: #f48fb1 !important
}

.bg-pink.bg-lighten-3 {
    background-color: #f48fb1 !important
}

.bg-pink.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(244, 143, 177, .6)
}

.btn-pink.btn-lighten-3 {
    border-color: #c2185b !important;
    background-color: #f48fb1 !important
}

.btn-pink.btn-lighten-3:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-lighten-3:active,
.btn-pink.btn-lighten-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-lighten-3 {
    border-color: #f48fb1 !important;
    color: #f48fb1 !important
}

.btn-outline-pink.btn-outline-lighten-3:hover {
    background-color: #f48fb1 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f48fb1 !important
}

.border-pink.border-lighten-3 {
    border: 1px solid #f48fb1 !important
}

.border-top-pink.border-top-lighten-3 {
    border-top: 1px solid #f48fb1 !important
}

.border-bottom-pink.border-bottom-lighten-3 {
    border-bottom: 1px solid #f48fb1 !important
}

.border-left-pink.border-left-lighten-3 {
    border-left: 1px solid #f48fb1 !important
}

.border-right-pink.border-right-lighten-3 {
    border-right: 1px solid #f48fb1 !important
}

.overlay-pink.overlay-lighten-3 {
    background: #f48fb1;
    background: rgba(244, 143, 177, .8)
}

.pink.lighten-2 {
    color: #f06292 !important
}

.bg-pink.bg-lighten-2 {
    background-color: #f06292 !important
}

.bg-pink.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(240, 98, 146, .6)
}

.btn-pink.btn-lighten-2 {
    border-color: #c2185b !important;
    background-color: #f06292 !important
}

.btn-pink.btn-lighten-2:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-lighten-2:active,
.btn-pink.btn-lighten-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-lighten-2 {
    border-color: #f06292 !important;
    color: #f06292 !important
}

.btn-outline-pink.btn-outline-lighten-2:hover {
    background-color: #f06292 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f06292 !important
}

.border-pink.border-lighten-2 {
    border: 1px solid #f06292 !important
}

.border-top-pink.border-top-lighten-2 {
    border-top: 1px solid #f06292 !important
}

.border-bottom-pink.border-bottom-lighten-2 {
    border-bottom: 1px solid #f06292 !important
}

.border-left-pink.border-left-lighten-2 {
    border-left: 1px solid #f06292 !important
}

.border-right-pink.border-right-lighten-2 {
    border-right: 1px solid #f06292 !important
}

.overlay-pink.overlay-lighten-2 {
    background: #f06292;
    background: rgba(240, 98, 146, .8)
}

.pink.lighten-1 {
    color: #ec407a !important
}

.bg-pink.bg-lighten-1 {
    background-color: #ec407a !important
}

.bg-pink.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(236, 64, 122, .6)
}

.btn-pink.btn-lighten-1 {
    border-color: #c2185b !important;
    background-color: #ec407a !important
}

.btn-pink.btn-lighten-1:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-lighten-1:active,
.btn-pink.btn-lighten-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-lighten-1 {
    border-color: #ec407a !important;
    color: #ec407a !important
}

.btn-outline-pink.btn-outline-lighten-1:hover {
    background-color: #ec407a !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ec407a !important
}

.border-pink.border-lighten-1 {
    border: 1px solid #ec407a !important
}

.border-top-pink.border-top-lighten-1 {
    border-top: 1px solid #ec407a !important
}

.border-bottom-pink.border-bottom-lighten-1 {
    border-bottom: 1px solid #ec407a !important
}

.border-left-pink.border-left-lighten-1 {
    border-left: 1px solid #ec407a !important
}

.border-right-pink.border-right-lighten-1 {
    border-right: 1px solid #ec407a !important
}

.overlay-pink.overlay-lighten-1 {
    background: #ec407a;
    background: rgba(236, 64, 122, .8)
}

.pink {
    color: #e91e63 !important
}

.bg-pink {
    background-color: #e91e63 !important
}

.bg-pink .card-footer,
.bg-pink .card-header {
    background-color: transparent
}

.bg-pink.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, .6)
}

.selectboxit.selectboxit-btn.bg-pink {
    background-color: #e91e63 !important
}

.alert-pink {
    border-color: #e91e63 !important;
    background-color: #ef5f90
}

.border-pink {
    border-color: #e91e63;
    border: 1px solid
}

.overlay-pink {
    background: #e91e63;
    background: rgba(233, 30, 99, .8)
}

.color-info.pink {
    background-color: #e91e63 !important
}

.btn-pink {
    border-color: #c2185b !important;
    background-color: #e91e63 !important;
    color: #fff
}

.btn-pink:hover {
    border-color: #d81b60 !important;
    background-color: #ec407a !important;
    color: #fff !important
}

.btn-pink:active,
.btn-pink:focus {
    border-color: #c2185b !important;
    background-color: #ad1457 !important;
    color: #fff !important
}

.btn-pink.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, .6)
}

.btn-outline-pink {
    border: 1px solid;
    border-color: #e91e63;
    background-color: transparent;
    color: #e91e63
}

.btn-outline-pink:hover {
    background-color: #e91e63;
    color: #fff !important
}

.btn-outline-pink.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(233, 30, 99, .6)
}

input[type=checkbox].bg-pink+.custom-control-label:before,
input[type=radio].bg-pink+.custom-control-label:before {
    background-color: #e91e63 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e91e63 !important
}

.border-pink {
    border-color: #e91e63 !important
}

.border-top-pink {
    border-top: 1px solid #e91e63
}

.border-bottom-pink {
    border-bottom: 1px solid #e91e63
}

.border-left-pink {
    border-left: 1px solid #e91e63
}

.border-right-pink {
    border-right: 1px solid #e91e63
}

.bullet.bullet-pink {
    background-color: #e91e63
}

.pink.darken-1 {
    color: #d81b60 !important
}

.bg-pink.bg-darken-1 {
    background-color: #d81b60 !important
}

.bg-pink.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(216, 27, 96, .6)
}

.btn-pink.btn-darken-1 {
    border-color: #c2185b !important;
    background-color: #d81b60 !important
}

.btn-pink.btn-darken-1:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-darken-1:active,
.btn-pink.btn-darken-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-darken-1 {
    border-color: #d81b60 !important;
    color: #d81b60 !important
}

.btn-outline-pink.btn-outline-darken-1:hover {
    background-color: #d81b60 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d81b60 !important
}

.border-pink.border-darken-1 {
    border: 1px solid #d81b60 !important
}

.border-top-pink.border-top-darken-1 {
    border-top: 1px solid #d81b60 !important
}

.border-bottom-pink.border-bottom-darken-1 {
    border-bottom: 1px solid #d81b60 !important
}

.border-left-pink.border-left-darken-1 {
    border-left: 1px solid #d81b60 !important
}

.border-right-pink.border-right-darken-1 {
    border-right: 1px solid #d81b60 !important
}

.overlay-pink.overlay-darken-1 {
    background: #d81b60;
    background: rgba(216, 27, 96, .8)
}

.pink.darken-2 {
    color: #c2185b !important
}

.bg-pink.bg-darken-2 {
    background-color: #c2185b !important
}

.bg-pink.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(194, 24, 91, .6)
}

.btn-pink.btn-darken-2 {
    border-color: #c2185b !important;
    background-color: #c2185b !important
}

.btn-pink.btn-darken-2:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-darken-2:active,
.btn-pink.btn-darken-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-darken-2 {
    border-color: #c2185b !important;
    color: #c2185b !important
}

.btn-outline-pink.btn-outline-darken-2:hover {
    background-color: #c2185b !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c2185b !important
}

.border-pink.border-darken-2 {
    border: 1px solid #c2185b !important
}

.border-top-pink.border-top-darken-2 {
    border-top: 1px solid #c2185b !important
}

.border-bottom-pink.border-bottom-darken-2 {
    border-bottom: 1px solid #c2185b !important
}

.border-left-pink.border-left-darken-2 {
    border-left: 1px solid #c2185b !important
}

.border-right-pink.border-right-darken-2 {
    border-right: 1px solid #c2185b !important
}

.overlay-pink.overlay-darken-2 {
    background: #c2185b;
    background: rgba(194, 24, 91, .8)
}

.pink.darken-3 {
    color: #ad1457 !important
}

.bg-pink.bg-darken-3 {
    background-color: #ad1457 !important
}

.bg-pink.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(173, 20, 87, .6)
}

.btn-pink.btn-darken-3 {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-darken-3:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-darken-3:active,
.btn-pink.btn-darken-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-darken-3 {
    border-color: #ad1457 !important;
    color: #ad1457 !important
}

.btn-outline-pink.btn-outline-darken-3:hover {
    background-color: #ad1457 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ad1457 !important
}

.border-pink.border-darken-3 {
    border: 1px solid #ad1457 !important
}

.border-top-pink.border-top-darken-3 {
    border-top: 1px solid #ad1457 !important
}

.border-bottom-pink.border-bottom-darken-3 {
    border-bottom: 1px solid #ad1457 !important
}

.border-left-pink.border-left-darken-3 {
    border-left: 1px solid #ad1457 !important
}

.border-right-pink.border-right-darken-3 {
    border-right: 1px solid #ad1457 !important
}

.overlay-pink.overlay-darken-3 {
    background: #ad1457;
    background: rgba(173, 20, 87, .8)
}

.pink.darken-4 {
    color: #880e4f !important
}

.bg-pink.bg-darken-4 {
    background-color: #880e4f !important
}

.bg-pink.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(136, 14, 79, .6)
}

.btn-pink.btn-darken-4 {
    border-color: #c2185b !important;
    background-color: #880e4f !important
}

.btn-pink.btn-darken-4:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-darken-4:active,
.btn-pink.btn-darken-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-darken-4 {
    border-color: #880e4f !important;
    color: #880e4f !important
}

.btn-outline-pink.btn-outline-darken-4:hover {
    background-color: #880e4f !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #880e4f !important
}

.border-pink.border-darken-4 {
    border: 1px solid #880e4f !important
}

.border-top-pink.border-top-darken-4 {
    border-top: 1px solid #880e4f !important
}

.border-bottom-pink.border-bottom-darken-4 {
    border-bottom: 1px solid #880e4f !important
}

.border-left-pink.border-left-darken-4 {
    border-left: 1px solid #880e4f !important
}

.border-right-pink.border-right-darken-4 {
    border-right: 1px solid #880e4f !important
}

.overlay-pink.overlay-darken-4 {
    background: #880e4f;
    background: rgba(136, 14, 79, .8)
}

.pink.accent-1 {
    color: #ff80ab !important
}

.bg-pink.bg-accent-1 {
    background-color: #ff80ab !important
}

.bg-pink.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 128, 171, .6)
}

.btn-pink.btn-accent-1 {
    border-color: #c2185b !important;
    background-color: #ff80ab !important
}

.btn-pink.btn-accent-1:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-accent-1:active,
.btn-pink.btn-accent-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-accent-1 {
    border-color: #ff80ab !important;
    color: #ff80ab !important
}

.btn-outline-pink.btn-outline-accent-1:hover {
    background-color: #ff80ab !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff80ab !important
}

.border-pink.border-accent-1 {
    border: 1px solid #ff80ab !important
}

.border-top-pink.border-top-accent-1 {
    border-top: 1px solid #ff80ab !important
}

.border-bottom-pink.border-bottom-accent-1 {
    border-bottom: 1px solid #ff80ab !important
}

.border-left-pink.border-left-accent-1 {
    border-left: 1px solid #ff80ab !important
}

.border-right-pink.border-right-accent-1 {
    border-right: 1px solid #ff80ab !important
}

.overlay-pink.overlay-accent-1 {
    background: #ff80ab;
    background: rgba(255, 128, 171, .8)
}

.pink.accent-2 {
    color: #ff4081 !important
}

.bg-pink.bg-accent-2 {
    background-color: #ff4081 !important
}

.bg-pink.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 64, 129, .6)
}

.btn-pink.btn-accent-2 {
    border-color: #c2185b !important;
    background-color: #ff4081 !important
}

.btn-pink.btn-accent-2:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-accent-2:active,
.btn-pink.btn-accent-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-accent-2 {
    border-color: #ff4081 !important;
    color: #ff4081 !important
}

.btn-outline-pink.btn-outline-accent-2:hover {
    background-color: #ff4081 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff4081 !important
}

.border-pink.border-accent-2 {
    border: 1px solid #ff4081 !important
}

.border-top-pink.border-top-accent-2 {
    border-top: 1px solid #ff4081 !important
}

.border-bottom-pink.border-bottom-accent-2 {
    border-bottom: 1px solid #ff4081 !important
}

.border-left-pink.border-left-accent-2 {
    border-left: 1px solid #ff4081 !important
}

.border-right-pink.border-right-accent-2 {
    border-right: 1px solid #ff4081 !important
}

.overlay-pink.overlay-accent-2 {
    background: #ff4081;
    background: rgba(255, 64, 129, .8)
}

.pink.accent-3 {
    color: #f50057 !important
}

.bg-pink.bg-accent-3 {
    background-color: #f50057 !important
}

.bg-pink.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(245, 0, 87, .6)
}

.btn-pink.btn-accent-3 {
    border-color: #c2185b !important;
    background-color: #f50057 !important
}

.btn-pink.btn-accent-3:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-accent-3:active,
.btn-pink.btn-accent-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-accent-3 {
    border-color: #f50057 !important;
    color: #f50057 !important
}

.btn-outline-pink.btn-outline-accent-3:hover {
    background-color: #f50057 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f50057 !important
}

.border-pink.border-accent-3 {
    border: 1px solid #f50057 !important
}

.border-top-pink.border-top-accent-3 {
    border-top: 1px solid #f50057 !important
}

.border-bottom-pink.border-bottom-accent-3 {
    border-bottom: 1px solid #f50057 !important
}

.border-left-pink.border-left-accent-3 {
    border-left: 1px solid #f50057 !important
}

.border-right-pink.border-right-accent-3 {
    border-right: 1px solid #f50057 !important
}

.overlay-pink.overlay-accent-3 {
    background: #f50057;
    background: rgba(245, 0, 87, .8)
}

.pink.accent-4 {
    color: #c51162 !important
}

.bg-pink.bg-accent-4 {
    background-color: #c51162 !important
}

.bg-pink.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(197, 17, 98, .6)
}

.btn-pink.btn-accent-4 {
    border-color: #c2185b !important;
    background-color: #c51162 !important
}

.btn-pink.btn-accent-4:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important
}

.btn-pink.btn-accent-4:active,
.btn-pink.btn-accent-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important
}

.btn-outline-pink.btn-outline-accent-4 {
    border-color: #c51162 !important;
    color: #c51162 !important
}

.btn-outline-pink.btn-outline-accent-4:hover {
    background-color: #c51162 !important
}

input:focus~.bg-pink {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #c51162 !important
}

.border-pink.border-accent-4 {
    border: 1px solid #c51162 !important
}

.border-top-pink.border-top-accent-4 {
    border-top: 1px solid #c51162 !important
}

.border-bottom-pink.border-bottom-accent-4 {
    border-bottom: 1px solid #c51162 !important
}

.border-left-pink.border-left-accent-4 {
    border-left: 1px solid #c51162 !important
}

.border-right-pink.border-right-accent-4 {
    border-right: 1px solid #c51162 !important
}

.overlay-pink.overlay-accent-4 {
    background: #c51162;
    background: rgba(197, 17, 98, .8)
}

.purple.lighten-5 {
    color: #f3e5f5 !important
}

.bg-purple.bg-lighten-5 {
    background-color: #f3e5f5 !important
}

.bg-purple.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(243, 229, 245, .6)
}

.btn-purple.btn-lighten-5 {
    border-color: #7b1fa2 !important;
    background-color: #f3e5f5 !important
}

.btn-purple.btn-lighten-5:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-lighten-5:active,
.btn-purple.btn-lighten-5:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-lighten-5 {
    border-color: #f3e5f5 !important;
    color: #f3e5f5 !important
}

.btn-outline-purple.btn-outline-lighten-5:hover {
    background-color: #f3e5f5 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f3e5f5 !important
}

.border-purple.border-lighten-5 {
    border: 1px solid #f3e5f5 !important
}

.border-top-purple.border-top-lighten-5 {
    border-top: 1px solid #f3e5f5 !important
}

.border-bottom-purple.border-bottom-lighten-5 {
    border-bottom: 1px solid #f3e5f5 !important
}

.border-left-purple.border-left-lighten-5 {
    border-left: 1px solid #f3e5f5 !important
}

.border-right-purple.border-right-lighten-5 {
    border-right: 1px solid #f3e5f5 !important
}

.overlay-purple.overlay-lighten-5 {
    background: #f3e5f5;
    background: rgba(243, 229, 245, .8)
}

.purple.lighten-4 {
    color: #e1bee7 !important
}

.bg-purple.bg-lighten-4 {
    background-color: #e1bee7 !important
}

.bg-purple.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(225, 190, 231, .6)
}

.btn-purple.btn-lighten-4 {
    border-color: #7b1fa2 !important;
    background-color: #e1bee7 !important
}

.btn-purple.btn-lighten-4:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-lighten-4:active,
.btn-purple.btn-lighten-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-lighten-4 {
    border-color: #e1bee7 !important;
    color: #e1bee7 !important
}

.btn-outline-purple.btn-outline-lighten-4:hover {
    background-color: #e1bee7 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e1bee7 !important
}

.border-purple.border-lighten-4 {
    border: 1px solid #e1bee7 !important
}

.border-top-purple.border-top-lighten-4 {
    border-top: 1px solid #e1bee7 !important
}

.border-bottom-purple.border-bottom-lighten-4 {
    border-bottom: 1px solid #e1bee7 !important
}

.border-left-purple.border-left-lighten-4 {
    border-left: 1px solid #e1bee7 !important
}

.border-right-purple.border-right-lighten-4 {
    border-right: 1px solid #e1bee7 !important
}

.overlay-purple.overlay-lighten-4 {
    background: #e1bee7;
    background: rgba(225, 190, 231, .8)
}

.purple.lighten-3 {
    color: #ce93d8 !important
}

.bg-purple.bg-lighten-3 {
    background-color: #ce93d8 !important
}

.bg-purple.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(206, 147, 216, .6)
}

.btn-purple.btn-lighten-3 {
    border-color: #7b1fa2 !important;
    background-color: #ce93d8 !important
}

.btn-purple.btn-lighten-3:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-lighten-3:active,
.btn-purple.btn-lighten-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-lighten-3 {
    border-color: #ce93d8 !important;
    color: #ce93d8 !important
}

.btn-outline-purple.btn-outline-lighten-3:hover {
    background-color: #ce93d8 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ce93d8 !important
}

.border-purple.border-lighten-3 {
    border: 1px solid #ce93d8 !important
}

.border-top-purple.border-top-lighten-3 {
    border-top: 1px solid #ce93d8 !important
}

.border-bottom-purple.border-bottom-lighten-3 {
    border-bottom: 1px solid #ce93d8 !important
}

.border-left-purple.border-left-lighten-3 {
    border-left: 1px solid #ce93d8 !important
}

.border-right-purple.border-right-lighten-3 {
    border-right: 1px solid #ce93d8 !important
}

.overlay-purple.overlay-lighten-3 {
    background: #ce93d8;
    background: rgba(206, 147, 216, .8)
}

.purple.lighten-2 {
    color: #ba68c8 !important
}

.bg-purple.bg-lighten-2 {
    background-color: #ba68c8 !important
}

.bg-purple.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(186, 104, 200, .6)
}

.btn-purple.btn-lighten-2 {
    border-color: #7b1fa2 !important;
    background-color: #ba68c8 !important
}

.btn-purple.btn-lighten-2:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-lighten-2:active,
.btn-purple.btn-lighten-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-lighten-2 {
    border-color: #ba68c8 !important;
    color: #ba68c8 !important
}

.btn-outline-purple.btn-outline-lighten-2:hover {
    background-color: #ba68c8 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ba68c8 !important
}

.border-purple.border-lighten-2 {
    border: 1px solid #ba68c8 !important
}

.border-top-purple.border-top-lighten-2 {
    border-top: 1px solid #ba68c8 !important
}

.border-bottom-purple.border-bottom-lighten-2 {
    border-bottom: 1px solid #ba68c8 !important
}

.border-left-purple.border-left-lighten-2 {
    border-left: 1px solid #ba68c8 !important
}

.border-right-purple.border-right-lighten-2 {
    border-right: 1px solid #ba68c8 !important
}

.overlay-purple.overlay-lighten-2 {
    background: #ba68c8;
    background: rgba(186, 104, 200, .8)
}

.purple.lighten-1 {
    color: #ab47bc !important
}

.bg-purple.bg-lighten-1 {
    background-color: #ab47bc !important
}

.bg-purple.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(171, 71, 188, .6)
}

.btn-purple.btn-lighten-1 {
    border-color: #7b1fa2 !important;
    background-color: #ab47bc !important
}

.btn-purple.btn-lighten-1:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-lighten-1:active,
.btn-purple.btn-lighten-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-lighten-1 {
    border-color: #ab47bc !important;
    color: #ab47bc !important
}

.btn-outline-purple.btn-outline-lighten-1:hover {
    background-color: #ab47bc !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ab47bc !important
}

.border-purple.border-lighten-1 {
    border: 1px solid #ab47bc !important
}

.border-top-purple.border-top-lighten-1 {
    border-top: 1px solid #ab47bc !important
}

.border-bottom-purple.border-bottom-lighten-1 {
    border-bottom: 1px solid #ab47bc !important
}

.border-left-purple.border-left-lighten-1 {
    border-left: 1px solid #ab47bc !important
}

.border-right-purple.border-right-lighten-1 {
    border-right: 1px solid #ab47bc !important
}

.overlay-purple.overlay-lighten-1 {
    background: #ab47bc;
    background: rgba(171, 71, 188, .8)
}

.purple {
    color: #9c27b0 !important
}

.bg-purple {
    background-color: #9c27b0 !important
}

.bg-purple .card-footer,
.bg-purple .card-header {
    background-color: transparent
}

.bg-purple.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, .6)
}

.selectboxit.selectboxit-btn.bg-purple {
    background-color: #9c27b0 !important
}

.alert-purple {
    border-color: #9c27b0 !important;
    background-color: #c248d6
}

.border-purple {
    border-color: #9c27b0;
    border: 1px solid
}

.overlay-purple {
    background: #9c27b0;
    background: rgba(156, 39, 176, .8)
}

.color-info.purple {
    background-color: #9c27b0 !important
}

.btn-purple {
    border-color: #7b1fa2 !important;
    background-color: #9c27b0 !important;
    color: #fff
}

.btn-purple:hover {
    border-color: #8e24aa !important;
    background-color: #ab47bc !important;
    color: #fff !important
}

.btn-purple:active,
.btn-purple:focus {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
    color: #fff !important
}

.btn-purple.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, .6)
}

.btn-outline-purple {
    border: 1px solid;
    border-color: #9c27b0;
    background-color: transparent;
    color: #9c27b0
}

.btn-outline-purple:hover {
    background-color: #9c27b0;
    color: #fff !important
}

.btn-outline-purple.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(156, 39, 176, .6)
}

input[type=checkbox].bg-purple+.custom-control-label:before,
input[type=radio].bg-purple+.custom-control-label:before {
    background-color: #9c27b0 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #9c27b0 !important
}

.border-purple {
    border-color: #9c27b0 !important
}

.border-top-purple {
    border-top: 1px solid #9c27b0
}

.border-bottom-purple {
    border-bottom: 1px solid #9c27b0
}

.border-left-purple {
    border-left: 1px solid #9c27b0
}

.border-right-purple {
    border-right: 1px solid #9c27b0
}

.bullet.bullet-purple {
    background-color: #9c27b0
}

.purple.darken-1 {
    color: #8e24aa !important
}

.bg-purple.bg-darken-1 {
    background-color: #8e24aa !important
}

.bg-purple.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(142, 36, 170, .6)
}

.btn-purple.btn-darken-1 {
    border-color: #7b1fa2 !important;
    background-color: #8e24aa !important
}

.btn-purple.btn-darken-1:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-darken-1:active,
.btn-purple.btn-darken-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-darken-1 {
    border-color: #8e24aa !important;
    color: #8e24aa !important
}

.btn-outline-purple.btn-outline-darken-1:hover {
    background-color: #8e24aa !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #8e24aa !important
}

.border-purple.border-darken-1 {
    border: 1px solid #8e24aa !important
}

.border-top-purple.border-top-darken-1 {
    border-top: 1px solid #8e24aa !important
}

.border-bottom-purple.border-bottom-darken-1 {
    border-bottom: 1px solid #8e24aa !important
}

.border-left-purple.border-left-darken-1 {
    border-left: 1px solid #8e24aa !important
}

.border-right-purple.border-right-darken-1 {
    border-right: 1px solid #8e24aa !important
}

.overlay-purple.overlay-darken-1 {
    background: #8e24aa;
    background: rgba(142, 36, 170, .8)
}

.purple.darken-2 {
    color: #7b1fa2 !important
}

.bg-purple.bg-darken-2 {
    background-color: #7b1fa2 !important
}

.bg-purple.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(123, 31, 162, .6)
}

.btn-purple.btn-darken-2 {
    border-color: #7b1fa2 !important;
    background-color: #7b1fa2 !important
}

.btn-purple.btn-darken-2:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-darken-2:active,
.btn-purple.btn-darken-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-darken-2 {
    border-color: #7b1fa2 !important;
    color: #7b1fa2 !important
}

.btn-outline-purple.btn-outline-darken-2:hover {
    background-color: #7b1fa2 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #7b1fa2 !important
}

.border-purple.border-darken-2 {
    border: 1px solid #7b1fa2 !important
}

.border-top-purple.border-top-darken-2 {
    border-top: 1px solid #7b1fa2 !important
}

.border-bottom-purple.border-bottom-darken-2 {
    border-bottom: 1px solid #7b1fa2 !important
}

.border-left-purple.border-left-darken-2 {
    border-left: 1px solid #7b1fa2 !important
}

.border-right-purple.border-right-darken-2 {
    border-right: 1px solid #7b1fa2 !important
}

.overlay-purple.overlay-darken-2 {
    background: #7b1fa2;
    background: rgba(123, 31, 162, .8)
}

.purple.darken-3 {
    color: #6a1b9a !important
}

.bg-purple.bg-darken-3 {
    background-color: #6a1b9a !important
}

.bg-purple.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(106, 27, 154, .6)
}

.btn-purple.btn-darken-3 {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-darken-3:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-darken-3:active,
.btn-purple.btn-darken-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-darken-3 {
    border-color: #6a1b9a !important;
    color: #6a1b9a !important
}

.btn-outline-purple.btn-outline-darken-3:hover {
    background-color: #6a1b9a !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #6a1b9a !important
}

.border-purple.border-darken-3 {
    border: 1px solid #6a1b9a !important
}

.border-top-purple.border-top-darken-3 {
    border-top: 1px solid #6a1b9a !important
}

.border-bottom-purple.border-bottom-darken-3 {
    border-bottom: 1px solid #6a1b9a !important
}

.border-left-purple.border-left-darken-3 {
    border-left: 1px solid #6a1b9a !important
}

.border-right-purple.border-right-darken-3 {
    border-right: 1px solid #6a1b9a !important
}

.overlay-purple.overlay-darken-3 {
    background: #6a1b9a;
    background: rgba(106, 27, 154, .8)
}

.purple.darken-4 {
    color: #4a148c !important
}

.bg-purple.bg-darken-4 {
    background-color: #4a148c !important
}

.bg-purple.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(74, 20, 140, .6)
}

.btn-purple.btn-darken-4 {
    border-color: #7b1fa2 !important;
    background-color: #4a148c !important
}

.btn-purple.btn-darken-4:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-darken-4:active,
.btn-purple.btn-darken-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-darken-4 {
    border-color: #4a148c !important;
    color: #4a148c !important
}

.btn-outline-purple.btn-outline-darken-4:hover {
    background-color: #4a148c !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4a148c !important
}

.border-purple.border-darken-4 {
    border: 1px solid #4a148c !important
}

.border-top-purple.border-top-darken-4 {
    border-top: 1px solid #4a148c !important
}

.border-bottom-purple.border-bottom-darken-4 {
    border-bottom: 1px solid #4a148c !important
}

.border-left-purple.border-left-darken-4 {
    border-left: 1px solid #4a148c !important
}

.border-right-purple.border-right-darken-4 {
    border-right: 1px solid #4a148c !important
}

.overlay-purple.overlay-darken-4 {
    background: #4a148c;
    background: rgba(74, 20, 140, .8)
}

.purple.accent-1 {
    color: #ea80fc !important
}

.bg-purple.bg-accent-1 {
    background-color: #ea80fc !important
}

.bg-purple.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(234, 128, 252, .6)
}

.btn-purple.btn-accent-1 {
    border-color: #7b1fa2 !important;
    background-color: #ea80fc !important
}

.btn-purple.btn-accent-1:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-accent-1:active,
.btn-purple.btn-accent-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-accent-1 {
    border-color: #ea80fc !important;
    color: #ea80fc !important
}

.btn-outline-purple.btn-outline-accent-1:hover {
    background-color: #ea80fc !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ea80fc !important
}

.border-purple.border-accent-1 {
    border: 1px solid #ea80fc !important
}

.border-top-purple.border-top-accent-1 {
    border-top: 1px solid #ea80fc !important
}

.border-bottom-purple.border-bottom-accent-1 {
    border-bottom: 1px solid #ea80fc !important
}

.border-left-purple.border-left-accent-1 {
    border-left: 1px solid #ea80fc !important
}

.border-right-purple.border-right-accent-1 {
    border-right: 1px solid #ea80fc !important
}

.overlay-purple.overlay-accent-1 {
    background: #ea80fc;
    background: rgba(234, 128, 252, .8)
}

.purple.accent-2 {
    color: #e040fb !important
}

.bg-purple.bg-accent-2 {
    background-color: #e040fb !important
}

.bg-purple.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 64, 251, .6)
}

.btn-purple.btn-accent-2 {
    border-color: #7b1fa2 !important;
    background-color: #e040fb !important
}

.btn-purple.btn-accent-2:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-accent-2:active,
.btn-purple.btn-accent-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-accent-2 {
    border-color: #e040fb !important;
    color: #e040fb !important
}

.btn-outline-purple.btn-outline-accent-2:hover {
    background-color: #e040fb !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e040fb !important
}

.border-purple.border-accent-2 {
    border: 1px solid #e040fb !important
}

.border-top-purple.border-top-accent-2 {
    border-top: 1px solid #e040fb !important
}

.border-bottom-purple.border-bottom-accent-2 {
    border-bottom: 1px solid #e040fb !important
}

.border-left-purple.border-left-accent-2 {
    border-left: 1px solid #e040fb !important
}

.border-right-purple.border-right-accent-2 {
    border-right: 1px solid #e040fb !important
}

.overlay-purple.overlay-accent-2 {
    background: #e040fb;
    background: rgba(224, 64, 251, .8)
}

.purple.accent-3 {
    color: #d500f9 !important
}

.bg-purple.bg-accent-3 {
    background-color: #d500f9 !important
}

.bg-purple.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(213, 0, 249, .6)
}

.btn-purple.btn-accent-3 {
    border-color: #7b1fa2 !important;
    background-color: #d500f9 !important
}

.btn-purple.btn-accent-3:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-accent-3:active,
.btn-purple.btn-accent-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-accent-3 {
    border-color: #d500f9 !important;
    color: #d500f9 !important
}

.btn-outline-purple.btn-outline-accent-3:hover {
    background-color: #d500f9 !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d500f9 !important
}

.border-purple.border-accent-3 {
    border: 1px solid #d500f9 !important
}

.border-top-purple.border-top-accent-3 {
    border-top: 1px solid #d500f9 !important
}

.border-bottom-purple.border-bottom-accent-3 {
    border-bottom: 1px solid #d500f9 !important
}

.border-left-purple.border-left-accent-3 {
    border-left: 1px solid #d500f9 !important
}

.border-right-purple.border-right-accent-3 {
    border-right: 1px solid #d500f9 !important
}

.overlay-purple.overlay-accent-3 {
    background: #d500f9;
    background: rgba(213, 0, 249, .8)
}

.purple.accent-4 {
    color: #d0f !important
}

.bg-purple.bg-accent-4 {
    background-color: #d0f !important
}

.bg-purple.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(221, 0, 255, .6)
}

.btn-purple.btn-accent-4 {
    border-color: #7b1fa2 !important;
    background-color: #d0f !important
}

.btn-purple.btn-accent-4:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important
}

.btn-purple.btn-accent-4:active,
.btn-purple.btn-accent-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important
}

.btn-outline-purple.btn-outline-accent-4 {
    border-color: #d0f !important;
    color: #d0f !important
}

.btn-outline-purple.btn-outline-accent-4:hover {
    background-color: #d0f !important
}

input:focus~.bg-purple {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #d0f !important
}

.border-purple.border-accent-4 {
    border: 1px solid #d0f !important
}

.border-top-purple.border-top-accent-4 {
    border-top: 1px solid #d0f !important
}

.border-bottom-purple.border-bottom-accent-4 {
    border-bottom: 1px solid #d0f !important
}

.border-left-purple.border-left-accent-4 {
    border-left: 1px solid #d0f !important
}

.border-right-purple.border-right-accent-4 {
    border-right: 1px solid #d0f !important
}

.overlay-purple.overlay-accent-4 {
    background: #d0f;
    background: rgba(221, 0, 255, .8)
}

.blue.lighten-5 {
    color: #e3f2fd !important
}

.bg-blue.bg-lighten-5 {
    background-color: #e3f2fd !important
}

.bg-blue.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(227, 242, 253, .6)
}

.btn-blue.btn-lighten-5 {
    border-color: #1976d2 !important;
    background-color: #e3f2fd !important
}

.btn-blue.btn-lighten-5:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-lighten-5:active,
.btn-blue.btn-lighten-5:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-lighten-5 {
    border-color: #e3f2fd !important;
    color: #e3f2fd !important
}

.btn-outline-blue.btn-outline-lighten-5:hover {
    background-color: #e3f2fd !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e3f2fd !important
}

.border-blue.border-lighten-5 {
    border: 1px solid #e3f2fd !important
}

.border-top-blue.border-top-lighten-5 {
    border-top: 1px solid #e3f2fd !important
}

.border-bottom-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #e3f2fd !important
}

.border-left-blue.border-left-lighten-5 {
    border-left: 1px solid #e3f2fd !important
}

.border-right-blue.border-right-lighten-5 {
    border-right: 1px solid #e3f2fd !important
}

.overlay-blue.overlay-lighten-5 {
    background: #e3f2fd;
    background: rgba(227, 242, 253, .8)
}

.blue.lighten-4 {
    color: #bbdefb !important
}

.bg-blue.bg-lighten-4 {
    background-color: #bbdefb !important
}

.bg-blue.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(187, 222, 251, .6)
}

.btn-blue.btn-lighten-4 {
    border-color: #1976d2 !important;
    background-color: #bbdefb !important
}

.btn-blue.btn-lighten-4:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-lighten-4:active,
.btn-blue.btn-lighten-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-lighten-4 {
    border-color: #bbdefb !important;
    color: #bbdefb !important
}

.btn-outline-blue.btn-outline-lighten-4:hover {
    background-color: #bbdefb !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #bbdefb !important
}

.border-blue.border-lighten-4 {
    border: 1px solid #bbdefb !important
}

.border-top-blue.border-top-lighten-4 {
    border-top: 1px solid #bbdefb !important
}

.border-bottom-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #bbdefb !important
}

.border-left-blue.border-left-lighten-4 {
    border-left: 1px solid #bbdefb !important
}

.border-right-blue.border-right-lighten-4 {
    border-right: 1px solid #bbdefb !important
}

.overlay-blue.overlay-lighten-4 {
    background: #bbdefb;
    background: rgba(187, 222, 251, .8)
}

.blue.lighten-3 {
    color: #90caf9 !important
}

.bg-blue.bg-lighten-3 {
    background-color: #90caf9 !important
}

.bg-blue.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(144, 202, 249, .6)
}

.btn-blue.btn-lighten-3 {
    border-color: #1976d2 !important;
    background-color: #90caf9 !important
}

.btn-blue.btn-lighten-3:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-lighten-3:active,
.btn-blue.btn-lighten-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-lighten-3 {
    border-color: #90caf9 !important;
    color: #90caf9 !important
}

.btn-outline-blue.btn-outline-lighten-3:hover {
    background-color: #90caf9 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #90caf9 !important
}

.border-blue.border-lighten-3 {
    border: 1px solid #90caf9 !important
}

.border-top-blue.border-top-lighten-3 {
    border-top: 1px solid #90caf9 !important
}

.border-bottom-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #90caf9 !important
}

.border-left-blue.border-left-lighten-3 {
    border-left: 1px solid #90caf9 !important
}

.border-right-blue.border-right-lighten-3 {
    border-right: 1px solid #90caf9 !important
}

.overlay-blue.overlay-lighten-3 {
    background: #90caf9;
    background: rgba(144, 202, 249, .8)
}

.blue.lighten-2 {
    color: #64b5f6 !important
}

.bg-blue.bg-lighten-2 {
    background-color: #64b5f6 !important
}

.bg-blue.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(100, 181, 246, .6)
}

.btn-blue.btn-lighten-2 {
    border-color: #1976d2 !important;
    background-color: #64b5f6 !important
}

.btn-blue.btn-lighten-2:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-lighten-2:active,
.btn-blue.btn-lighten-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-lighten-2 {
    border-color: #64b5f6 !important;
    color: #64b5f6 !important
}

.btn-outline-blue.btn-outline-lighten-2:hover {
    background-color: #64b5f6 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #64b5f6 !important
}

.border-blue.border-lighten-2 {
    border: 1px solid #64b5f6 !important
}

.border-top-blue.border-top-lighten-2 {
    border-top: 1px solid #64b5f6 !important
}

.border-bottom-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #64b5f6 !important
}

.border-left-blue.border-left-lighten-2 {
    border-left: 1px solid #64b5f6 !important
}

.border-right-blue.border-right-lighten-2 {
    border-right: 1px solid #64b5f6 !important
}

.overlay-blue.overlay-lighten-2 {
    background: #64b5f6;
    background: rgba(100, 181, 246, .8)
}

.blue.lighten-1 {
    color: #42a5f5 !important
}

.bg-blue.bg-lighten-1 {
    background-color: #42a5f5 !important
}

.bg-blue.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(66, 165, 245, .6)
}

.btn-blue.btn-lighten-1 {
    border-color: #1976d2 !important;
    background-color: #42a5f5 !important
}

.btn-blue.btn-lighten-1:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-lighten-1:active,
.btn-blue.btn-lighten-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-lighten-1 {
    border-color: #42a5f5 !important;
    color: #42a5f5 !important
}

.btn-outline-blue.btn-outline-lighten-1:hover {
    background-color: #42a5f5 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #42a5f5 !important
}

.border-blue.border-lighten-1 {
    border: 1px solid #42a5f5 !important
}

.border-top-blue.border-top-lighten-1 {
    border-top: 1px solid #42a5f5 !important
}

.border-bottom-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #42a5f5 !important
}

.border-left-blue.border-left-lighten-1 {
    border-left: 1px solid #42a5f5 !important
}

.border-right-blue.border-right-lighten-1 {
    border-right: 1px solid #42a5f5 !important
}

.overlay-blue.overlay-lighten-1 {
    background: #42a5f5;
    background: rgba(66, 165, 245, .8)
}

.blue {
    color: #2196f3 !important
}

.bg-blue {
    background-color: #2196f3 !important
}

.bg-blue .card-footer,
.bg-blue .card-header {
    background-color: transparent
}

.bg-blue.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, .6)
}

.selectboxit.selectboxit-btn.bg-blue {
    background-color: #2196f3 !important
}

.alert-blue {
    border-color: #2196f3 !important;
    background-color: #65b6f7
}

.border-blue {
    border-color: #2196f3;
    border: 1px solid
}

.overlay-blue {
    background: #2196f3;
    background: rgba(33, 150, 243, .8)
}

.color-info.blue {
    background-color: #2196f3 !important
}

.btn-blue {
    border-color: #1976d2 !important;
    background-color: #2196f3 !important;
    color: #fff
}

.btn-blue:hover {
    border-color: #1e88e5 !important;
    background-color: #42a5f5 !important;
    color: #fff !important
}

.btn-blue:active,
.btn-blue:focus {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important;
    color: #fff !important
}

.btn-blue.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, .6)
}

.btn-outline-blue {
    border: 1px solid;
    border-color: #2196f3;
    background-color: transparent;
    color: #2196f3
}

.btn-outline-blue:hover {
    background-color: #2196f3;
    color: #fff !important
}

.btn-outline-blue.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(33, 150, 243, .6)
}

input[type=checkbox].bg-blue+.custom-control-label:before,
input[type=radio].bg-blue+.custom-control-label:before {
    background-color: #2196f3 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2196f3 !important
}

.border-blue {
    border-color: #2196f3 !important
}

.border-top-blue {
    border-top: 1px solid #2196f3
}

.border-bottom-blue {
    border-bottom: 1px solid #2196f3
}

.border-left-blue {
    border-left: 1px solid #2196f3
}

.border-right-blue {
    border-right: 1px solid #2196f3
}

.bullet.bullet-blue {
    background-color: #2196f3
}

.blue.darken-1 {
    color: #1e88e5 !important
}

.bg-blue.bg-darken-1 {
    background-color: #1e88e5 !important
}

.bg-blue.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(30, 136, 229, .6)
}

.btn-blue.btn-darken-1 {
    border-color: #1976d2 !important;
    background-color: #1e88e5 !important
}

.btn-blue.btn-darken-1:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-darken-1:active,
.btn-blue.btn-darken-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-darken-1 {
    border-color: #1e88e5 !important;
    color: #1e88e5 !important
}

.btn-outline-blue.btn-outline-darken-1:hover {
    background-color: #1e88e5 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1e88e5 !important
}

.border-blue.border-darken-1 {
    border: 1px solid #1e88e5 !important
}

.border-top-blue.border-top-darken-1 {
    border-top: 1px solid #1e88e5 !important
}

.border-bottom-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #1e88e5 !important
}

.border-left-blue.border-left-darken-1 {
    border-left: 1px solid #1e88e5 !important
}

.border-right-blue.border-right-darken-1 {
    border-right: 1px solid #1e88e5 !important
}

.overlay-blue.overlay-darken-1 {
    background: #1e88e5;
    background: rgba(30, 136, 229, .8)
}

.blue.darken-2 {
    color: #1976d2 !important
}

.bg-blue.bg-darken-2 {
    background-color: #1976d2 !important
}

.bg-blue.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(25, 118, 210, .6)
}

.btn-blue.btn-darken-2 {
    border-color: #1976d2 !important;
    background-color: #1976d2 !important
}

.btn-blue.btn-darken-2:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-darken-2:active,
.btn-blue.btn-darken-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-darken-2 {
    border-color: #1976d2 !important;
    color: #1976d2 !important
}

.btn-outline-blue.btn-outline-darken-2:hover {
    background-color: #1976d2 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1976d2 !important
}

.border-blue.border-darken-2 {
    border: 1px solid #1976d2 !important
}

.border-top-blue.border-top-darken-2 {
    border-top: 1px solid #1976d2 !important
}

.border-bottom-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #1976d2 !important
}

.border-left-blue.border-left-darken-2 {
    border-left: 1px solid #1976d2 !important
}

.border-right-blue.border-right-darken-2 {
    border-right: 1px solid #1976d2 !important
}

.overlay-blue.overlay-darken-2 {
    background: #1976d2;
    background: rgba(25, 118, 210, .8)
}

.blue.darken-3 {
    color: #1565c0 !important
}

.bg-blue.bg-darken-3 {
    background-color: #1565c0 !important
}

.bg-blue.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(21, 101, 192, .6)
}

.btn-blue.btn-darken-3 {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-darken-3:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-darken-3:active,
.btn-blue.btn-darken-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-darken-3 {
    border-color: #1565c0 !important;
    color: #1565c0 !important
}

.btn-outline-blue.btn-outline-darken-3:hover {
    background-color: #1565c0 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1565c0 !important
}

.border-blue.border-darken-3 {
    border: 1px solid #1565c0 !important
}

.border-top-blue.border-top-darken-3 {
    border-top: 1px solid #1565c0 !important
}

.border-bottom-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #1565c0 !important
}

.border-left-blue.border-left-darken-3 {
    border-left: 1px solid #1565c0 !important
}

.border-right-blue.border-right-darken-3 {
    border-right: 1px solid #1565c0 !important
}

.overlay-blue.overlay-darken-3 {
    background: #1565c0;
    background: rgba(21, 101, 192, .8)
}

.blue.darken-4 {
    color: #0d47a1 !important
}

.bg-blue.bg-darken-4 {
    background-color: #0d47a1 !important
}

.bg-blue.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(13, 71, 161, .6)
}

.btn-blue.btn-darken-4 {
    border-color: #1976d2 !important;
    background-color: #0d47a1 !important
}

.btn-blue.btn-darken-4:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-darken-4:active,
.btn-blue.btn-darken-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-darken-4 {
    border-color: #0d47a1 !important;
    color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-darken-4:hover {
    background-color: #0d47a1 !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0d47a1 !important
}

.border-blue.border-darken-4 {
    border: 1px solid #0d47a1 !important
}

.border-top-blue.border-top-darken-4 {
    border-top: 1px solid #0d47a1 !important
}

.border-bottom-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #0d47a1 !important
}

.border-left-blue.border-left-darken-4 {
    border-left: 1px solid #0d47a1 !important
}

.border-right-blue.border-right-darken-4 {
    border-right: 1px solid #0d47a1 !important
}

.overlay-blue.overlay-darken-4 {
    background: #0d47a1;
    background: rgba(13, 71, 161, .8)
}

.blue.accent-1 {
    color: #82b1ff !important
}

.bg-blue.bg-accent-1 {
    background-color: #82b1ff !important
}

.bg-blue.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(130, 177, 255, .6)
}

.btn-blue.btn-accent-1 {
    border-color: #1976d2 !important;
    background-color: #82b1ff !important
}

.btn-blue.btn-accent-1:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-accent-1:active,
.btn-blue.btn-accent-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-accent-1 {
    border-color: #82b1ff !important;
    color: #82b1ff !important
}

.btn-outline-blue.btn-outline-accent-1:hover {
    background-color: #82b1ff !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #82b1ff !important
}

.border-blue.border-accent-1 {
    border: 1px solid #82b1ff !important
}

.border-top-blue.border-top-accent-1 {
    border-top: 1px solid #82b1ff !important
}

.border-bottom-blue.border-bottom-accent-1 {
    border-bottom: 1px solid #82b1ff !important
}

.border-left-blue.border-left-accent-1 {
    border-left: 1px solid #82b1ff !important
}

.border-right-blue.border-right-accent-1 {
    border-right: 1px solid #82b1ff !important
}

.overlay-blue.overlay-accent-1 {
    background: #82b1ff;
    background: rgba(130, 177, 255, .8)
}

.blue.accent-2 {
    color: #448aff !important
}

.bg-blue.bg-accent-2 {
    background-color: #448aff !important
}

.bg-blue.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(68, 138, 255, .6)
}

.btn-blue.btn-accent-2 {
    border-color: #1976d2 !important;
    background-color: #448aff !important
}

.btn-blue.btn-accent-2:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-accent-2:active,
.btn-blue.btn-accent-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-accent-2 {
    border-color: #448aff !important;
    color: #448aff !important
}

.btn-outline-blue.btn-outline-accent-2:hover {
    background-color: #448aff !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #448aff !important
}

.border-blue.border-accent-2 {
    border: 1px solid #448aff !important
}

.border-top-blue.border-top-accent-2 {
    border-top: 1px solid #448aff !important
}

.border-bottom-blue.border-bottom-accent-2 {
    border-bottom: 1px solid #448aff !important
}

.border-left-blue.border-left-accent-2 {
    border-left: 1px solid #448aff !important
}

.border-right-blue.border-right-accent-2 {
    border-right: 1px solid #448aff !important
}

.overlay-blue.overlay-accent-2 {
    background: #448aff;
    background: rgba(68, 138, 255, .8)
}

.blue.accent-3 {
    color: #2979ff !important
}

.bg-blue.bg-accent-3 {
    background-color: #2979ff !important
}

.bg-blue.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(41, 121, 255, .6)
}

.btn-blue.btn-accent-3 {
    border-color: #1976d2 !important;
    background-color: #2979ff !important
}

.btn-blue.btn-accent-3:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-accent-3:active,
.btn-blue.btn-accent-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-accent-3 {
    border-color: #2979ff !important;
    color: #2979ff !important
}

.btn-outline-blue.btn-outline-accent-3:hover {
    background-color: #2979ff !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2979ff !important
}

.border-blue.border-accent-3 {
    border: 1px solid #2979ff !important
}

.border-top-blue.border-top-accent-3 {
    border-top: 1px solid #2979ff !important
}

.border-bottom-blue.border-bottom-accent-3 {
    border-bottom: 1px solid #2979ff !important
}

.border-left-blue.border-left-accent-3 {
    border-left: 1px solid #2979ff !important
}

.border-right-blue.border-right-accent-3 {
    border-right: 1px solid #2979ff !important
}

.overlay-blue.overlay-accent-3 {
    background: #2979ff;
    background: rgba(41, 121, 255, .8)
}

.blue.accent-4 {
    color: #2962ff !important
}

.bg-blue.bg-accent-4 {
    background-color: #2962ff !important
}

.bg-blue.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(41, 98, 255, .6)
}

.btn-blue.btn-accent-4 {
    border-color: #1976d2 !important;
    background-color: #2962ff !important
}

.btn-blue.btn-accent-4:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important
}

.btn-blue.btn-accent-4:active,
.btn-blue.btn-accent-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important
}

.btn-outline-blue.btn-outline-accent-4 {
    border-color: #2962ff !important;
    color: #2962ff !important
}

.btn-outline-blue.btn-outline-accent-4:hover {
    background-color: #2962ff !important
}

input:focus~.bg-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2962ff !important
}

.border-blue.border-accent-4 {
    border: 1px solid #2962ff !important
}

.border-top-blue.border-top-accent-4 {
    border-top: 1px solid #2962ff !important
}

.border-bottom-blue.border-bottom-accent-4 {
    border-bottom: 1px solid #2962ff !important
}

.border-left-blue.border-left-accent-4 {
    border-left: 1px solid #2962ff !important
}

.border-right-blue.border-right-accent-4 {
    border-right: 1px solid #2962ff !important
}

.overlay-blue.overlay-accent-4 {
    background: #2962ff;
    background: rgba(41, 98, 255, .8)
}

.cyan.lighten-5 {
    color: #e0f7fa !important
}

.bg-cyan.bg-lighten-5 {
    background-color: #e0f7fa !important
}

.bg-cyan.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 247, 250, .6)
}

.btn-cyan.btn-lighten-5 {
    border-color: #0097a7 !important;
    background-color: #e0f7fa !important
}

.btn-cyan.btn-lighten-5:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-lighten-5:active,
.btn-cyan.btn-lighten-5:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-lighten-5 {
    border-color: #e0f7fa !important;
    color: #e0f7fa !important
}

.btn-outline-cyan.btn-outline-lighten-5:hover {
    background-color: #e0f7fa !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e0f7fa !important
}

.border-cyan.border-lighten-5 {
    border: 1px solid #e0f7fa !important
}

.border-top-cyan.border-top-lighten-5 {
    border-top: 1px solid #e0f7fa !important
}

.border-bottom-cyan.border-bottom-lighten-5 {
    border-bottom: 1px solid #e0f7fa !important
}

.border-left-cyan.border-left-lighten-5 {
    border-left: 1px solid #e0f7fa !important
}

.border-right-cyan.border-right-lighten-5 {
    border-right: 1px solid #e0f7fa !important
}

.overlay-cyan.overlay-lighten-5 {
    background: #e0f7fa;
    background: rgba(224, 247, 250, .8)
}

.cyan.lighten-4 {
    color: #b2ebf2 !important
}

.bg-cyan.bg-lighten-4 {
    background-color: #b2ebf2 !important
}

.bg-cyan.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(178, 235, 242, .6)
}

.btn-cyan.btn-lighten-4 {
    border-color: #0097a7 !important;
    background-color: #b2ebf2 !important
}

.btn-cyan.btn-lighten-4:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-lighten-4:active,
.btn-cyan.btn-lighten-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-lighten-4 {
    border-color: #b2ebf2 !important;
    color: #b2ebf2 !important
}

.btn-outline-cyan.btn-outline-lighten-4:hover {
    background-color: #b2ebf2 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b2ebf2 !important
}

.border-cyan.border-lighten-4 {
    border: 1px solid #b2ebf2 !important
}

.border-top-cyan.border-top-lighten-4 {
    border-top: 1px solid #b2ebf2 !important
}

.border-bottom-cyan.border-bottom-lighten-4 {
    border-bottom: 1px solid #b2ebf2 !important
}

.border-left-cyan.border-left-lighten-4 {
    border-left: 1px solid #b2ebf2 !important
}

.border-right-cyan.border-right-lighten-4 {
    border-right: 1px solid #b2ebf2 !important
}

.overlay-cyan.overlay-lighten-4 {
    background: #b2ebf2;
    background: rgba(178, 235, 242, .8)
}

.cyan.lighten-3 {
    color: #80deea !important
}

.bg-cyan.bg-lighten-3 {
    background-color: #80deea !important
}

.bg-cyan.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(128, 222, 234, .6)
}

.btn-cyan.btn-lighten-3 {
    border-color: #0097a7 !important;
    background-color: #80deea !important
}

.btn-cyan.btn-lighten-3:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-lighten-3:active,
.btn-cyan.btn-lighten-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-lighten-3 {
    border-color: #80deea !important;
    color: #80deea !important
}

.btn-outline-cyan.btn-outline-lighten-3:hover {
    background-color: #80deea !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #80deea !important
}

.border-cyan.border-lighten-3 {
    border: 1px solid #80deea !important
}

.border-top-cyan.border-top-lighten-3 {
    border-top: 1px solid #80deea !important
}

.border-bottom-cyan.border-bottom-lighten-3 {
    border-bottom: 1px solid #80deea !important
}

.border-left-cyan.border-left-lighten-3 {
    border-left: 1px solid #80deea !important
}

.border-right-cyan.border-right-lighten-3 {
    border-right: 1px solid #80deea !important
}

.overlay-cyan.overlay-lighten-3 {
    background: #80deea;
    background: rgba(128, 222, 234, .8)
}

.cyan.lighten-2 {
    color: #4dd0e1 !important
}

.bg-cyan.bg-lighten-2 {
    background-color: #4dd0e1 !important
}

.bg-cyan.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(77, 208, 225, .6)
}

.btn-cyan.btn-lighten-2 {
    border-color: #0097a7 !important;
    background-color: #4dd0e1 !important
}

.btn-cyan.btn-lighten-2:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-lighten-2:active,
.btn-cyan.btn-lighten-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-lighten-2 {
    border-color: #4dd0e1 !important;
    color: #4dd0e1 !important
}

.btn-outline-cyan.btn-outline-lighten-2:hover {
    background-color: #4dd0e1 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4dd0e1 !important
}

.border-cyan.border-lighten-2 {
    border: 1px solid #4dd0e1 !important
}

.border-top-cyan.border-top-lighten-2 {
    border-top: 1px solid #4dd0e1 !important
}

.border-bottom-cyan.border-bottom-lighten-2 {
    border-bottom: 1px solid #4dd0e1 !important
}

.border-left-cyan.border-left-lighten-2 {
    border-left: 1px solid #4dd0e1 !important
}

.border-right-cyan.border-right-lighten-2 {
    border-right: 1px solid #4dd0e1 !important
}

.overlay-cyan.overlay-lighten-2 {
    background: #4dd0e1;
    background: rgba(77, 208, 225, .8)
}

.cyan.lighten-1 {
    color: #26c6da !important
}

.bg-cyan.bg-lighten-1 {
    background-color: #26c6da !important
}

.bg-cyan.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(38, 198, 218, .6)
}

.btn-cyan.btn-lighten-1 {
    border-color: #0097a7 !important;
    background-color: #26c6da !important
}

.btn-cyan.btn-lighten-1:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-lighten-1:active,
.btn-cyan.btn-lighten-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-lighten-1 {
    border-color: #26c6da !important;
    color: #26c6da !important
}

.btn-outline-cyan.btn-outline-lighten-1:hover {
    background-color: #26c6da !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #26c6da !important
}

.border-cyan.border-lighten-1 {
    border: 1px solid #26c6da !important
}

.border-top-cyan.border-top-lighten-1 {
    border-top: 1px solid #26c6da !important
}

.border-bottom-cyan.border-bottom-lighten-1 {
    border-bottom: 1px solid #26c6da !important
}

.border-left-cyan.border-left-lighten-1 {
    border-left: 1px solid #26c6da !important
}

.border-right-cyan.border-right-lighten-1 {
    border-right: 1px solid #26c6da !important
}

.overlay-cyan.overlay-lighten-1 {
    background: #26c6da;
    background: rgba(38, 198, 218, .8)
}

.cyan {
    color: #00bcd4 !important
}

.bg-cyan {
    background-color: #00bcd4 !important
}

.bg-cyan .card-footer,
.bg-cyan .card-header {
    background-color: transparent
}

.bg-cyan.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

.selectboxit.selectboxit-btn.bg-cyan {
    background-color: #00bcd4 !important
}

.alert-cyan {
    border-color: #00bcd4 !important;
    background-color: #1ce5ff
}

.border-cyan {
    border-color: #00bcd4;
    border: 1px solid
}

.overlay-cyan {
    background: #00bcd4;
    background: rgba(0, 188, 212, .8)
}

.color-info.cyan {
    background-color: #00bcd4 !important
}

.btn-cyan {
    border-color: #0097a7 !important;
    background-color: #00bcd4 !important;
    color: #fff
}

.btn-cyan:hover {
    border-color: #00acc1 !important;
    background-color: #26c6da !important;
    color: #fff !important
}

.btn-cyan:active,
.btn-cyan:focus {
    border-color: #0097a7 !important;
    background-color: #00838f !important;
    color: #fff !important
}

.btn-cyan.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

.btn-outline-cyan {
    border: 1px solid;
    border-color: #00bcd4;
    background-color: transparent;
    color: #00bcd4
}

.btn-outline-cyan:hover {
    background-color: #00bcd4;
    color: #fff !important
}

.btn-outline-cyan.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 188, 212, .6)
}

input[type=checkbox].bg-cyan+.custom-control-label:before,
input[type=radio].bg-cyan+.custom-control-label:before {
    background-color: #00bcd4 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00bcd4 !important
}

.border-cyan {
    border-color: #00bcd4 !important
}

.border-top-cyan {
    border-top: 1px solid #00bcd4
}

.border-bottom-cyan {
    border-bottom: 1px solid #00bcd4
}

.border-left-cyan {
    border-left: 1px solid #00bcd4
}

.border-right-cyan {
    border-right: 1px solid #00bcd4
}

.bullet.bullet-cyan {
    background-color: #00bcd4
}

.cyan.darken-1 {
    color: #00acc1 !important
}

.bg-cyan.bg-darken-1 {
    background-color: #00acc1 !important
}

.bg-cyan.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 172, 193, .6)
}

.btn-cyan.btn-darken-1 {
    border-color: #0097a7 !important;
    background-color: #00acc1 !important
}

.btn-cyan.btn-darken-1:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-darken-1:active,
.btn-cyan.btn-darken-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-darken-1 {
    border-color: #00acc1 !important;
    color: #00acc1 !important
}

.btn-outline-cyan.btn-outline-darken-1:hover {
    background-color: #00acc1 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00acc1 !important
}

.border-cyan.border-darken-1 {
    border: 1px solid #00acc1 !important
}

.border-top-cyan.border-top-darken-1 {
    border-top: 1px solid #00acc1 !important
}

.border-bottom-cyan.border-bottom-darken-1 {
    border-bottom: 1px solid #00acc1 !important
}

.border-left-cyan.border-left-darken-1 {
    border-left: 1px solid #00acc1 !important
}

.border-right-cyan.border-right-darken-1 {
    border-right: 1px solid #00acc1 !important
}

.overlay-cyan.overlay-darken-1 {
    background: #00acc1;
    background: rgba(0, 172, 193, .8)
}

.cyan.darken-2 {
    color: #0097a7 !important
}

.bg-cyan.bg-darken-2 {
    background-color: #0097a7 !important
}

.bg-cyan.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 151, 167, .6)
}

.btn-cyan.btn-darken-2 {
    border-color: #0097a7 !important;
    background-color: #0097a7 !important
}

.btn-cyan.btn-darken-2:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-darken-2:active,
.btn-cyan.btn-darken-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-darken-2 {
    border-color: #0097a7 !important;
    color: #0097a7 !important
}

.btn-outline-cyan.btn-outline-darken-2:hover {
    background-color: #0097a7 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #0097a7 !important
}

.border-cyan.border-darken-2 {
    border: 1px solid #0097a7 !important
}

.border-top-cyan.border-top-darken-2 {
    border-top: 1px solid #0097a7 !important
}

.border-bottom-cyan.border-bottom-darken-2 {
    border-bottom: 1px solid #0097a7 !important
}

.border-left-cyan.border-left-darken-2 {
    border-left: 1px solid #0097a7 !important
}

.border-right-cyan.border-right-darken-2 {
    border-right: 1px solid #0097a7 !important
}

.overlay-cyan.overlay-darken-2 {
    background: #0097a7;
    background: rgba(0, 151, 167, .8)
}

.cyan.darken-3 {
    color: #00838f !important
}

.bg-cyan.bg-darken-3 {
    background-color: #00838f !important
}

.bg-cyan.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 131, 143, .6)
}

.btn-cyan.btn-darken-3 {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-darken-3:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-darken-3:active,
.btn-cyan.btn-darken-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-darken-3 {
    border-color: #00838f !important;
    color: #00838f !important
}

.btn-outline-cyan.btn-outline-darken-3:hover {
    background-color: #00838f !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00838f !important
}

.border-cyan.border-darken-3 {
    border: 1px solid #00838f !important
}

.border-top-cyan.border-top-darken-3 {
    border-top: 1px solid #00838f !important
}

.border-bottom-cyan.border-bottom-darken-3 {
    border-bottom: 1px solid #00838f !important
}

.border-left-cyan.border-left-darken-3 {
    border-left: 1px solid #00838f !important
}

.border-right-cyan.border-right-darken-3 {
    border-right: 1px solid #00838f !important
}

.overlay-cyan.overlay-darken-3 {
    background: #00838f;
    background: rgba(0, 131, 143, .8)
}

.cyan.darken-4 {
    color: #006064 !important
}

.bg-cyan.bg-darken-4 {
    background-color: #006064 !important
}

.bg-cyan.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 96, 100, .6)
}

.btn-cyan.btn-darken-4 {
    border-color: #0097a7 !important;
    background-color: #006064 !important
}

.btn-cyan.btn-darken-4:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-darken-4:active,
.btn-cyan.btn-darken-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-darken-4 {
    border-color: #006064 !important;
    color: #006064 !important
}

.btn-outline-cyan.btn-outline-darken-4:hover {
    background-color: #006064 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #006064 !important
}

.border-cyan.border-darken-4 {
    border: 1px solid #006064 !important
}

.border-top-cyan.border-top-darken-4 {
    border-top: 1px solid #006064 !important
}

.border-bottom-cyan.border-bottom-darken-4 {
    border-bottom: 1px solid #006064 !important
}

.border-left-cyan.border-left-darken-4 {
    border-left: 1px solid #006064 !important
}

.border-right-cyan.border-right-darken-4 {
    border-right: 1px solid #006064 !important
}

.overlay-cyan.overlay-darken-4 {
    background: #006064;
    background: rgba(0, 96, 100, .8)
}

.cyan.accent-1 {
    color: #84ffff !important
}

.bg-cyan.bg-accent-1 {
    background-color: #84ffff !important
}

.bg-cyan.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(132, 255, 255, .6)
}

.btn-cyan.btn-accent-1 {
    border-color: #0097a7 !important;
    background-color: #84ffff !important
}

.btn-cyan.btn-accent-1:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-accent-1:active,
.btn-cyan.btn-accent-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-accent-1 {
    border-color: #84ffff !important;
    color: #84ffff !important
}

.btn-outline-cyan.btn-outline-accent-1:hover {
    background-color: #84ffff !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #84ffff !important
}

.border-cyan.border-accent-1 {
    border: 1px solid #84ffff !important
}

.border-top-cyan.border-top-accent-1 {
    border-top: 1px solid #84ffff !important
}

.border-bottom-cyan.border-bottom-accent-1 {
    border-bottom: 1px solid #84ffff !important
}

.border-left-cyan.border-left-accent-1 {
    border-left: 1px solid #84ffff !important
}

.border-right-cyan.border-right-accent-1 {
    border-right: 1px solid #84ffff !important
}

.overlay-cyan.overlay-accent-1 {
    background: #84ffff;
    background: rgba(132, 255, 255, .8)
}

.cyan.accent-2 {
    color: #18ffff !important
}

.bg-cyan.bg-accent-2 {
    background-color: #18ffff !important
}

.bg-cyan.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(24, 255, 255, .6)
}

.btn-cyan.btn-accent-2 {
    border-color: #0097a7 !important;
    background-color: #18ffff !important
}

.btn-cyan.btn-accent-2:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-accent-2:active,
.btn-cyan.btn-accent-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-accent-2 {
    border-color: #18ffff !important;
    color: #18ffff !important
}

.btn-outline-cyan.btn-outline-accent-2:hover {
    background-color: #18ffff !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #18ffff !important
}

.border-cyan.border-accent-2 {
    border: 1px solid #18ffff !important
}

.border-top-cyan.border-top-accent-2 {
    border-top: 1px solid #18ffff !important
}

.border-bottom-cyan.border-bottom-accent-2 {
    border-bottom: 1px solid #18ffff !important
}

.border-left-cyan.border-left-accent-2 {
    border-left: 1px solid #18ffff !important
}

.border-right-cyan.border-right-accent-2 {
    border-right: 1px solid #18ffff !important
}

.overlay-cyan.overlay-accent-2 {
    background: #18ffff;
    background: rgba(24, 255, 255, .8)
}

.cyan.accent-3 {
    color: #00e5ff !important
}

.bg-cyan.bg-accent-3 {
    background-color: #00e5ff !important
}

.bg-cyan.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 229, 255, .6)
}

.btn-cyan.btn-accent-3 {
    border-color: #0097a7 !important;
    background-color: #00e5ff !important
}

.btn-cyan.btn-accent-3:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-accent-3:active,
.btn-cyan.btn-accent-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-accent-3 {
    border-color: #00e5ff !important;
    color: #00e5ff !important
}

.btn-outline-cyan.btn-outline-accent-3:hover {
    background-color: #00e5ff !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00e5ff !important
}

.border-cyan.border-accent-3 {
    border: 1px solid #00e5ff !important
}

.border-top-cyan.border-top-accent-3 {
    border-top: 1px solid #00e5ff !important
}

.border-bottom-cyan.border-bottom-accent-3 {
    border-bottom: 1px solid #00e5ff !important
}

.border-left-cyan.border-left-accent-3 {
    border-left: 1px solid #00e5ff !important
}

.border-right-cyan.border-right-accent-3 {
    border-right: 1px solid #00e5ff !important
}

.overlay-cyan.overlay-accent-3 {
    background: #00e5ff;
    background: rgba(0, 229, 255, .8)
}

.cyan.accent-4 {
    color: #00b8d4 !important
}

.bg-cyan.bg-accent-4 {
    background-color: #00b8d4 !important
}

.bg-cyan.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 184, 212, .6)
}

.btn-cyan.btn-accent-4 {
    border-color: #0097a7 !important;
    background-color: #00b8d4 !important
}

.btn-cyan.btn-accent-4:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important
}

.btn-cyan.btn-accent-4:active,
.btn-cyan.btn-accent-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important
}

.btn-outline-cyan.btn-outline-accent-4 {
    border-color: #00b8d4 !important;
    color: #00b8d4 !important
}

.btn-outline-cyan.btn-outline-accent-4:hover {
    background-color: #00b8d4 !important
}

input:focus~.bg-cyan {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00b8d4 !important
}

.border-cyan.border-accent-4 {
    border: 1px solid #00b8d4 !important
}

.border-top-cyan.border-top-accent-4 {
    border-top: 1px solid #00b8d4 !important
}

.border-bottom-cyan.border-bottom-accent-4 {
    border-bottom: 1px solid #00b8d4 !important
}

.border-left-cyan.border-left-accent-4 {
    border-left: 1px solid #00b8d4 !important
}

.border-right-cyan.border-right-accent-4 {
    border-right: 1px solid #00b8d4 !important
}

.overlay-cyan.overlay-accent-4 {
    background: #00b8d4;
    background: rgba(0, 184, 212, .8)
}

.teal.lighten-5 {
    color: #e0f2f1 !important
}

.bg-teal.bg-lighten-5 {
    background-color: #e0f2f1 !important
}

.bg-teal.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(224, 242, 241, .6)
}

.btn-teal.btn-lighten-5 {
    border-color: #00796b !important;
    background-color: #e0f2f1 !important
}

.btn-teal.btn-lighten-5:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-lighten-5:active,
.btn-teal.btn-lighten-5:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-lighten-5 {
    border-color: #e0f2f1 !important;
    color: #e0f2f1 !important
}

.btn-outline-teal.btn-outline-lighten-5:hover {
    background-color: #e0f2f1 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #e0f2f1 !important
}

.border-teal.border-lighten-5 {
    border: 1px solid #e0f2f1 !important
}

.border-top-teal.border-top-lighten-5 {
    border-top: 1px solid #e0f2f1 !important
}

.border-bottom-teal.border-bottom-lighten-5 {
    border-bottom: 1px solid #e0f2f1 !important
}

.border-left-teal.border-left-lighten-5 {
    border-left: 1px solid #e0f2f1 !important
}

.border-right-teal.border-right-lighten-5 {
    border-right: 1px solid #e0f2f1 !important
}

.overlay-teal.overlay-lighten-5 {
    background: #e0f2f1;
    background: rgba(224, 242, 241, .8)
}

.teal.lighten-4 {
    color: #b2dfdb !important
}

.bg-teal.bg-lighten-4 {
    background-color: #b2dfdb !important
}

.bg-teal.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(178, 223, 219, .6)
}

.btn-teal.btn-lighten-4 {
    border-color: #00796b !important;
    background-color: #b2dfdb !important
}

.btn-teal.btn-lighten-4:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-lighten-4:active,
.btn-teal.btn-lighten-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-lighten-4 {
    border-color: #b2dfdb !important;
    color: #b2dfdb !important
}

.btn-outline-teal.btn-outline-lighten-4:hover {
    background-color: #b2dfdb !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b2dfdb !important
}

.border-teal.border-lighten-4 {
    border: 1px solid #b2dfdb !important
}

.border-top-teal.border-top-lighten-4 {
    border-top: 1px solid #b2dfdb !important
}

.border-bottom-teal.border-bottom-lighten-4 {
    border-bottom: 1px solid #b2dfdb !important
}

.border-left-teal.border-left-lighten-4 {
    border-left: 1px solid #b2dfdb !important
}

.border-right-teal.border-right-lighten-4 {
    border-right: 1px solid #b2dfdb !important
}

.overlay-teal.overlay-lighten-4 {
    background: #b2dfdb;
    background: rgba(178, 223, 219, .8)
}

.teal.lighten-3 {
    color: #80cbc4 !important
}

.bg-teal.bg-lighten-3 {
    background-color: #80cbc4 !important
}

.bg-teal.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(128, 203, 196, .6)
}

.btn-teal.btn-lighten-3 {
    border-color: #00796b !important;
    background-color: #80cbc4 !important
}

.btn-teal.btn-lighten-3:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-lighten-3:active,
.btn-teal.btn-lighten-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-lighten-3 {
    border-color: #80cbc4 !important;
    color: #80cbc4 !important
}

.btn-outline-teal.btn-outline-lighten-3:hover {
    background-color: #80cbc4 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #80cbc4 !important
}

.border-teal.border-lighten-3 {
    border: 1px solid #80cbc4 !important
}

.border-top-teal.border-top-lighten-3 {
    border-top: 1px solid #80cbc4 !important
}

.border-bottom-teal.border-bottom-lighten-3 {
    border-bottom: 1px solid #80cbc4 !important
}

.border-left-teal.border-left-lighten-3 {
    border-left: 1px solid #80cbc4 !important
}

.border-right-teal.border-right-lighten-3 {
    border-right: 1px solid #80cbc4 !important
}

.overlay-teal.overlay-lighten-3 {
    background: #80cbc4;
    background: rgba(128, 203, 196, .8)
}

.teal.lighten-2 {
    color: #4db6ac !important
}

.bg-teal.bg-lighten-2 {
    background-color: #4db6ac !important
}

.bg-teal.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(77, 182, 172, .6)
}

.btn-teal.btn-lighten-2 {
    border-color: #00796b !important;
    background-color: #4db6ac !important
}

.btn-teal.btn-lighten-2:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-lighten-2:active,
.btn-teal.btn-lighten-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-lighten-2 {
    border-color: #4db6ac !important;
    color: #4db6ac !important
}

.btn-outline-teal.btn-outline-lighten-2:hover {
    background-color: #4db6ac !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #4db6ac !important
}

.border-teal.border-lighten-2 {
    border: 1px solid #4db6ac !important
}

.border-top-teal.border-top-lighten-2 {
    border-top: 1px solid #4db6ac !important
}

.border-bottom-teal.border-bottom-lighten-2 {
    border-bottom: 1px solid #4db6ac !important
}

.border-left-teal.border-left-lighten-2 {
    border-left: 1px solid #4db6ac !important
}

.border-right-teal.border-right-lighten-2 {
    border-right: 1px solid #4db6ac !important
}

.overlay-teal.overlay-lighten-2 {
    background: #4db6ac;
    background: rgba(77, 182, 172, .8)
}

.teal.lighten-1 {
    color: #26a69a !important
}

.bg-teal.bg-lighten-1 {
    background-color: #26a69a !important
}

.bg-teal.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(38, 166, 154, .6)
}

.btn-teal.btn-lighten-1 {
    border-color: #00796b !important;
    background-color: #26a69a !important
}

.btn-teal.btn-lighten-1:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-lighten-1:active,
.btn-teal.btn-lighten-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-lighten-1 {
    border-color: #26a69a !important;
    color: #26a69a !important
}

.btn-outline-teal.btn-outline-lighten-1:hover {
    background-color: #26a69a !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #26a69a !important
}

.border-teal.border-lighten-1 {
    border: 1px solid #26a69a !important
}

.border-top-teal.border-top-lighten-1 {
    border-top: 1px solid #26a69a !important
}

.border-bottom-teal.border-bottom-lighten-1 {
    border-bottom: 1px solid #26a69a !important
}

.border-left-teal.border-left-lighten-1 {
    border-left: 1px solid #26a69a !important
}

.border-right-teal.border-right-lighten-1 {
    border-right: 1px solid #26a69a !important
}

.overlay-teal.overlay-lighten-1 {
    background: #26a69a;
    background: rgba(38, 166, 154, .8)
}

.teal {
    color: #009688 !important
}

.bg-teal {
    background-color: #009688 !important
}

.bg-teal .card-footer,
.bg-teal .card-header {
    background-color: transparent
}

.bg-teal.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, .6)
}

.selectboxit.selectboxit-btn.bg-teal {
    background-color: #009688 !important
}

.alert-teal {
    border-color: #009688 !important;
    background-color: #00ddc9
}

.border-teal {
    border-color: #009688;
    border: 1px solid
}

.overlay-teal {
    background: #009688;
    background: rgba(0, 150, 136, .8)
}

.color-info.teal {
    background-color: #009688 !important
}

.btn-teal {
    border-color: #00796b !important;
    background-color: #009688 !important;
    color: #fff
}

.btn-teal:hover {
    border-color: #00897b !important;
    background-color: #26a69a !important;
    color: #fff !important
}

.btn-teal:active,
.btn-teal:focus {
    border-color: #00796b !important;
    background-color: #00695c !important;
    color: #fff !important
}

.btn-teal.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, .6)
}

.btn-outline-teal {
    border: 1px solid;
    border-color: #009688;
    background-color: transparent;
    color: #009688
}

.btn-outline-teal:hover {
    background-color: #009688;
    color: #fff !important
}

.btn-outline-teal.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 150, 136, .6)
}

input[type=checkbox].bg-teal+.custom-control-label:before,
input[type=radio].bg-teal+.custom-control-label:before {
    background-color: #009688 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #009688 !important
}

.border-teal {
    border-color: #009688 !important
}

.border-top-teal {
    border-top: 1px solid #009688
}

.border-bottom-teal {
    border-bottom: 1px solid #009688
}

.border-left-teal {
    border-left: 1px solid #009688
}

.border-right-teal {
    border-right: 1px solid #009688
}

.bullet.bullet-teal {
    background-color: #009688
}

.teal.darken-1 {
    color: #00897b !important
}

.bg-teal.bg-darken-1 {
    background-color: #00897b !important
}

.bg-teal.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 137, 123, .6)
}

.btn-teal.btn-darken-1 {
    border-color: #00796b !important;
    background-color: #00897b !important
}

.btn-teal.btn-darken-1:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-darken-1:active,
.btn-teal.btn-darken-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-darken-1 {
    border-color: #00897b !important;
    color: #00897b !important
}

.btn-outline-teal.btn-outline-darken-1:hover {
    background-color: #00897b !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00897b !important
}

.border-teal.border-darken-1 {
    border: 1px solid #00897b !important
}

.border-top-teal.border-top-darken-1 {
    border-top: 1px solid #00897b !important
}

.border-bottom-teal.border-bottom-darken-1 {
    border-bottom: 1px solid #00897b !important
}

.border-left-teal.border-left-darken-1 {
    border-left: 1px solid #00897b !important
}

.border-right-teal.border-right-darken-1 {
    border-right: 1px solid #00897b !important
}

.overlay-teal.overlay-darken-1 {
    background: #00897b;
    background: rgba(0, 137, 123, .8)
}

.teal.darken-2 {
    color: #00796b !important
}

.bg-teal.bg-darken-2 {
    background-color: #00796b !important
}

.bg-teal.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 121, 107, .6)
}

.btn-teal.btn-darken-2 {
    border-color: #00796b !important;
    background-color: #00796b !important
}

.btn-teal.btn-darken-2:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-darken-2:active,
.btn-teal.btn-darken-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-darken-2 {
    border-color: #00796b !important;
    color: #00796b !important
}

.btn-outline-teal.btn-outline-darken-2:hover {
    background-color: #00796b !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00796b !important
}

.border-teal.border-darken-2 {
    border: 1px solid #00796b !important
}

.border-top-teal.border-top-darken-2 {
    border-top: 1px solid #00796b !important
}

.border-bottom-teal.border-bottom-darken-2 {
    border-bottom: 1px solid #00796b !important
}

.border-left-teal.border-left-darken-2 {
    border-left: 1px solid #00796b !important
}

.border-right-teal.border-right-darken-2 {
    border-right: 1px solid #00796b !important
}

.overlay-teal.overlay-darken-2 {
    background: #00796b;
    background: rgba(0, 121, 107, .8)
}

.teal.darken-3 {
    color: #00695c !important
}

.bg-teal.bg-darken-3 {
    background-color: #00695c !important
}

.bg-teal.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 105, 92, .6)
}

.btn-teal.btn-darken-3 {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-darken-3:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-darken-3:active,
.btn-teal.btn-darken-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-darken-3 {
    border-color: #00695c !important;
    color: #00695c !important
}

.btn-outline-teal.btn-outline-darken-3:hover {
    background-color: #00695c !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00695c !important
}

.border-teal.border-darken-3 {
    border: 1px solid #00695c !important
}

.border-top-teal.border-top-darken-3 {
    border-top: 1px solid #00695c !important
}

.border-bottom-teal.border-bottom-darken-3 {
    border-bottom: 1px solid #00695c !important
}

.border-left-teal.border-left-darken-3 {
    border-left: 1px solid #00695c !important
}

.border-right-teal.border-right-darken-3 {
    border-right: 1px solid #00695c !important
}

.overlay-teal.overlay-darken-3 {
    background: #00695c;
    background: rgba(0, 105, 92, .8)
}

.teal.darken-4 {
    color: #004d40 !important
}

.bg-teal.bg-darken-4 {
    background-color: #004d40 !important
}

.bg-teal.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 77, 64, .6)
}

.btn-teal.btn-darken-4 {
    border-color: #00796b !important;
    background-color: #004d40 !important
}

.btn-teal.btn-darken-4:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-darken-4:active,
.btn-teal.btn-darken-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-darken-4 {
    border-color: #004d40 !important;
    color: #004d40 !important
}

.btn-outline-teal.btn-outline-darken-4:hover {
    background-color: #004d40 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #004d40 !important
}

.border-teal.border-darken-4 {
    border: 1px solid #004d40 !important
}

.border-top-teal.border-top-darken-4 {
    border-top: 1px solid #004d40 !important
}

.border-bottom-teal.border-bottom-darken-4 {
    border-bottom: 1px solid #004d40 !important
}

.border-left-teal.border-left-darken-4 {
    border-left: 1px solid #004d40 !important
}

.border-right-teal.border-right-darken-4 {
    border-right: 1px solid #004d40 !important
}

.overlay-teal.overlay-darken-4 {
    background: #004d40;
    background: rgba(0, 77, 64, .8)
}

.teal.accent-1 {
    color: #a7ffeb !important
}

.bg-teal.bg-accent-1 {
    background-color: #a7ffeb !important
}

.bg-teal.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(167, 255, 235, .6)
}

.btn-teal.btn-accent-1 {
    border-color: #00796b !important;
    background-color: #a7ffeb !important
}

.btn-teal.btn-accent-1:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-accent-1:active,
.btn-teal.btn-accent-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-accent-1 {
    border-color: #a7ffeb !important;
    color: #a7ffeb !important
}

.btn-outline-teal.btn-outline-accent-1:hover {
    background-color: #a7ffeb !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #a7ffeb !important
}

.border-teal.border-accent-1 {
    border: 1px solid #a7ffeb !important
}

.border-top-teal.border-top-accent-1 {
    border-top: 1px solid #a7ffeb !important
}

.border-bottom-teal.border-bottom-accent-1 {
    border-bottom: 1px solid #a7ffeb !important
}

.border-left-teal.border-left-accent-1 {
    border-left: 1px solid #a7ffeb !important
}

.border-right-teal.border-right-accent-1 {
    border-right: 1px solid #a7ffeb !important
}

.overlay-teal.overlay-accent-1 {
    background: #a7ffeb;
    background: rgba(167, 255, 235, .8)
}

.teal.accent-2 {
    color: #64ffda !important
}

.bg-teal.bg-accent-2 {
    background-color: #64ffda !important
}

.bg-teal.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(100, 255, 218, .6)
}

.btn-teal.btn-accent-2 {
    border-color: #00796b !important;
    background-color: #64ffda !important
}

.btn-teal.btn-accent-2:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-accent-2:active,
.btn-teal.btn-accent-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-accent-2 {
    border-color: #64ffda !important;
    color: #64ffda !important
}

.btn-outline-teal.btn-outline-accent-2:hover {
    background-color: #64ffda !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #64ffda !important
}

.border-teal.border-accent-2 {
    border: 1px solid #64ffda !important
}

.border-top-teal.border-top-accent-2 {
    border-top: 1px solid #64ffda !important
}

.border-bottom-teal.border-bottom-accent-2 {
    border-bottom: 1px solid #64ffda !important
}

.border-left-teal.border-left-accent-2 {
    border-left: 1px solid #64ffda !important
}

.border-right-teal.border-right-accent-2 {
    border-right: 1px solid #64ffda !important
}

.overlay-teal.overlay-accent-2 {
    background: #64ffda;
    background: rgba(100, 255, 218, .8)
}

.teal.accent-3 {
    color: #1de9b6 !important
}

.bg-teal.bg-accent-3 {
    background-color: #1de9b6 !important
}

.bg-teal.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(29, 233, 182, .6)
}

.btn-teal.btn-accent-3 {
    border-color: #00796b !important;
    background-color: #1de9b6 !important
}

.btn-teal.btn-accent-3:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-accent-3:active,
.btn-teal.btn-accent-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-accent-3 {
    border-color: #1de9b6 !important;
    color: #1de9b6 !important
}

.btn-outline-teal.btn-outline-accent-3:hover {
    background-color: #1de9b6 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1de9b6 !important
}

.border-teal.border-accent-3 {
    border: 1px solid #1de9b6 !important
}

.border-top-teal.border-top-accent-3 {
    border-top: 1px solid #1de9b6 !important
}

.border-bottom-teal.border-bottom-accent-3 {
    border-bottom: 1px solid #1de9b6 !important
}

.border-left-teal.border-left-accent-3 {
    border-left: 1px solid #1de9b6 !important
}

.border-right-teal.border-right-accent-3 {
    border-right: 1px solid #1de9b6 !important
}

.overlay-teal.overlay-accent-3 {
    background: #1de9b6;
    background: rgba(29, 233, 182, .8)
}

.teal.accent-4 {
    color: #00bfa5 !important
}

.bg-teal.bg-accent-4 {
    background-color: #00bfa5 !important
}

.bg-teal.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 191, 165, .6)
}

.btn-teal.btn-accent-4 {
    border-color: #00796b !important;
    background-color: #00bfa5 !important
}

.btn-teal.btn-accent-4:hover {
    border-color: #00796b !important;
    background-color: #00695c !important
}

.btn-teal.btn-accent-4:active,
.btn-teal.btn-accent-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important
}

.btn-outline-teal.btn-outline-accent-4 {
    border-color: #00bfa5 !important;
    color: #00bfa5 !important
}

.btn-outline-teal.btn-outline-accent-4:hover {
    background-color: #00bfa5 !important
}

input:focus~.bg-teal {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #00bfa5 !important
}

.border-teal.border-accent-4 {
    border: 1px solid #00bfa5 !important
}

.border-top-teal.border-top-accent-4 {
    border-top: 1px solid #00bfa5 !important
}

.border-bottom-teal.border-bottom-accent-4 {
    border-bottom: 1px solid #00bfa5 !important
}

.border-left-teal.border-left-accent-4 {
    border-left: 1px solid #00bfa5 !important
}

.border-right-teal.border-right-accent-4 {
    border-right: 1px solid #00bfa5 !important
}

.overlay-teal.overlay-accent-4 {
    background: #00bfa5;
    background: rgba(0, 191, 165, .8)
}

.yellow.lighten-5 {
    color: #fffde7 !important
}

.bg-yellow.bg-lighten-5 {
    background-color: #fffde7 !important
}

.bg-yellow.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 253, 231, .6)
}

.btn-yellow.btn-lighten-5 {
    border-color: #fbc02d !important;
    background-color: #fffde7 !important
}

.btn-yellow.btn-lighten-5:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-lighten-5:active,
.btn-yellow.btn-lighten-5:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-lighten-5 {
    border-color: #fffde7 !important;
    color: #fffde7 !important
}

.btn-outline-yellow.btn-outline-lighten-5:hover {
    background-color: #fffde7 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fffde7 !important
}

.border-yellow.border-lighten-5 {
    border: 1px solid #fffde7 !important
}

.border-top-yellow.border-top-lighten-5 {
    border-top: 1px solid #fffde7 !important
}

.border-bottom-yellow.border-bottom-lighten-5 {
    border-bottom: 1px solid #fffde7 !important
}

.border-left-yellow.border-left-lighten-5 {
    border-left: 1px solid #fffde7 !important
}

.border-right-yellow.border-right-lighten-5 {
    border-right: 1px solid #fffde7 !important
}

.overlay-yellow.overlay-lighten-5 {
    background: #fffde7;
    background: rgba(255, 253, 231, .8)
}

.yellow.lighten-4 {
    color: #fff9c4 !important
}

.bg-yellow.bg-lighten-4 {
    background-color: #fff9c4 !important
}

.bg-yellow.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 249, 196, .6)
}

.btn-yellow.btn-lighten-4 {
    border-color: #fbc02d !important;
    background-color: #fff9c4 !important
}

.btn-yellow.btn-lighten-4:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-lighten-4:active,
.btn-yellow.btn-lighten-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-lighten-4 {
    border-color: #fff9c4 !important;
    color: #fff9c4 !important
}

.btn-outline-yellow.btn-outline-lighten-4:hover {
    background-color: #fff9c4 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff9c4 !important
}

.border-yellow.border-lighten-4 {
    border: 1px solid #fff9c4 !important
}

.border-top-yellow.border-top-lighten-4 {
    border-top: 1px solid #fff9c4 !important
}

.border-bottom-yellow.border-bottom-lighten-4 {
    border-bottom: 1px solid #fff9c4 !important
}

.border-left-yellow.border-left-lighten-4 {
    border-left: 1px solid #fff9c4 !important
}

.border-right-yellow.border-right-lighten-4 {
    border-right: 1px solid #fff9c4 !important
}

.overlay-yellow.overlay-lighten-4 {
    background: #fff9c4;
    background: rgba(255, 249, 196, .8)
}

.yellow.lighten-3 {
    color: #fff59d !important
}

.bg-yellow.bg-lighten-3 {
    background-color: #fff59d !important
}

.bg-yellow.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 245, 157, .6)
}

.btn-yellow.btn-lighten-3 {
    border-color: #fbc02d !important;
    background-color: #fff59d !important
}

.btn-yellow.btn-lighten-3:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-lighten-3:active,
.btn-yellow.btn-lighten-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-lighten-3 {
    border-color: #fff59d !important;
    color: #fff59d !important
}

.btn-outline-yellow.btn-outline-lighten-3:hover {
    background-color: #fff59d !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff59d !important
}

.border-yellow.border-lighten-3 {
    border: 1px solid #fff59d !important
}

.border-top-yellow.border-top-lighten-3 {
    border-top: 1px solid #fff59d !important
}

.border-bottom-yellow.border-bottom-lighten-3 {
    border-bottom: 1px solid #fff59d !important
}

.border-left-yellow.border-left-lighten-3 {
    border-left: 1px solid #fff59d !important
}

.border-right-yellow.border-right-lighten-3 {
    border-right: 1px solid #fff59d !important
}

.overlay-yellow.overlay-lighten-3 {
    background: #fff59d;
    background: rgba(255, 245, 157, .8)
}

.yellow.lighten-2 {
    color: #fff176 !important
}

.bg-yellow.bg-lighten-2 {
    background-color: #fff176 !important
}

.bg-yellow.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 241, 118, .6)
}

.btn-yellow.btn-lighten-2 {
    border-color: #fbc02d !important;
    background-color: #fff176 !important
}

.btn-yellow.btn-lighten-2:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-lighten-2:active,
.btn-yellow.btn-lighten-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-lighten-2 {
    border-color: #fff176 !important;
    color: #fff176 !important
}

.btn-outline-yellow.btn-outline-lighten-2:hover {
    background-color: #fff176 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff176 !important
}

.border-yellow.border-lighten-2 {
    border: 1px solid #fff176 !important
}

.border-top-yellow.border-top-lighten-2 {
    border-top: 1px solid #fff176 !important
}

.border-bottom-yellow.border-bottom-lighten-2 {
    border-bottom: 1px solid #fff176 !important
}

.border-left-yellow.border-left-lighten-2 {
    border-left: 1px solid #fff176 !important
}

.border-right-yellow.border-right-lighten-2 {
    border-right: 1px solid #fff176 !important
}

.overlay-yellow.overlay-lighten-2 {
    background: #fff176;
    background: rgba(255, 241, 118, .8)
}

.yellow.lighten-1 {
    color: #ffee58 !important
}

.bg-yellow.bg-lighten-1 {
    background-color: #ffee58 !important
}

.bg-yellow.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 238, 88, .6)
}

.btn-yellow.btn-lighten-1 {
    border-color: #fbc02d !important;
    background-color: #ffee58 !important
}

.btn-yellow.btn-lighten-1:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-lighten-1:active,
.btn-yellow.btn-lighten-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-lighten-1 {
    border-color: #ffee58 !important;
    color: #ffee58 !important
}

.btn-outline-yellow.btn-outline-lighten-1:hover {
    background-color: #ffee58 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffee58 !important
}

.border-yellow.border-lighten-1 {
    border: 1px solid #ffee58 !important
}

.border-top-yellow.border-top-lighten-1 {
    border-top: 1px solid #ffee58 !important
}

.border-bottom-yellow.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffee58 !important
}

.border-left-yellow.border-left-lighten-1 {
    border-left: 1px solid #ffee58 !important
}

.border-right-yellow.border-right-lighten-1 {
    border-right: 1px solid #ffee58 !important
}

.overlay-yellow.overlay-lighten-1 {
    background: #ffee58;
    background: rgba(255, 238, 88, .8)
}

.yellow {
    color: #ffeb3b !important
}

.bg-yellow {
    background-color: #ffeb3b !important
}

.bg-yellow .card-footer,
.bg-yellow .card-header {
    background-color: transparent
}

.bg-yellow.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, .6)
}

.selectboxit.selectboxit-btn.bg-yellow {
    background-color: #ffeb3b !important
}

.alert-yellow {
    border-color: #ffeb3b !important;
    background-color: #fff282
}

.border-yellow {
    border-color: #ffeb3b;
    border: 1px solid
}

.overlay-yellow {
    background: #ffeb3b;
    background: rgba(255, 235, 59, .8)
}

.color-info.yellow {
    background-color: #ffeb3b !important
}

.btn-yellow {
    border-color: #fbc02d !important;
    background-color: #ffeb3b !important;
    color: #fff
}

.btn-yellow:hover {
    border-color: #fdd835 !important;
    background-color: #ffee58 !important;
    color: #fff !important
}

.btn-yellow:active,
.btn-yellow:focus {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
    color: #fff !important
}

.btn-yellow.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, .6)
}

.btn-outline-yellow {
    border: 1px solid;
    border-color: #ffeb3b;
    background-color: transparent;
    color: #ffeb3b
}

.btn-outline-yellow:hover {
    background-color: #ffeb3b;
    color: #fff !important
}

.btn-outline-yellow.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 235, 59, .6)
}

input[type=checkbox].bg-yellow+.custom-control-label:before,
input[type=radio].bg-yellow+.custom-control-label:before {
    background-color: #ffeb3b !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffeb3b !important
}

.border-yellow {
    border-color: #ffeb3b !important
}

.border-top-yellow {
    border-top: 1px solid #ffeb3b
}

.border-bottom-yellow {
    border-bottom: 1px solid #ffeb3b
}

.border-left-yellow {
    border-left: 1px solid #ffeb3b
}

.border-right-yellow {
    border-right: 1px solid #ffeb3b
}

.bullet.bullet-yellow {
    background-color: #ffeb3b
}

.yellow.darken-1 {
    color: #fdd835 !important
}

.bg-yellow.bg-darken-1 {
    background-color: #fdd835 !important
}

.bg-yellow.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(253, 216, 53, .6)
}

.btn-yellow.btn-darken-1 {
    border-color: #fbc02d !important;
    background-color: #fdd835 !important
}

.btn-yellow.btn-darken-1:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-darken-1:active,
.btn-yellow.btn-darken-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-darken-1 {
    border-color: #fdd835 !important;
    color: #fdd835 !important
}

.btn-outline-yellow.btn-outline-darken-1:hover {
    background-color: #fdd835 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fdd835 !important
}

.border-yellow.border-darken-1 {
    border: 1px solid #fdd835 !important
}

.border-top-yellow.border-top-darken-1 {
    border-top: 1px solid #fdd835 !important
}

.border-bottom-yellow.border-bottom-darken-1 {
    border-bottom: 1px solid #fdd835 !important
}

.border-left-yellow.border-left-darken-1 {
    border-left: 1px solid #fdd835 !important
}

.border-right-yellow.border-right-darken-1 {
    border-right: 1px solid #fdd835 !important
}

.overlay-yellow.overlay-darken-1 {
    background: #fdd835;
    background: rgba(253, 216, 53, .8)
}

.yellow.darken-2 {
    color: #fbc02d !important
}

.bg-yellow.bg-darken-2 {
    background-color: #fbc02d !important
}

.bg-yellow.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(251, 192, 45, .6)
}

.btn-yellow.btn-darken-2 {
    border-color: #fbc02d !important;
    background-color: #fbc02d !important
}

.btn-yellow.btn-darken-2:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-darken-2:active,
.btn-yellow.btn-darken-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-darken-2 {
    border-color: #fbc02d !important;
    color: #fbc02d !important
}

.btn-outline-yellow.btn-outline-darken-2:hover {
    background-color: #fbc02d !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fbc02d !important
}

.border-yellow.border-darken-2 {
    border: 1px solid #fbc02d !important
}

.border-top-yellow.border-top-darken-2 {
    border-top: 1px solid #fbc02d !important
}

.border-bottom-yellow.border-bottom-darken-2 {
    border-bottom: 1px solid #fbc02d !important
}

.border-left-yellow.border-left-darken-2 {
    border-left: 1px solid #fbc02d !important
}

.border-right-yellow.border-right-darken-2 {
    border-right: 1px solid #fbc02d !important
}

.overlay-yellow.overlay-darken-2 {
    background: #fbc02d;
    background: rgba(251, 192, 45, .8)
}

.yellow.darken-3 {
    color: #f9a825 !important
}

.bg-yellow.bg-darken-3 {
    background-color: #f9a825 !important
}

.bg-yellow.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(249, 168, 37, .6)
}

.btn-yellow.btn-darken-3 {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-darken-3:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-darken-3:active,
.btn-yellow.btn-darken-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-darken-3 {
    border-color: #f9a825 !important;
    color: #f9a825 !important
}

.btn-outline-yellow.btn-outline-darken-3:hover {
    background-color: #f9a825 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f9a825 !important
}

.border-yellow.border-darken-3 {
    border: 1px solid #f9a825 !important
}

.border-top-yellow.border-top-darken-3 {
    border-top: 1px solid #f9a825 !important
}

.border-bottom-yellow.border-bottom-darken-3 {
    border-bottom: 1px solid #f9a825 !important
}

.border-left-yellow.border-left-darken-3 {
    border-left: 1px solid #f9a825 !important
}

.border-right-yellow.border-right-darken-3 {
    border-right: 1px solid #f9a825 !important
}

.overlay-yellow.overlay-darken-3 {
    background: #f9a825;
    background: rgba(249, 168, 37, .8)
}

.yellow.darken-4 {
    color: #f57f17 !important
}

.bg-yellow.bg-darken-4 {
    background-color: #f57f17 !important
}

.bg-yellow.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(245, 127, 23, .6)
}

.btn-yellow.btn-darken-4 {
    border-color: #fbc02d !important;
    background-color: #f57f17 !important
}

.btn-yellow.btn-darken-4:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-darken-4:active,
.btn-yellow.btn-darken-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-darken-4 {
    border-color: #f57f17 !important;
    color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-darken-4:hover {
    background-color: #f57f17 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #f57f17 !important
}

.border-yellow.border-darken-4 {
    border: 1px solid #f57f17 !important
}

.border-top-yellow.border-top-darken-4 {
    border-top: 1px solid #f57f17 !important
}

.border-bottom-yellow.border-bottom-darken-4 {
    border-bottom: 1px solid #f57f17 !important
}

.border-left-yellow.border-left-darken-4 {
    border-left: 1px solid #f57f17 !important
}

.border-right-yellow.border-right-darken-4 {
    border-right: 1px solid #f57f17 !important
}

.overlay-yellow.overlay-darken-4 {
    background: #f57f17;
    background: rgba(245, 127, 23, .8)
}

.yellow.accent-1 {
    color: #ffff8d !important
}

.bg-yellow.bg-accent-1 {
    background-color: #ffff8d !important
}

.bg-yellow.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 141, .6)
}

.btn-yellow.btn-accent-1 {
    border-color: #fbc02d !important;
    background-color: #ffff8d !important
}

.btn-yellow.btn-accent-1:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-accent-1:active,
.btn-yellow.btn-accent-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-accent-1 {
    border-color: #ffff8d !important;
    color: #ffff8d !important
}

.btn-outline-yellow.btn-outline-accent-1:hover {
    background-color: #ffff8d !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffff8d !important
}

.border-yellow.border-accent-1 {
    border: 1px solid #ffff8d !important
}

.border-top-yellow.border-top-accent-1 {
    border-top: 1px solid #ffff8d !important
}

.border-bottom-yellow.border-bottom-accent-1 {
    border-bottom: 1px solid #ffff8d !important
}

.border-left-yellow.border-left-accent-1 {
    border-left: 1px solid #ffff8d !important
}

.border-right-yellow.border-right-accent-1 {
    border-right: 1px solid #ffff8d !important
}

.overlay-yellow.overlay-accent-1 {
    background: #ffff8d;
    background: rgba(255, 255, 141, .8)
}

.yellow.accent-2 {
    color: #ff0 !important
}

.bg-yellow.bg-accent-2 {
    background-color: #ff0 !important
}

.bg-yellow.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 0, .6)
}

.btn-yellow.btn-accent-2 {
    border-color: #fbc02d !important;
    background-color: #ff0 !important
}

.btn-yellow.btn-accent-2:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-accent-2:active,
.btn-yellow.btn-accent-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-accent-2 {
    border-color: #ff0 !important;
    color: #ff0 !important
}

.btn-outline-yellow.btn-outline-accent-2:hover {
    background-color: #ff0 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff0 !important
}

.border-yellow.border-accent-2 {
    border: 1px solid #ff0 !important
}

.border-top-yellow.border-top-accent-2 {
    border-top: 1px solid #ff0 !important
}

.border-bottom-yellow.border-bottom-accent-2 {
    border-bottom: 1px solid #ff0 !important
}

.border-left-yellow.border-left-accent-2 {
    border-left: 1px solid #ff0 !important
}

.border-right-yellow.border-right-accent-2 {
    border-right: 1px solid #ff0 !important
}

.overlay-yellow.overlay-accent-2 {
    background: #ff0;
    background: rgba(255, 255, 0, .8)
}

.yellow.accent-3 {
    color: #ffea00 !important
}

.bg-yellow.bg-accent-3 {
    background-color: #ffea00 !important
}

.bg-yellow.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 234, 0, .6)
}

.btn-yellow.btn-accent-3 {
    border-color: #fbc02d !important;
    background-color: #ffea00 !important
}

.btn-yellow.btn-accent-3:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-accent-3:active,
.btn-yellow.btn-accent-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-accent-3 {
    border-color: #ffea00 !important;
    color: #ffea00 !important
}

.btn-outline-yellow.btn-outline-accent-3:hover {
    background-color: #ffea00 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffea00 !important
}

.border-yellow.border-accent-3 {
    border: 1px solid #ffea00 !important
}

.border-top-yellow.border-top-accent-3 {
    border-top: 1px solid #ffea00 !important
}

.border-bottom-yellow.border-bottom-accent-3 {
    border-bottom: 1px solid #ffea00 !important
}

.border-left-yellow.border-left-accent-3 {
    border-left: 1px solid #ffea00 !important
}

.border-right-yellow.border-right-accent-3 {
    border-right: 1px solid #ffea00 !important
}

.overlay-yellow.overlay-accent-3 {
    background: #ffea00;
    background: rgba(255, 234, 0, .8)
}

.yellow.accent-4 {
    color: #ffd600 !important
}

.bg-yellow.bg-accent-4 {
    background-color: #ffd600 !important
}

.bg-yellow.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 214, 0, .6)
}

.btn-yellow.btn-accent-4 {
    border-color: #fbc02d !important;
    background-color: #ffd600 !important
}

.btn-yellow.btn-accent-4:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important
}

.btn-yellow.btn-accent-4:active,
.btn-yellow.btn-accent-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important
}

.btn-outline-yellow.btn-outline-accent-4 {
    border-color: #ffd600 !important;
    color: #ffd600 !important
}

.btn-outline-yellow.btn-outline-accent-4:hover {
    background-color: #ffd600 !important
}

input:focus~.bg-yellow {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd600 !important
}

.border-yellow.border-accent-4 {
    border: 1px solid #ffd600 !important
}

.border-top-yellow.border-top-accent-4 {
    border-top: 1px solid #ffd600 !important
}

.border-bottom-yellow.border-bottom-accent-4 {
    border-bottom: 1px solid #ffd600 !important
}

.border-left-yellow.border-left-accent-4 {
    border-left: 1px solid #ffd600 !important
}

.border-right-yellow.border-right-accent-4 {
    border-right: 1px solid #ffd600 !important
}

.overlay-yellow.overlay-accent-4 {
    background: #ffd600;
    background: rgba(255, 214, 0, .8)
}

.amber.lighten-5 {
    color: #fff8e1 !important
}

.bg-amber.bg-lighten-5 {
    background-color: #fff8e1 !important
}

.bg-amber.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 248, 225, .6)
}

.btn-amber.btn-lighten-5 {
    border-color: #ffa000 !important;
    background-color: #fff8e1 !important
}

.btn-amber.btn-lighten-5:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-lighten-5:active,
.btn-amber.btn-lighten-5:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-lighten-5 {
    border-color: #fff8e1 !important;
    color: #fff8e1 !important
}

.btn-outline-amber.btn-outline-lighten-5:hover {
    background-color: #fff8e1 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff8e1 !important
}

.border-amber.border-lighten-5 {
    border: 1px solid #fff8e1 !important
}

.border-top-amber.border-top-lighten-5 {
    border-top: 1px solid #fff8e1 !important
}

.border-bottom-amber.border-bottom-lighten-5 {
    border-bottom: 1px solid #fff8e1 !important
}

.border-left-amber.border-left-lighten-5 {
    border-left: 1px solid #fff8e1 !important
}

.border-right-amber.border-right-lighten-5 {
    border-right: 1px solid #fff8e1 !important
}

.overlay-amber.overlay-lighten-5 {
    background: #fff8e1;
    background: rgba(255, 248, 225, .8)
}

.amber.lighten-4 {
    color: #ffecb3 !important
}

.bg-amber.bg-lighten-4 {
    background-color: #ffecb3 !important
}

.bg-amber.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 236, 179, .6)
}

.btn-amber.btn-lighten-4 {
    border-color: #ffa000 !important;
    background-color: #ffecb3 !important
}

.btn-amber.btn-lighten-4:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-lighten-4:active,
.btn-amber.btn-lighten-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-lighten-4 {
    border-color: #ffecb3 !important;
    color: #ffecb3 !important
}

.btn-outline-amber.btn-outline-lighten-4:hover {
    background-color: #ffecb3 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffecb3 !important
}

.border-amber.border-lighten-4 {
    border: 1px solid #ffecb3 !important
}

.border-top-amber.border-top-lighten-4 {
    border-top: 1px solid #ffecb3 !important
}

.border-bottom-amber.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffecb3 !important
}

.border-left-amber.border-left-lighten-4 {
    border-left: 1px solid #ffecb3 !important
}

.border-right-amber.border-right-lighten-4 {
    border-right: 1px solid #ffecb3 !important
}

.overlay-amber.overlay-lighten-4 {
    background: #ffecb3;
    background: rgba(255, 236, 179, .8)
}

.amber.lighten-3 {
    color: #ffe082 !important
}

.bg-amber.bg-lighten-3 {
    background-color: #ffe082 !important
}

.bg-amber.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 224, 130, .6)
}

.btn-amber.btn-lighten-3 {
    border-color: #ffa000 !important;
    background-color: #ffe082 !important
}

.btn-amber.btn-lighten-3:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-lighten-3:active,
.btn-amber.btn-lighten-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-lighten-3 {
    border-color: #ffe082 !important;
    color: #ffe082 !important
}

.btn-outline-amber.btn-outline-lighten-3:hover {
    background-color: #ffe082 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe082 !important
}

.border-amber.border-lighten-3 {
    border: 1px solid #ffe082 !important
}

.border-top-amber.border-top-lighten-3 {
    border-top: 1px solid #ffe082 !important
}

.border-bottom-amber.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffe082 !important
}

.border-left-amber.border-left-lighten-3 {
    border-left: 1px solid #ffe082 !important
}

.border-right-amber.border-right-lighten-3 {
    border-right: 1px solid #ffe082 !important
}

.overlay-amber.overlay-lighten-3 {
    background: #ffe082;
    background: rgba(255, 224, 130, .8)
}

.amber.lighten-2 {
    color: #ffd54f !important
}

.bg-amber.bg-lighten-2 {
    background-color: #ffd54f !important
}

.bg-amber.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 213, 79, .6)
}

.btn-amber.btn-lighten-2 {
    border-color: #ffa000 !important;
    background-color: #ffd54f !important
}

.btn-amber.btn-lighten-2:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-lighten-2:active,
.btn-amber.btn-lighten-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-lighten-2 {
    border-color: #ffd54f !important;
    color: #ffd54f !important
}

.btn-outline-amber.btn-outline-lighten-2:hover {
    background-color: #ffd54f !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd54f !important
}

.border-amber.border-lighten-2 {
    border: 1px solid #ffd54f !important
}

.border-top-amber.border-top-lighten-2 {
    border-top: 1px solid #ffd54f !important
}

.border-bottom-amber.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffd54f !important
}

.border-left-amber.border-left-lighten-2 {
    border-left: 1px solid #ffd54f !important
}

.border-right-amber.border-right-lighten-2 {
    border-right: 1px solid #ffd54f !important
}

.overlay-amber.overlay-lighten-2 {
    background: #ffd54f;
    background: rgba(255, 213, 79, .8)
}

.amber.lighten-1 {
    color: #ffca28 !important
}

.bg-amber.bg-lighten-1 {
    background-color: #ffca28 !important
}

.bg-amber.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 202, 40, .6)
}

.btn-amber.btn-lighten-1 {
    border-color: #ffa000 !important;
    background-color: #ffca28 !important
}

.btn-amber.btn-lighten-1:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-lighten-1:active,
.btn-amber.btn-lighten-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-lighten-1 {
    border-color: #ffca28 !important;
    color: #ffca28 !important
}

.btn-outline-amber.btn-outline-lighten-1:hover {
    background-color: #ffca28 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffca28 !important
}

.border-amber.border-lighten-1 {
    border: 1px solid #ffca28 !important
}

.border-top-amber.border-top-lighten-1 {
    border-top: 1px solid #ffca28 !important
}

.border-bottom-amber.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffca28 !important
}

.border-left-amber.border-left-lighten-1 {
    border-left: 1px solid #ffca28 !important
}

.border-right-amber.border-right-lighten-1 {
    border-right: 1px solid #ffca28 !important
}

.overlay-amber.overlay-lighten-1 {
    background: #ffca28;
    background: rgba(255, 202, 40, .8)
}

.amber {
    color: #ffc107 !important
}

.bg-amber {
    background-color: #ffc107 !important
}

.bg-amber .card-footer,
.bg-amber .card-header {
    background-color: transparent
}

.bg-amber.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

.selectboxit.selectboxit-btn.bg-amber {
    background-color: #ffc107 !important
}

.alert-amber {
    border-color: #ffc107 !important;
    background-color: #ffd34e
}

.border-amber {
    border-color: #ffc107;
    border: 1px solid
}

.overlay-amber {
    background: #ffc107;
    background: rgba(255, 193, 7, .8)
}

.color-info.amber {
    background-color: #ffc107 !important
}

.btn-amber {
    border-color: #ffa000 !important;
    background-color: #ffc107 !important;
    color: #fff
}

.btn-amber:hover {
    border-color: #ffb300 !important;
    background-color: #ffca28 !important;
    color: #fff !important
}

.btn-amber:active,
.btn-amber:focus {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important;
    color: #fff !important
}

.btn-amber.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

.btn-outline-amber {
    border: 1px solid;
    border-color: #ffc107;
    background-color: transparent;
    color: #ffc107
}

.btn-outline-amber:hover {
    background-color: #ffc107;
    color: #fff !important
}

.btn-outline-amber.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 193, 7, .6)
}

input[type=checkbox].bg-amber+.custom-control-label:before,
input[type=radio].bg-amber+.custom-control-label:before {
    background-color: #ffc107 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc107 !important
}

.border-amber {
    border-color: #ffc107 !important
}

.border-top-amber {
    border-top: 1px solid #ffc107
}

.border-bottom-amber {
    border-bottom: 1px solid #ffc107
}

.border-left-amber {
    border-left: 1px solid #ffc107
}

.border-right-amber {
    border-right: 1px solid #ffc107
}

.bullet.bullet-amber {
    background-color: #ffc107
}

.amber.darken-1 {
    color: #ffb300 !important
}

.bg-amber.bg-darken-1 {
    background-color: #ffb300 !important
}

.bg-amber.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 179, 0, .6)
}

.btn-amber.btn-darken-1 {
    border-color: #ffa000 !important;
    background-color: #ffb300 !important
}

.btn-amber.btn-darken-1:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-darken-1:active,
.btn-amber.btn-darken-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-darken-1 {
    border-color: #ffb300 !important;
    color: #ffb300 !important
}

.btn-outline-amber.btn-outline-darken-1:hover {
    background-color: #ffb300 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffb300 !important
}

.border-amber.border-darken-1 {
    border: 1px solid #ffb300 !important
}

.border-top-amber.border-top-darken-1 {
    border-top: 1px solid #ffb300 !important
}

.border-bottom-amber.border-bottom-darken-1 {
    border-bottom: 1px solid #ffb300 !important
}

.border-left-amber.border-left-darken-1 {
    border-left: 1px solid #ffb300 !important
}

.border-right-amber.border-right-darken-1 {
    border-right: 1px solid #ffb300 !important
}

.overlay-amber.overlay-darken-1 {
    background: #ffb300;
    background: rgba(255, 179, 0, .8)
}

.amber.darken-2 {
    color: #ffa000 !important
}

.bg-amber.bg-darken-2 {
    background-color: #ffa000 !important
}

.bg-amber.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 160, 0, .6)
}

.btn-amber.btn-darken-2 {
    border-color: #ffa000 !important;
    background-color: #ffa000 !important
}

.btn-amber.btn-darken-2:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-darken-2:active,
.btn-amber.btn-darken-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-darken-2 {
    border-color: #ffa000 !important;
    color: #ffa000 !important
}

.btn-outline-amber.btn-outline-darken-2:hover {
    background-color: #ffa000 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffa000 !important
}

.border-amber.border-darken-2 {
    border: 1px solid #ffa000 !important
}

.border-top-amber.border-top-darken-2 {
    border-top: 1px solid #ffa000 !important
}

.border-bottom-amber.border-bottom-darken-2 {
    border-bottom: 1px solid #ffa000 !important
}

.border-left-amber.border-left-darken-2 {
    border-left: 1px solid #ffa000 !important
}

.border-right-amber.border-right-darken-2 {
    border-right: 1px solid #ffa000 !important
}

.overlay-amber.overlay-darken-2 {
    background: #ffa000;
    background: rgba(255, 160, 0, .8)
}

.amber.darken-3 {
    color: #ff8f00 !important
}

.bg-amber.bg-darken-3 {
    background-color: #ff8f00 !important
}

.bg-amber.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 143, 0, .6)
}

.btn-amber.btn-darken-3 {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-darken-3:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-darken-3:active,
.btn-amber.btn-darken-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-darken-3 {
    border-color: #ff8f00 !important;
    color: #ff8f00 !important
}

.btn-outline-amber.btn-outline-darken-3:hover {
    background-color: #ff8f00 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff8f00 !important
}

.border-amber.border-darken-3 {
    border: 1px solid #ff8f00 !important
}

.border-top-amber.border-top-darken-3 {
    border-top: 1px solid #ff8f00 !important
}

.border-bottom-amber.border-bottom-darken-3 {
    border-bottom: 1px solid #ff8f00 !important
}

.border-left-amber.border-left-darken-3 {
    border-left: 1px solid #ff8f00 !important
}

.border-right-amber.border-right-darken-3 {
    border-right: 1px solid #ff8f00 !important
}

.overlay-amber.overlay-darken-3 {
    background: #ff8f00;
    background: rgba(255, 143, 0, .8)
}

.amber.darken-4 {
    color: #ff6f00 !important
}

.bg-amber.bg-darken-4 {
    background-color: #ff6f00 !important
}

.bg-amber.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 111, 0, .6)
}

.btn-amber.btn-darken-4 {
    border-color: #ffa000 !important;
    background-color: #ff6f00 !important
}

.btn-amber.btn-darken-4:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-darken-4:active,
.btn-amber.btn-darken-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-darken-4 {
    border-color: #ff6f00 !important;
    color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-darken-4:hover {
    background-color: #ff6f00 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ff6f00 !important
}

.border-amber.border-darken-4 {
    border: 1px solid #ff6f00 !important
}

.border-top-amber.border-top-darken-4 {
    border-top: 1px solid #ff6f00 !important
}

.border-bottom-amber.border-bottom-darken-4 {
    border-bottom: 1px solid #ff6f00 !important
}

.border-left-amber.border-left-darken-4 {
    border-left: 1px solid #ff6f00 !important
}

.border-right-amber.border-right-darken-4 {
    border-right: 1px solid #ff6f00 !important
}

.overlay-amber.overlay-darken-4 {
    background: #ff6f00;
    background: rgba(255, 111, 0, .8)
}

.amber.accent-1 {
    color: #ffe57f !important
}

.bg-amber.bg-accent-1 {
    background-color: #ffe57f !important
}

.bg-amber.bg-accent-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 229, 127, .6)
}

.btn-amber.btn-accent-1 {
    border-color: #ffa000 !important;
    background-color: #ffe57f !important
}

.btn-amber.btn-accent-1:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-accent-1:active,
.btn-amber.btn-accent-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-accent-1 {
    border-color: #ffe57f !important;
    color: #ffe57f !important
}

.btn-outline-amber.btn-outline-accent-1:hover {
    background-color: #ffe57f !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffe57f !important
}

.border-amber.border-accent-1 {
    border: 1px solid #ffe57f !important
}

.border-top-amber.border-top-accent-1 {
    border-top: 1px solid #ffe57f !important
}

.border-bottom-amber.border-bottom-accent-1 {
    border-bottom: 1px solid #ffe57f !important
}

.border-left-amber.border-left-accent-1 {
    border-left: 1px solid #ffe57f !important
}

.border-right-amber.border-right-accent-1 {
    border-right: 1px solid #ffe57f !important
}

.overlay-amber.overlay-accent-1 {
    background: #ffe57f;
    background: rgba(255, 229, 127, .8)
}

.amber.accent-2 {
    color: #ffd740 !important
}

.bg-amber.bg-accent-2 {
    background-color: #ffd740 !important
}

.bg-amber.bg-accent-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 215, 64, .6)
}

.btn-amber.btn-accent-2 {
    border-color: #ffa000 !important;
    background-color: #ffd740 !important
}

.btn-amber.btn-accent-2:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-accent-2:active,
.btn-amber.btn-accent-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-accent-2 {
    border-color: #ffd740 !important;
    color: #ffd740 !important
}

.btn-outline-amber.btn-outline-accent-2:hover {
    background-color: #ffd740 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffd740 !important
}

.border-amber.border-accent-2 {
    border: 1px solid #ffd740 !important
}

.border-top-amber.border-top-accent-2 {
    border-top: 1px solid #ffd740 !important
}

.border-bottom-amber.border-bottom-accent-2 {
    border-bottom: 1px solid #ffd740 !important
}

.border-left-amber.border-left-accent-2 {
    border-left: 1px solid #ffd740 !important
}

.border-right-amber.border-right-accent-2 {
    border-right: 1px solid #ffd740 !important
}

.overlay-amber.overlay-accent-2 {
    background: #ffd740;
    background: rgba(255, 215, 64, .8)
}

.amber.accent-3 {
    color: #ffc400 !important
}

.bg-amber.bg-accent-3 {
    background-color: #ffc400 !important
}

.bg-amber.bg-accent-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 196, 0, .6)
}

.btn-amber.btn-accent-3 {
    border-color: #ffa000 !important;
    background-color: #ffc400 !important
}

.btn-amber.btn-accent-3:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-accent-3:active,
.btn-amber.btn-accent-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-accent-3 {
    border-color: #ffc400 !important;
    color: #ffc400 !important
}

.btn-outline-amber.btn-outline-accent-3:hover {
    background-color: #ffc400 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffc400 !important
}

.border-amber.border-accent-3 {
    border: 1px solid #ffc400 !important
}

.border-top-amber.border-top-accent-3 {
    border-top: 1px solid #ffc400 !important
}

.border-bottom-amber.border-bottom-accent-3 {
    border-bottom: 1px solid #ffc400 !important
}

.border-left-amber.border-left-accent-3 {
    border-left: 1px solid #ffc400 !important
}

.border-right-amber.border-right-accent-3 {
    border-right: 1px solid #ffc400 !important
}

.overlay-amber.overlay-accent-3 {
    background: #ffc400;
    background: rgba(255, 196, 0, .8)
}

.amber.accent-4 {
    color: #ffab00 !important
}

.bg-amber.bg-accent-4 {
    background-color: #ffab00 !important
}

.bg-amber.bg-accent-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 171, 0, .6)
}

.btn-amber.btn-accent-4 {
    border-color: #ffa000 !important;
    background-color: #ffab00 !important
}

.btn-amber.btn-accent-4:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important
}

.btn-amber.btn-accent-4:active,
.btn-amber.btn-accent-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important
}

.btn-outline-amber.btn-outline-accent-4 {
    border-color: #ffab00 !important;
    color: #ffab00 !important
}

.btn-outline-amber.btn-outline-accent-4:hover {
    background-color: #ffab00 !important
}

input:focus~.bg-amber {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #ffab00 !important
}

.border-amber.border-accent-4 {
    border: 1px solid #ffab00 !important
}

.border-top-amber.border-top-accent-4 {
    border-top: 1px solid #ffab00 !important
}

.border-bottom-amber.border-bottom-accent-4 {
    border-bottom: 1px solid #ffab00 !important
}

.border-left-amber.border-left-accent-4 {
    border-left: 1px solid #ffab00 !important
}

.border-right-amber.border-right-accent-4 {
    border-right: 1px solid #ffab00 !important
}

.overlay-amber.overlay-accent-4 {
    background: #ffab00;
    background: rgba(255, 171, 0, .8)
}

.blue-grey.lighten-5 {
    color: #eceff1 !important
}

.bg-blue-grey.bg-lighten-5 {
    background-color: #eceff1 !important
}

.bg-blue-grey.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(236, 239, 241, .6)
}

.btn-blue-grey.btn-lighten-5 {
    border-color: #455a64 !important;
    background-color: #eceff1 !important
}

.btn-blue-grey.btn-lighten-5:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-lighten-5:active,
.btn-blue-grey.btn-lighten-5:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
    border-color: #eceff1 !important;
    color: #eceff1 !important
}

.btn-outline-blue-grey.btn-outline-lighten-5:hover {
    background-color: #eceff1 !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #eceff1 !important
}

.border-blue-grey.border-lighten-5 {
    border: 1px solid #eceff1 !important
}

.border-top-blue-grey.border-top-lighten-5 {
    border-top: 1px solid #eceff1 !important
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
    border-bottom: 1px solid #eceff1 !important
}

.border-left-blue-grey.border-left-lighten-5 {
    border-left: 1px solid #eceff1 !important
}

.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid #eceff1 !important
}

.overlay-blue-grey.overlay-lighten-5 {
    background: #eceff1;
    background: rgba(236, 239, 241, .8)
}

.blue-grey.lighten-4 {
    color: #cfd8dc !important
}

.bg-blue-grey.bg-lighten-4 {
    background-color: #cfd8dc !important
}

.bg-blue-grey.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(207, 216, 220, .6)
}

.btn-blue-grey.btn-lighten-4 {
    border-color: #455a64 !important;
    background-color: #cfd8dc !important
}

.btn-blue-grey.btn-lighten-4:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-lighten-4:active,
.btn-blue-grey.btn-lighten-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
    border-color: #cfd8dc !important;
    color: #cfd8dc !important
}

.btn-outline-blue-grey.btn-outline-lighten-4:hover {
    background-color: #cfd8dc !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #cfd8dc !important
}

.border-blue-grey.border-lighten-4 {
    border: 1px solid #cfd8dc !important
}

.border-top-blue-grey.border-top-lighten-4 {
    border-top: 1px solid #cfd8dc !important
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
    border-bottom: 1px solid #cfd8dc !important
}

.border-left-blue-grey.border-left-lighten-4 {
    border-left: 1px solid #cfd8dc !important
}

.border-right-blue-grey.border-right-lighten-4 {
    border-right: 1px solid #cfd8dc !important
}

.overlay-blue-grey.overlay-lighten-4 {
    background: #cfd8dc;
    background: rgba(207, 216, 220, .8)
}

.blue-grey.lighten-3 {
    color: #b0bec5 !important
}

.bg-blue-grey.bg-lighten-3 {
    background-color: #b0bec5 !important
}

.bg-blue-grey.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(176, 190, 197, .6)
}

.btn-blue-grey.btn-lighten-3 {
    border-color: #455a64 !important;
    background-color: #b0bec5 !important
}

.btn-blue-grey.btn-lighten-3:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-lighten-3:active,
.btn-blue-grey.btn-lighten-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
    border-color: #b0bec5 !important;
    color: #b0bec5 !important
}

.btn-outline-blue-grey.btn-outline-lighten-3:hover {
    background-color: #b0bec5 !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b0bec5 !important
}

.border-blue-grey.border-lighten-3 {
    border: 1px solid #b0bec5 !important
}

.border-top-blue-grey.border-top-lighten-3 {
    border-top: 1px solid #b0bec5 !important
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
    border-bottom: 1px solid #b0bec5 !important
}

.border-left-blue-grey.border-left-lighten-3 {
    border-left: 1px solid #b0bec5 !important
}

.border-right-blue-grey.border-right-lighten-3 {
    border-right: 1px solid #b0bec5 !important
}

.overlay-blue-grey.overlay-lighten-3 {
    background: #b0bec5;
    background: rgba(176, 190, 197, .8)
}

.blue-grey.lighten-2 {
    color: #90a4ae !important
}

.bg-blue-grey.bg-lighten-2 {
    background-color: #90a4ae !important
}

.bg-blue-grey.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(144, 164, 174, .6)
}

.btn-blue-grey.btn-lighten-2 {
    border-color: #455a64 !important;
    background-color: #90a4ae !important
}

.btn-blue-grey.btn-lighten-2:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-lighten-2:active,
.btn-blue-grey.btn-lighten-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
    border-color: #90a4ae !important;
    color: #90a4ae !important
}

.btn-outline-blue-grey.btn-outline-lighten-2:hover {
    background-color: #90a4ae !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #90a4ae !important
}

.border-blue-grey.border-lighten-2 {
    border: 1px solid #90a4ae !important
}

.border-top-blue-grey.border-top-lighten-2 {
    border-top: 1px solid #90a4ae !important
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
    border-bottom: 1px solid #90a4ae !important
}

.border-left-blue-grey.border-left-lighten-2 {
    border-left: 1px solid #90a4ae !important
}

.border-right-blue-grey.border-right-lighten-2 {
    border-right: 1px solid #90a4ae !important
}

.overlay-blue-grey.overlay-lighten-2 {
    background: #90a4ae;
    background: rgba(144, 164, 174, .8)
}

.blue-grey.lighten-1 {
    color: #78909c !important
}

.bg-blue-grey.bg-lighten-1 {
    background-color: #78909c !important
}

.bg-blue-grey.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(120, 144, 156, .6)
}

.btn-blue-grey.btn-lighten-1 {
    border-color: #455a64 !important;
    background-color: #78909c !important
}

.btn-blue-grey.btn-lighten-1:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-lighten-1:active,
.btn-blue-grey.btn-lighten-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
    border-color: #78909c !important;
    color: #78909c !important
}

.btn-outline-blue-grey.btn-outline-lighten-1:hover {
    background-color: #78909c !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #78909c !important
}

.border-blue-grey.border-lighten-1 {
    border: 1px solid #78909c !important
}

.border-top-blue-grey.border-top-lighten-1 {
    border-top: 1px solid #78909c !important
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909c !important
}

.border-left-blue-grey.border-left-lighten-1 {
    border-left: 1px solid #78909c !important
}

.border-right-blue-grey.border-right-lighten-1 {
    border-right: 1px solid #78909c !important
}

.overlay-blue-grey.overlay-lighten-1 {
    background: #78909c;
    background: rgba(120, 144, 156, .8)
}

.blue-grey {
    color: #607d8b !important
}

.bg-blue-grey {
    background-color: #607d8b !important
}

.bg-blue-grey .card-footer,
.bg-blue-grey .card-header {
    background-color: transparent
}

.bg-blue-grey.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

.selectboxit.selectboxit-btn.bg-blue-grey {
    background-color: #607d8b !important
}

.alert-blue-grey {
    border-color: #607d8b !important;
    background-color: #87a0ac
}

.border-blue-grey {
    border-color: #607d8b;
    border: 1px solid
}

.overlay-blue-grey {
    background: #607d8b;
    background: rgba(96, 125, 139, .8)
}

.color-info.blue-grey {
    background-color: #607d8b !important
}

.btn-blue-grey {
    border-color: #455a64 !important;
    background-color: #607d8b !important;
    color: #fff
}

.btn-blue-grey:hover {
    border-color: #546e7a !important;
    background-color: #78909c !important;
    color: #fff !important
}

.btn-blue-grey:active,
.btn-blue-grey:focus {
    border-color: #455a64 !important;
    background-color: #37474f !important;
    color: #fff !important
}

.btn-blue-grey.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

.btn-outline-blue-grey {
    border: 1px solid;
    border-color: #607d8b;
    background-color: transparent;
    color: #607d8b
}

.btn-outline-blue-grey:hover {
    background-color: #607d8b;
    color: #fff !important
}

.btn-outline-blue-grey.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(96, 125, 139, .6)
}

input[type=checkbox].bg-blue-grey+.custom-control-label:before,
input[type=radio].bg-blue-grey+.custom-control-label:before {
    background-color: #607d8b !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #607d8b !important
}

.border-blue-grey {
    border-color: #607d8b !important
}

.border-top-blue-grey {
    border-top: 1px solid #607d8b
}

.border-bottom-blue-grey {
    border-bottom: 1px solid #607d8b
}

.border-left-blue-grey {
    border-left: 1px solid #607d8b
}

.border-right-blue-grey {
    border-right: 1px solid #607d8b
}

.bullet.bullet-blue-grey {
    background-color: #607d8b
}

.blue-grey.darken-1 {
    color: #546e7a !important
}

.bg-blue-grey.bg-darken-1 {
    background-color: #546e7a !important
}

.bg-blue-grey.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(84, 110, 122, .6)
}

.btn-blue-grey.btn-darken-1 {
    border-color: #455a64 !important;
    background-color: #546e7a !important
}

.btn-blue-grey.btn-darken-1:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-darken-1:active,
.btn-blue-grey.btn-darken-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-darken-1 {
    border-color: #546e7a !important;
    color: #546e7a !important
}

.btn-outline-blue-grey.btn-outline-darken-1:hover {
    background-color: #546e7a !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #546e7a !important
}

.border-blue-grey.border-darken-1 {
    border: 1px solid #546e7a !important
}

.border-top-blue-grey.border-top-darken-1 {
    border-top: 1px solid #546e7a !important
}

.border-bottom-blue-grey.border-bottom-darken-1 {
    border-bottom: 1px solid #546e7a !important
}

.border-left-blue-grey.border-left-darken-1 {
    border-left: 1px solid #546e7a !important
}

.border-right-blue-grey.border-right-darken-1 {
    border-right: 1px solid #546e7a !important
}

.overlay-blue-grey.overlay-darken-1 {
    background: #546e7a;
    background: rgba(84, 110, 122, .8)
}

.blue-grey.darken-2 {
    color: #455a64 !important
}

.bg-blue-grey.bg-darken-2 {
    background-color: #455a64 !important
}

.bg-blue-grey.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(69, 90, 100, .6)
}

.btn-blue-grey.btn-darken-2 {
    border-color: #455a64 !important;
    background-color: #455a64 !important
}

.btn-blue-grey.btn-darken-2:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-darken-2:active,
.btn-blue-grey.btn-darken-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-darken-2 {
    border-color: #455a64 !important;
    color: #455a64 !important
}

.btn-outline-blue-grey.btn-outline-darken-2:hover {
    background-color: #455a64 !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #455a64 !important
}

.border-blue-grey.border-darken-2 {
    border: 1px solid #455a64 !important
}

.border-top-blue-grey.border-top-darken-2 {
    border-top: 1px solid #455a64 !important
}

.border-bottom-blue-grey.border-bottom-darken-2 {
    border-bottom: 1px solid #455a64 !important
}

.border-left-blue-grey.border-left-darken-2 {
    border-left: 1px solid #455a64 !important
}

.border-right-blue-grey.border-right-darken-2 {
    border-right: 1px solid #455a64 !important
}

.overlay-blue-grey.overlay-darken-2 {
    background: #455a64;
    background: rgba(69, 90, 100, .8)
}

.blue-grey.darken-3 {
    color: #37474f !important
}

.bg-blue-grey.bg-darken-3 {
    background-color: #37474f !important
}

.bg-blue-grey.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(55, 71, 79, .6)
}

.btn-blue-grey.btn-darken-3 {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-darken-3:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-darken-3:active,
.btn-blue-grey.btn-darken-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-darken-3 {
    border-color: #37474f !important;
    color: #37474f !important
}

.btn-outline-blue-grey.btn-outline-darken-3:hover {
    background-color: #37474f !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #37474f !important
}

.border-blue-grey.border-darken-3 {
    border: 1px solid #37474f !important
}

.border-top-blue-grey.border-top-darken-3 {
    border-top: 1px solid #37474f !important
}

.border-bottom-blue-grey.border-bottom-darken-3 {
    border-bottom: 1px solid #37474f !important
}

.border-left-blue-grey.border-left-darken-3 {
    border-left: 1px solid #37474f !important
}

.border-right-blue-grey.border-right-darken-3 {
    border-right: 1px solid #37474f !important
}

.overlay-blue-grey.overlay-darken-3 {
    background: #37474f;
    background: rgba(55, 71, 79, .8)
}

.blue-grey.darken-4 {
    color: #263238 !important
}

.bg-blue-grey.bg-darken-4 {
    background-color: #263238 !important
}

.bg-blue-grey.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(38, 50, 56, .6)
}

.btn-blue-grey.btn-darken-4 {
    border-color: #455a64 !important;
    background-color: #263238 !important
}

.btn-blue-grey.btn-darken-4:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important
}

.btn-blue-grey.btn-darken-4:active,
.btn-blue-grey.btn-darken-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important
}

.btn-outline-blue-grey.btn-outline-darken-4:hover {
    background-color: #263238 !important
}

input:focus~.bg-blue-grey {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #263238 !important
}

.border-blue-grey.border-darken-4 {
    border: 1px solid #263238 !important
}

.border-top-blue-grey.border-top-darken-4 {
    border-top: 1px solid #263238 !important
}

.border-bottom-blue-grey.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important
}

.border-left-blue-grey.border-left-darken-4 {
    border-left: 1px solid #263238 !important
}

.border-right-blue-grey.border-right-darken-4 {
    border-right: 1px solid #263238 !important
}

.overlay-blue-grey.overlay-darken-4 {
    background: #263238;
    background: rgba(38, 50, 56, .8)
}

.grey-blue.lighten-5 {
    color: #eceff1 !important
}

.bg-grey-blue.bg-lighten-5 {
    background-color: #eceff1 !important
}

.bg-grey-blue.bg-lighten-5.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(236, 239, 241, .6)
}

.btn-grey-blue.btn-lighten-5 {
    border-color: #2c303b !important;
    background-color: #eceff1 !important
}

.btn-grey-blue.btn-lighten-5:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-lighten-5:active,
.btn-grey-blue.btn-lighten-5:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
    border-color: #eceff1 !important;
    color: #eceff1 !important
}

.btn-outline-grey-blue.btn-outline-lighten-5:hover {
    background-color: #eceff1 !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #eceff1 !important
}

.border-grey-blue.border-lighten-5 {
    border: 1px solid #eceff1 !important
}

.border-top-grey-blue.border-top-lighten-5 {
    border-top: 1px solid #eceff1 !important
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #eceff1 !important
}

.border-left-grey-blue.border-left-lighten-5 {
    border-left: 1px solid #eceff1 !important
}

.border-right-grey-blue.border-right-lighten-5 {
    border-right: 1px solid #eceff1 !important
}

.overlay-grey-blue.overlay-lighten-5 {
    background: #eceff1;
    background: rgba(236, 239, 241, .8)
}

.grey-blue.lighten-4 {
    color: #cfd8dc !important
}

.bg-grey-blue.bg-lighten-4 {
    background-color: #cfd8dc !important
}

.bg-grey-blue.bg-lighten-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(207, 216, 220, .6)
}

.btn-grey-blue.btn-lighten-4 {
    border-color: #2c303b !important;
    background-color: #cfd8dc !important
}

.btn-grey-blue.btn-lighten-4:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-lighten-4:active,
.btn-grey-blue.btn-lighten-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
    border-color: #cfd8dc !important;
    color: #cfd8dc !important
}

.btn-outline-grey-blue.btn-outline-lighten-4:hover {
    background-color: #cfd8dc !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #cfd8dc !important
}

.border-grey-blue.border-lighten-4 {
    border: 1px solid #cfd8dc !important
}

.border-top-grey-blue.border-top-lighten-4 {
    border-top: 1px solid #cfd8dc !important
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #cfd8dc !important
}

.border-left-grey-blue.border-left-lighten-4 {
    border-left: 1px solid #cfd8dc !important
}

.border-right-grey-blue.border-right-lighten-4 {
    border-right: 1px solid #cfd8dc !important
}

.overlay-grey-blue.overlay-lighten-4 {
    background: #cfd8dc;
    background: rgba(207, 216, 220, .8)
}

.grey-blue.lighten-3 {
    color: #b0bec5 !important
}

.bg-grey-blue.bg-lighten-3 {
    background-color: #b0bec5 !important
}

.bg-grey-blue.bg-lighten-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(176, 190, 197, .6)
}

.btn-grey-blue.btn-lighten-3 {
    border-color: #2c303b !important;
    background-color: #b0bec5 !important
}

.btn-grey-blue.btn-lighten-3:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-lighten-3:active,
.btn-grey-blue.btn-lighten-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
    border-color: #b0bec5 !important;
    color: #b0bec5 !important
}

.btn-outline-grey-blue.btn-outline-lighten-3:hover {
    background-color: #b0bec5 !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #b0bec5 !important
}

.border-grey-blue.border-lighten-3 {
    border: 1px solid #b0bec5 !important
}

.border-top-grey-blue.border-top-lighten-3 {
    border-top: 1px solid #b0bec5 !important
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #b0bec5 !important
}

.border-left-grey-blue.border-left-lighten-3 {
    border-left: 1px solid #b0bec5 !important
}

.border-right-grey-blue.border-right-lighten-3 {
    border-right: 1px solid #b0bec5 !important
}

.overlay-grey-blue.overlay-lighten-3 {
    background: #b0bec5;
    background: rgba(176, 190, 197, .8)
}

.grey-blue.lighten-2 {
    color: #6f85ad !important
}

.bg-grey-blue.bg-lighten-2 {
    background-color: #6f85ad !important
}

.bg-grey-blue.bg-lighten-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(111, 133, 173, .6)
}

.btn-grey-blue.btn-lighten-2 {
    border-color: #2c303b !important;
    background-color: #6f85ad !important
}

.btn-grey-blue.btn-lighten-2:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-lighten-2:active,
.btn-grey-blue.btn-lighten-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
    border-color: #6f85ad !important;
    color: #6f85ad !important
}

.btn-outline-grey-blue.btn-outline-lighten-2:hover {
    background-color: #6f85ad !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #6f85ad !important
}

.border-grey-blue.border-lighten-2 {
    border: 1px solid #6f85ad !important
}

.border-top-grey-blue.border-top-lighten-2 {
    border-top: 1px solid #6f85ad !important
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #6f85ad !important
}

.border-left-grey-blue.border-left-lighten-2 {
    border-left: 1px solid #6f85ad !important
}

.border-right-grey-blue.border-right-lighten-2 {
    border-right: 1px solid #6f85ad !important
}

.overlay-grey-blue.overlay-lighten-2 {
    background: #6f85ad;
    background: rgba(111, 133, 173, .8)
}

.grey-blue.lighten-1 {
    color: #78909c !important
}

.bg-grey-blue.bg-lighten-1 {
    background-color: #78909c !important
}

.bg-grey-blue.bg-lighten-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(120, 144, 156, .6)
}

.btn-grey-blue.btn-lighten-1 {
    border-color: #2c303b !important;
    background-color: #78909c !important
}

.btn-grey-blue.btn-lighten-1:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-lighten-1:active,
.btn-grey-blue.btn-lighten-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
    border-color: #78909c !important;
    color: #78909c !important
}

.btn-outline-grey-blue.btn-outline-lighten-1:hover {
    background-color: #78909c !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #78909c !important
}

.border-grey-blue.border-lighten-1 {
    border: 1px solid #78909c !important
}

.border-top-grey-blue.border-top-lighten-1 {
    border-top: 1px solid #78909c !important
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909c !important
}

.border-left-grey-blue.border-left-lighten-1 {
    border-left: 1px solid #78909c !important
}

.border-right-grey-blue.border-right-lighten-1 {
    border-right: 1px solid #78909c !important
}

.overlay-grey-blue.overlay-lighten-1 {
    background: #78909c;
    background: rgba(120, 144, 156, .8)
}

.grey-blue {
    color: #1b2942 !important
}

.bg-grey-blue {
    background-color: #1b2942 !important
}

.bg-grey-blue .card-footer,
.bg-grey-blue .card-header {
    background-color: transparent
}

.bg-grey-blue.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, .6)
}

.selectboxit.selectboxit-btn.bg-grey-blue {
    background-color: #1b2942 !important
}

.alert-grey-blue {
    border-color: #1b2942 !important;
    background-color: #304875
}

.border-grey-blue {
    border-color: #1b2942;
    border: 1px solid
}

.overlay-grey-blue {
    background: #1b2942;
    background: rgba(27, 41, 66, .8)
}

.color-info.grey-blue {
    background-color: #1b2942 !important
}

.btn-grey-blue {
    border-color: #2c303b !important;
    background-color: #1b2942 !important;
    color: #fff
}

.btn-grey-blue:hover {
    border-color: #546e7a !important;
    background-color: #78909c !important;
    color: #fff !important
}

.btn-grey-blue:active,
.btn-grey-blue:focus {
    border-color: #2c303b !important;
    background-color: #37474f !important;
    color: #fff !important
}

.btn-grey-blue.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, .6)
}

.btn-outline-grey-blue {
    border: 1px solid;
    border-color: #1b2942;
    background-color: transparent;
    color: #1b2942
}

.btn-outline-grey-blue:hover {
    background-color: #1b2942;
    color: #fff !important
}

.btn-outline-grey-blue.btn-glow {
    box-shadow: 0 1px 20px 1px rgba(27, 41, 66, .6)
}

input[type=checkbox].bg-grey-blue+.custom-control-label:before,
input[type=radio].bg-grey-blue+.custom-control-label:before {
    background-color: #1b2942 !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #1b2942 !important
}

.border-grey-blue {
    border-color: #1b2942 !important
}

.border-top-grey-blue {
    border-top: 1px solid #1b2942
}

.border-bottom-grey-blue {
    border-bottom: 1px solid #1b2942
}

.border-left-grey-blue {
    border-left: 1px solid #1b2942
}

.border-right-grey-blue {
    border-right: 1px solid #1b2942
}

.bullet.bullet-grey-blue {
    background-color: #1b2942
}

.grey-blue.darken-1 {
    color: #546e7a !important
}

.bg-grey-blue.bg-darken-1 {
    background-color: #546e7a !important
}

.bg-grey-blue.bg-darken-1.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(84, 110, 122, .6)
}

.btn-grey-blue.btn-darken-1 {
    border-color: #2c303b !important;
    background-color: #546e7a !important
}

.btn-grey-blue.btn-darken-1:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-darken-1:active,
.btn-grey-blue.btn-darken-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-darken-1 {
    border-color: #546e7a !important;
    color: #546e7a !important
}

.btn-outline-grey-blue.btn-outline-darken-1:hover {
    background-color: #546e7a !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #546e7a !important
}

.border-grey-blue.border-darken-1 {
    border: 1px solid #546e7a !important
}

.border-top-grey-blue.border-top-darken-1 {
    border-top: 1px solid #546e7a !important
}

.border-bottom-grey-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #546e7a !important
}

.border-left-grey-blue.border-left-darken-1 {
    border-left: 1px solid #546e7a !important
}

.border-right-grey-blue.border-right-darken-1 {
    border-right: 1px solid #546e7a !important
}

.overlay-grey-blue.overlay-darken-1 {
    background: #546e7a;
    background: rgba(84, 110, 122, .8)
}

.grey-blue.darken-2 {
    color: #2c303b !important
}

.bg-grey-blue.bg-darken-2 {
    background-color: #2c303b !important
}

.bg-grey-blue.bg-darken-2.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(44, 48, 59, .6)
}

.btn-grey-blue.btn-darken-2 {
    border-color: #2c303b !important;
    background-color: #2c303b !important
}

.btn-grey-blue.btn-darken-2:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-darken-2:active,
.btn-grey-blue.btn-darken-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-darken-2 {
    border-color: #2c303b !important;
    color: #2c303b !important
}

.btn-outline-grey-blue.btn-outline-darken-2:hover {
    background-color: #2c303b !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #2c303b !important
}

.border-grey-blue.border-darken-2 {
    border: 1px solid #2c303b !important
}

.border-top-grey-blue.border-top-darken-2 {
    border-top: 1px solid #2c303b !important
}

.border-bottom-grey-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #2c303b !important
}

.border-left-grey-blue.border-left-darken-2 {
    border-left: 1px solid #2c303b !important
}

.border-right-grey-blue.border-right-darken-2 {
    border-right: 1px solid #2c303b !important
}

.overlay-grey-blue.overlay-darken-2 {
    background: #2c303b;
    background: rgba(44, 48, 59, .8)
}

.grey-blue.darken-3 {
    color: #37474f !important
}

.bg-grey-blue.bg-darken-3 {
    background-color: #37474f !important
}

.bg-grey-blue.bg-darken-3.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(55, 71, 79, .6)
}

.btn-grey-blue.btn-darken-3 {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-darken-3:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-darken-3:active,
.btn-grey-blue.btn-darken-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-darken-3 {
    border-color: #37474f !important;
    color: #37474f !important
}

.btn-outline-grey-blue.btn-outline-darken-3:hover {
    background-color: #37474f !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #37474f !important
}

.border-grey-blue.border-darken-3 {
    border: 1px solid #37474f !important
}

.border-top-grey-blue.border-top-darken-3 {
    border-top: 1px solid #37474f !important
}

.border-bottom-grey-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #37474f !important
}

.border-left-grey-blue.border-left-darken-3 {
    border-left: 1px solid #37474f !important
}

.border-right-grey-blue.border-right-darken-3 {
    border-right: 1px solid #37474f !important
}

.overlay-grey-blue.overlay-darken-3 {
    background: #37474f;
    background: rgba(55, 71, 79, .8)
}

.grey-blue.darken-4 {
    color: #263238 !important
}

.bg-grey-blue.bg-darken-4 {
    background-color: #263238 !important
}

.bg-grey-blue.bg-darken-4.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(38, 50, 56, .6)
}

.btn-grey-blue.btn-darken-4 {
    border-color: #2c303b !important;
    background-color: #263238 !important
}

.btn-grey-blue.btn-darken-4:hover {
    border-color: #2c303b !important;
    background-color: #37474f !important
}

.btn-grey-blue.btn-darken-4:active,
.btn-grey-blue.btn-darken-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important
}

.btn-outline-grey-blue.btn-outline-darken-4:hover {
    background-color: #263238 !important
}

input:focus~.bg-grey-blue {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #263238 !important
}

.border-grey-blue.border-darken-4 {
    border: 1px solid #263238 !important
}

.border-top-grey-blue.border-top-darken-4 {
    border-top: 1px solid #263238 !important
}

.border-bottom-grey-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important
}

.border-left-grey-blue.border-left-darken-4 {
    border-left: 1px solid #263238 !important
}

.border-right-grey-blue.border-right-darken-4 {
    border-right: 1px solid #263238 !important
}

.overlay-grey-blue.overlay-darken-4 {
    background: #263238;
    background: rgba(38, 50, 56, .8)
}

.shades.black {
    color: #000 !important
}

.bg-shades.bg-black {
    background-color: #000 !important
}

.bg-shades.bg-black.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

.btn-shades.btn-black {
    background-color: #000 !important
}

.btn-outline-shades.btn-outline-black {
    border-color: #000 !important;
    color: #000 !important
}

.btn-outline-shades.btn-outline-black:hover {
    background-color: #000 !important
}

input:focus~.bg-shades {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000 !important
}

.border-shades.border-black {
    border: 1px solid #000 !important
}

.border-top-shades.border-top-black {
    border-top: 1px solid #000 !important
}

.border-bottom-shades.border-bottom-black {
    border-bottom: 1px solid #000 !important
}

.border-left-shades.border-left-black {
    border-left: 1px solid #000 !important
}

.border-right-shades.border-right-black {
    border-right: 1px solid #000 !important
}

.overlay-shades.overlay-black {
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.shades.white {
    color: #fff !important
}

.bg-shades.bg-white {
    background-color: #fff !important
}

.bg-shades.bg-white.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, .6)
}

.btn-shades.btn-white {
    background-color: #fff !important
}

.btn-outline-shades.btn-outline-white {
    border-color: #fff !important;
    color: #fff !important
}

.btn-outline-shades.btn-outline-white:hover {
    background-color: #fff !important
}

input:focus~.bg-shades {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff !important
}

.border-shades.border-white {
    border: 1px solid #fff !important
}

.border-top-shades.border-top-white {
    border-top: 1px solid #fff !important
}

.border-bottom-shades.border-bottom-white {
    border-bottom: 1px solid #fff !important
}

.border-left-shades.border-left-white {
    border-left: 1px solid #fff !important
}

.border-right-shades.border-right-white {
    border-right: 1px solid #fff !important
}

.overlay-shades.overlay-white {
    background: #fff;
    background: rgba(255, 255, 255, .8)
}

.shades.transparent {
    color: transparent !important
}

.bg-shades.bg-transparent {
    background-color: transparent !important
}

.bg-shades.bg-transparent.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

.btn-shades.btn-transparent {
    background-color: transparent !important
}

.btn-outline-shades.btn-outline-transparent {
    border-color: transparent !important;
    color: transparent !important
}

.btn-outline-shades.btn-outline-transparent:hover {
    background-color: transparent !important
}

input:focus~.bg-shades {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem transparent !important
}

.border-shades.border-transparent {
    border: 1px solid transparent !important
}

.border-top-shades.border-top-transparent {
    border-top: 1px solid transparent !important
}

.border-bottom-shades.border-bottom-transparent {
    border-bottom: 1px solid transparent !important
}

.border-left-shades.border-left-transparent {
    border-left: 1px solid transparent !important
}

.border-right-shades.border-right-transparent {
    border-right: 1px solid transparent !important
}

.overlay-shades.overlay-transparent {
    background: 0 0;
    background: rgba(0, 0, 0, .8)
}

.black {
    color: #000
}

.bg-black {
    background-color: #000
}

.bg-black.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

input:focus~.bg-black {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #000
}

.border-black {
    border: 1px solid #000
}

.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
}

.white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-white.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(255, 255, 255, .6)
}

input:focus~.bg-white {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem #fff
}

.border-white {
    border: 1px solid #fff
}

.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
}

.transparent {
    color: transparent
}

.bg-transparent {
    background-color: transparent
}

.bg-transparent.bg-glow {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .6)
}

input:focus~.bg-transparent {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .21rem transparent
}

.border-transparent {
    border: 1px solid transparent
}

.border-top-transparent {
    border-top: 1px solid transparent
}

.border-bottom-transparent {
    border-bottom: 1px solid transparent
}

.border-left-transparent {
    border-left: 1px solid transparent
}

.border-right-transparent {
    border-right: 1px solid transparent
}

.bg-gradient-x-white {
    border-bottom: none
}

.bg-gradient-directional-white .card-footer,
.bg-gradient-directional-white .card-header,
.bg-gradient-radial-white .card-footer,
.bg-gradient-radial-white .card-header,
.bg-gradient-striped-white .card-footer,
.bg-gradient-striped-white .card-header,
.bg-gradient-x-white .card-footer,
.bg-gradient-x-white .card-header,
.bg-gradient-x2-white .card-footer,
.bg-gradient-x2-white .card-header,
.bg-gradient-y-white .card-footer,
.bg-gradient-y-white .card-header,
.bg-gradient-y2-white .card-footer,
.bg-gradient-y2-white .card-header {
    background-color: transparent
}

.bg-gradient-x-black {
    border-bottom: none
}

.bg-gradient-directional-black .card-footer,
.bg-gradient-directional-black .card-header,
.bg-gradient-radial-black .card-footer,
.bg-gradient-radial-black .card-header,
.bg-gradient-striped-black .card-footer,
.bg-gradient-striped-black .card-header,
.bg-gradient-x-black .card-footer,
.bg-gradient-x-black .card-header,
.bg-gradient-x2-black .card-footer,
.bg-gradient-x2-black .card-header,
.bg-gradient-y-black .card-footer,
.bg-gradient-y-black .card-header,
.bg-gradient-y2-black .card-footer,
.bg-gradient-y2-black .card-header {
    background-color: transparent
}

.bg-gradient-x-primary {
    background-image: linear-gradient(to right, #512e90 0, #8259cb 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-primary {
    background-image: linear-gradient(to bottom, #512e90 0, #8259cb 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-primary {
    background-image: linear-gradient(45deg, #512e90, #8259cb);
    background-repeat: repeat-x
}

.bg-gradient-x2-primary {
    background-image: linear-gradient(to right, #8259cb, #673ab7 50%, #916dd1);
    background-repeat: no-repeat
}

.bg-gradient-y2-primary {
    background-image: linear-gradient(#8259cb, #673ab7 50%, #916dd1);
    background-repeat: no-repeat
}

.bg-gradient-radial-primary {
    background-image: radial-gradient(circle, #512e90, #8259cb);
    background-repeat: no-repeat
}

.bg-gradient-striped-primary {
    background-image: linear-gradient(45deg, #916dd1 25%, transparent 25%, transparent 50%, #916dd1 50%, #916dd1 75%, transparent 75%, transparent)
}

.bg-gradient-directional-primary .card-footer,
.bg-gradient-directional-primary .card-header,
.bg-gradient-radial-primary .card-footer,
.bg-gradient-radial-primary .card-header,
.bg-gradient-striped-primary .card-footer,
.bg-gradient-striped-primary .card-header,
.bg-gradient-x-primary .card-footer,
.bg-gradient-x-primary .card-header,
.bg-gradient-x2-primary .card-footer,
.bg-gradient-x2-primary .card-header,
.bg-gradient-y-primary .card-footer,
.bg-gradient-y-primary .card-header,
.bg-gradient-y2-primary .card-footer,
.bg-gradient-y2-primary .card-header {
    background-color: transparent
}

.bg-gradient-x-secondary {
    background-image: linear-gradient(to right, #4b626d 0, #7b96a3 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-secondary {
    background-image: linear-gradient(to bottom, #4b626d 0, #7b96a3 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-secondary {
    background-image: linear-gradient(45deg, #4b626d, #7b96a3);
    background-repeat: repeat-x
}

.bg-gradient-x2-secondary {
    background-image: linear-gradient(to right, #7b96a3, #607d8b 50%, #8aa2ae);
    background-repeat: no-repeat
}

.bg-gradient-y2-secondary {
    background-image: linear-gradient(#7b96a3, #607d8b 50%, #8aa2ae);
    background-repeat: no-repeat
}

.bg-gradient-radial-secondary {
    background-image: radial-gradient(circle, #4b626d, #7b96a3);
    background-repeat: no-repeat
}

.bg-gradient-striped-secondary {
    background-image: linear-gradient(45deg, #8aa2ae 25%, transparent 25%, transparent 50%, #8aa2ae 50%, #8aa2ae 75%, transparent 75%, transparent)
}

.bg-gradient-directional-secondary .card-footer,
.bg-gradient-directional-secondary .card-header,
.bg-gradient-radial-secondary .card-footer,
.bg-gradient-radial-secondary .card-header,
.bg-gradient-striped-secondary .card-footer,
.bg-gradient-striped-secondary .card-header,
.bg-gradient-x-secondary .card-footer,
.bg-gradient-x-secondary .card-header,
.bg-gradient-x2-secondary .card-footer,
.bg-gradient-x2-secondary .card-header,
.bg-gradient-y-secondary .card-footer,
.bg-gradient-y-secondary .card-header,
.bg-gradient-y2-secondary .card-footer,
.bg-gradient-y2-secondary .card-header {
    background-color: transparent
}

.bg-gradient-x-success {
    background-image: linear-gradient(to right, #71a436 0, #a4d070 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-success {
    background-image: linear-gradient(to bottom, #71a436 0, #a4d070 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-success {
    background-image: linear-gradient(45deg, #71a436, #a4d070);
    background-repeat: repeat-x
}

.bg-gradient-x2-success {
    background-image: linear-gradient(to right, #a4d070, #8bc34a 50%, #b0d683);
    background-repeat: no-repeat
}

.bg-gradient-y2-success {
    background-image: linear-gradient(#a4d070, #8bc34a 50%, #b0d683);
    background-repeat: no-repeat
}

.bg-gradient-radial-success {
    background-image: radial-gradient(circle, #71a436, #a4d070);
    background-repeat: no-repeat
}

.bg-gradient-striped-success {
    background-image: linear-gradient(45deg, #b0d683 25%, transparent 25%, transparent 50%, #b0d683 50%, #b0d683 75%, transparent 75%, transparent)
}

.bg-gradient-directional-success .card-footer,
.bg-gradient-directional-success .card-header,
.bg-gradient-radial-success .card-footer,
.bg-gradient-radial-success .card-header,
.bg-gradient-striped-success .card-footer,
.bg-gradient-striped-success .card-header,
.bg-gradient-x-success .card-footer,
.bg-gradient-x-success .card-header,
.bg-gradient-x2-success .card-footer,
.bg-gradient-x2-success .card-header,
.bg-gradient-y-success .card-footer,
.bg-gradient-y-success .card-header,
.bg-gradient-y2-success .card-footer,
.bg-gradient-y2-success .card-header {
    background-color: transparent
}

.bg-gradient-x-info {
    background-image: linear-gradient(to right, #008fa1 0, #08e3ff 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-info {
    background-image: linear-gradient(to bottom, #008fa1 0, #08e3ff 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-info {
    background-image: linear-gradient(45deg, #008fa1, #08e3ff);
    background-repeat: repeat-x
}

.bg-gradient-x2-info {
    background-image: linear-gradient(to right, #08e3ff, #00bcd4 50%, #22e6ff);
    background-repeat: no-repeat
}

.bg-gradient-y2-info {
    background-image: linear-gradient(#08e3ff, #00bcd4 50%, #22e6ff);
    background-repeat: no-repeat
}

.bg-gradient-radial-info {
    background-image: radial-gradient(circle, #008fa1, #08e3ff);
    background-repeat: no-repeat
}

.bg-gradient-striped-info {
    background-image: linear-gradient(45deg, #22e6ff 25%, transparent 25%, transparent 50%, #22e6ff 50%, #22e6ff 75%, transparent 75%, transparent)
}

.bg-gradient-directional-info .card-footer,
.bg-gradient-directional-info .card-header,
.bg-gradient-radial-info .card-footer,
.bg-gradient-radial-info .card-header,
.bg-gradient-striped-info .card-footer,
.bg-gradient-striped-info .card-header,
.bg-gradient-x-info .card-footer,
.bg-gradient-x-info .card-header,
.bg-gradient-x2-info .card-footer,
.bg-gradient-x2-info .card-header,
.bg-gradient-y-info .card-footer,
.bg-gradient-y-info .card-header,
.bg-gradient-y2-info .card-footer,
.bg-gradient-y2-info .card-header {
    background-color: transparent
}

.bg-gradient-x-warning {
    background-image: linear-gradient(to right, #d39e00 0, #ffce3a 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-warning {
    background-image: linear-gradient(to bottom, #d39e00 0, #ffce3a 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-warning {
    background-image: linear-gradient(45deg, #d39e00, #ffce3a);
    background-repeat: repeat-x
}

.bg-gradient-x2-warning {
    background-image: linear-gradient(to right, #ffce3a, #ffc107 50%, #ffd454);
    background-repeat: no-repeat
}

.bg-gradient-y2-warning {
    background-image: linear-gradient(#ffce3a, #ffc107 50%, #ffd454);
    background-repeat: no-repeat
}

.bg-gradient-radial-warning {
    background-image: radial-gradient(circle, #d39e00, #ffce3a);
    background-repeat: no-repeat
}

.bg-gradient-striped-warning {
    background-image: linear-gradient(45deg, #ffd454 25%, transparent 25%, transparent 50%, #ffd454 50%, #ffd454 75%, transparent 75%, transparent)
}

.bg-gradient-directional-warning .card-footer,
.bg-gradient-directional-warning .card-header,
.bg-gradient-radial-warning .card-footer,
.bg-gradient-radial-warning .card-header,
.bg-gradient-striped-warning .card-footer,
.bg-gradient-striped-warning .card-header,
.bg-gradient-x-warning .card-footer,
.bg-gradient-x-warning .card-header,
.bg-gradient-x2-warning .card-footer,
.bg-gradient-x2-warning .card-header,
.bg-gradient-y-warning .card-footer,
.bg-gradient-y-warning .card-header,
.bg-gradient-y2-warning .card-footer,
.bg-gradient-y2-warning .card-header {
    background-color: transparent
}

.bg-gradient-x-danger {
    background-image: linear-gradient(to right, #ea1c0d 0, #f77066 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-danger {
    background-image: linear-gradient(to bottom, #ea1c0d 0, #f77066 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-danger {
    background-image: linear-gradient(45deg, #ea1c0d, #f77066);
    background-repeat: repeat-x
}

.bg-gradient-x2-danger {
    background-image: linear-gradient(to right, #f77066, #f44336 50%, #f8877f);
    background-repeat: no-repeat
}

.bg-gradient-y2-danger {
    background-image: linear-gradient(#f77066, #f44336 50%, #f8877f);
    background-repeat: no-repeat
}

.bg-gradient-radial-danger {
    background-image: radial-gradient(circle, #ea1c0d, #f77066);
    background-repeat: no-repeat
}

.bg-gradient-striped-danger {
    background-image: linear-gradient(45deg, #f8877f 25%, transparent 25%, transparent 50%, #f8877f 50%, #f8877f 75%, transparent 75%, transparent)
}

.bg-gradient-directional-danger .card-footer,
.bg-gradient-directional-danger .card-header,
.bg-gradient-radial-danger .card-footer,
.bg-gradient-radial-danger .card-header,
.bg-gradient-striped-danger .card-footer,
.bg-gradient-striped-danger .card-header,
.bg-gradient-x-danger .card-footer,
.bg-gradient-x-danger .card-header,
.bg-gradient-x2-danger .card-footer,
.bg-gradient-x2-danger .card-header,
.bg-gradient-y-danger .card-footer,
.bg-gradient-y-danger .card-header,
.bg-gradient-y2-danger .card-footer,
.bg-gradient-y2-danger .card-header {
    background-color: transparent
}

.bg-gradient-x-light {
    border-bottom: none
}

.bg-gradient-directional-light .card-footer,
.bg-gradient-directional-light .card-header,
.bg-gradient-radial-light .card-footer,
.bg-gradient-radial-light .card-header,
.bg-gradient-striped-light .card-footer,
.bg-gradient-striped-light .card-header,
.bg-gradient-x-light .card-footer,
.bg-gradient-x-light .card-header,
.bg-gradient-x2-light .card-footer,
.bg-gradient-x2-light .card-header,
.bg-gradient-y-light .card-footer,
.bg-gradient-y-light .card-header,
.bg-gradient-y2-light .card-footer,
.bg-gradient-y2-light .card-header {
    background-color: transparent
}

.bg-gradient-x-dark {
    border-bottom: none
}

.bg-gradient-directional-dark .card-footer,
.bg-gradient-directional-dark .card-header,
.bg-gradient-radial-dark .card-footer,
.bg-gradient-radial-dark .card-header,
.bg-gradient-striped-dark .card-footer,
.bg-gradient-striped-dark .card-header,
.bg-gradient-x-dark .card-footer,
.bg-gradient-x-dark .card-header,
.bg-gradient-x2-dark .card-footer,
.bg-gradient-x2-dark .card-header,
.bg-gradient-y-dark .card-footer,
.bg-gradient-y-dark .card-header,
.bg-gradient-y2-dark .card-footer,
.bg-gradient-y2-dark .card-header {
    background-color: transparent
}

.bg-gradient-x-red {
    background-image: linear-gradient(to right, #d32f2f 0, #e57373 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-red {
    background-image: linear-gradient(to bottom, #d32f2f 0, #e57373 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-red {
    background-image: linear-gradient(45deg, #d32f2f, #e57373);
    background-repeat: repeat-x
}

.bg-gradient-x2-red {
    background-image: linear-gradient(to right, #e57373, #f44336 50%, #ef9a9a);
    background-repeat: no-repeat
}

.bg-gradient-y2-red {
    background-image: linear-gradient(#e57373, #f44336 50%, #ef9a9a);
    background-repeat: no-repeat
}

.bg-gradient-radial-red {
    background-image: radial-gradient(circle, #d32f2f, #e57373);
    background-repeat: no-repeat
}

.bg-gradient-striped-red {
    background-image: linear-gradient(45deg, #ef9a9a 25%, transparent 25%, transparent 50%, #ef9a9a 50%, #ef9a9a 75%, transparent 75%, transparent)
}

.bg-gradient-directional-red .card-footer,
.bg-gradient-directional-red .card-header,
.bg-gradient-radial-red .card-footer,
.bg-gradient-radial-red .card-header,
.bg-gradient-striped-red .card-footer,
.bg-gradient-striped-red .card-header,
.bg-gradient-x-red .card-footer,
.bg-gradient-x-red .card-header,
.bg-gradient-x2-red .card-footer,
.bg-gradient-x2-red .card-header,
.bg-gradient-y-red .card-footer,
.bg-gradient-y-red .card-header,
.bg-gradient-y2-red .card-footer,
.bg-gradient-y2-red .card-header {
    background-color: transparent
}

.bg-gradient-x-pink {
    background-image: linear-gradient(to right, #c2185b 0, #f06292 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-pink {
    background-image: linear-gradient(to bottom, #c2185b 0, #f06292 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-pink {
    background-image: linear-gradient(45deg, #c2185b, #f06292);
    background-repeat: repeat-x
}

.bg-gradient-x2-pink {
    background-image: linear-gradient(to right, #f06292, #e91e63 50%, #f48fb1);
    background-repeat: no-repeat
}

.bg-gradient-y2-pink {
    background-image: linear-gradient(#f06292, #e91e63 50%, #f48fb1);
    background-repeat: no-repeat
}

.bg-gradient-radial-pink {
    background-image: radial-gradient(circle, #c2185b, #f06292);
    background-repeat: no-repeat
}

.bg-gradient-striped-pink {
    background-image: linear-gradient(45deg, #f48fb1 25%, transparent 25%, transparent 50%, #f48fb1 50%, #f48fb1 75%, transparent 75%, transparent)
}

.bg-gradient-directional-pink .card-footer,
.bg-gradient-directional-pink .card-header,
.bg-gradient-radial-pink .card-footer,
.bg-gradient-radial-pink .card-header,
.bg-gradient-striped-pink .card-footer,
.bg-gradient-striped-pink .card-header,
.bg-gradient-x-pink .card-footer,
.bg-gradient-x-pink .card-header,
.bg-gradient-x2-pink .card-footer,
.bg-gradient-x2-pink .card-header,
.bg-gradient-y-pink .card-footer,
.bg-gradient-y-pink .card-header,
.bg-gradient-y2-pink .card-footer,
.bg-gradient-y2-pink .card-header {
    background-color: transparent
}

.bg-gradient-x-purple {
    background-image: linear-gradient(to right, #7b1fa2 0, #ba68c8 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-purple {
    background-image: linear-gradient(to bottom, #7b1fa2 0, #ba68c8 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-purple {
    background-image: linear-gradient(45deg, #7b1fa2, #ba68c8);
    background-repeat: repeat-x
}

.bg-gradient-x2-purple {
    background-image: linear-gradient(to right, #ba68c8, #9c27b0 50%, #ce93d8);
    background-repeat: no-repeat
}

.bg-gradient-y2-purple {
    background-image: linear-gradient(#ba68c8, #9c27b0 50%, #ce93d8);
    background-repeat: no-repeat
}

.bg-gradient-radial-purple {
    background-image: radial-gradient(circle, #7b1fa2, #ba68c8);
    background-repeat: no-repeat
}

.bg-gradient-striped-purple {
    background-image: linear-gradient(45deg, #ce93d8 25%, transparent 25%, transparent 50%, #ce93d8 50%, #ce93d8 75%, transparent 75%, transparent)
}

.bg-gradient-directional-purple .card-footer,
.bg-gradient-directional-purple .card-header,
.bg-gradient-radial-purple .card-footer,
.bg-gradient-radial-purple .card-header,
.bg-gradient-striped-purple .card-footer,
.bg-gradient-striped-purple .card-header,
.bg-gradient-x-purple .card-footer,
.bg-gradient-x-purple .card-header,
.bg-gradient-x2-purple .card-footer,
.bg-gradient-x2-purple .card-header,
.bg-gradient-y-purple .card-footer,
.bg-gradient-y-purple .card-header,
.bg-gradient-y2-purple .card-footer,
.bg-gradient-y2-purple .card-header {
    background-color: transparent
}

.bg-gradient-x-blue {
    background-image: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-blue {
    background-image: linear-gradient(to bottom, #1976d2 0, #64b5f6 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-blue {
    background-image: linear-gradient(45deg, #1976d2, #64b5f6);
    background-repeat: repeat-x
}

.bg-gradient-x2-blue {
    background-image: linear-gradient(to right, #64b5f6, #2196f3 50%, #90caf9);
    background-repeat: no-repeat
}

.bg-gradient-y2-blue {
    background-image: linear-gradient(#64b5f6, #2196f3 50%, #90caf9);
    background-repeat: no-repeat
}

.bg-gradient-radial-blue {
    background-image: radial-gradient(circle, #1976d2, #64b5f6);
    background-repeat: no-repeat
}

.bg-gradient-striped-blue {
    background-image: linear-gradient(45deg, #90caf9 25%, transparent 25%, transparent 50%, #90caf9 50%, #90caf9 75%, transparent 75%, transparent)
}

.bg-gradient-directional-blue .card-footer,
.bg-gradient-directional-blue .card-header,
.bg-gradient-radial-blue .card-footer,
.bg-gradient-radial-blue .card-header,
.bg-gradient-striped-blue .card-footer,
.bg-gradient-striped-blue .card-header,
.bg-gradient-x-blue .card-footer,
.bg-gradient-x-blue .card-header,
.bg-gradient-x2-blue .card-footer,
.bg-gradient-x2-blue .card-header,
.bg-gradient-y-blue .card-footer,
.bg-gradient-y-blue .card-header,
.bg-gradient-y2-blue .card-footer,
.bg-gradient-y2-blue .card-header {
    background-color: transparent
}

.bg-gradient-x-cyan {
    background-image: linear-gradient(to right, #0097a7 0, #4dd0e1 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-cyan {
    background-image: linear-gradient(to bottom, #0097a7 0, #4dd0e1 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-cyan {
    background-image: linear-gradient(45deg, #0097a7, #4dd0e1);
    background-repeat: repeat-x
}

.bg-gradient-x2-cyan {
    background-image: linear-gradient(to right, #4dd0e1, #00bcd4 50%, #80deea);
    background-repeat: no-repeat
}

.bg-gradient-y2-cyan {
    background-image: linear-gradient(#4dd0e1, #00bcd4 50%, #80deea);
    background-repeat: no-repeat
}

.bg-gradient-radial-cyan {
    background-image: radial-gradient(circle, #0097a7, #4dd0e1);
    background-repeat: no-repeat
}

.bg-gradient-striped-cyan {
    background-image: linear-gradient(45deg, #80deea 25%, transparent 25%, transparent 50%, #80deea 50%, #80deea 75%, transparent 75%, transparent)
}

.bg-gradient-directional-cyan .card-footer,
.bg-gradient-directional-cyan .card-header,
.bg-gradient-radial-cyan .card-footer,
.bg-gradient-radial-cyan .card-header,
.bg-gradient-striped-cyan .card-footer,
.bg-gradient-striped-cyan .card-header,
.bg-gradient-x-cyan .card-footer,
.bg-gradient-x-cyan .card-header,
.bg-gradient-x2-cyan .card-footer,
.bg-gradient-x2-cyan .card-header,
.bg-gradient-y-cyan .card-footer,
.bg-gradient-y-cyan .card-header,
.bg-gradient-y2-cyan .card-footer,
.bg-gradient-y2-cyan .card-header {
    background-color: transparent
}

.bg-gradient-x-teal {
    background-image: linear-gradient(to right, #00796b 0, #4db6ac 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-teal {
    background-image: linear-gradient(to bottom, #00796b 0, #4db6ac 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-teal {
    background-image: linear-gradient(45deg, #00796b, #4db6ac);
    background-repeat: repeat-x
}

.bg-gradient-x2-teal {
    background-image: linear-gradient(to right, #4db6ac, #009688 50%, #80cbc4);
    background-repeat: no-repeat
}

.bg-gradient-y2-teal {
    background-image: linear-gradient(#4db6ac, #009688 50%, #80cbc4);
    background-repeat: no-repeat
}

.bg-gradient-radial-teal {
    background-image: radial-gradient(circle, #00796b, #4db6ac);
    background-repeat: no-repeat
}

.bg-gradient-striped-teal {
    background-image: linear-gradient(45deg, #80cbc4 25%, transparent 25%, transparent 50%, #80cbc4 50%, #80cbc4 75%, transparent 75%, transparent)
}

.bg-gradient-directional-teal .card-footer,
.bg-gradient-directional-teal .card-header,
.bg-gradient-radial-teal .card-footer,
.bg-gradient-radial-teal .card-header,
.bg-gradient-striped-teal .card-footer,
.bg-gradient-striped-teal .card-header,
.bg-gradient-x-teal .card-footer,
.bg-gradient-x-teal .card-header,
.bg-gradient-x2-teal .card-footer,
.bg-gradient-x2-teal .card-header,
.bg-gradient-y-teal .card-footer,
.bg-gradient-y-teal .card-header,
.bg-gradient-y2-teal .card-footer,
.bg-gradient-y2-teal .card-header {
    background-color: transparent
}

.bg-gradient-x-yellow {
    background-image: linear-gradient(to right, #fbc02d 0, #fff176 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-yellow {
    background-image: linear-gradient(to bottom, #fbc02d 0, #fff176 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-yellow {
    background-image: linear-gradient(45deg, #fbc02d, #fff176);
    background-repeat: repeat-x
}

.bg-gradient-x2-yellow {
    background-image: linear-gradient(to right, #fff176, #ffeb3b 50%, #fff59d);
    background-repeat: no-repeat
}

.bg-gradient-y2-yellow {
    background-image: linear-gradient(#fff176, #ffeb3b 50%, #fff59d);
    background-repeat: no-repeat
}

.bg-gradient-radial-yellow {
    background-image: radial-gradient(circle, #fbc02d, #fff176);
    background-repeat: no-repeat
}

.bg-gradient-striped-yellow {
    background-image: linear-gradient(45deg, #fff59d 25%, transparent 25%, transparent 50%, #fff59d 50%, #fff59d 75%, transparent 75%, transparent)
}

.bg-gradient-directional-yellow .card-footer,
.bg-gradient-directional-yellow .card-header,
.bg-gradient-radial-yellow .card-footer,
.bg-gradient-radial-yellow .card-header,
.bg-gradient-striped-yellow .card-footer,
.bg-gradient-striped-yellow .card-header,
.bg-gradient-x-yellow .card-footer,
.bg-gradient-x-yellow .card-header,
.bg-gradient-x2-yellow .card-footer,
.bg-gradient-x2-yellow .card-header,
.bg-gradient-y-yellow .card-footer,
.bg-gradient-y-yellow .card-header,
.bg-gradient-y2-yellow .card-footer,
.bg-gradient-y2-yellow .card-header {
    background-color: transparent
}

.bg-gradient-x-amber {
    background-image: linear-gradient(to right, #ffa000 0, #ffd54f 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-amber {
    background-image: linear-gradient(to bottom, #ffa000 0, #ffd54f 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-amber {
    background-image: linear-gradient(45deg, #ffa000, #ffd54f);
    background-repeat: repeat-x
}

.bg-gradient-x2-amber {
    background-image: linear-gradient(to right, #ffd54f, #ffc107 50%, #ffe082);
    background-repeat: no-repeat
}

.bg-gradient-y2-amber {
    background-image: linear-gradient(#ffd54f, #ffc107 50%, #ffe082);
    background-repeat: no-repeat
}

.bg-gradient-radial-amber {
    background-image: radial-gradient(circle, #ffa000, #ffd54f);
    background-repeat: no-repeat
}

.bg-gradient-striped-amber {
    background-image: linear-gradient(45deg, #ffe082 25%, transparent 25%, transparent 50%, #ffe082 50%, #ffe082 75%, transparent 75%, transparent)
}

.bg-gradient-directional-amber .card-footer,
.bg-gradient-directional-amber .card-header,
.bg-gradient-radial-amber .card-footer,
.bg-gradient-radial-amber .card-header,
.bg-gradient-striped-amber .card-footer,
.bg-gradient-striped-amber .card-header,
.bg-gradient-x-amber .card-footer,
.bg-gradient-x-amber .card-header,
.bg-gradient-x2-amber .card-footer,
.bg-gradient-x2-amber .card-header,
.bg-gradient-y-amber .card-footer,
.bg-gradient-y-amber .card-header,
.bg-gradient-y2-amber .card-footer,
.bg-gradient-y2-amber .card-header {
    background-color: transparent
}

.bg-gradient-x-blue-grey {
    background-image: linear-gradient(to right, #455a64 0, #90a4ae 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-blue-grey {
    background-image: linear-gradient(to bottom, #455a64 0, #90a4ae 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-blue-grey {
    background-image: linear-gradient(45deg, #455a64, #90a4ae);
    background-repeat: repeat-x
}

.bg-gradient-x2-blue-grey {
    background-image: linear-gradient(to right, #90a4ae, #607d8b 50%, #b0bec5);
    background-repeat: no-repeat
}

.bg-gradient-y2-blue-grey {
    background-image: linear-gradient(#90a4ae, #607d8b 50%, #b0bec5);
    background-repeat: no-repeat
}

.bg-gradient-radial-blue-grey {
    background-image: radial-gradient(circle, #455a64, #90a4ae);
    background-repeat: no-repeat
}

.bg-gradient-striped-blue-grey {
    background-image: linear-gradient(45deg, #b0bec5 25%, transparent 25%, transparent 50%, #b0bec5 50%, #b0bec5 75%, transparent 75%, transparent)
}

.bg-gradient-directional-blue-grey .card-footer,
.bg-gradient-directional-blue-grey .card-header,
.bg-gradient-radial-blue-grey .card-footer,
.bg-gradient-radial-blue-grey .card-header,
.bg-gradient-striped-blue-grey .card-footer,
.bg-gradient-striped-blue-grey .card-header,
.bg-gradient-x-blue-grey .card-footer,
.bg-gradient-x-blue-grey .card-header,
.bg-gradient-x2-blue-grey .card-footer,
.bg-gradient-x2-blue-grey .card-header,
.bg-gradient-y-blue-grey .card-footer,
.bg-gradient-y-blue-grey .card-header,
.bg-gradient-y2-blue-grey .card-footer,
.bg-gradient-y2-blue-grey .card-header {
    background-color: transparent
}

.bg-gradient-x-grey-blue {
    background-image: linear-gradient(to right, #2c303b 0, #6f85ad 100%);
    background-repeat: repeat-x;
    border-bottom: none
}

.bg-gradient-y-grey-blue {
    background-image: linear-gradient(to bottom, #2c303b 0, #6f85ad 100%);
    background-repeat: repeat-x
}

.bg-gradient-directional-grey-blue {
    background-image: linear-gradient(45deg, #2c303b, #6f85ad);
    background-repeat: repeat-x
}

.bg-gradient-x2-grey-blue {
    background-image: linear-gradient(to right, #6f85ad, #1b2942 50%, #b0bec5);
    background-repeat: no-repeat
}

.bg-gradient-y2-grey-blue {
    background-image: linear-gradient(#6f85ad, #1b2942 50%, #b0bec5);
    background-repeat: no-repeat
}

.bg-gradient-radial-grey-blue {
    background-image: radial-gradient(circle, #2c303b, #6f85ad);
    background-repeat: no-repeat
}

.bg-gradient-striped-grey-blue {
    background-image: linear-gradient(45deg, #b0bec5 25%, transparent 25%, transparent 50%, #b0bec5 50%, #b0bec5 75%, transparent 75%, transparent)
}

.bg-gradient-directional-grey-blue .card-footer,
.bg-gradient-directional-grey-blue .card-header,
.bg-gradient-radial-grey-blue .card-footer,
.bg-gradient-radial-grey-blue .card-header,
.bg-gradient-striped-grey-blue .card-footer,
.bg-gradient-striped-grey-blue .card-header,
.bg-gradient-x-grey-blue .card-footer,
.bg-gradient-x-grey-blue .card-header,
.bg-gradient-x2-grey-blue .card-footer,
.bg-gradient-x2-grey-blue .card-header,
.bg-gradient-y-grey-blue .card-footer,
.bg-gradient-y-grey-blue .card-header,
.bg-gradient-y2-grey-blue .card-footer,
.bg-gradient-y2-grey-blue .card-header {
    background-color: transparent
}

html {
    font-size: 14px;
    height: 100%;
    width: 100%
}

html body {
    height: 100%;
    background-color: #f4f5fa;
    direction: ltr
}

html body.fixed-navbar {
    padding-top: 5rem
}

html body.footer-fixed .app-content.content {
    margin-bottom: 3rem
}

html body a {
    color: #1e9ff2
}

html body a:hover {
    color: #0c84d1
}

html body .container.app-content {
    overflow-x: hidden
}

html body .container.app-content.show-overlay .content-overlay {
    z-index: 10;
    opacity: 1
}

html body .container.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;
    transition: all .7s;
    z-index: -1
}

html body .content {
    padding: 0;
    position: relative;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: calc(100% - 38px)
}

html body .content.app-content {
    overflow-x: hidden
}

html body .content.app-content.show-overlay .content-overlay {
    z-index: 10;
    opacity: 1
}

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;
    transition: all .7s;
    z-index: -1
}

html body .content .content-wrapper {
    padding: 2.1rem 2rem 0
}

html body .content .content-wrapper .content-header-title {
    font-weight: 500;
    letter-spacing: 1px;
    color: #464855
}

html body .la {
    font-size: 1.2rem
}

html body[data-col="1-column"]:not(.vertical-content-menu) .content,
html body[data-col="1-column"]:not(.vertical-content-menu) .footer {
    margin-left: 0 !important
}

html body[data-col="1-column"].horizontal-layout .content,
html body[data-col="1-column"].horizontal-layout .footer {
    margin: 0 auto !important
}

html body[data-col="1-column"].vertical-content-menu .content-body {
    margin-left: 0 !important
}

html body.boxed-layout {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff
}

html body.boxed-layout .app-content {
    background-color: #f4f5fa
}

html body.content-boxed-layout .content {
    width: 80%;
    margin: 0 auto;
    padding-left: 260px
}

html body.bg-full-screen-image {
    background: url(/images/bg-2.jpg?f7ca74ba2970448bcb04a491ce7ab0fd) no-repeat center center fixed;
    background-size: cover
}

html body .pace .pace-progress {
    background: #ff4961
}

.blank-page .content-wrapper {
    padding: 0 !important
}

.blank-page .content-wrapper .flexbox-container {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 3.2rem)
}

.app-content.center-layout {
    overflow: hidden
}

.center-layout {
    position: relative
}

@media (max-width:767.98px) {
    html body footer {
        text-align: center
    }
}

@media (min-width:992px) {
    body .content-right {
        width: calc(100% - 300px);
        float: right
    }

    body .content-left {
        width: calc(100% - 300px);
        float: left
    }

    body .content-detached {
        width: 100%
    }

    body .content-detached.content-right {
        float: right;
        margin-left: -300px
    }

    body .content-detached.content-right .content-body {
        margin-left: 320px
    }

    body .content-detached.content-left {
        float: left;
        margin-right: -300px
    }

    body .content-detached.content-left .content-body {
        margin-right: 320px
    }

    .sidebar-right.sidebar-sticky {
        float: right !important;
        margin-left: -300px;
        width: 300px !important
    }

    .sidebar-left.sidebar-sticky {
        float: left !important;
        margin-right: -300px;
        width: 300px !important
    }

    [data-col=content-left-sidebar] .sticky-wrapper {
        float: left
    }

    .vertical-content-menu .content .sidebar-left {
        margin-left: 288px
    }

    .vertical-content-menu .content .content-detached.content-right {
        float: right;
        width: calc(100% - 300px);
        margin-left: -300px
    }

    .vertical-content-menu .content .content-detached.content-right .content-body {
        margin-left: 295px
    }

    .vertical-content-menu .content .content-detached.content-left {
        float: left;
        width: 100%;
        margin-right: -300px
    }

    .vertical-content-menu .content .content-detached.content-left .content-body {
        margin-right: 320px
    }
}

.sidebar {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .sidebar {
        vertical-align: top;
        width: 300px
    }
}

.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: -20px;
    z-index: 1036
}

@media (min-width:992px) {
    .sidebar-left {
        float: left
    }

    .sidebar-right {
        float: right
    }
}

.horizontal-menu-padding .header-navbar .navbar-container {
    padding: 0
}

.header-navbar .navbar-container {
    height: auto
}

footer.navbar-shadow {
    box-shadow: 1px 0 20px rgba(0, 0, 0, .1)
}

footer.navbar-border {
    border-top: 1px solid #e4e7ed
}

footer.footer-transparent {
    border: none
}

footer.footer-light {
    background: #fff
}

footer.footer-dark {
    background: #2c303b
}

footer.footer-dark span {
    color: #fff
}

footer .ft-heart:before {
    padding-left: .3rem
}

.main-menu {
    z-index: 1000;
    position: absolute;
    display: table-cell
}

.main-menu.menu-light {
    color: #6b6f82;
    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: #545766
}

.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: #6b6f82;
    padding: 30px 20px 8px 15px
}

.main-menu.menu-light .navigation .navigation-header span {
    font-weight: 500;
    text-transform: uppercase
}

.main-menu.menu-light .navigation li a {
    color: #6b6f82;
    transition: all .2s ease
}

.main-menu.menu-light .navigation li a i,
.main-menu.menu-light .navigation li a span {
    transition: all .2s ease
}

.main-menu.menu-light .navigation li a span.menu-sub-title {
    color: #bdbfc9
}

.main-menu.menu-light .navigation>li {
    padding: 0
}

.main-menu.menu-light .navigation>li>a {
    padding: 12px 30px 12px 18px
}

.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: 3px
}

.main-menu.menu-light .navigation>li.open>ul>li:hover>a {
    padding: 12px 18px 12px 58px
}

.main-menu.menu-light .navigation>li.open>ul>li:hover.active>a {
    padding: 12px 18px 12px 40px
}

.main-menu.menu-light .navigation>li.open>a {
    color: #545766;
    border-right: 4px solid #1e9ff2
}

.main-menu.menu-light .navigation>li.open>li.hover>a {
    transform: translateX(12px)
}

.main-menu.menu-light .navigation>li.open>li.hover.active>a {
    transform: translateX(0)
}

.main-menu.menu-light .navigation>li.menu-collapsed-open>a {
    color: #545766;
    border-right: 4px solid #1e9ff2
}

.main-menu.menu-light .navigation>li:not(.open)>ul {
    display: none
}

.main-menu.menu-light .navigation>li.active>a,
.main-menu.menu-light .navigation>li.hover>a,
.main-menu.menu-light .navigation>li:hover>a {
    color: #85899b
}

.main-menu.menu-light .navigation>li.active>a.mm-next,
.main-menu.menu-light .navigation>li.hover>a.mm-next,
.main-menu.menu-light .navigation>li:hover>a.mm-next {
    background-color: inherit
}

.main-menu.menu-light .navigation>li.active>a {
    font-weight: 700;
    background: #f5f5f5;
    margin: 0 1rem 0 1rem;
    border-radius: .3rem
}

.main-menu.menu-light .navigation>li .active {
    background: #f5f5f5
}

.main-menu.menu-light .navigation>li .active>a {
    color: #85899b;
    font-weight: 700;
    background: #f5f5f5;
    margin: 0 1rem 0 1rem;
    border-radius: .3rem;
    padding-left: 40px
}

.main-menu.menu-light .navigation>li .active .hover>a {
    background: #f5f5f5
}

.main-menu.menu-light .navigation>li ul {
    padding: 0;
    margin: 0;
    font-size: 1rem
}

.main-menu.menu-light .navigation>li ul li {
    color: #6b6f82;
    background: 0 0
}

.main-menu.menu-light .navigation>li ul li>a {
    padding: 12px 18px 12px 54px
}

.main-menu.menu-light .navigation>li ul .has-sub:not(.open)>ul {
    display: none
}

.main-menu.menu-light .navigation>li ul .open>a {
    color: #6b6f82
}

.main-menu.menu-light .navigation>li ul .open>ul {
    display: block
}

.main-menu.menu-light .navigation>li ul .open>ul li.active>a {
    padding-left: 40px
}

.main-menu.menu-light .navigation>li ul .open>ul li:not(.active):hover>a {
    padding-left: 58px
}

.main-menu.menu-light .navigation>li ul .open>ul .open>ul {
    display: block
}

.main-menu.menu-light .navigation>li ul .open>ul .open>ul li>a {
    padding: 12px 18px 12px 74px
}

.main-menu.menu-light .navigation>li ul .hover>a,
.main-menu.menu-light .navigation>li ul:hover>a {
    color: #74798d
}

.main-menu.menu-light .navigation>li ul .active {
    background: 0 0
}

.main-menu.menu-light .navigation>li ul .active>a {
    color: #85899b;
    font-weight: 700
}

.main-menu.menu-light .navigation>li ul .active .hover>a {
    background-color: transparent
}

.main-menu.menu-light .navigation>li>ul {
    background: #fff
}

.main-menu.menu-light .navigation>li.hover>a {
    padding-left: 24px
}

.main-menu.menu-light .navigation>li.active>a {
    padding: 12px 17px 12px 17px
}

.main-menu.menu-light.expanded .navigation>li.active>a {
    margin: 0 1rem
}

.main-menu.menu-light ul.menu-popout {
    background: #fff
}

.main-menu.menu-light ul.menu-popout li a {
    color: #6b6f82
}

.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
    color: #bdbfc9
}

.main-menu.menu-light ul.menu-popout .has-sub:not(.open)>ul {
    display: none
}

.main-menu.menu-light ul.menu-popout .has-sub.active {
    font-weight: 400
}

.main-menu.menu-light ul.menu-popout .open>a {
    color: #6b6f82
}

.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: #74798d
}

.main-menu.menu-light ul.menu-popout .active {
    font-weight: 700
}

.main-menu.menu-light ul.menu-popout .active>a {
    color: #85899b
}

.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: #2c343b;
    border-right: none !important
}

.main-menu.menu-dark .main-menu-header {
    padding: 20px
}

.main-menu.menu-dark .main-menu-header .menu-search {
    background: #161a1e;
    padding: .5rem 1rem;
    color: #c3c3c3
}

.main-menu.menu-dark .main-menu-header .menu-search:focus {
    border-color: #0b0d0f
}

.main-menu.menu-dark .navigation {
    background: #2c343b
}

.main-menu.menu-dark .navigation .navigation-header {
    color: #dcdcdc;
    padding: 30px 20px 8px 15px
}

.main-menu.menu-dark .navigation .navigation-header span {
    font-weight: 500;
    text-transform: uppercase
}

.main-menu.menu-dark .navigation li a {
    color: #dcdcdc;
    transition: all .2s ease
}

.main-menu.menu-dark .navigation li a i,
.main-menu.menu-dark .navigation li a span {
    transition: all .2s ease
}

.main-menu.menu-dark .navigation li a span.menu-sub-title {
    color: #fff
}

.main-menu.menu-dark .navigation>li {
    padding: 0
}

.main-menu.menu-dark .navigation>li>a {
    padding: 12px 30px 12px 18px
}

.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: 3px
}

.main-menu.menu-dark .navigation>li.open>ul>li:hover>a {
    padding: 12px 18px 12px 58px
}

.main-menu.menu-dark .navigation>li.open>ul>li:hover.active>a {
    padding: 12px 18px 12px 40px
}

.main-menu.menu-dark .navigation>li.open>a {
    color: #c3c3c3;
    border-right: 4px solid #1e9ff2
}

.main-menu.menu-dark .navigation>li.open>li.hover>a {
    transform: translateX(12px)
}

.main-menu.menu-dark .navigation>li.open>li.hover.active>a {
    transform: translateX(0)
}

.main-menu.menu-dark .navigation>li.menu-collapsed-open>a {
    color: #c3c3c3;
    border-right: 4px solid #1e9ff2
}

.main-menu.menu-dark .navigation>li:not(.open)>ul {
    display: none
}

.main-menu.menu-dark .navigation>li.active>a,
.main-menu.menu-dark .navigation>li.hover>a,
.main-menu.menu-dark .navigation>li:hover>a {
    color: #f6f6f6
}

.main-menu.menu-dark .navigation>li.active>a.mm-next,
.main-menu.menu-dark .navigation>li.hover>a.mm-next,
.main-menu.menu-dark .navigation>li:hover>a.mm-next {
    background-color: inherit
}

.main-menu.menu-dark .navigation>li.active>a {
    font-weight: 700;
    background: #424e58;
    margin: 0 1rem 0 1rem;
    border-radius: .3rem
}

.main-menu.menu-dark .navigation>li .active {
    background: #424e58
}

.main-menu.menu-dark .navigation>li .active>a {
    color: #f6f6f6;
    font-weight: 700;
    background: #424e58;
    margin: 0 1rem 0 1rem;
    border-radius: .3rem;
    padding-left: 40px
}

.main-menu.menu-dark .navigation>li .active .hover>a {
    background: #232a2f
}

.main-menu.menu-dark .navigation>li ul {
    padding: 0;
    margin: 0;
    font-size: 1rem
}

.main-menu.menu-dark .navigation>li ul li {
    color: #dcdcdc;
    background: 0 0
}

.main-menu.menu-dark .navigation>li ul li>a {
    padding: 12px 18px 12px 54px
}

.main-menu.menu-dark .navigation>li ul .has-sub:not(.open)>ul {
    display: none
}

.main-menu.menu-dark .navigation>li ul .open>a {
    color: #dcdcdc
}

.main-menu.menu-dark .navigation>li ul .open>ul {
    display: block
}

.main-menu.menu-dark .navigation>li ul .open>ul li.active>a {
    padding-left: 40px
}

.main-menu.menu-dark .navigation>li ul .open>ul li:not(.active):hover>a {
    padding-left: 58px
}

.main-menu.menu-dark .navigation>li ul .open>ul .open>ul {
    display: block
}

.main-menu.menu-dark .navigation>li ul .open>ul .open>ul li>a {
    padding: 12px 18px 12px 74px
}

.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: 0 0
}

.main-menu.menu-dark .navigation>li ul .active>a {
    color: #f6f6f6;
    font-weight: 700
}

.main-menu.menu-dark .navigation>li ul .active .hover>a {
    background-color: transparent
}

.main-menu.menu-dark .navigation>li>ul {
    background: #2c343b
}

.main-menu.menu-dark .navigation>li.hover>a {
    padding-left: 24px
}

.main-menu.menu-dark .navigation>li.active>a {
    padding: 12px 17px 12px 17px
}

.main-menu.menu-dark.expanded .navigation>li.active>a {
    margin: 0 1rem
}

.main-menu.menu-dark ul.menu-popout {
    background: #2c343b
}

.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 .has-sub:not(.open)>ul {
    display: none
}

.main-menu.menu-dark ul.menu-popout .has-sub.active {
    font-weight: 400
}

.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: #181d21
}

.main-menu.menu-dark ul.menu-popout .open>ul .open>ul {
    display: block;
    background: #181d21
}

.main-menu.menu-dark ul.menu-popout .hover>a,
.main-menu.menu-dark ul.menu-popout:hover>a {
    color: #e6e6e6
}

.main-menu.menu-dark ul.menu-popout .active {
    font-weight: 700
}

.main-menu.menu-dark ul.menu-popout .active>a {
    color: #f6f6f6
}

.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;
    height: 100%;
    top: 5rem;
    height: calc(100% - 5rem)
}

.main-menu.menu-shadow {
    box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, .1)
}

.main-menu.menu-native-scroll .main-menu-content {
    overflow-y: scroll
}

.main-menu.menu-bordered.menu-light .navigation>li {
    border-top: 1px solid #e4e7ed
}

.main-menu.menu-bordered.menu-dark .navigation>li {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-menu .main-menu-content {
    height: 100%;
    position: relative
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-menu ul.navigation-main {
    overflow-x: hidden
}

.main-menu a {
    outline: 0
}

.main-menu a:focus,
.main-menu a:hover {
    text-decoration: none
}

.navigation {
    font-size: 1.1rem;
    letter-spacing: .2px;
    font-weight: 400;
    overflow-y: hidden;
    padding-bottom: 20px
}

.navigation .navigation-header {
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 22px;
    font-size: 1rem
}

.navigation li {
    position: relative;
    white-space: nowrap
}

.navigation li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.navigation li.disabled a {
    cursor: not-allowed
}

.menu-popout li.disabled a {
    cursor: not-allowed
}

.dropdown-notification .notification-text {
    margin-bottom: .5rem
}

.dropdown-notification .notification-tag {
    position: relative;
    top: -28px;
    right: 20px
}

.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;
    transition: all .3s ease .15s
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li>a:after,
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li>a:after,
.vertical-overlay-menu .menu-icon-right ul.navigation li>a:after {
    left: 8px;
    right: initial !important
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li>a>i,
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li>a>i,
.vertical-overlay-menu .menu-icon-right ul.navigation li>a>i {
    float: right !important;
    margin: 0 -12px 0 0 !important
}

.horizontal-layout .navbar-icon-right ul.nav>li>a:after {
    float: left;
    position: relative;
    top: 27px;
    left: -16px
}

.horizontal-layout .navbar-icon-right ul.nav>li>a>i {
    float: right;
    margin: 0 4px 0 8px
}

.horizontal-layout .navbar-fixed {
    z-index: 999 !important
}

@media (max-width:767.98px) {

    .menu-hide .main-menu,
    .menu-open .main-menu {
        transition: transform .25s, top .35s, height .35s
    }

    .main-menu {
        transform: translate3d(-240px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000
    }

    .menu-open .main-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:991.98px) {
    .horizontal-layout.vertical-overlay-menu .main-menu-content {
        padding: 0
    }

    .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
        margin: 0;
        width: 100%
    }

    .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu>li {
        padding: 0
    }

    .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
        margin-left: 0;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .drag-target {
        z-index: 0
    }
}

.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 7px 12px 0 rgba(62, 57, 107, .16)
}

.box-shadow-2 {
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2)
}

.box-shadow-3 {
    box-shadow: 0 14px 24px 0 rgba(62, 57, 107, .26)
}

.box-shadow-4 {
    box-shadow: 0 16px 28px 0 rgba(62, 57, 107, .3)
}

.box-shadow-5 {
    box-shadow: 0 27px 24px 0 rgba(62, 57, 107, .36)
}

.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)
}

.full-height-vh {
    height: 100vh
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-2 {
    line-height: 1.5 !important
}

.line-height-3 {
    line-height: 2 !important
}

.rotate-45 {
    transform: rotate(45deg)
}

.rotate-45-inverse {
    transform: rotate(-45deg)
}

.rotate-90 {
    transform: rotate(45deg)
}

.rotate-90-inverse {
    transform: rotate(-45deg)
}

.rotate-180 {
    transform: rotate(45deg)
}

.rotate-180-inverse {
    transform: rotate(-45deg)
}

.pull-up {
    transition: all .25s ease
}

.pull-up:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    z-index: 30
}

.spinner {
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        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% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0)
    }

    100% {
        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
}

.bg-hexagons {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23f7f7f7' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.bg-hexagons-danger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ff6576' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block
}

.bullet.bullet-xs {
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px
}

.bullet.bullet-lg {
    width: 18px;
    height: 18rem
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.avatar {
    position: relative;
    width: 36px;
    height: 36px;
    white-space: nowrap;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: .8rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center
}

.avatar i {
    position: absolute;
    right: -3px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    z-index: 2
}

.avatar span.text-circle {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2rem;
    background: #babfc7;
    display: table-cell
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 50%;
    z-index: 1
}

.avatar .badge-up {
    top: -8px;
    right: -11px
}

.avatar-online i {
    background-color: #28d094
}

.avatar-off i {
    background-color: #babfc7
}

.avatar-busy i {
    background-color: #ff4961
}

.avatar-away i {
    background-color: #ff9149
}

.avatar-100 {
    width: 100px
}

.avatar-100 span.text-circle {
    width: 100px;
    height: 100px
}

.avatar-100 i {
    height: 20px;
    width: 20px
}

.avatar-50 {
    width: 50px
}

.avatar-50 span.text-circle {
    width: 50px;
    height: 50px
}

.avatar-50 i {
    height: 10px;
    width: 10px
}

.avatar-lg {
    width: 54px;
    height: 54px
}

.avatar-lg span.text-circle {
    width: 54px;
    height: 54px
}

.avatar-lg i {
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px
}

.avatar-md {
    width: 40px;
    height: 40px
}

.avatar-md span.text-circle {
    width: 40px;
    height: 40px
}

.avatar-md i {
    right: 0;
    bottom: 0;
    height: 10px;
    width: 10px
}

.avatar-sm {
    width: 32px;
    height: 32px
}

.avatar-sm span.text-circle {
    width: 32px;
    height: 32px
}

.avatar-sm i {
    height: 8px;
    width: 8px
}

.avatar-xs {
    width: 24px;
    height: 24px
}

.avatar-xs span.text-circle {
    width: 24px;
    height: 24px
}

.avatar-xs i {
    height: 7px;
    width: 7px
}

.dropdown .avatar i {
    margin-right: 0
}

.navbar-container a.nav-link-search {
    float: left
}

.navbar-container .search-input {
    position: relative;
    float: left;
    width: 0
}

.navbar-container .search-input .input {
    width: 0;
    visibility: hidden;
    border: none;
    background: 0 0;
    transition: all .2s ease-out;
    line-height: 16px;
    padding: 2.01rem 2.7rem;
    color: #000 !important
}

.navbar-container .search-input .input::-webkit-input-placeholder {
    color: #000 !important
}

.navbar-container .search-input .input::-moz-placeholder {
    color: #000 !important
}

.navbar-container .search-input .input:-ms-input-placeholder {
    color: #000 !important
}

.navbar-container .search-input .input::-ms-input-placeholder {
    color: #000 !important
}

.navbar-container .search-input .input::placeholder {
    color: #000 !important
}

.navbar-container .search-input.open {
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 1px;
    width: 100%;
    z-index: 1001;
    margin-top: -1px;
    border-left: 1px solid #e4e5ec
}

.navbar-container .search-input.open .search-input-close,
.navbar-container .search-input.open .search-input-icon {
    display: block
}

.navbar-container .search-input.open input {
    visibility: visible;
    width: 100%;
    outline: 0;
    background: 0 0
}

.navbar-container .search-input .search-list {
    position: absolute !important;
    top: 100%;
    left: 0;
    background: #fff;
    width: 60rem;
    margin-top: .8rem;
    padding-left: 0;
    border-radius: .25rem;
    display: none
}

.navbar-container .search-input .search-list.show {
    display: block;
    width: 98%;
    left: 1%;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13)
}

.navbar-container .search-input .search-list li a {
    padding: 1.2rem 1rem;
    color: #6b6f82
}

.navbar-container .search-input .search-list li a span[class*="bx bx-"] {
    font-size: 1.25rem
}

.navbar-container .search-input .search-list li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.navbar-container .search-input .search-list li:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.navbar-container .search-input .search-list li.current_item,
.navbar-container .search-input .search-list li:hover {
    background-color: #f2f4f4
}

.navbar-container .search-input .search-input-close {
    z-index: 1001;
    display: none;
    position: absolute;
    right: 1rem;
    top: 40%;
    cursor: pointer
}

.navbar-light .search-input .input,
.navbar-semi-dark .search-input .input {
    color: #2c303b
}

.navbar-light .search-input .input::-webkit-input-placeholder,
.navbar-semi-dark .search-input .input::-webkit-input-placeholder {
    color: #2c303b
}

.navbar-light .search-input .input::-moz-placeholder,
.navbar-semi-dark .search-input .input::-moz-placeholder {
    color: #2c303b
}

.navbar-light .search-input .input:-ms-input-placeholder,
.navbar-semi-dark .search-input .input:-ms-input-placeholder {
    color: #2c303b
}

.navbar-light .search-input .input::-ms-input-placeholder,
.navbar-semi-dark .search-input .input::-ms-input-placeholder {
    color: #2c303b
}

.navbar-light .search-input .input::placeholder,
.navbar-semi-dark .search-input .input::placeholder {
    color: #2c303b
}

.navbar-light .search-input.open .input,
.navbar-semi-dark .search-input.open .input {
    color: #2c303b
}

.navbar-dark .search-input .input,
.navbar-semi-light .search-input .input {
    color: #f9fafd
}

.navbar-dark .search-input .input::-webkit-input-placeholder,
.navbar-semi-light .search-input .input::-webkit-input-placeholder {
    color: #f9fafd
}

.navbar-dark .search-input .input::-moz-placeholder,
.navbar-semi-light .search-input .input::-moz-placeholder {
    color: #f9fafd
}

.navbar-dark .search-input .input:-ms-input-placeholder,
.navbar-semi-light .search-input .input:-ms-input-placeholder {
    color: #f9fafd
}

.navbar-dark .search-input .input::-ms-input-placeholder,
.navbar-semi-light .search-input .input::-ms-input-placeholder {
    color: #f9fafd
}

.navbar-dark .search-input .input::placeholder,
.navbar-semi-light .search-input .input::placeholder {
    color: #f9fafd
}

.navbar-dark .search-input.open .input,
.navbar-semi-light .search-input.open .input {
    color: #f9fafd
}

@media only screen and (max-width:576px) {
    #search-results li.media {
        flex-direction: column
    }
}

@media only screen and (max-width:600px) {
    #search-results .img-fluid.rounded {
        margin-right: 1rem
    }
}

.chart-container {
    position: relative;
    width: 100%
}

@media (max-width:768px) {
    .chart-container {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%
    }
}

.chart {
    position: relative;
    display: block;
    width: 100%
}

.jqstooltip {
    box-sizing: content-box
}

[class*=bs-callout] p {
    letter-spacing: .6px;
    font-weight: 500;
}

[class*=bs-callout] .media {
    border-radius: .25rem !important
}

[class*=bs-callout].callout-bordered {
    border: 1px solid #ddd
}

[class*=bs-callout].callout-border-left {
    border-left: 5px solid
}

[class*=bs-callout].callout-border-right {
    border-right: 5px solid
}

[class*=bs-callout] .callout-arrow-left {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[class*=bs-callout] .callout-arrow-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11%;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px
}

[class*=bs-callout] .callout-arrow-right {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[class*=bs-callout] .callout-arrow-right:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -11%;
    border-left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    border-right: 8px solid;
    border-right-color: inherit;
    margin-top: -8px
}

[class*=bs-callout].callout-round {
    border-radius: 5rem !important
}

[class*=bs-callout].callout-round .media-left {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem
}

[class*=bs-callout].callout-round .media-right {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem
}

[class*=bs-callout].callout-square {
    border-radius: 0 !important
}

[class*=bs-callout].callout-square .callout-arrow-left,
[class*=bs-callout].callout-square .callout-arrow-right,
[class*=bs-callout].callout-square .media {
    border-radius: 0 !important
}

.btn-social,
.btn-social-icon {
    position: relative;
    padding-left: 3.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: 0;
    bottom: 0;
    width: 2.95rem;
    line-height: 2.7rem;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-lg.btn-social-icon,
.btn-social.btn-lg {
    padding-left: 3.75rem
}

.btn-lg.btn-social-icon>:first-child,
.btn-social.btn-lg>:first-child {
    line-height: 3rem;
    width: 3rem;
    font-size: 1.8em
}

.btn-sm.btn-social-icon,
.btn-social.btn-sm {
    padding-left: 3.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.btn-sm.btn-social-icon>:first-child,
.btn-social.btn-sm>:first-child {
    line-height: 2.2rem;
    width: 3rem;
    font-size: 1.4em
}

.btn-social.btn-xs,
.btn-xs.btn-social-icon {
    padding-left: 2.25rem;
    font-size: .75rem;
    line-height: .2rem
}

.btn-social.btn-xs>:first-child,
.btn-xs.btn-social-icon>:first-child {
    line-height: 2rem;
    width: 1.8rem;
    font-size: 1.2em
}

.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-social-icon.btn-lg {
    height: 4rem;
    width: 4rem;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 2.5rem;
    width: 2.5rem;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 2rem;
    width: 2rem;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    background-color: #d87a68;
    color: #fff !important;
    color: #fff;
    background-color: #d87a68;
    border-color: #fff
}

.btn-adn:hover {
    color: #fff;
    background-color: #d87a68;
    border-color: #d87a68
}

.btn-adn.focus,
.btn-adn:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-bitbucket {
    background-color: #205081;
    color: #fff !important;
    color: #fff;
    background-color: #205081;
    border-color: #fff
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #205081;
    border-color: #205081
}

.btn-bitbucket.focus,
.btn-bitbucket:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-dropbox {
    background-color: #1087dd;
    color: #fff !important;
    color: #fff;
    background-color: #1087dd;
    border-color: #fff
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #1087dd;
    border-color: #1087dd
}

.btn-dropbox.focus,
.btn-dropbox:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff !important;
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook.focus,
.btn-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-flickr {
    background-color: #ff0084;
    color: #fff !important;
    color: #fff;
    background-color: #ff0084;
    border-color: #fff
}

.btn-flickr:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084
}

.btn-flickr.focus,
.btn-flickr:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-foursquare {
    background-color: #f94877;
    color: #fff !important;
    color: #fff;
    background-color: #f94877;
    border-color: #fff
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f94877;
    border-color: #f94877
}

.btn-foursquare.focus,
.btn-foursquare:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 {
    background-color: #444;
    color: #fff !important;
    color: #fff;
    background-color: #444;
    border-color: #fff
}

.btn-github:hover {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-github.focus,
.btn-github:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-google {
    background-color: #dd4b39;
    color: #fff !important;
    color: #fff;
    background-color: #dd4b39;
    border-color: #fff
}

.btn-google:hover {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-google.focus,
.btn-google:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-instagram {
    background-color: #3f729b;
    color: #fff !important;
    color: #fff;
    background-color: #3f729b;
    border-color: #fff
}

.btn-instagram:hover {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b
}

.btn-instagram.focus,
.btn-instagram:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-linkedin {
    background-color: #007bb6;
    color: #fff !important;
    color: #fff;
    background-color: #007bb6;
    border-color: #fff
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6
}

.btn-linkedin.focus,
.btn-linkedin:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-microsoft {
    background-color: #2672ec;
    color: #fff !important;
    color: #fff;
    background-color: #2672ec;
    border-color: #fff
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #2672ec;
    border-color: #2672ec
}

.btn-microsoft.focus,
.btn-microsoft:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-odnoklassniki {
    background-color: #f4731c;
    color: #fff !important;
    color: #fff;
    background-color: #f4731c;
    border-color: #fff
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f4731c;
    border-color: #f4731c
}

.btn-odnoklassniki.focus,
.btn-odnoklassniki:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-openid {
    background-color: #f7931e;
    color: #fff !important;
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #fff
}

.btn-openid:hover {
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #f7931e
}

.btn-openid.focus,
.btn-openid:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5)
}

.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-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-pinterest {
    background-color: #cb2027;
    color: #fff !important;
    color: #fff;
    background-color: #cb2027;
    border-color: #fff
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027
}

.btn-pinterest.focus,
.btn-pinterest:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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-reddit {
    background-color: #f54504;
    color: #fff !important;
    color: #fff;
    background-color: #f54504;
    border-color: #fff
}

.btn-reddit:hover {
    color: #fff;
    background-color: #f54504;
    border-color: #f54504
}

.btn-reddit.focus,
.btn-reddit:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-reddit.disabled,
.btn-reddit:disabled {
    color: #fff;
    background-color: #f54504;
    border-color: #fff
}

.btn-reddit:not(:disabled):not(.disabled).active,
.btn-reddit:not(:disabled):not(.disabled):active,
.show>.btn-reddit.dropdown-toggle {
    color: #fff;
    background-color: #c33703;
    border-color: #dfdfdf
}

.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(255, 255, 255, .5)
}

.btn-soundcloud {
    background-color: #f50;
    color: #fff !important;
    color: #fff;
    background-color: #f50;
    border-color: #fff
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #f50;
    border-color: #f50
}

.btn-soundcloud.focus,
.btn-soundcloud:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-tumblr {
    background-color: #2c4762;
    color: #fff !important;
    color: #fff;
    background-color: #2c4762;
    border-color: #fff
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #2c4762;
    border-color: #2c4762
}

.btn-tumblr.focus,
.btn-tumblr:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-twitter {
    background-color: #55acee;
    color: #fff !important;
    color: #2a2e30;
    background-color: #55acee;
    border-color: #fff
}

.btn-twitter:hover {
    color: #2a2e30;
    background-color: #55acee;
    border-color: #55acee
}

.btn-twitter.focus,
.btn-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 224, 224, .5)
}

.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-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-vimeo {
    background-color: #1ab7ea;
    color: #fff !important;
    color: #fff;
    background-color: #1ab7ea;
    border-color: #fff
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea
}

.btn-vimeo.focus,
.btn-vimeo:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-vk {
    background-color: #587ea3;
    color: #fff !important;
    color: #fff;
    background-color: #587ea3;
    border-color: #fff
}

.btn-vk:hover {
    color: #fff;
    background-color: #587ea3;
    border-color: #587ea3
}

.btn-vk.focus,
.btn-vk:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-vk.disabled,
.btn-vk:disabled {
    color: #fff;
    background-color: #587ea3;
    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-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 .2rem rgba(255, 255, 255, .5)
}

.btn-yahoo {
    background-color: #720e9e;
    color: #fff !important;
    color: #fff;
    background-color: #720e9e;
    border-color: #fff
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #720e9e;
    border-color: #720e9e
}

.btn-yahoo.focus,
.btn-yahoo:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.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-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 .2rem rgba(255, 255, 255, .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 #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
}

.content-head-image .content .content-wrapper .content-header {
    height: 200px;
    padding: 2rem 1rem 0;
    margin: 0 0 3rem;
    position: relative
}

.content-head-image .content .content-wrapper .content-header::before {
    content: '';
    background-color: #000;
    opacity: .3;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0
}

.content-head-image .content .content-wrapper .content-header .content-header-title {
    color: #fff;
    font-size: 2rem
}

.content-head-image .content .content-wrapper .content-header .breadcrumbs-top {
    position: absolute;
    bottom: 0
}

.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li a,
.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li::after,
.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li::before {
    color: #fff
}

.content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li.active {
    color: #fff;
    font-weight: 500
}

.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;
    transition: all .2s ease-in-out
}

.fonticon-container>.fonticon-wrap.youtube {
    width: 100px
}

.fonticon-container:hover i {
    color: #666ee8;
    font-size: 2.9rem;
    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 #d1d5ea;
    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
}

.dropdown-demo {
    width: 100%;
    float: none;
    position: static
}

.popover-demo {
    display: block;
    position: relative;
    margin: 1rem auto;
    padding: 0;
    z-index: 100
}

.popover-demo .arrow-left-demo {
    left: 50%
}

.popover-demo .arrow-top-demo {
    top: 50%
}

.tooltip-top-demo {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    position: absolute;
    border-style: solid
}

.tooltip-bottom-demo {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    position: absolute;
    border-style: solid
}

.tooltip-left-demo {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
    position: absolute;
    border-style: solid
}

.tooltip-right-demo {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    position: absolute;
    border-style: solid
}

.customizer {
    width: 400px;
    right: -400px;
    padding: 0;
    background-color: #fff;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    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 0 8px rgba(0, 0, 0, .1)
}

.customizer.open {
    right: 0
}

.customizer .customizer-content {
    position: relative;
    height: 100%
}

.customizer .customizer-content .custom-control .custom-control-label {
    top: 0
}

.customizer a.customizer-toggle {
    background: #fff;
    color: #666ee8;
    display: block;
    border-radius: 15px 0 0 15px
}

.customizer a.customizer-close {
    color: #000
}

.customizer .customizer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 7px;
    width: auto;
    z-index: 10
}

.customizer .customizer-toggle {
    position: absolute;
    top: 35%;
    width: 54px;
    height: 50px;
    left: -54px;
    text-align: center;
    line-height: 56px;
    cursor: pointer
}

.customizer .color-options a {
    white-space: pre
}

.customizer .customizer-sidebar-options .active {
    background-color: #666ee8;
    border-color: #666ee8;
    color: #fff
}

.buy-now {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 1051
}

#scroll-top {
    width: 40px;
    height: 40px;
    z-index: 99;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    cursor: pointer;
    background: url(/images/top.png?9dcee4403f0b41f6acc9a73a212d75ed) no-repeat
}

.ps-container {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.ps-theme-dark {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-theme-dark {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-theme-dark {
        overflow: auto !important
    }
}

.ps-theme-dark.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-dark.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transperant
}

.ps-theme-dark.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-dark>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-theme-dark>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-theme-dark>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.ps-theme-dark>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-dark:hover>.ps-scrollbar-x-rail,
.ps-theme-dark:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.ps-theme-light {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-theme-light {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-theme-light {
        overflow: auto !important
    }
}

.ps-theme-light.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-light.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transperant
}

.ps-theme-light.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-light.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, .8)
}

.ps-theme-light.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(255, 255, 255, .8)
}

.ps-theme-light>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-theme-light>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-theme-light>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.ps-theme-light>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.ps-theme-light:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-light:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, .8)
}

.ps-theme-light:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(255, 255, 255, .8)
}

.ps-theme-light:hover>.ps-scrollbar-x-rail,
.ps-theme-light:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-theme-light:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(255, 255, 255, .8)
}

.ps-theme-light:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(255, 255, 255, .2);
    opacity: .9
}

.ps-theme-light:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(255, 255, 255, .8)
}

.menu-collapsed .ps-theme-dark {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .menu-collapsed .ps-theme-dark {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .menu-collapsed .ps-theme-dark {
        overflow: auto !important
    }
}

.menu-collapsed .ps-theme-dark.ps-active-x>.ps-scrollbar-x-rail,
.menu-collapsed .ps-theme-dark.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling {
    pointer-events: none
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.menu-collapsed .ps-theme-dark>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.menu-collapsed .ps-theme-dark>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #55595c !important;
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.menu-collapsed .ps-theme-dark>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.menu-collapsed .ps-theme-dark>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #55595c !important;
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail,
.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail {
    opacity: 0
}

.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.menu-collapsed ul.ps-theme-dark {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .menu-collapsed ul.ps-theme-dark {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .menu-collapsed ul.ps-theme-dark {
        overflow: auto !important
    }
}

.menu-collapsed ul.ps-theme-dark.ps-active-x>.ps-scrollbar-x-rail,
.menu-collapsed ul.ps-theme-dark.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transperant
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
    pointer-events: none
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail,
.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .vertical-menu-modern.menu-collapsed .ps-theme-dark {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vertical-menu-modern.menu-collapsed .ps-theme-dark {
        overflow: auto !important
    }
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-x>.ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transperant
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling {
    pointer-events: none
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
        overflow: auto !important
    }
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-x>.ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transperant
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
    pointer-events: none
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
    pointer-events: none
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .4)
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: .9
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .4)
}

.always-visible.ps-container>.ps-scrollbar-x-rail,
.always-visible.ps-container>.ps-scrollbar-y-rail {
    opacity: .6
}

.large-margin.ps-container>.ps-scrollbar-x-rail {
    margin: 0 25%
}

.large-margin.ps-container>.ps-scrollbar-y-rail {
    margin: 100px 0
}

@media screen and (min-width:0px) {
    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
}

#cke_ckeditor-inline {
    max-width: 68%
}

.note-editor.note-frame {
    border-radius: .3rem
}

.note-popover.popover {
    display: none
}

.note-toolbar.panel-heading {
    color: #333;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: .25rem 1rem .55rem !important
}

.note-toolbar button.note-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: .5rem 1rem
}

.note-toolbar .dropdown-toggle::after {
    display: none
}

.content {
    overflow: visible;
    position: relative;
    width: auto;
    margin-left: 0;
    min-height: auto;
    padding: inherit
}

.mce-tinymce-inline {
    max-width: 80% !important
}

.mce-container-body {
    overflow: auto
}

.CodeMirror {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.CodeMirror .CodeMirror-selected {
    background-color: #87ceeb !important
}

.CodeMirror .CodeMirror-selectedtext {
    color: #fff
}

.CodeMirror .styled-background {
    background-color: #ff7
}

.CodeMirror .cm-matchhighlight {
    background-color: #90ee90
}

.CodeMirror .CodeMirror-selection-highlight-scrollbar {
    background-color: green
}

#codemirror-tabs+.CodeMirror .cm-tab {
    background: url(/images/img.png?02dbd4629b821fd7cd0728db95f5f302);
    background-position: right;
    background-repeat: no-repeat
}

iframe#preview {
    height: 300px;
    border: 1px solid #000;
    width: 100%
}

.ace_editor {
    position: relative;
    overflow: hidden;
    height: 320px
}

.ql-editor,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-toolbar {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem
}

.group-area {
    margin-bottom: 3rem
}

.block {
    display: block;
    width: 100%
}

select[multiple=multiple] {
    overflow: auto
}

.has-icon-left .form-control {
    padding-left: 2.5rem
}

.form-control-position {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 3.2rem;
    text-align: center
}

input.form-control.input-xl,
select.form-control:not([size]):not([multiple]).input-xl {
    height: 3.75rem;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.45;
    border-radius: .35rem
}

input.form-control.form-group-xl .form-control,
select.form-control:not([size]):not([multiple]).form-group-xl .form-control {
    height: 3.75rem;
    padding: .5rem .5rem;
    font-size: 1.5rem;
    line-height: 1.45;
    border-radius: .35rem
}

input.form-control.form-group-xl .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-xl .form-control-static {
    height: 3.55rem;
    padding: .5rem .5rem;
    font-size: 1.5rem;
    line-height: 1.7
}

input.form-control.input-lg,
select.form-control:not([size]):not([multiple]).input-lg {
    height: 3rem;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1.45;
    border-radius: .35rem
}

input.form-control.form-group-lg .form-control,
select.form-control:not([size]):not([multiple]).form-group-lg .form-control {
    height: 3rem;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: .35rem
}

input.form-control.form-group-lg select.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg select.form-control {
    height: calc(1.25em + 2rem + 2px);
    line-height: calc(1.25em + 2rem + 2px)
}

input.form-control.form-group-lg select[multiple].form-control,
input.form-control.form-group-lg textarea.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg select[multiple].form-control,
select.form-control:not([size]):not([multiple]).form-group-lg textarea.form-control {
    height: auto
}

input.form-control.form-group-lg .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-lg .form-control-static {
    height: calc(1.25em + 2rem + 2px);
    min-height: 2.7rem;
    padding: 2rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25
}

input.form-control.input-sm,
select.form-control:not([size]):not([multiple]).input-sm {
    height: 2rem;
    padding: 0 .95rem;
    font-size: .975rem;
    line-height: 1.45;
    border-radius: .21rem
}

input.form-control.form-group-sm .form-control,
select.form-control:not([size]):not([multiple]).form-group-sm .form-control {
    height: calc(1.875rem + 2px);
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.45;
    border-radius: .21rem
}

input.form-control.form-group-sm .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-sm .form-control-static {
    font-size: .875rem;
    line-height: 1
}

input.form-control.input-xs,
select.form-control:not([size]):not([multiple]).input-xs {
    height: 1.525rem;
    padding: .1rem .525rem;
    font-size: .75rem;
    line-height: 1.45;
    border-radius: .12rem
}

input.form-control.form-group-xs .form-control,
select.form-control:not([size]):not([multiple]).form-group-xs .form-control {
    height: 1.525rem;
    padding: .2rem .275rem;
    font-size: .75rem;
    line-height: 1.45;
    border-radius: .12rem
}

input.form-control.form-group-xs .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-xs .form-control-static {
    height: 1.525rem;
    padding: .2rem .275rem;
    font-size: .75rem;
    line-height: 1.5
}

input.form-control.form-group-xl>.form-control-position,
input.form-control.input-xl+.form-control-position,
select.form-control:not([size]):not([multiple]).form-group-xl>.form-control-position,
select.form-control:not([size]):not([multiple]).input-xl+.form-control-position {
    width: 3.55rem;
    height: 3.55rem;
    line-height: 3.55rem;
    top: 4px
}

input.form-control.form-group-lg>.form-control-position,
input.form-control.input-lg+.form-control-position,
select.form-control:not([size]):not([multiple]).form-group-lg>.form-control-position,
select.form-control:not([size]):not([multiple]).input-lg+.form-control-position {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: 4px
}

input.form-control.form-group-sm>.form-control-position,
input.form-control.input-sm+.form-control-position,
select.form-control:not([size]):not([multiple]).form-group-sm>.form-control-position,
select.form-control:not([size]):not([multiple]).input-sm+.form-control-position {
    width: calc(1.875rem + 2px);
    height: calc(1.875rem + 2px);
    line-height: 2rem;
    top: 2px
}

input.form-control.form-group-xs>.form-control-position,
input.form-control.input-xs+.form-control-position,
select.form-control:not([size]):not([multiple]).form-group-xs>.form-control-position,
select.form-control:not([size]):not([multiple]).input-xs+.form-control-position {
    width: 1.525rem;
    height: 1.525rem;
    line-height: 1.525rem;
    top: 0
}

.position-relative .form-control {
    padding-right: calc(1.25em + 1.5rem + 2px)
}

.position-relative .form-control.input-xl {
    padding-right: 3.55rem
}

.position-relative .form-control.input-lg {
    padding-right: calc(1.25em + 2rem + 2px)
}

.position-relative .form-control.input-sm {
    padding-right: calc(1.875rem + 2px)
}

.position-relative .form-control.input-xs {
    padding-right: 1.525rem
}

.has-icon-left .form-control {
    padding-right: 1rem;
    padding-left: calc(1.25em + 1.5rem + 2px)
}

.has-icon-left .form-control.input-xl {
    padding-right: .5rem;
    padding-left: 3.55rem
}

.has-icon-left .form-control.input-lg {
    padding-right: 1.25rem;
    padding-left: calc(1.25em + 2rem + 2px)
}

.has-icon-left .form-control.input-sm {
    padding-right: .75rem;
    padding-left: 1.7rem
}

.has-icon-left .form-control.input-xs {
    padding-right: .275rem;
    padding-left: 1.525rem
}

.has-icon-left .form-control-position {
    right: auto;
    left: inherit
}

input[type=color] {
    height: calc(1.25em + 1.5rem + 2px)
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    line-height: 1.45
}

.font-size-large {
    font-size: 1.25rem
}

.font-size-base {
    font-size: 1rem
}

.font-size-small {
    font-size: .875rem
}

.font-size-xsmall {
    font-size: .75rem
}

.form-group-style {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .07);
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden
}

.form-group-style label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700
}

.form-group-style .form-control {
    border: none;
    padding-left: 0;
    margin-top: -4px;
    background: 0 0
}

.form-group-style.focus {
    background-color: #f0f0f0
}

.form-group-style.focus label {
    opacity: .5
}

.form-group-style label.filled {
    opacity: .5
}

.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: .75rem
}

.floating-label-form-group-with-focus label,
.floating-label-form-group-with-value label {
    color: #666ee8 !important;
    text-transform: uppercase;
    font-weight: 400
}

.select2-container--classic:focus,
.select2-container--default:focus {
    outline: 0
}

.select2-container--classic .img-flag,
.select2-container--default .img-flag {
    height: 15px;
    width: 18px
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px;
    border-color: #d9d9d9 !important
}

.select2-container--classic .select2-selection--single .select2-selection__rendered i,
.select2-container--default .select2-selection--single .select2-selection__rendered i {
    margin-right: .5rem
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ccc !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: #ccc !important;
    outline: 0
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    padding: 5px 8px !important;
    border-color: #d9d9d9 !important
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 11px !important;
    margin-top: 0 !important;
    background-color: #666ee8 !important;
    border-color: transparent !important;
    color: #fff;
    margin-right: 8px !important
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    padding: 0 !important
}

.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
}

.select2-container--classic .select2-results__options .select2-results__option i,
.select2-container--default .select2-results__options .select2-results__option i {
    margin-right: .5rem
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #666ee8 !important;
    color: #fff !important
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e0e0e0 !important;
    color: #424242 !important
}

.select2-container--classic .select2-result-repository .select2-result-repository__avatar,
.select2-container--default .select2-result-repository .select2-result-repository__avatar {
    width: 22%;
    float: left
}

.select2-container--classic .select2-result-repository .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository .select2-result-repository__avatar img {
    width: 75px
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta,
.select2-container--default .select2-result-repository .select2-result-repository__meta {
    width: 78%;
    float: right
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__title,
.select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__title {
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: capitalize
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div,
.select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div {
    display: inline;
    margin-right: 1rem
}

.select2-container--classic .select-lg,
.select2-container--default .select-lg {
    height: calc(1.25em + 2rem + 2px) .55 !important;
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    padding: .75rem 0
}

.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;
    padding-left: 1rem;
    padding-right: 5.5rem;
    line-height: 1
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
    top: .75rem !important
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__choice,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__choice {
    padding: .2rem .75rem !important;
    font-size: 1.25rem
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--default .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
    font-size: 1.25rem
}

.select2-container--classic .select-sm,
.select2-container--default .select-sm {
    height: calc(calc(1.875rem + 2px) + .5rem) !important;
    font-size: .875rem;
    padding: .35rem .2rem;
    margin-bottom: 0 !important
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__rendered,
.select2-container--default .select-sm.select2-selection--single .select2-selection__rendered {
    padding-right: 5.5rem
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
    top: .5rem !important
}

.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
    min-height: calc(calc(1.875rem + 2px) + .5rem) !important;
    padding: .25rem .5rem !important
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 0 .5rem !important;
    font-size: .875rem
}

.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 {
    padding: .35rem 0;
    margin-top: 0
}

.select2-container--classic .select-xs,
.select2-container--default .select-xs {
    height: calc(calc(1.875rem + 2px)) !important;
    padding: 0 .2rem;
    font-size: .75rem;
    margin-bottom: 0 !important;
    line-height: 1.5
}

.select2-container--classic .select-xs.select2-selection--single .select2-selection__rendered,
.select2-container--default .select-xs.select2-selection--single .select2-selection__rendered {
    padding-left: .525rem;
    padding-right: 4.55rem
}

.select2-container--classic .select-xs.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-xs.select2-selection--single .select2-selection__arrow {
    top: .175rem !important
}

.select2-container--classic .select-xs.select2-selection--multiple,
.select2-container--default .select-xs.select2-selection--multiple {
    min-height: calc(calc(1.875rem + 2px) + .2rem) !important;
    padding: 4px 6px !important
}

.select2-container--classic .select-xs.select2-selection--multiple .select2-selection__choice,
.select2-container--default .select-xs.select2-selection--multiple .select2-selection__choice {
    padding: 0 .4rem !important;
    font-size: .75rem
}

.select2-container--classic .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--default .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
    font-size: .75rem;
    margin-top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 6px !important
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 1px !important;
    right: 2px !important;
    height: 96% !important
}

.dataTables_wrapper,
table.dataTable {
    border-spacing: 0
}

.dataTables_wrapper thead,
.dataTables_wrapper.no-footer,
table.dataTable thead,
table.dataTable.no-footer {
    border-bottom: transparent
}

.dataTables_wrapper thead th,
.dataTables_wrapper.no-footer th,
table.dataTable thead th,
table.dataTable.no-footer th {
    border-bottom: transparent
}

.dataTables_wrapper tfoot th,
table.dataTable tfoot th {
    border-top: transparent
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #666ee8;
    border-radius: 0;
    top: 10px;
    left: 10px;
    box-shadow: 0 0 2px #444
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff4961
}

@media (max-width:991.98px) {
    .dataTables_wrapper table {
        display: block;
        width: 100%;
        min-height: .01%;
        overflow-x: auto
    }
}

.DTFC_LeftBodyLiner {
    top: -1px !important
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    margin-left: 0;
    padding: 0
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover {
    background: 0 0;
    border: 1px solid transparent
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px 0
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_length select {
    background: 0 0
}

div.dataTables_wrapper div .dataTables_scroll .dataTables_scrollBody>.table {
    margin: 0
}

div.dataTables_wrapper .bottom .dataTables_filter,
div.dataTables_wrapper .bottom .dataTables_info,
div.dataTables_wrapper .bottom .dataTables_length,
div.dataTables_wrapper .top .dataTables_filter,
div.dataTables_wrapper .top .dataTables_info,
div.dataTables_wrapper .top .dataTables_length {
    float: none
}

#multiple .dataTables_wrapper .dataTables_paginate {
    float: none
}

#multiple .dataTables_wrapper .dataTables_paginate ul.pagination {
    display: block
}

div.dt-buttons {
    margin-bottom: 1rem
}

td.highlight {
    font-weight: 700;
    color: #666ee8;
    background-color: #f5f5f5 !important
}

tr.group {
    background-color: #ededed !important
}

tr.group:hover {
    background-color: #ededed !important
}

th {
    white-space: nowrap
}

.toolbar {
    float: left
}

.no-style tfoot>tr>th,
.no-style thead>tr>th {
    border-bottom: 1px solid #e3ebf3
}

table.dataTable.compact tbody td {
    padding: 4px
}

.table-striped tbody tr.even.selected,
.table-striped tbody tr.odd.selected {
    background-color: #666ee8;
    color: #fff
}

table.dataTable tbody>tr>.selected {
    background-color: #666ee8;
    color: #fff
}

a.dt-button.red {
    color: red
}

a.dt-button.orange {
    color: orange
}

a.dt-button.green {
    color: green
}

.dataex-css-row tr {
    height: 55px
}

.dataex-key-customstyling td.focus {
    outline: 1px solid #ac1212;
    outline-offset: -3px;
    background-color: #e3ebf3 !important
}

.dt-events-log {
    border: 1px solid #888;
    background: #f7f7f7;
    padding: 1em;
    margin-bottom: 1em
}

.dataTables_wrapper tfoot input {
    width: 100%;
    box-sizing: border-box
}

td.details-control {
    background: url(/images/details_open.png?ed1324976fd1dcb0d747a7ca5fc3ccc7) no-repeat center center;
    cursor: pointer
}

tr.shown td.details-control {
    background: url(/images/details_close.png?cdb0ad00d71eff5be6ca7305cff83ce9) no-repeat center center
}

.DTFC_LeftBodyLiner,
.DTFC_RightBodyLiner {
    background: #fff
}

@media screen and (max-width:600px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {
    div.dataTables_wrapper div.row:last-child {
        justify-content: space-between
    }

    div.dataTables_wrapper div.dataTables_paginate {
        float: right
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter#users-contacts_filter {
        text-align: right
    }

    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        display: block;
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_info ul.pagination,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important
    }
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

.datepaginator .pagination li,
.datepaginator-lg .pagination li,
.datepaginator-sm .pagination li {
    display: inline-block
}

.datepaginator .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator-sm .pagination li a {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.6;
    color: #1e9ff2;
    text-decoration: none;
    background-color: #fff;
    border: none
}

.datepaginator .pagination li a.dp-off,
.datepaginator-lg .pagination li a.dp-off,
.datepaginator-sm .pagination li a.dp-off {
    background-color: #f5f5f5 !important
}

.datepaginator .pagination li a.dp-today,
.datepaginator-lg .pagination li a.dp-today,
.datepaginator-sm .pagination li a.dp-today {
    background-color: #1e9ff2 !important
}

.datepaginator .pagination li a.dp-selected,
.datepaginator-lg .pagination li a.dp-selected,
.datepaginator-sm .pagination li a.dp-selected {
    background-color: #1e9ff2 !important
}

.datepaginator .pagination li a .dp-divider,
.datepaginator-lg .pagination li a .dp-divider,
.datepaginator-sm .pagination li a .dp-divider {
    border-left: 2px solid #ddd !important
}

.datepaginator .pagination li a #dp-calendar,
.datepaginator-lg .pagination li a #dp-calendar,
.datepaginator-sm .pagination li a #dp-calendar {
    padding: 0 5px 0 0 !important;
    margin-right: 3px;
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 1.4rem
}

.pagination.pagination-separate li:first-child a {
    margin-left: 0
}

.pagination.pagination-separate li a {
    margin-left: 3px
}

.pagination.pagination-separate.pagination-sm li.active a {
    padding: .5rem .7rem
}

.pagination li a.no-border {
    padding: .5rem 1rem
}

.pagination.pagination-round.pagination-flat li.active a {
    border-width: 1px;
    border-radius: 2rem;
    padding: .5rem 1rem
}

.pagination.pagination-round.pagination-flat.pagination-sm li.active a {
    padding: .5rem .7rem
}

.pagination.pagination-round li a.page-link:hover.no-border {
    border-width: 1px;
    border-radius: 2rem
}

.pagination.pagination-round li:first-child a {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    padding-left: 1.2rem
}

.pagination.pagination-round li:last-child a {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    padding-right: 1.2rem
}

.pagination.pagination-round li.active a.no-border,
.pagination.pagination-round li.active a.no-border:hover {
    border-width: 1px;
    border-radius: 2rem;
    padding: .5rem 1rem
}

.pagination.pagination-curved li a {
    border-radius: .25rem
}

.pagination.pagination-curved.pagination-sm li.active a {
    padding: .5rem .7rem
}

.pagination.pagination-flat li a {
    border: 0;
    border-radius: .25rem
}

.pagination.pagination-flat li.active a {
    border-width: 1px;
    border-radius: 3px;
    padding: .5rem 1rem
}

.pagination.pagination-flat.pagination-sm li.active a {
    padding: .5rem .7rem
}

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
}

dl li,
ol li,
ul li {
    line-height: 1.8
}

p {
    letter-spacing: .5px;
    font-weight: 500;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #f74b5c;
    background-color: #f2f3f5;
    border-radius: .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: .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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.example-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.example-content-main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .example-content-main {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .example-content-main {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.example-content-secondary {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .example-content-secondary {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .example-content-secondary {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.table-white-space td,
.table-white-space th {
    white-space: nowrap
}

.table-borderless td,
.table-borderless th {
    border: none
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3ebf3;
    border-top: 1px solid #e3ebf3
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e3ebf3
}

.table td,
.table th {
    border-bottom: 1px solid #e3ebf3
}

.table-bordered {
    border: 1px solid #e3ebf3
}

.table-inverse {
    color: #eceeef;
    background-color: #00a5a8
}

.table.table-column td,
.table.table-column th {
    border: none;
    border-left: 1px solid #e3ebf3
}

.table.table-column td:first-child,
.table.table-column th:first-child {
    border-left: none
}

.table td,
.table th {
    padding: .75rem 2rem
}

.table.table-xl td,
.table.table-xl th {
    padding: 1.25rem 2rem
}

.table.table-lg td,
.table.table-lg th {
    padding: .9rem 2rem
}

.table.table-de td,
.table.table-de th {
    padding: .75rem 2rem
}

.table.table-sm td,
.table.table-sm th {
    padding: .6rem 2rem
}

.table.table-xs td,
.table.table-xs th {
    padding: .4rem 2rem
}

.table-borderless thead th {
    border-top: 1px solid #e3ebf3
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th {
    border: 0
}

.table>thead>tr.border-solid>th {
    border-bottom-width: 2px
}

.table>thead>tr.border-double>th {
    border-bottom-width: 4px;
    border-bottom-style: double
}

.table>tbody>tr.border-dashed>td {
    border-top-style: dashed
}

.border-custom-color td {
    border-top: inherit;
    border-bottom: inherit
}

form label {
    color: #2b335e
}

form .form-group {
    margin-bottom: 1.5rem
}

form .form-control {
    border: 1px solid #cacfe7;
    color: #3b4781
}

form .form-control::-webkit-input-placeholder {
    color: #aeb5da
}

form .form-control:-moz-placeholder {
    color: #aeb5da
}

form .form-control::-moz-placeholder {
    color: #aeb5da
}

form .form-control:-ms-input-placeholder {
    color: #aeb5da
}

form .form-section {
    color: #2c343b;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e5ec
}

form .form-section i {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 10px
}

form .form-actions {
    border-top: 1px solid #d1d5ea;
    padding: 20px 0;
    margin-top: 20px
}

form .form-actions.filled {
    background-color: #f4f5fa
}

form .form-actions.center {
    text-align: center
}

form .form-actions.right {
    text-align: right
}

form .form-actions.top {
    border-top: 0;
    border-bottom: 1px solid #d1d5ea;
    margin-top: 0;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    form .form-actions .buttons-group {
        float: left !important;
        margin-bottom: 10px
    }
}

@media (min-width:576px) {
    form.form-horizontal .form-group .label-control {
        text-align: right
    }
}

form.row-separator .form-group {
    margin: 0;
    border-bottom: 1px solid #e9ebf5
}

form.row-separator .form-group .label-control {
    padding-top: 1.5rem
}

form.row-separator .form-group>div {
    padding: 1.2rem;
    padding-right: 0
}

form.row-separator .form-group.last {
    border-bottom: 0
}

form.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #e9ebf5
}

form.form-bordered .form-group .label-control {
    padding-top: 1.5rem
}

form.form-bordered .form-group>div {
    padding: 1.2rem;
    padding-right: 0;
    border-left: 1px solid #e9ebf5
}

form.form-bordered .form-group.last {
    border-bottom: 0
}

form.striped-rows .form-group {
    margin: 0
}

form.striped-rows .form-group .label-control {
    padding-top: 1.5rem
}

form.striped-rows .form-group>div {
    padding: 1.2rem;
    padding-right: 0
}

form.striped-rows .form-group:nth-child(even) {
    background-color: #f4f5fa
}

form.striped-labels .form-group {
    margin: 0
}

form.striped-labels .form-group .label-control {
    padding-top: 1.5rem
}

form.striped-labels .form-group>div {
    padding: 1.2rem;
    padding-right: 0;
    background-color: #fff
}

form.striped-labels .form-group:nth-child(even) {
    background-color: #f4f5fa
}

form .custom-control-indicator {
    width: 1.1rem;
    height: 1.075rem;
    line-height: 1.05rem;
    top: .15rem;
    left: 0
}

form .custom-control-indicator+.custom-control-description {
    margin-left: 1rem
}

.form-control.tagging {
    height: auto;
    padding: 0 5px 5px
}

select.form-control {
    padding-top: 0;
    padding-bottom: 0
}

.custom-checkbox {
    margin-bottom: 0
}

.custom-checkbox .custom-control-input:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.custom-checkbox input:disabled:checked~.custom-control-indicator {
    opacity: .5
}

.custom-checkbox input:disabled~.custom-control-indicator {
    cursor: not-allowed
}

.custom-control-input>input:focus~.custom-control-indicator {
    padding: .51rem
}

.custom-control-indicator {
    width: 1.1rem;
    height: 1.075rem;
    line-height: 1.05rem;
    top: .15rem
}

.custom-control-indicator+.custom-control-description {
    margin-left: 1rem
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceff1
}

.input-group-addon {
    background-color: #eceff1;
    border-color: #babfc7
}

.input-group-text {
    padding: .4rem 1rem
}

.custom-control {
    min-height: auto
}

.checkbox-input-group .input-group .skin-polaris.skin,
.checkbox-input-group .input-group .skin.skin-square,
.radio-input-group .input-group .skin-polaris.skin,
.radio-input-group .input-group .skin.skin-square {
    height: 16px;
    width: 22px
}

.checkbox-input-group .input-group .skin-polaris.skin .icheckbox_square-red,
.checkbox-input-group .input-group .skin.skin-square .icheckbox_square-red,
.radio-input-group .input-group .skin-polaris.skin .icheckbox_square-red,
.radio-input-group .input-group .skin.skin-square .icheckbox_square-red {
    top: -3px
}

.checkbox-input-group .input-group .skin-polaris.skin .iradio_polaris,
.checkbox-input-group .input-group .skin.skin-square .iradio_polaris,
.radio-input-group .input-group .skin-polaris.skin .iradio_polaris,
.radio-input-group .input-group .skin.skin-square .iradio_polaris {
    top: -7px
}

.switchery-input-group .input-group .input-group-text {
    padding: .2rem 1rem
}

.custom-control-label::before {
    width: 1.1rem;
    height: 1.1rem
}

.custom-control-label::after {
    width: 1.1rem
}

.btn.btn-square {
    border-radius: 0
}

.btn.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.btn-icon.btn-pure {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.btn.btn-icon.btn-pure i {
    font-size: 1.25rem
}

.btn.btn-social {
    padding: .7rem .75rem .85rem 3.75rem
}

.btn.btn-outline-white:hover {
    color: #6b6f82 !important
}

.btn-toolbar>i {
    font-size: 1.5rem !important
}

.btn-min-width {
    min-width: 8.5rem
}

.color-box {
    width: 100%;
    height: 2.75rem;
    border-radius: .25rem
}

.btn-float {
    padding: 15px;
    white-space: normal;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.btn-float.btn-link {
    padding: 10px
}

.btn-float i {
    display: block;
    margin: 0;
    top: 0
}

.btn-float.btn-float-lg i,
.btn-float.btn-float-lg span {
    font-size: 2rem
}

.btn-float.btn-float-lg i+span {
    font-size: 1.1rem
}

.btn-float>i+span {
    display: block;
    padding-top: 10px;
    margin-bottom: -6px
}

.collapse-icon .card-header {
    position: relative
}

.collapse-icon .card-header[class*=bg-]:after,
.collapse-icon .card-header[class*=bg-]:before {
    color: #fff
}

.collapse-icon [data-toggle=collapse]:after {
    position: absolute;
    top: 48%;
    right: 20px;
    margin-top: -8px;
    font-family: feather;
    content: "\E897";
    transition: all .3s linear 0s
}

.collapse-icon [data-toggle=collapse]:before {
    position: absolute;
    top: 48%;
    right: 20px;
    margin-top: -8px;
    font-family: feather;
    content: "\E8B1";
    transition: all .3s linear 0s
}

.collapse-icon.left a {
    padding-left: 45px
}

.collapse-icon.left [data-toggle=collapse]:after,
.collapse-icon.left [data-toggle=collapse]:before {
    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 {
    transform: rotate(180deg)
}

.collapse-icon.accordion-icon-rotate [aria-expanded=false]:after {
    transform: rotate(-180deg)
}

.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon [data-toggle=collapse]:after {
    margin-top: -16px
}

.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon [data-toggle=collapse]:before {
    margin-top: -16px
}

.dropdown.dropdown-demo {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown .dropdown-menu {
    border: 1px solid #e4e5ec;
    border-radius: .35rem;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    transition: all .2s linear;
    margin: -.1rem 0 0;
    box-shadow: 0 5px 75px 2px rgba(64, 70, 74, .2);
    min-width: 11rem;
    -webkit-animation: .25s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
    animation: .25s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #626e82
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 17px;
    width: 100%
}

.dropdown .dropdown-menu .dropdown-item.active a,
.dropdown .dropdown-menu .dropdown-item:active a {
    color: #fff
}

.dropdown .dropdown-divider {
    border: 1px solid #e4e5ec
}

.dropdown i {
    margin-right: .5rem
}

.show>.dropdown-menu {
    transform: scale(1, 1);
    opacity: 1;
    display: block
}

.dropdown-toggle::after {
    font-size: .8rem;
    font-family: LineAwesome;
    content: "\F110" !important;
    border: none !important;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 2px 0 6px;
    margin: 0 .3em 0 0;
    vertical-align: 0
}

.dropdown-toggle.nav-hide-arrow::after {
    display: none
}

.dropdown-toggle:focus {
    outline: 0
}

.navbar-horizontal .dropdown-menu .dropdown-submenu>a:after,
.navbar-horizontal .dropdown-menu .dropdown-submenu>button:after {
    font-size: .85rem;
    right: 10px;
    top: 17px !important
}

.navbar-horizontal .dropdown-toggle.nav-link:after {
    top: -3px !important
}

.navbar-horizontal .dropdown-menu .dropdown-submenu .dropdown-submenu>a:after {
    top: 11px !important
}

.material-horizontal-layout .navbar-horizontal .dropdown-menu .dropdown-submenu>a:after,
.material-horizontal-layout .navbar-horizontal .dropdown-menu .dropdown-submenu>button:after {
    top: 15px !important
}

.material-horizontal-layout .navbar-horizontal .dropdown-menu .dropdown-submenu .dropdown-submenu>a:after {
    top: 15px !important
}

.dropdown-menu-right {
    right: 0
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu .dropdown-submenu {
    position: relative
}

.dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px
}

.dropdown-menu .dropdown-submenu>.dropdown-menu::before {
    box-shadow: none
}

.dropdown-menu .dropdown-submenu>.dropdown-menu.open-left {
    left: auto;
    right: 100%
}

.dropdown-menu .dropdown-submenu>a:after,
.dropdown-menu .dropdown-submenu>button:after {
    font-family: LineAwesome;
    content: "\F112" !important;
    right: 15px;
    font-size: 1rem;
    float: right;
    border: none;
    position: absolute
}

.dropdown-menu .dropdown-submenu :hover>a:after,
.dropdown-menu .dropdown-submenu :hover>button:after {
    border-left-color: #555
}

.dropdown-menu .dropdown-submenu .pull-left {
    float: none
}

.dropdown-menu .dropdown-submenu .pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.dropdown-header {
    text-transform: uppercase
}

.dropdown-header.highlight {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.btn-secondary~.dropdown-menu .dropdown-item.active {
    background-color: #ccc
}

.btn-primary~.dropdown-menu .dropdown-item.active {
    background-color: #666ee8
}

.btn-success~.dropdown-menu .dropdown-item.active {
    background-color: #28d094
}

.btn-danger~.dropdown-menu .dropdown-item.active {
    background-color: #ff4961
}

.btn-info~.dropdown-menu .dropdown-item.active {
    background-color: #1e9ff2
}

.btn-warning~.dropdown-menu .dropdown-item.active {
    background-color: #ff9149
}

.dropdown-menu.arrow {
    margin-top: 12px
}

.dropdown-menu.arrow:after,
.dropdown-menu.arrow:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-top-width: 0
}

.dropdown-menu.arrow:before {
    top: -7px;
    border-bottom-color: #b3b3b3
}

.dropdown-menu.arrow:after {
    top: -6px;
    border-bottom-color: #fff
}

.dropdown-menu .arrow-left {
    margin-left: 7px !important
}

.dropdown-menu .arrow-left:after,
.dropdown-menu .arrow-left:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-left-width: 0
}

.dropdown-menu .arrow-left:before {
    left: -8px;
    border-right-color: #b3b3b3
}

.dropdown-menu .arrow-left:after {
    left: -7px;
    border-right-color: #fff
}

.dropdown-menu .arrow-right {
    margin-right: 7px !important
}

.dropdown-menu .arrow-right:after,
.dropdown-menu .arrow-right:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-right-width: 0
}

.dropdown-menu .arrow-right:before {
    right: -7px;
    border-left-color: #b3b3b3
}

.dropdown-menu .arrow-right:after {
    right: -6px;
    border-left-color: #fff
}

.dropup .dropdown-toggle::after {
    content: "\F113" !important
}

.dropup .dropdown-menu {
    top: auto
}

.dropup .dropdown-menu.arrow {
    margin-bottom: 12px
}

.dropup .dropdown-menu.arrow:after,
.dropup .dropdown-menu.arrow:before {
    top: auto;
    border-top-width: 7px;
    border-bottom-width: 0
}

.dropup .dropdown-menu.arrow:before {
    bottom: -8px;
    border-top-color: #b3b3b3
}

.dropup .dropdown-menu.arrow:after {
    bottom: -6px;
    border-top-color: #fff
}

.dropup .dropdown-submenu .dropdown-menu {
    bottom: auto;
    top: 0
}

.dropdown-menu-xl a,
.dropdown-menu-xl button {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 1.2rem;
    line-height: 1.43
}

.dropdown-menu-lg a,
.dropdown-menu-lg button {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.dropdown-menu-sm a,
.dropdown-menu-sm button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: .86rem;
    line-height: 1.67
}

.dropdown-item.buttons-columnVisibility.active {
    color: #000
}

.selectBox-arrow-light .selectboxit-default-arrow {
    border-top-color: #fff
}

.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::after,
.navbar-dark .hamburger-inner::before {
    background-color: #fff
}

.header-navbar {
    padding: 0;
    min-height: 5rem;
    transition: .3s ease all
}

.header-navbar.navbar-static-top {
    z-index: 1038
}

.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 2px 30px 2px rgba(0, 0, 0, .1)
}

.header-navbar.navbar-brand-center .navbar-header {
    width: auto !important;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    padding-left: 10px;
    overflow: hidden;
    transition: .2s ease width
}

.header-navbar.navbar-brand-center .navbar-header .brand-text {
    visibility: visible !important
}

.header-navbar .navbar-collapse-brand-center.navbar-collapse.show {
    display: flex
}

.header-navbar .navbar-header {
    height: 100%;
    width: 260px;
    height: 5.15rem;
    float: left;
    position: relative;
    padding: 0 .85rem 0 1.2rem;
    transition: .3s ease all
}

.header-navbar .navbar-header .navbar-brand {
    padding: 13px 0;
    margin-right: 0
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 44px
}

.header-navbar .navbar-header .navbar-brand .brand-text {
    display: inline;
    padding-left: 6px;
    font-weight: 500;
    vertical-align: middle
}

.header-navbar .navbar-container {
    padding: 0 18px;
    height: 5rem;
    transition: .3s ease all;
    background: inherit
}

.header-navbar .navbar-container ul.nav li>a.nav-link {
    padding: 1.8rem 1rem;
    font-size: 1.15rem
}

.header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon {
    margin-right: .5rem
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.2rem 1rem;
    line-height: 23px
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    display: inline-block;
    margin-bottom: .4rem;
    margin-left: .2rem
}

.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.7rem 1rem 1.6rem 1rem
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
    font-size: 1.6rem
}

.header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1.7rem 1rem 1.6rem 1rem;
    height: 100%
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
    margin-right: .5rem;
    width: 36px
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand,
.header-navbar .navbar-container ul.nav li a.nav-link-search {
    padding: 1.7rem 1rem 1.7rem 1rem
}

.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
}

.header-navbar .navbar-container ul.nav li .media-list {
    max-height: 18.2rem;
    top: -20px
}

.header-navbar .navbar-container ul.nav li .scrollable-container {
    position: relative
}

.header-navbar .navbar-container .dropdown-menu-media {
    width: 24rem
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #e4e5ec
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
    border-bottom: 1px solid #e4e5ec
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer {
    position: relative;
    top: -20px
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
    padding: .3rem;
    border-top: 1px solid #e4e5ec;
    margin-bottom: -20px
}

.header-navbar.navbar-without-menu .navbar-container {
    margin-left: 0
}

.header-navbar .nav-item+.nav-item {
    margin-left: 0
}

.header-navbar.navbar-without-dd-arrow .nav-link.dropdown-toggle:after {
    display: none !important
}

@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
    }

    #navbar-mobile {
        display: unset !important
    }
}

@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;
        transform: translate(-50%, 0)
    }

    [data-menu=vertical-menu-modern] .header-navbar.navbar-with-menu .navbar-container {
        width: 100%;
        display: table;
        background: #fff;
        padding: 0 1rem;
        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-semi-dark .navbar-container .navbar-nav .nav-link {
        color: #2c343b
    }

    [data-menu=vertical-menu-modern] .navbar-light .navbar-header .navbar-nav .nav-link {
        color: #2c343b
    }

    [data-menu=vertical-menu-modern] .navbar-header .navbar-nav .nav-menu-main,
    [data-menu=vertical-menu-modern] .navbar-header .navbar-nav .open-navbar-container {
        padding: 1rem
    }
}

.navbar-light {
    background: #fff
}

.navbar-light.navbar-horizontal {
    background: #fff
}

.navbar-light .navbar-nav li {
    line-height: 1
}

.navbar-light .navbar-nav .active.nav-link {
    background-color: rgba(0, 0, 0, .03)
}

.navbar-light .navbar-nav .disabled.nav-link {
    color: #6b6f82
}

.navbar-dark {
    background: #2c343b
}

.navbar-dark .navbar-brand {
    color: #fff !important
}

.navbar-dark .navbar-brand .brand-text {
    color: #fff !important
}

.navbar-dark.navbar-horizontal {
    background: #2c343b
}

.navbar-dark .nav-search .btn-secondary {
    color: #fff;
    background: #2c343b
}

.navbar-dark .nav-search .form-control {
    color: #fff
}

.navbar-dark .navbar-nav li {
    line-height: 1
}

.navbar-dark .navbar-nav .active.nav-link {
    background-color: rgba(255, 255, 255, .05)
}

.navbar-dark .navbar-nav .disabled.nav-link {
    color: #98a4b8
}

.navbar-semi-dark {
    background: #fff
}

.navbar-semi-dark .navbar-header {
    background: #2c343b
}

.navbar-semi-dark .navbar-header .brand-text {
    color: #fff
}

.navbar-semi-dark .navbar-nav li {
    line-height: 1
}

.navbar-semi-dark .navbar-nav .nav-link {
    color: #6b6f82
}

.navbar-semi-dark .navbar-nav .active.nav-link {
    background-color: rgba(0, 0, 0, .03)
}

.navbar-semi-dark .navbar-nav .disabled.nav-link {
    color: #6b6f82
}

.navbar-semi-light {
    background: #6b6f82
}

.navbar-semi-light .navbar-header {
    background: #fff
}

.navbar-semi-light .navbar-header .brand-text {
    color: #464855
}

.navbar-semi-light .navbar-nav li {
    line-height: 1
}

.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: #6b6f82
}

.mega-dropdown.show {
    position: static !important
}

.mega-dropdown.show .dropdown-menu {
    display: flex
}

.bg-mega {
    background: linear-gradient(to right, #2b32b2, #1488cc);
    border-radius: .5rem
}

.navbar-nav .mega-dropdown-menu,
.navigation-main .mega-dropdown-menu {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: calc(100% - 50px);
    margin: 0 25px;
    box-shadow: none;
    box-shadow: 0 5px 75px 2px rgba(64, 70, 74, .2);
    z-index: 9999
}

.navbar-nav .mega-dropdown-menu ul,
.navigation-main .mega-dropdown-menu ul {
    padding: 0;
    margin: 0
}

.navbar-nav .mega-dropdown-menu ul li,
.navigation-main .mega-dropdown-menu ul li {
    list-style: none
}

.navbar-nav .mega-dropdown-menu ul li a,
.navigation-main .mega-dropdown-menu ul li a {
    display: block;
    color: #464855
}

.navbar-nav .mega-dropdown-menu ul li a.dropdown-item:active,
.navigation-main .mega-dropdown-menu ul li a.dropdown-item:active {
    color: #fff
}

.navbar-nav .mega-dropdown-menu ul li a .children-in,
.navigation-main .mega-dropdown-menu ul li a .children-in {
    float: right
}

.navbar-nav .mega-dropdown-menu ul li a:hover,
.navigation-main .mega-dropdown-menu ul li a:hover {
    text-decoration: none;
    color: #1e9ff2
}

.navbar-nav .mega-dropdown-menu ul li a:focus,
.navigation-main .mega-dropdown-menu ul li a:focus {
    text-decoration: none;
    color: #6b6f82
}

.navbar-nav .mega-dropdown-menu ul a.dropdown-item,
.navigation-main .mega-dropdown-menu ul a.dropdown-item {
    padding: 10px
}

.navbar-nav .mega-dropdown-menu p.accordion-text,
.navigation-main .mega-dropdown-menu p.accordion-text {
    line-height: 1.45
}

.navbar-nav .mega-dropdown-menu .dropdown-menu-header,
.navigation-main .mega-dropdown-menu .dropdown-menu-header {
    padding: .5rem 0;
    border-bottom: 1px solid #e4e5ec
}

.navbar-nav .mega-dropdown-menu h6 i.la,
.navigation-main .mega-dropdown-menu h6 i.la {
    font-size: 1.1rem
}

.horizontal-top-icon-menu .mega-dropdown-menu {
    margin: 0 25px !important
}

@media (min-width:576px) {
    .container .mega-dropdown-menu {
        max-width: 540px;
        margin: 0 calc((100% - 540px)/ 2)
    }
}

@media (min-width:768px) {
    .container .mega-dropdown-menu {
        max-width: 720px;
        margin: 0 calc((100% - 720px)/ 2)
    }
}

@media (min-width:992px) {
    .container .mega-dropdown-menu {
        max-width: 960px;
        margin: 0 calc((100% - 960px)/ 2)
    }
}

@media (min-width:1200px) {
    .container .mega-dropdown-menu {
        max-width: 1140px;
        margin: 0 calc((100% - 1140px)/ 2)
    }
}

@-moz-document url-prefix() {
    ul li a .children-in {
        position: relative;
        right: 3px;
        top: -14px
    }
}

.menu-list {
    list-style: none;
    padding: 0;
    overflow: hidden
}

.menu-panel {
    padding: 0
}

.sliding-menu {
    overflow: hidden;
    position: relative
}

.sliding-menu ul {
    float: left;
    margin: 0;
    padding: 0
}

.sliding-menu ul li {
    list-style: none;
    margin: 0
}

.navbar-menu-icon {
    width: 24px;
    margin: 16px 2px !important;
    position: relative;
    margin: 0 auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.navbar-menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #6b6f82;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    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;
    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;
    transform: rotate(-135deg)
}

@media (max-width:767.98px) {
    .header-navbar #navbar-mobile .search-input.open .input {
        width: 100%
    }

    .header-navbar #navbar-mobile .search-input.open .input::-webkit-input-placeholder {
        color: #babfc7
    }

    .header-navbar #navbar-mobile .search-input.open .input::-moz-placeholder {
        color: #babfc7
    }

    .header-navbar #navbar-mobile .search-input.open .input:-ms-input-placeholder {
        color: #babfc7
    }

    .header-navbar #navbar-mobile .search-input.open .input::-ms-input-placeholder {
        color: #babfc7
    }

    .header-navbar #navbar-mobile .search-input.open .input::placeholder {
        color: #babfc7
    }

    .header-navbar .navbar-nav .show {
        position: static
    }

    .header-navbar .navbar-nav .open-navbar-container {
        padding-top: 1.1rem
    }

    .header-navbar .navbar-container .show .dropdown-menu {
        right: 1rem;
        float: none;
        width: auto;
        margin-top: 0;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: hidden
    }

    .header-navbar .navbar-container ul.nav li.nav-item i {
        margin-right: .2rem
    }

    .header-navbar .navbar-container ul.nav li>a.nav-link {
        padding: 1.5rem .4rem
    }

    .header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon {
        margin-right: .2rem
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding: .8rem .6rem !important
    }

    .header-navbar .navbar-container ul.nav li a.nav-link-label {
        padding: 1.4rem .4rem
    }

    .header-navbar .navbar-container ul.nav li a.nav-link-label i.ft-bell {
        position: relative;
        left: 8px
    }

    .header-navbar .navbar-container ul.nav li a.nav-link-expand,
    .header-navbar .navbar-container ul.nav li a.nav-link-search {
        padding: 1.4rem 1rem 1rem 1rem
    }

    .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-semi-dark .navbar-container .navbar-nav .nav-link {
        color: #6b6f82
    }

    .navbar-light .navbar-header .navbar-nav .nav-link,
    .navbar-semi-light .navbar-header .navbar-nav .nav-link {
        color: #2c343b
    }

    .navbar-light .navbar-container .navbar-nav .nav-link,
    .navbar-semi-light .navbar-container .navbar-nav .nav-link {
        color: #6b6f82
    }
}

.headroom {
    will-change: transform;
    transition: transform .2s linear
}

.headroom--pinned-top {
    transform: translateY(0)
}

.headroom--unpinned-top {
    transform: translateY(-100%)
}

.headroom--pinned-bottom {
    transform: translateY(0)
}

.headroom--unpinned-bottom {
    transform: translateY(100%)
}

@media (max-width:1199.98px) {
    .header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon {
        margin-right: .2rem
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding: 1.2rem .6rem
    }

    .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
        margin-right: 0;
        margin-left: -2px
    }

    .header-navbar .navbar-container ul.nav li .selected-language {
        display: none
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
        display: none
    }
}

@media (max-width:767px) {
    #navbar-mobile.navbar-collapse .navbar-nav {
        margin: 0;
        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;
        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
    }
}

@media screen and (max-width:1024px) {
    #navbar-demo .header-navbar .navbar-header {
        width: auto
    }

    #navbar-demo .header-navbar .navbar-header .menu-toggle.ft-menu {
        position: relative
    }

    #navbar-demo .header-navbar .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
        position: relative
    }

    #navbar-demo .navbar-container {
        margin-left: auto
    }

    #navbar-demo .navbar-container .navbar-btn .nav-link.btn {
        padding: .5rem 1rem
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header {
        width: auto
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .menu-toggle.ft-menu {
        position: relative
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
        position: relative;
        top: .5rem
    }
}

@media screen and (max-width:768px) {

    #navbar-demo .header-navbar.navbar-brand-center .navbar-header,
    #navbar-demo .header-navbar.navbar-semi-dark .navbar-header {
        width: 60px
    }

    #navbar-demo .navbar-container .nav-form-inline .input-group .form-control {
        width: 95px
    }
}

@media screen and (max-width:540px) {
    #navbar-demo .navbar-container #navbar-mobile5.navbar-badges .badge-up {
        position: absolute;
        top: 1px;
        right: 16rem
    }

    #navbar-demo .navbar-container .add-on-right {
        margin-top: 5rem !important;
        margin-bottom: 1rem
    }

    #navbar-demo .navbar-container .nav-form-select {
        margin-bottom: 1rem;
        float: left !important
    }

    #navbar-demo .navbar-container .nav-checkbox label,
    #navbar-demo .navbar-container .nav-radio label {
        color: #000 !important
    }

    #navbar-demo .navbar-container .nav-checkbox {
        float: left !important
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header {
        width: 100%
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .menu-toggle.ft-menu {
        position: relative;
        top: .6rem !important
    }

    .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
        position: relative
    }

    .header-navbar .navbar-header .navbar-brand .brand-logo {
        height: 35px
    }

    .header-navbar .navbar-container ul.nav li>a.nav-link {
        padding: 1.4rem .4rem 0
    }

    .header-navbar,
    .header-navbar .navbar-container,
    .header-navbar .navbar-header {
        height: auto;
        min-height: auto
    }

    html body.fixed-navbar {
        padding-top: 4rem
    }

    .main-menu.menu-fixed {
        top: 4rem
    }
}

@media screen and (max-width:576px) {
    .header-navbar.navbar-expand-sm.navbar-with-menu .navbar-nav {
        flex-direction: row
    }
}

body.vertical-layout.menu-open .main-menu .navigation .navigation-header .la-ellipsis-h,
body.vertical-layout.menu-open .main-menu .navigation .navigation-header .nav-menu-icon {
    display: none
}

.card-deck,
.card-group {
    margin-bottom: .75rem
}

.card {
    margin-bottom: 1.875rem;
    border: none;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
    border-radius: .45rem
}

.card .card {
    box-shadow: none !important
}

.card .card-title {
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 1.12rem;
    padding-right: 75px
}

.card .card-bordered {
    border: 1px solid rgba(0, 0, 0, .06)
}

.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: #464855 !important
}

.card.card-minimal {
    border: none;
    box-shadow: none
}

.card.crypto-card-3 .card-body:before {
    font-family: cryptocoins;
    font-size: 10rem;
    color: rgba(255, 255, 255, .15);
    position: absolute;
    bottom: -32px;
    right: 0
}

.card-moved .card,
.card-moved .card-header {
    background-color: #ff9149;
    color: #fff
}

.handle,
.titleArea {
    cursor: move
}

.card-header {
    border-bottom: none
}

.card-header:first-child {
    border-radius: .45rem .45rem 0 0
}

.card-header .card-title {
    margin-bottom: 0
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 20px;
    right: 10px
}

.card-header .heading-elements-toggle.heading-top-elements .page-item,
.card-header .heading-elements.heading-top-elements .page-item {
    display: inline-block
}

.card-header .heading-elements a,
.card-header .heading-elements-toggle a {
    padding: 0 8px
}

.card-header .heading-elements a.btn,
.card-header .heading-elements-toggle a.btn {
    padding-top: 6px;
    padding-bottom: 6px
}

.card-footer {
    border-top: 1px solid #eee
}

.text-white .card-text {
    color: #fff
}

.text-white .card-img-overlay .text-muted {
    color: #fff !important
}

.text-white code {
    background-color: #fff
}

.text-white .heading-elements i {
    color: #fff
}

.card-head-inverse {
    color: #fff
}

.card-head-inverse .heading-elements i {
    color: #fff
}

.card-transparent {
    background-color: transparent
}

.card-image-position-right {
    margin-left: 50px;
    position: absolute;
    top: -27px
}

.card-image-position-right-mid {
    position: absolute;
    top: auto;
    right: 0;
    width: 250px
}

.card-font-style-black {
    font-size: 90px;
    font-weight: 900;
    color: #ffffff52;
    margin-top: -12px
}

.card-font-style-white {
    font-size: 72px;
    font-weight: 900;
    margin-top: -10px
}

.background-round {
    background-color: rgba(0, 0, 0, .18);
    padding: 8px;
    border-radius: 50%
}

@media (max-width:991.98px) {
    .heading-elements .list-inline {
        display: none
    }

    .heading-elements.visible {
        display: block;
        margin-top: 0;
        top: 100%;
        top: 37px;
        height: auto;
        left: 0;
        padding: 10px;
        text-align: right;
        z-index: 997;
        position: absolute;
        width: 100%
    }

    .heading-elements.visible .list-inline {
        display: block
    }
}

@media (min-width:992px) {
    .heading-elements-toggle {
        display: none
    }
}

.accordion .card-header,
.default-collapse .card-header {
    cursor: pointer;
    border-radius: 0 !important
}

.breadcrumb {
    font-size: 1rem;
    background-color: transparent;
    padding: 0 0 .75rem 0
}

.breadcrumb>li+li::before {
    padding-right: .6rem;
    padding-left: .6rem
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "-"
}

.breadcrumbs-right .breadcrumb {
    float: right
}

.breadcrumbs-top .breadcrumb {
    margin: 0;
    padding: 0
}

.breadcrumb-new .content-header-title {
    padding: 6px 24px 8px 0;
    margin: 0 24px 0 0;
    border-right: 1px solid #e4e5ec
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .breadcrumb {
        min-height: auto
    }
}

.pagination {
    margin-top: 1rem
}

.pagination .page-link {
    color: #1e9ff2;
    border: 1px solid #babfc7
}

.pager {
    padding-left: 0;
    margin: 1.45 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #626e82;
    border-radius: .25rem
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #f4f5fa
}

.pager.pager-square li a {
    border-radius: 0
}

.pager.pager-round li a {
    border-radius: 2rem
}

.pager.pager-flat li a {
    border: 0
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #6b6f82;
    background-color: #fff
}

.pager [class*=text-] .pager {
    text-align: inherit
}

.badge {
    color: #fff;
    font-weight: 400;
    background-color: #666ee8
}

.badge[class*=badge-] [class*=icon-] {
    line-height: 1
}

.badge[class*=badge-] [class*=icon-]~span {
    position: relative;
    bottom: 2px;
    padding: 0 5px
}

.badge[class*=badge-] span {
    position: relative;
    bottom: 2px;
    padding: 0 5px
}

.badge[class*=badge-] a {
    color: #fff
}

.badge[class*=badge-] .dropdown-toggle::after,
.badge[class*=badge-].dropdown-toggle::after {
    position: relative;
    font-size: 1rem
}

.badge[class*=badge-] .dropdown-menu a {
    color: #555
}

.badge.badge-square {
    border-radius: 0
}

.badge.badge-border {
    background-color: transparent;
    border-width: 3px !important;
    font-size: 85%
}

.badge.badge-striped {
    background-color: #dadada;
    border-width: 3px !important;
    font-size: .85rem;
    color: #555
}

.badge.badge-striped a {
    color: #555
}

.badge.badge.float-right {
    margin-left: .5rem;
    margin-top: .15rem
}

.badge-xl {
    font-size: 1.8rem
}

.badge-lg {
    font-size: 1.2rem
}

.badge-md {
    font-size: 1rem
}

.badge-sm {
    font-size: .8rem
}

.badge-secondary {
    background-color: #6b6f82
}

.badge-secondary.badge-glow {
    box-shadow: 0 0 10px #6b6f82
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    background-color: #545766
}

.badge-primary {
    background-color: #666ee8
}

.badge-primary.badge-glow {
    box-shadow: 0 0 10px #666ee8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #3a44e1
}

.badge-success {
    background-color: #28d094
}

.badge-success.badge-glow {
    box-shadow: 0 0 10px #28d094
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #20a576
}

.badge-info {
    background-color: #1e9ff2
}

.badge-info.badge-glow {
    box-shadow: 0 0 10px #1e9ff2
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #0c84d1
}

.badge-warning {
    background-color: #ff9149
}

.badge-warning.badge-glow {
    box-shadow: 0 0 10px #ff9149
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ff7216
}

.badge-danger {
    background-color: #ff4961
}

.badge-danger.badge-glow {
    box-shadow: 0 0 10px #ff4961
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #ff1635
}

.badge-up {
    position: absolute;
    top: 10px;
    right: 11px
}

.badge-icon i {
    font-size: 100%;
    margin-right: 5px
}

.form-control+.block-tag {
    display: block
}

.block-tag {
    margin-top: .5rem
}

.block-area {
    padding: .24rem .3rem
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #905;
    font-size: 100%;
    font-weight: 400;
    padding: 0
}

@media only screen and (max-width:767px) {
    .header-navbar .navbar-container .dropdown-notification .badge-up {
        position: relative;
        right: 6px;
        top: -17px
    }
}

.nav {
    border-radius: .25rem
}

.nav.wrap-border {
    border: 1px solid #ddd
}

.nav.wrap-border li.nav-header {
    margin: 0 .5rem
}

.nav.no-hover-bg .nav-item:hover {
    background-color: transparent
}

.nav .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #55595c
}

.nav .dropdown .dropdown-item.active:focus {
    background-color: transparent;
    color: #55595c
}

.nav.square-border {
    border-radius: 0
}

.nav.square-border .nav-item .nav-link.active {
    border-radius: 0
}

.nav .nav-item .nav-link {
    display: inline-flex
}

.nav .nav-item i {
    align-self: center
}

.nav .dropdown-divider {
    margin: .5rem 0
}

.nav .modern-nav-toggle {
    padding: 25px 0
}

.nav.nav-pills .nav-item .nav-link i.float-right:before {
    position: relative;
    top: 7px;
    left: 7px
}

.nav.nav-pills .nav-item .nav-link .badge.float-right {
    position: relative;
    top: 1px;
    left: 3px
}

.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
    top: -1px
}

.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: table-cell;
        width: 1%
    }

    .nav.nav-pills.nav-justified .nav-link {
        margin-bottom: 0
    }
}

.nav.nav-pills.nav-justified .nav-link {
    margin-right: 0;
    border-radius: .25rem
}

@media (min-width:576px) {

    .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 {
    display: block
}

.nav.nav-pills.nav-justified .nav-link.active {
    border: none
}

.nav.nav-pills.nav-justified .nav-link.active:focus,
.nav.nav-pills.nav-justified .nav-link.active:hover {
    border: none
}

.nav.nav-pills.nav-pill-bordered .nav-item {
    border: 1px solid #d3d3d3;
    border-radius: .25rem
}

.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    background-color: #fff;
    color: #55595c
}

.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link.active {
    border: 1px solid #666ee8;
    color: #666ee8
}

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
    color: #55595c
}

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
    border: 1px solid #666ee8;
    border-radius: .25rem;
    color: #666ee8;
    background-color: #fff
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item~.nav-item a.nav-link {
    border-left: 1px solid #d3d3d3;
    border-top: 0
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:first-child a.nav-link {
    border-radius: .25rem .25rem 0 0
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
    border-radius: 0 0 .25rem .25rem
}

.nav.nav-pills.nav-pill-toolbar .nav-item {
    margin-top: 0;
    margin-left: 0
}

.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
    border: 1px solid #d3d3d3;
    border-radius: 0
}

.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link.active,
.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link:active {
    border-color: #1e9ff2
}

.nav.nav-tabs .nav-item .nav-link {
    padding: .5rem .7rem;
    display: inline-flex
}

.nav.nav-tabs .nav-item .nav-link:hover:not(.active) {
    border-color: transparent
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-radius: .25rem .25rem 0 0;
    border-color: #babfc7 #babfc7 #fff
}

.nav.nav-tabs .nav-item .nav-link i.float-right {
    margin-left: .5rem
}

.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
    top: -1px
}

.nav.nav-tabs .nav-item:hover {
    color: #333
}

.nav.nav-tabs.wrap-border {
    border: 1px solid #ddd
}

.nav.nav-tabs.no-hover-bg .nav-item:hover {
    background-color: transparent
}

.nav.nav-tabs .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #55595c
}

.nav.nav-tabs .dropdown .dropdown-item.active:focus {
    background-color: transparent;
    color: #55595c
}

.nav.nav-tabs.square-border {
    border-radius: 0
}

.nav.nav-tabs.square-border .nav-item .nav-link.active {
    border-radius: 0
}

.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: table-cell;
        width: 1%
    }

    .nav.nav-tabs.nav-justified .nav-link {
        margin-bottom: 0
    }
}

.nav.nav-tabs.nav-justified .nav-link {
    margin-right: 0;
    border-radius: .25rem
}

@media (min-width:576px) {

    .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
}

.nav.nav-tabs.nav-justified .nav-item a.nav-link .active {
    background-color: #fff
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #28d094
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    border-top: 3px solid #28d094;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #555
}

.nav.nav-tabs.nav-top-border .nav-item a:hover {
    color: #0f5039
}

.nav.nav-tabs.nav-top-border .nav-item a:hover:not(.active) {
    border-color: transparent
}

.nav.nav-tabs.nav-topline {
    border-bottom: none
}

.nav.nav-tabs.nav-topline .nav-item:hover {
    background-color: transparent
}

.nav.nav-tabs.nav-topline .nav-item:not(:last-child) {
    border-right: none
}

.nav.nav-tabs.nav-topline .nav-item a {
    border: 1px solid rgba(40, 44, 42, .1);
    border-bottom: none
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link {
    padding: .8rem .5rem;
    background: rgba(40, 44, 42, .05);
    color: #74777b;
    line-height: 1;
    transition: color .2s
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
    background: 0 0;
    box-shadow: inset 0 3px 0 #ff4961;
    color: #ff4961;
    border-radius: 0;
    border-top-color: #ff4961;
    border-bottom: none
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link:focus,
.nav.nav-tabs.nav-topline .nav-item a.nav-link:hover {
    color: #ff4961
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after {
    top: -1px
}

.nav.nav-tabs.nav-underline {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #1e9ff2;
    border-radius: 0
}

.nav.nav-tabs.nav-underline .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    -moz-flex: 1;
    flex: 1;
    margin-left: 0
}

.nav.nav-tabs.nav-underline .nav-item.open a .nav-link {
    background-color: transparent
}

.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus,
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover {
    background-color: transparent;
    color: #1e9ff2
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2rem;
    padding: .5rem 1rem;
    transition: color .2s;
    color: #1e9ff2;
    border: none
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after {
    margin-top: -1rem
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    border: none;
    background-color: transparent
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus,
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
    color: #55595c;
    background-color: transparent
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
    transform: translate3d(0, 0, 0)
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:focus,
.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
    color: #1e9ff2
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1e9ff2;
    content: '';
    transition: transform .3s;
    transform: translate3d(0, 150%, 0)
}

.nav.nav-tabs.nav-linetriangle {
    border-bottom-color: #ff9149
}

.nav.nav-tabs.nav-linetriangle .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    -moz-flex: 1;
    flex: 1
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
    position: relative;
    display: block;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border: none;
    color: #55595c
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: #ff9149;
    color: #ff9149
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after,
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
    margin-left: -11px;
    border-width: 12px;
    border-top-color: #ff9149
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
    color: #ff9149
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after {
    margin-top: -1rem
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after {
    margin-top: 0
}

.nav.nav-tabs.nav-linetriangle.nav-justified {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: #ff9149
}

.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
    top: 0
}

.nav.nav-tabs.nav-iconfall {
    overflow: visible;
    border-bottom: none
}

.nav.nav-tabs.nav-iconfall .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    -moz-flex: 1;
    flex: 1;
    margin: .5rem .7rem 0
}

.nav.nav-tabs.nav-iconfall .nav-item:focus,
.nav.nav-tabs.nav-iconfall .nav-item:hover {
    background-color: transparent
}

.nav.nav-tabs.nav-iconfall .nav-item a.nav-link {
    display: inline-block;
    padding: 1em 0 2em;
    color: #74777b;
    position: relative;
    line-height: 2.5;
    width: 100%;
    border: none;
    transition: color .3s cubic-bezier(.7, 0, .3, 1)
}

.nav.nav-tabs.nav-iconfall .nav-item a:focus,
.nav.nav-tabs.nav-iconfall .nav-item a:hover {
    color: #2cc185;
    border: none
}

.nav.nav-tabs.nav-iconfall .nav-item a.active {
    color: #2cc185;
    border: none;
    background-color: transparent
}

.nav.nav-tabs.nav-iconfall .nav-item a.active i:after {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.nav.nav-tabs.nav-iconfall .nav-item a.active i:before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.nav.nav-tabs.nav-iconfall .nav-item a i {
    display: block;
    margin-right: 0
}

.nav.nav-tabs.nav-iconfall .nav-item a i:after {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #2cc185;
    content: '';
    opacity: 0;
    transition: transform .2s ease-in;
    transform: scale3d(0, 1, 1)
}

.nav.nav-tabs.nav-iconfall .nav-item a i:before {
    display: block;
    margin: 0 0 .35em;
    opacity: 0;
    transition: transform .2s, opacity .2s;
    transform: translate3d(0, -100px, 0);
    pointer-events: none
}

.nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after {
    margin-top: -1rem
}

.nav .nav-item .nav-link {
    display: block
}

.nav .dropdown-divider {
    margin: .5rem 0
}

@media (min-width:576px) {

    .nav.nav-tabs.nav-iconfall.nav-justified .nav-item,
    .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
    .nav.nav-tabs.nav-underline.nav-justified .nav-item {
        display: table-cell !important
    }
}

.nav-vertical {
    overflow: hidden
}

.nav-vertical .nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-radius: 0;
    display: table
}

.nav-vertical .nav-left.nav-tabs li.nav-item {
    float: none;
    margin: 0;
    margin-right: -1px
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
    min-width: 6.5rem;
    border-right: 1px solid #ddd
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: .25rem 0 0 .25rem
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
    border-color: transparent;
    border-right: 1px solid #ddd
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
    color: #ff4961
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
    border-left: 3px solid #ff4961;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #555
}

.nav-vertical .nav-left~.tab-content {
    margin-left: 45px
}

.nav-vertical .nav-left~.tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 .6rem 1rem;
    overflow-y: auto
}

.nav-vertical .nav-left~.tab-content .tab-pane.active {
    display: block
}

.nav-vertical .nav-right.nav-tabs {
    float: right;
    border-bottom: 0;
    border-radius: 0;
    display: table
}

.nav-vertical .nav-right.nav-tabs li.nav-item {
    float: none;
    margin: 0;
    margin-left: -1px
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
    min-width: 6.5rem;
    border-left: 1px solid #ddd
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
    border-color: transparent;
    border-left: 1px solid #ddd
}

.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
    color: #ff4961
}

.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active {
    border-right: 3px solid #ff4961;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #555
}

.nav-vertical .nav-right~.tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 0 0 .6rem 1rem;
    overflow-y: auto
}

.nav-vertical .nav-right~.tab-content .tab-pane.active {
    display: block
}

.nav.nav-tabs.nav-only-icon .nav-item .nav-link {
    font-size: 1.25rem
}

.nav.nav-tabs.nav-only-icon .nav-item .nav-link i {
    margin-left: .5rem
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item.show .nav-link:focus {
    background-color: transparent
}

.alert {
    position: relative
}

.alert .alert-link:hover {
    text-decoration: underline
}

.alert.alert-icon-left {
    border-left-width: 4rem
}

.alert.alert-icon-right {
    border-right-width: 4rem
}

.alert.alert-icon-left[class*=bg-] {
    border-left-color: rgba(0, 0, 0, .15) !important
}

.alert.alert-icon-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, .15) !important
}

.alert[class*=alert-icon-] .alert-icon {
    content: '\F2B2';
    font-family: LineAwesome;
    color: #fff;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.alert .close {
    font-size: 2rem;
    line-height: 1rem
}

.alert[class*=bg-] {
    color: #fff
}

.alert[class*=bg-] .alert-link {
    color: #fff
}

.alert[class*=bg-] .close {
    color: #fff;
    opacity: 1;
    text-shadow: none
}

.alert.alert-icon-right .alert-icon {
    left: auto;
    right: -4rem
}

.alert[class*=alert-arrow-]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px
}

.alert.alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 8px solid;
    border-right-color: inherit
}

.media-list .media {
    padding: 1.5rem;
    margin-top: 0
}

.media-list .media .media-left {
    padding-right: 1rem;
    float: left
}

.media-list .media .media-right {
    padding-left: 1rem;
    float: right
}

.media-list a.media {
    color: #6b6f82 !important
}

.media [class*=avatar-] {
    position: relative;
    padding-right: 0 !important;
    margin-right: 0
}

.media [class*=avatar-] i {
    position: absolute;
    right: -4px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%
}

.media-bordered .media {
    border-top: 1px solid #e4e7ed
}

.media-bordered .media:first-child {
    border-top: 0
}

.media-notation a {
    margin-right: .5rem
}

.media-body {
    flex: 1
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .media-body {
        flex: 1 0 auto
    }
}

.progress {
    margin-bottom: 3rem
}

.progress:last-child {
    margin-bottom: 1rem
}

.progress.progress-xl {
    height: 2rem !important
}

.progress.progress-lg {
    height: 1.5rem !important
}

.progress.progress-md {
    height: 1rem !important
}

.progress.progress-sm {
    height: .5rem !important
}

.progress.progress-xs {
    height: .25rem !important
}

.progress.box-shadow {
    box-shadow: 0 10px 15px 0 rgba(107, 111, 130, .3)
}

ul.list-inline li {
    display: inline-block
}

ul.list-inline.list-inline-pipe>li+li:before {
    content: ' | ';
    color: #626e82
}

.list-group .list-group-item.active {
    color: #fff !important
}

.list-group .list-group-item-action:active {
    color: #fff;
    background-color: #1e9ff2
}

.list-group .list-group-item-action:active a {
    color: #fff
}

.users-list li+li {
    margin-left: -10px
}

.users-list li img {
    border: 2px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(107, 111, 130, .3)
}

.users-list li .badge {
    background: rgba(255, 255, 255, .8);
    color: #6b6f82;
    margin-bottom: 2px;
    z-index: 2
}

.material-layout .users-list li .badge {
    margin-bottom: 1px;
    margin-left: 22px
}

.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: flex;
    flex-direction: column;
    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: absolute;
    top: 0;
    z-index: 1030
}

.toast {
    display: none;
    background-color: #fff;
    margin-top: .75rem
}

.toast-body {
    background-color: #f4f5fa
}

.toast.show.toast-wrapper {
    position: static
}

.toast.toast-translucent {
    opacity: 1;
    display: block
}

.toast-header img {
    width: 20px;
    height: 20px
}

.apexcharts-menu-item,
.apexcharts-tooltip,
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    color: #000 !important
}

.apexcharts-menu-item.light,
.apexcharts-tooltip.light,
.apexcharts-xaxistooltip.light,
.apexcharts-yaxistooltip.light {
    color: #000 !important
}

.modal-sm {
    max-width: 400px
}

.modal-xs {
    max-width: 300px
}

.modal-xl {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%
}

.icon-align {
    margin-top: .6rem;
    margin-left: .5rem
}

.popover {
    z-index: 999
}

.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-top:after,
.popover.popover-top:before {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-right:after,
.popover.popover-right:before {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before {
    margin-left: -10px
}

.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.popover-left:after,
.popover.popover-left:before {
    margin-top: -10px
}

.selectboxit-container .selectboxit-options {
    z-index: 998
}

.icon-bg-circle {
    color: #fff;
    padding: .5rem;
    border-radius: 50%
}

.icon-left {
    margin-right: .5rem
}

.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
}

.embed-responsive:before {
    padding-top: 57%
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.hidden {
    display: none;
    visibility: hidden
}

a:hover {
    cursor: pointer;
    text-decoration: none
}

.round {
    border-radius: 1.5rem
}

.square {
    border-radius: 0
}

.mega-dropdown-menu p.accordion-text {
    line-height: 1.45
}

.mega-dropdown-menu a[aria-expanded=true] {
    padding-bottom: 1rem
}

.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: .1em;
    margin: 10px 0 20px
}

.line-on-side span {
    background: #fff;
    padding: 0 10px
}

.icon-line-height {
    line-height: 1.5rem !important
}

.table-middle td {
    vertical-align: middle
}

.gu-mirror {
    list-style-type: none !important
}

.spinner {
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:576px) {
    .line-on-side {
        border-bottom: none;
        line-height: 1.25rem
    }
}

.card.collapse-icon.accordion-icon-rotate .card-body .media-list.list-group .list-group-item:hover {
    background: 0 0
}

.card.collapse-icon.accordion-icon-rotate .card-body .media-list.list-group .list-group-item:hover .text-bold-600 {
    color: #00bcd4
}

.material-horizontal-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:after,
.material-vertical-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:after {
    margin-top: -6px
}

.material-horizontal-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:before,
.material-vertical-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:before {
    margin-top: -8px
}

.material-horizontal-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[aria-expanded=true],
.material-vertical-layout .header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[aria-expanded=true] {
    padding: .2rem 0
}

.alert {
    border-style: solid;
    color: #fff
}

.alert.alert-light {
    background-color: #939aa7
}

.alert .close {
    color: #fff
}

.badge {
    padding: .2rem .5rem;
    font-size: .9rem
}

.badge .dropdown-toggle:hover {
    text-decoration: none
}

.badge .dropdown-toggle::after {
    position: relative;
    top: 0
}

.badge.badge-up {
    top: 14px;
    right: 15px
}

.badge[class*=badge-] span {
    bottom: 0
}

.table tr td .badge.badge-primary.label-square span {
    bottom: 0
}

@media only screen and (max-width:767px) {

    .material-horizontal-layout .header-navbar .navbar-container .dropdown-notification .badge-up,
    .material-vertical-layout .header-navbar .navbar-container .dropdown-notification .badge-up {
        position: absolute !important;
        right: 6px !important;
        top: 5px !important
    }
}

.dropdown-notification .notification-tag {
    top: -2.5rem !important
}

.dropdown-notification .notification-tag.badge {
    padding: .3rem
}

.material-vertical-layout.vertical-layout .main-menu .navigation>li>a>span.badge {
    font-size: .8rem !important;
    line-height: 1.5 !important;
    right: 20px;
    position: absolute
}

.horizontal-layout .nav-item .nav-link span.badge.badge.badge-pill.badge-success.float-right.mt-0,
.horizontal-layout .nav-item .nav-link span.badge.badge.badge-pill.badge-warning.float-right.mt-0 {
    padding: .2rem .5rem;
    position: relative;
    bottom: 2px
}

.diesase-badge {
    margin-bottom: .5rem
}

.btn-group .badge.badge-pill {
    border-radius: 1rem
}

.badge-border {
    border: 1px solid
}

@media only screen and (max-width:768px) {
    .material-vertical-layout.vertical-layout #recent-buyers.media-list .media-body .list-group-item-text .badge {
        padding: .2rem .3rem !important
    }
}

.material-vertical-layout.vertical-layout #tabs-with-labels-pills .nav-link .badge {
    position: relative;
    top: -3px
}

.material-vertical-layout.vertical-layout #vertical-tabs .nav-vertical .nav-link .badge {
    position: relative;
    top: -3px;
    left: -7px
}

.material-layout .app-content .badge.badge-pill {
    padding-top: .05rem;
    padding-bottom: .05rem
}

html body a {
    color: #673ab7
}

html body a:focus,
html body a:hover {
    text-decoration: none;
    color: #512e90
}

.text-light {
    color: #babfc7 !important
}

.btn-success,
.btn-warning,
.waves-button-input {
    color: #fff
}

.btn:focus {
    color: #fff
}

.btn-link:hover {
    text-decoration: none
}

.btn-light,
.btn-outline-light {
    color: #000 !important
}

.btn-light:hover,
.btn-outline-light:hover {
    color: #000
}

.card-body .btn.btn-social,
.form-group .btn.btn-social {
    padding: .8rem 1.5rem .8rem 3.75rem
}

.card-body .btn.btn-social.width-200,
.form-group .btn.btn-social.width-200 {
    width: auto
}

.card-body .btn.btn-social.btn-lg.btn-outline-pinterest .la,
.card-body .btn.btn-social.btn-lg.btn-outline-vimeo .la,
.card-body .btn.btn-social.btn-lg.btn-outline-yahoo .la,
.card-body .btn.btn-social.btn-lg.btn-pinterest .la,
.card-body .btn.btn-social.btn-lg.btn-vimeo .la,
.card-body .btn.btn-social.btn-lg.btn-yahoo .la,
.form-group .btn.btn-social.btn-lg.btn-outline-pinterest .la,
.form-group .btn.btn-social.btn-lg.btn-outline-vimeo .la,
.form-group .btn.btn-social.btn-lg.btn-outline-yahoo .la,
.form-group .btn.btn-social.btn-lg.btn-pinterest .la,
.form-group .btn.btn-social.btn-lg.btn-vimeo .la,
.form-group .btn.btn-social.btn-lg.btn-yahoo .la {
    line-height: 2.7rem
}

.card-body .btn.btn-social.btn-lg.btn-outline-soundcloud .la,
.card-body .btn.btn-social.btn-lg.btn-soundcloud .la,
.form-group .btn.btn-social.btn-lg.btn-outline-soundcloud .la,
.form-group .btn.btn-social.btn-lg.btn-soundcloud .la {
    line-height: 3.7
}

.card-body .btn.btn-social.btn-sm.btn-outline-pinterest .la,
.card-body .btn.btn-social.btn-sm.btn-outline-vimeo .la,
.card-body .btn.btn-social.btn-sm.btn-outline-yahoo .la,
.card-body .btn.btn-social.btn-sm.btn-pinterest .la,
.card-body .btn.btn-social.btn-sm.btn-vimeo .la,
.card-body .btn.btn-social.btn-sm.btn-yahoo .la,
.form-group .btn.btn-social.btn-sm.btn-outline-pinterest .la,
.form-group .btn.btn-social.btn-sm.btn-outline-vimeo .la,
.form-group .btn.btn-social.btn-sm.btn-outline-yahoo .la,
.form-group .btn.btn-social.btn-sm.btn-pinterest .la,
.form-group .btn.btn-social.btn-sm.btn-vimeo .la,
.form-group .btn.btn-social.btn-sm.btn-yahoo .la {
    line-height: 2.5rem
}

.btn .la-check-square-o {
    font-size: 1rem
}

.btn-default {
    background: #babfc7
}

.profile-card-with-cover-content .btn-social-icon>:first-child,
.profile-card-with-cover-content .btn-social>:first-child {
    line-height: 2.4rem
}

.card .card-header .heading-elements .social-buttons .btn-social-icon>:first-child {
    line-height: 2.7rem
}

.btn-group.btn-group-toggle .btn-outline-info.active {
    background: #00bcd4;
    color: #fff
}

.disable-escape-dialog-btn {
    font-size: 1rem !important
}

.btn-group {
    background: 0 0
}

.btn-group-vertical>.btn[class*=btn-outline],
.btn-group>.btn[class*=btn-outline] {
    opacity: 1
}

@media screen and (max-width:540px) {
    .dataTables_wrapper .dt-buttons.btn-group .btn {
        margin: 0 !important
    }
}

.btn-flat-primary,
.btn-flat-primary:active,
.btn-flat-primary:focus,
.btn-flat-primary:hover {
    color: #673ab7
}

.btn-flat-secondary,
.btn-flat-secondary:active,
.btn-flat-secondary:focus,
.btn-flat-secondary:hover {
    color: #607d8b
}

.btn-flat-danger,
.btn-flat-danger:active,
.btn-flat-danger:focus,
.btn-flat-danger:hover {
    color: #f44336
}

.btn-flat-info,
.btn-flat-info:active,
.btn-flat-info:focus,
.btn-flat-info:hover {
    color: #00bcd4
}

.btn-flat-success,
.btn-flat-success:active,
.btn-flat-success:focus,
.btn-flat-success:hover {
    color: #8bc34a
}

.btn-flat-warning,
.btn-flat-warning:active,
.btn-flat-warning:focus,
.btn-flat-warning:hover {
    color: #ffc107
}

.btn-flat-dark,
.btn-flat-dark:active,
.btn-flat-dark:focus,
.btn-flat-dark:hover {
    color: #464855
}

.btn-flat-light,
.btn-flat-light:active,
.btn-flat-light:focus,
.btn-flat-light:hover {
    color: #babfc7
}

.bank-cards .add-card .btn {
    margin-bottom: .7rem
}

.faq .btn.btn-link:focus {
    color: #607d8b
}

.breadcrumbs-right .breadcrumb {
    float: right;
    padding-top: 1.25rem
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 400;
    color: #9e9e9e
}

.breadcrumb .breadcrumb-item a {
    color: #673ab7
}

.breadcrumb .breadcrumb-item a:hover {
    color: #4527a0
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #4527a0
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: .3rem
}

.breadcrumb-item+.breadcrumb-item:before {
    position: relative;
    content: 'chevron_right' !important;
    font-family: 'Material Icons';
    margin-right: .3rem;
    font-size: 1.2rem
}

.breadcrumbs-top,
.content-header-title {
    display: inline-block
}

.breadcrumbs-top .breadcrumb,
.breadcrumbs-top ol,
.content-header-title .breadcrumb,
.content-header-title ol {
    margin-bottom: 0 !important;
    padding-left: 0
}

.material-horizontal-layout .app-content .content-header .content-header-dark,
.material-horizontal-layout .app-content .content-header .content-header-light,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-dark,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-light,
.material-vertical-layout .app-content .content-header .content-header-dark,
.material-vertical-layout .app-content .content-header .content-header-light {
    background-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07)
}

.material-horizontal-layout .app-content .content-header .content-header-lead,
.material-horizontal-layout .app-content .content-header .content-header-left,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-lead,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-left,
.material-vertical-layout .app-content .content-header .content-header-lead,
.material-vertical-layout .app-content .content-header .content-header-left {
    margin-bottom: 0 !important;
    padding: .7rem 0 .3rem 4rem
}

.material-horizontal-layout .app-content .content-header .content-header-right .float-md-right,
.material-horizontal-layout .app-content .content-header .content-header-right .media,
.material-horizontal-layout .app-content .content-header .content-header-right.text-md-right,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right .float-md-right,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right .media,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right.text-md-right,
.material-vertical-layout .app-content .content-header .content-header-right .float-md-right,
.material-vertical-layout .app-content .content-header .content-header-right .media,
.material-vertical-layout .app-content .content-header .content-header-right.text-md-right {
    padding: 1.1rem 2rem .7rem
}

.material-horizontal-layout .app-content .content-header .content-header-right .media,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right .media,
.material-vertical-layout .app-content .content-header .content-header-right .media {
    width: 300px !important
}

.material-horizontal-layout .app-content .content-header .content-header-right .form-group,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right .form-group,
.material-vertical-layout .app-content .content-header .content-header-right .form-group {
    margin: 1.1rem
}

.material-horizontal-layout .app-content .content-header .content-header-right .dropdown-toggle::after,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-right .dropdown-toggle::after,
.material-vertical-layout .app-content .content-header .content-header-right .dropdown-toggle::after {
    right: -10px
}

.material-horizontal-layout .app-content .content-header .content-header-title,
.material-horizontal-layout.material-horizontal-nav .app-content .content-header .content-header-title,
.material-vertical-layout .app-content .content-header .content-header-title {
    border-right: 1px solid #e4e5ec;
    padding: .4rem 1.2rem .7rem 0;
    margin-top: .55rem;
    margin-right: 1rem
}

.material-horizontal-layout .app-content .content-header .content-header-left {
    padding-left: 2rem
}

@media only screen and (max-width:600px) {

    .material-horizontal-layout .app-content .content-header-right .form-group,
    .material-vertical-layout .app-content .content-header-right .form-group {
        padding-left: 3.5rem !important
    }
}

.material-horizontal-layout .app-content .content-header>.breadcrumb-wrapper,
.material-vertical-layout .app-content .content-header>.breadcrumb-wrapper {
    padding: 1rem 0 0 4rem
}

.material-horizontal-layout .app-content .content-header>.breadcrumb-wrapper .breadcrumb,
.material-vertical-layout .app-content .content-header>.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0
}

.material-horizontal-layout .app-content .content-header .content-header-dark .breadcrumb-item.active,
.material-vertical-layout .app-content .content-header .content-header-dark .breadcrumb-item.active {
    color: #fff;
    font-weight: 300
}

.material-horizontal-layout .app-content .content-header .content-header-dark .breadcrumb-item a,
.material-vertical-layout .app-content .content-header .content-header-dark .breadcrumb-item a {
    color: #bda7e3
}

.material-horizontal-layout .app-content .content-header .content-header-dark .breadcrumb-item a:hover,
.material-vertical-layout .app-content .content-header .content-header-dark .breadcrumb-item a:hover {
    color: #cabdef
}

.material-horizontal-layout .app-content .content-header .content-header-dark .breadcrumb-item+.breadcrumb-item::before,
.material-vertical-layout .app-content .content-header .content-header-dark .breadcrumb-item+.breadcrumb-item::before {
    color: #bda7e3
}

.material-horizontal-layout .app-content .content-header .content-header-dark.bg-img,
.material-vertical-layout .app-content .content-header .content-header-dark.bg-img {
    background-image: url(/images/breadcrumb.png?9c742fd1146e1b33f871f290bcd9a79f);
    background-size: 100% 100%;
    width: 100%
}

.material-horizontal-layout .app-content .content-header .content-header-dark .content-header-left,
.material-horizontal-layout .app-content .content-header .content-header-dark .content-header-right,
.material-vertical-layout .app-content .content-header .content-header-dark .content-header-left,
.material-vertical-layout .app-content .content-header .content-header-dark .content-header-right {
    background-color: rgba(0, 0, 0, .7)
}

.horizontal-menu-padding.material-horizontal-layout .app-content .content-header {
    margin: 0;
    margin-bottom: 2rem
}

.card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.card .card-img-top {
    width: 100%
}

.card .card-header {
    padding: 1.5rem 1rem
}

.card .card-header .heading-elements a:hover {
    text-decoration: none
}

.card .card-header .heading-elements .input-group .c-radio {
    color: #000
}

.card .card-footer {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.card .card-body .weather-details {
    margin-top: 1.5rem
}

.card .media-list .media {
    color: #000
}

.card .media-list .media:hover {
    text-decoration: none
}

.card-image-position-right-mid {
    top: auto;
    right: 0
}

.card .card-header .heading-elements a {
    padding: .625rem .5rem
}

.card-actions {
    padding: 1rem .25rem .5rem
}

.crypto-card-3 .card-content .card-body .ml-auto h4 {
    margin-right: 1rem
}

.crypto-card-3 .card-content .card-body .text-danger,
.crypto-card-3 .card-content .card-body .text-success {
    margin-right: 1rem
}

.row .col-lg-6 .btn-secondary .ft-message-square.align-middle,
.row .col-lg-6 .btn-secondary .la-pencil.align-middle,
.row .col-lg-6 .btn-secondary .la-sticky-note,
.row .col-lg-6 .btn-success .ft-message-square.align-middle,
.row .col-lg-6 .btn-success .la-pencil.align-middle,
.row .col-lg-6 .btn-success .la-sticky-note,
.row .col-lg-6 .btn-warning .ft-message-square.align-middle,
.row .col-lg-6 .btn-warning .la-pencil.align-middle,
.row .col-lg-6 .btn-warning .la-sticky-note {
    vertical-align: bottom !important
}

.profile-card-with-stats .text-center .btn-group {
    box-shadow: none
}

.card.profile-card-with-cover .profile-card-with-cover-content .btn-social-icon .la {
    line-height: 3rem
}

.product-shop .row .card .card-body .btn-float i.ft-heart {
    position: relative;
    top: .3125rem
}

.product-detail .card .card-body .badge.badge-success.position-absolute {
    top: -1.5rem;
    left: -.1rem
}

@media screen and (max-width:540px) {
    .card .card-header .heading-elements {
        margin-top: 1.5rem
    }
}

@media screen and (max-width:1024px) {
    .error-code {
        font-size: 8rem !important
    }
}

@media screen and (max-width:540px) {

    #stats-icon-subtitle-bg .media-middle h1.text-white,
    #stats-icon-subtitle-bg .media-middle i.icon-heart,
    #stats-icon-subtitle-bg .media-middle i.icon-wallet {
        font-size: 2rem !important
    }
}

#total-cost-chart canvas {
    width: 130px !important
}

@media screen and (max-width:768px) {
    #card-headings .card .card-header .heading-elements {
        margin-top: 1.2rem
    }

    #card-headings .card .card-header .heading-elements .page-link {
        margin-top: 1.5rem
    }

    #card-headings .card .card-header .heading-elements .form-control {
        background: 0 0;
        margin-top: -.7rem
    }

    #card-headings .card .card-header .heading-elements .btn-group {
        margin-top: 1rem
    }
}

.skin label {
    margin-bottom: .5rem;
    color: #000
}

.skin-square label {
    margin-bottom: .75rem;
    color: #000
}

.form-group label {
    padding: 0;
    margin-left: .5rem
}

.form-group label input[type=checkbox]:checked+img.img-thumbnail {
    background-color: #673ab7;
    color: #996;
    border-color: #673ab7
}

.form-group label .img-thumbnail {
    padding: .25rem
}

.custom-control-input:checked~.custom-control-label::after {
    color: #00bcd4
}

.table .card-body input[type=checkbox].switch,
.table .card-body input[type=radio].switch {
    opacity: 1
}

.bg-primary:checked~.custom-control-label::after {
    color: #673ab7
}

.bg-success:checked~.custom-control-label::after {
    color: #8bc34a
}

.bg-danger:checked~.custom-control-label::after {
    color: #f44336
}

.bg-warning:checked~.custom-control-label::after {
    color: #ffc107
}

.bg-purple:checked~.custom-control-label::after {
    color: #673ab7
}

input[type=radio].bg-pink+.custom-control-label:after {
    color: #e91e63
}

.image-checkbox .form-group label {
    margin-left: 0
}

.product-detail .product-count .input-group {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .shopping-cart .table .input-group.bootstrap-touchspin {
        width: 153% !important
    }
}

@media screen and (min-width:769px) and (max-width:910px) {
    .shopping-cart .table .input-group.bootstrap-touchspin {
        width: 145% !important
    }
}

@media screen and (min-width:911px) and (max-width:991px) {
    .shopping-cart .table .input-group.bootstrap-touchspin {
        width: 127% !important
    }
}

@media screen and (min-width:992px) and (max-width:1142px) {
    .shopping-cart .table .input-group.bootstrap-touchspin {
        width: 130% !important
    }
}

.bs-callout-danger .media-left .la,
.bs-callout-danger .media-right .la,
.bs-callout-info .media-left .la,
.bs-callout-info .media-right .la,
.bs-callout-pink .media-left .la,
.bs-callout-pink .media-right .la,
.bs-callout-primary .media-left .la,
.bs-callout-primary .media-right .la,
.bs-callout-success .media-left .la,
.bs-callout-success .media-right .la,
.bs-callout-warning .media-left .la,
.bs-callout-warning .media-right .la {
    position: relative;
    top: -.25rem
}

.bs-callout-danger .media-left .la-cloud,
.bs-callout-danger .media-right .la-cloud,
.bs-callout-info .media-left .la-cloud,
.bs-callout-info .media-right .la-cloud,
.bs-callout-pink .media-left .la-cloud,
.bs-callout-pink .media-right .la-cloud,
.bs-callout-primary .media-left .la-cloud,
.bs-callout-primary .media-right .la-cloud,
.bs-callout-success .media-left .la-cloud,
.bs-callout-success .media-right .la-cloud,
.bs-callout-warning .media-left .la-cloud,
.bs-callout-warning .media-right .la-cloud {
    position: relative;
    top: .63rem
}

.callout-round .media-left .la {
    position: relative;
    top: -.2rem;
    left: .25rem
}

.callout-round .media-right .la {
    position: relative;
    top: -.2rem;
    right: .2rem
}

@media screen and (max-width:1024px) {

    .bs-callout-danger .media-left .la,
    .bs-callout-danger .media-right .la,
    .bs-callout-info .media-left .la,
    .bs-callout-info .media-right .la,
    .bs-callout-pink .media-left .la,
    .bs-callout-pink .media-right .la,
    .bs-callout-primary .media-left .la,
    .bs-callout-primary .media-right .la,
    .bs-callout-success .media-left .la,
    .bs-callout-success .media-right .la,
    .bs-callout-warning .media-left .la,
    .bs-callout-warning .media-right .la {
        position: relative;
        top: .7rem
    }

    .bs-callout-danger .media-left .la-cloud,
    .bs-callout-danger .media-right .la-cloud,
    .bs-callout-info .media-left .la-cloud,
    .bs-callout-info .media-right .la-cloud,
    .bs-callout-pink .media-left .la-cloud,
    .bs-callout-pink .media-right .la-cloud,
    .bs-callout-primary .media-left .la-cloud,
    .bs-callout-primary .media-right .la-cloud,
    .bs-callout-success .media-left .la-cloud,
    .bs-callout-success .media-right .la-cloud,
    .bs-callout-warning .media-left .la-cloud,
    .bs-callout-warning .media-right .la-cloud {
        position: relative;
        top: 1.5rem
    }

    .callout-round .media-left .la {
        position: relative;
        top: .5rem;
        left: .25rem
    }

    .callout-round .media-left .la-bullseye {
        position: relative;
        top: 1rem
    }

    .callout-round .media-right .la {
        position: relative;
        top: .5rem;
        right: .2rem
    }

    .callout-round .media-right .la-bullseye {
        position: relative;
        top: 1rem
    }
}

@media screen and (max-width:540px) {

    .bs-callout-danger .media-left .la,
    .bs-callout-danger .media-right .la,
    .bs-callout-info .media-left .la,
    .bs-callout-info .media-right .la,
    .bs-callout-pink .media-left .la,
    .bs-callout-pink .media-right .la,
    .bs-callout-primary .media-left .la,
    .bs-callout-primary .media-right .la,
    .bs-callout-success .media-left .la,
    .bs-callout-success .media-right .la,
    .bs-callout-warning .media-left .la,
    .bs-callout-warning .media-right .la {
        position: relative;
        top: 3.2rem
    }

    .bs-callout-danger .media-left .la-cloud,
    .bs-callout-danger .media-left .la-sliders,
    .bs-callout-danger .media-right .la-cloud,
    .bs-callout-danger .media-right .la-sliders,
    .bs-callout-info .media-left .la-cloud,
    .bs-callout-info .media-left .la-sliders,
    .bs-callout-info .media-right .la-cloud,
    .bs-callout-info .media-right .la-sliders,
    .bs-callout-pink .media-left .la-cloud,
    .bs-callout-pink .media-left .la-sliders,
    .bs-callout-pink .media-right .la-cloud,
    .bs-callout-pink .media-right .la-sliders,
    .bs-callout-primary .media-left .la-cloud,
    .bs-callout-primary .media-left .la-sliders,
    .bs-callout-primary .media-right .la-cloud,
    .bs-callout-primary .media-right .la-sliders,
    .bs-callout-success .media-left .la-cloud,
    .bs-callout-success .media-left .la-sliders,
    .bs-callout-success .media-right .la-cloud,
    .bs-callout-success .media-right .la-sliders,
    .bs-callout-warning .media-left .la-cloud,
    .bs-callout-warning .media-left .la-sliders,
    .bs-callout-warning .media-right .la-cloud,
    .bs-callout-warning .media-right .la-sliders {
        position: relative;
        top: 4rem
    }

    .callout-round .media-left .la {
        position: relative;
        top: 3rem;
        left: .25rem
    }

    .callout-round .media-left .la-bullseye {
        position: relative;
        top: 4.3rem
    }

    .callout-round .media-right .la {
        position: relative;
        top: 3.8rem;
        right: .2rem
    }

    .callout-round .media-right .la-bullseye {
        position: relative;
        top: 5rem
    }

    .bs-callout-pink .animationIcon,
    .bs-callout-primary .animationIcon,
    .bs-callout-warning .animationIcon {
        bottom: 0 !important
    }
}

@media screen and (max-width:768px) {

    .bs-callout-pink .animationIcon,
    .bs-callout-primary .animationIcon,
    .bs-callout-warning .animationIcon {
        bottom: 2rem
    }
}

.dropdown-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    z-index: 1000;
    box-shadow: 0 8px 10px 1px rgba(95, 95, 95, .14), 0 3px 14px 3px rgba(95, 95, 95, .12), 0 4px 15px 0 rgba(95, 95, 95, .2);
    border-radius: 2px !important
}

.dropdown-menu .dropdown-item {
    padding: .75rem 1rem
}

.dropdown-menu .dropdown-item .skin-polaris label {
    color: rgba(0, 0, 0, .87)
}

.dropdown-menu .arrow-left:before,
.dropdown-menu .arrow-right:before,
.dropdown-menu.arrow:before {
    box-shadow: none;
    background-color: transparent
}

.dropdown-menu.arrow-right:after,
.dropdown-menu.arrow-right:before {
    position: absolute;
    left: 9.7rem
}

.dropdown-menu .dropdown-submenu .arrow-right:before {
    border-left-color: #000
}

.dropdown-notification .media-list .waves-effect {
    display: block
}

.form-control-file {
    border-bottom: none;
    max-height: none
}

input.form-control,
select.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

input.form-control:disabled,
input.form-control[readonly],
select.form-control:disabled,
select.form-control[readonly] {
    border-style: dotted;
    background-color: #fff;
    border-width: 0 0 1px
}

textarea,
textarea.form-control:not([rows='1']) {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0
}

.form-section {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    line-height: 3rem
}

.form-control.round,
.form-control.square {
    border-width: 1px !important;
    border: 1px solid rgba(0, 0, 0, .3)
}

.input-group {
    margin-top: .75rem
}

.input-group .form-control.form-control-xl.input-xl.border-grey {
    border-radius: 2px;
    background-color: transparent
}

.input-group .input-group-text {
    padding: .35rem 1rem
}

.input-group .input-group-prepend .btn .la-paper-plane {
    font-size: .9rem
}

.input-group.input-group-lg .form-control {
    font-size: 1.25rem;
    padding: .75rem 1.25rem
}

.custom-control+.custom-control {
    margin-top: 0
}

.custom-control-label {
    margin-bottom: .5rem
}

.custom-control-label:before {
    height: 3.42rem;
    width: 3.42rem
}

.wizard-circle .body .form-group input[type=date].form-control,
.wizard-notification .body .form-group input[type=date].form-control {
    line-height: 2.45
}

form.striped-labels .form-group:nth-child(even),
form.striped-rows .form-group:nth-child(even) {
    background-color: #f4f5fa
}

form.striped-labels .form-control,
form.striped-rows .form-control {
    background: 0 0
}

.form-actions {
    border-top: 1px solid #e9ebf5;
    padding: 20px 0;
    margin-top: 20px
}

.form-actions.top {
    border-top: 0;
    border-bottom: 1px solid #e9ebf5;
    margin-top: 0;
    margin-bottom: 20px
}

.form-horizontal .label-control {
    display: none
}

.form-horizontal .form-group textarea {
    line-height: inherit
}

.form-horizontal .form-group .input-lg {
    border-radius: 2px
}

.form-horizontal.form-bordered .label-control,
.form-horizontal.row-separator .label-control,
.form-horizontal.striped-labels .label-control,
.form-horizontal.striped-rows .label-control {
    display: inline-block;
    padding-top: 1.9rem;
    text-align: right;
    margin-bottom: .5rem;
    margin-left: 0;
    padding-right: .93rem
}

.form-horizontal.form-bordered .form-group,
.form-horizontal.row-separator .form-group,
.form-horizontal.striped-labels .form-group,
.form-horizontal.striped-rows .form-group {
    border-bottom: 1px solid #e9ebf5;
    margin-bottom: 0
}

.form-horizontal.form-bordered .form-group>div,
.form-horizontal.row-separator .form-group>div,
.form-horizontal.striped-labels .form-group>div,
.form-horizontal.striped-rows .form-group>div {
    padding: 1.2rem
}

.form-horizontal.form-bordered .form-group.last,
.form-horizontal.row-separator .form-group.last,
.form-horizontal.striped-labels .form-group.last,
.form-horizontal.striped-rows .form-group.last {
    border-bottom: none
}

.form-horizontal.striped-labels {
    border-bottom: none
}

.form-horizontal.striped-labels>div {
    background-color: #fff
}

.form-horizontal.form-bordered .form-group>div {
    padding-right: 0;
    border-left: 1px solid #e9ebf5
}

.form-horizontal.form-bordered .form-actions {
    margin-top: 1rem
}

.position-relative.has-icon-left .form-control {
    padding-left: 2rem
}

.shopping-cart .tab-pane .form-actions {
    padding-top: 1rem
}

.form-group input[type=date].form-control,
.form-group input[type=datetime-local].form-control,
.form-group input[type=time].form-control {
    line-height: 2.4;
    height: calc(2.75rem + 2px);
    padding: .75rem 1rem !important
}

.form-group .has-icon-left input[type=date].form-control,
.form-group .has-icon-left input[type=datetime-local].form-control,
.form-group .has-icon-left input[type=time].form-control {
    padding-left: 2rem !important
}

.mega-dropdown-menu .form.form-horizontal .form-body .form-group label {
    margin-left: 0;
    padding-left: 1.5rem;
    padding-top: .7rem
}

.mega-dropdown-menu .form.form-horizontal .form-body .form-group .position-relative .form-control {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: 0 0
}

.form-control-lg,
.form-control-sm,
.form-control-xl,
.form-control-xs,
.input-lg,
.input-sm,
.input-xl,
.input-xs {
    border-radius: 2px !important
}

.grid-with-inline-labels .card .card-body .form-body .form-group label.col-md-4 {
    margin-left: 0
}

.multiple-input-with-inline-labels .card .card-body .form-body .form-group label.col-md-2 {
    margin-left: 0;
    padding-left: .5rem
}

textarea .form-control:not([rows='1']) {
    padding: 1rem !important
}

select.form-control:not([size]):not([multiple]).input-lg {
    padding: .5rem .75rem !important
}

select.form-control:not([size]):not([multiple]).input-sm {
    padding: .2rem .95rem !important
}

.form-horizontal.form-simple .form-group.position-relative.has-icon-left {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.form-control[readonly] {
    border-style: none;
    background: #fff
}

.form-control[type=file] {
    max-height: 4.25rem !important
}

@media screen and (max-width:768px) {

    .tagging-methods .match-height .card .card-body .form-group .add-special-keys,
    .tagging-methods .match-height .card .card-body .form-group .add-tagging,
    .tagging-methods .match-height .card .card-body .form-group .destroy-tagging,
    .tagging-methods .match-height .card .card-body .form-group .focus-input,
    .tagging-methods .match-height .card .card-body .form-group .get-special-keys,
    .tagging-methods .match-height .card .card-body .form-group .refresh-tagging,
    .tagging-methods .match-height .card .card-body .form-group .remove-all-tagging,
    .tagging-methods .match-height .card .card-body .form-group .remove-tagging,
    .tagging-methods .match-height .card .card-body .form-group .reset-tagging,
    .tagging-methods .match-height .card .card-body .form-group .val-input {
        margin-left: 1rem
    }
}

@media screen and (max-width:540px) {
    .grid-with-inline-labels .card .card-body .form-body .form-group label.col-md-4.text-right {
        margin-right: .5rem
    }

    .grid-with-inline-labels .card .card-body .form-body .form-group label.col-md-4 {
        margin-left: .5rem
    }
}

.img-thumbnail {
    padding: .25rem
}

.media-list .list-group-item:hover {
    background: #00bcd4
}

.media-list .list-group-item:hover .list-group-item-heading,
.media-list .list-group-item:hover .list-group-item-text,
.media-list .list-group-item:hover a {
    color: #fff
}

.media-list .list-group-item .media-link:hover {
    text-decoration: none;
    color: #fff;
    text-decoration: none
}

.media-list .list-group-item .media-left {
    float: left;
    padding-right: 1rem
}

.media-list .list-group-item .media-right {
    float: right;
    padding-left: 1rem
}

.media-list .media {
    padding: 1.5rem
}

.media-list .media .media-left {
    float: left;
    padding-right: 1rem
}

.media-list .media .media-right {
    float: right;
    padding-left: 1rem
}

.media-list .media a {
    text-decoration: none
}

.media-list .media .media-notation a {
    margin-right: .5rem
}

.media .btn-icon {
    min-width: 0
}

.media-bordered .media {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.media-bordered .media:first-child {
    border-top: none
}

.list-group .list-group-item.active,
.media-list .list-group-item.active {
    background: #00bcd4
}

.modal {
    z-index: 1050
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: auto
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: #fff
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 1rem
}

.modal .modal-dialog .modal-content .modal-xs {
    max-width: 18.75rem
}

.modal .modal-dialog .modal-content .modal-sm {
    max-width: 25rem
}

.modal .modal-dialog .modal-content .modal-xl {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%
}

.modal .modal-dialog .modal.show {
    z-index: 1050
}

.modal .modal-dialog .modal-backdrop {
    z-index: 1049
}

.modal .modal-dialog .form-group .modal .modal-header .close {
    color: #000
}

.modal .modal-dialog .form-group .modal .modal-body {
    padding: 1rem
}

.modal .modal-footer .form-group .add-contact-item {
    min-width: 100%
}

.modal .modal-footer .btn-danger,
.modal .modal-footer .btn-info,
.modal .modal-footer .btn-success {
    color: #fff
}

.modal .modal-footer i.btn-outline-secondary.btn-lg input {
    color: #607d8b
}

.modal .modal-footer i.btn-outline-secondary.btn-lg:hover input {
    color: #fff
}

.modal .modal-footer i.btn-outline-primary.btn-lg input {
    color: #673ab7
}

.modal .modal-footer i.btn-outline-primary.btn-lg:hover input {
    color: #fff
}

.nav-tabs {
    margin-bottom: 1rem !important
}

.nav-top-border .nav-link.active,
.nav-topline .nav-link.active {
    border: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.nav-top-border .nav-link.active::before,
.nav-topline .nav-link.active::before {
    display: none
}

.no-hover-bg .nav-link:hover {
    background: 0 0
}

.nav-linetriangle .nav-item a.nav-link.active:before {
    background: 0 0
}

.card .card-body .nav.nav-tabs.nav-iconfall .nav-item {
    background: #fff;
    margin: 0
}

.card .card-body .nav.nav-tabs.nav-iconfall .nav-item .nav-link::before {
    display: none
}

.card .card-body .nav.nav-tabs.nav-iconfall .nav-item:focus,
.card .card-body .nav.nav-tabs.nav-iconfall .nav-item:hover {
    background: #fff
}

.card .card-body .nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
    position: relative;
    top: 7px
}

.card .card-body .nav.nav-tabs.nav-justified {
    box-shadow: none
}

#tabs-icon-drag .nav-link.dropdown-toggle::after {
    top: 0
}

.nav-vertical .nav-tabs .nav-link.active::before {
    opacity: 0
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 1.0625rem .75rem
}

.card .card-content .card-body .nav.nav-tabs.iconfall .nav-item.dropdown .nav-link.dropdown-toggle::after,
.card .card-content .card-body .nav.nav-tabs.nav-justified .nav-item .nav-link.dropdown-toggle::after,
.card .card-content .card-body .nav.nav-tabs.nav-linetriangle .nav-item .nav-link.dropdown-toggle::after,
.card .card-content .card-body .nav.nav-tabs.nav-topline .nav-item .nav-link.dropdown-toggle::after,
.card .card-content .card-body .nav.nav-tabs.nav-underline .nav-item .nav-link.dropdown-toggle::after {
    position: relative;
    top: -1px
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #00bcd4
}

.shopping-cart .nav-tabs {
    box-shadow: none
}

.shopping-cart .nav-tabs .nav-item {
    margin: 0 1rem .75rem !important
}

.shopping-cart .nav-tabs .nav-link.active {
    height: 100% !important
}

.shopping-cart .nav-tabs .nav-link:before {
    background-color: transparent
}

#navs-labels-pills .card .card-body .badge {
    font-size: .8rem
}

#tabs-with-labels-pills .card .card-body .badge {
    font-size: .6rem
}

.navbar .nav-item .nav-link:hover {
    background: 0 0
}

.navbar .navbar-brand:focus {
    background: 0 0
}

.navbar .navbar-wrapper .navbar-container .form-inline .input-group {
    margin-top: 0
}

.navbar .navbar-wrapper .navbar-container .input-group {
    margin-top: 0
}

.navbar .navbar-wrapper .navbar-container .skin label {
    color: #fff
}

.fixed-bottom,
.fixed-top {
    z-index: 1050
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control {
    color: #6b6f82
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-webkit-input-placeholder,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-webkit-input-placeholder {
    color: #6b6f82
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-moz-placeholder,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-moz-placeholder {
    color: #6b6f82
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control:-ms-input-placeholder,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control:-ms-input-placeholder {
    color: #6b6f82
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-ms-input-placeholder,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::-ms-input-placeholder {
    color: #6b6f82
}

.navbar-dark .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::placeholder,
.navbar-semi-light .navbar-wrapper .navbar-container .nav .nav-link-search .round.form-control::placeholder {
    color: #6b6f82
}

.product-shop .pagination.pagination-flat li.active a,
.product-shop .pagination.pagination-round.pagination-flat li.active a {
    padding: .8rem 1rem
}

.pagination {
    background-color: transparent
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 0 .5rem !important
}

.pagination.pagination-separate.pagination-round.pagination-flat li.active a {
    top: 5px
}

.material-vertical-layout.vertical-layout #basic-pagination .pagination.pagination-flat .page-item.active,
.material-vertical-layout.vertical-layout #basic-pagination .pagination.pagination-separate.pagination-curved.pagination-flat .page-item.active,
.material-vertical-layout.vertical-layout #curved-border-pagination .pagination.pagination-flat .page-item.active,
.material-vertical-layout.vertical-layout #curved-border-pagination .pagination.pagination-separate.pagination-curved.pagination-flat .page-item.active,
.material-vertical-layout.vertical-layout #pagination-list .pagination.pagination-flat .page-item.active,
.material-vertical-layout.vertical-layout #pagination-list .pagination.pagination-separate.pagination-curved.pagination-flat .page-item.active {
    position: relative;
    top: 3px
}

.progress {
    margin-top: 1rem
}

.noUi-target .noUi-pips .noUi-value {
    top: 20%
}

.noUi-target.noUi-vertical .noUi-base .noUi-origin .noUi-handle-upper .noUi-tooltip {
    right: 150%
}

.table-inverse td,
.table-inverse th {
    color: #000
}

.table tr td {
    vertical-align: middle !important
}

.table tr td .btn-float {
    line-height: 1
}

.table tfoot th {
    height: auto
}

.dataTables_wrapper .dataTables_length label {
    color: #000
}

.dataTables_wrapper .dt-buttons .btn {
    color: #fff
}

.bootstrap-touchspin .input-group-prepend {
    margin-right: auto
}

.bootstrap-touchspin .input-group-append {
    margin-left: auto
}

#ui.row .card .card-content .table-responsive .table.table-responsive.table-bordered .btn.btn-float.btn-info i.ft-search {
    font-size: 1.2rem
}

#ui.row .card .card-content .table-responsive .table.table-responsive.table-bordered .btn.btn-float.btn-info span {
    display: none
}

@media screen and (max-width:540px) {

    #ajax .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #child-row .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #configuration .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #export-column .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #headers .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #horizontal-snap .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #initialization .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #restore-column .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable,
    #server-processing .card .card-content .card-body .dataTables_wrapper.dt-bootstrap4 .table.table-striped.table-bordered.show-child-rows.dataTable {
        width: auto !important
    }

    #buttons .card .card-body .dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group {
        display: inline-block !important
    }

    #buttons .card .card-body .dataTables_wrapper.dt-bootstrap4 .dt-buttons.btn-group .btn {
        margin-bottom: .5rem !important
    }
}

.btn-toolbar .ft-chevron-down,
.btn-toolbar .ft-chevron-left,
.btn-toolbar .ft-chevron-right,
.btn-toolbar .ft-chevron-up {
    position: relative;
    top: 3px
}

.tool-container.tool-top.toolbar-primary {
    background: #673ab7
}

.tool-container.tool-top.toolbar-primary .tool-item:hover {
    background: #3b216a
}

.tool-container.tool-top.toolbar-primary .arrow {
    border-color: #673ab7 transparent transparent
}

.tool-container.tool-top.toolbar-info {
    background: #00bcd4
}

.tool-container.tool-top.toolbar-info .tool-item:hover {
    background: #00626e
}

.tool-container.tool-top.toolbar-info .arrow {
    border-color: #00bcd4 transparent transparent
}

.tool-container.tool-top.toolbar-danger {
    background: #f44336
}

.tool-container.tool-top.toolbar-danger .tool-item:hover {
    background: #ba160a
}

.tool-container.tool-top.toolbar-danger .arrow {
    border-color: #f44336 transparent transparent
}

.tool-container.tool-top.toolbar-warning {
    background: #ffc107
}

.tool-container.tool-top.toolbar-warning .tool-item:hover {
    background: #a07800
}

.tool-container.tool-top.toolbar-warning .arrow {
    border-color: #ffc107 transparent transparent
}

.tool-container.tool-top.toolbar-success {
    background: #8bc34a
}

.tool-container.tool-top.toolbar-success .tool-item:hover {
    background: #577d2a
}

.tool-container.tool-top.toolbar-success .arrow {
    border-color: #8bc34a transparent transparent
}

.tool-container.tool-right.toolbar-danger {
    background: #f44336
}

.tool-container.tool-right.toolbar-danger .tool-item:hover {
    background: #ba160a
}

.tool-container.tool-bottom.toolbar-warning {
    background: #ffc107
}

.tool-container.tool-bottom.toolbar-warning .tool-item:hover {
    background: #a07800
}

.tool-container.tool-left.toolbar-success {
    background: #8bc34a
}

.tool-container.tool-left.toolbar-success .tool-item:hover {
    background: #577d2a
}

.tool-container.tool-left.toolbar-success .arrow {
    border-color: transparent transparent transparent #8bc34a
}

.form-group-compose .btn {
    padding: .8rem 1rem
}

.todo-details .search .basic-search {
    border-radius: 2px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
    outline: 0 !important
}

.project-search-content .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.table .even td a:hover,
.table .odd td a:hover {
    text-decoration: none
}

.chat-app-form .chat-app-input .form-group .form-control {
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding-left: 2.5rem
}

.chat-app-form .chat-app-input .form-group .ft-image,
.chat-app-form .chat-app-input .form-group .icon-emoticon-smile {
    font-size: 1.7rem
}

.all-contacts .dataTables_wrapper label {
    margin-bottom: .5rem
}

.fc-left .fc-button,
.fc-left .fc-state-default.fc-corner-left,
.fc-left .fc-state-default.fc-corner-right,
.fc-right .fc-button,
.fc-right .fc-state-default.fc-corner-left,
.fc-right .fc-state-default.fc-corner-right {
    border-radius: 2px
}

.fc-left .fc-button-group .fc-button,
.fc-left .fc-button-group .fc-state-default.fc-corner-left,
.fc-left .fc-button-group .fc-state-default.fc-corner-right,
.fc-right .fc-button-group .fc-button,
.fc-right .fc-button-group .fc-state-default.fc-corner-left,
.fc-right .fc-button-group .fc-state-default.fc-corner-right {
    border-radius: 0
}

.fc-event {
    border-radius: 2px
}

ul.nav.nav-inline li.dropdown.nav-item.float-right a.btn.dropdown-toggle {
    box-shadow: none;
    color: #1e88e5;
    line-height: 1
}

ul.nav.nav-inline li.dropdown.nav-item.float-right a.btn.dropdown-toggle:focus,
ul.nav.nav-inline li.dropdown.nav-item.float-right a.btn.dropdown-toggle:hover {
    background: 0 0
}

.my-gallery .card-deck-wrapper .card-deck .card .card-body .text-muted {
    margin-right: .3125rem
}

.full-height-vh-with-nav .form-group.position-relative .form-control {
    background: 0 0;
    border-radius: 0
}

.row .col-xl-8 .card .card-header .heading-elements .btn-group.btn-group-toggle .btn-outline-info.active {
    background: #00bcd4;
    color: #fff
}

.row .col-xl-8 .card .card-body .tab-content .tab-pane.active .form.form-horizontal .form-body .form-group .col-md-3 {
    padding-left: 1rem;
    margin-left: auto;
    font-size: .875rem
}

@media only screen and (max-width:768px) and (min-width:576px) {
    .payment .btn.btn-icon {
        position: relative;
        right: 1.25rem
    }
}

.list-group .news-feed-item-1,
.list-group .news-feed-item-2,
.list-group .news-feed-item-3,
.list-group .news-feed-item-4,
.list-group .news-feed-item-5,
.list-group .news-feed-item-img {
    box-shadow: none
}

.card .news-feed-food-card-bg .btn,
.card .news-feed-food-card2-bg .btn,
.card .news-feed-food-card3-bg .btn {
    margin-top: 1rem
}

.card .card-body .news-feed-btn.btn-sm.float-right i {
    position: relative;
    right: 2px
}

@media screen and (width:1024px) {
    .card .card-body .spotify-playlist .row.mt-2 .col-3.p-0 p {
        position: relative;
        top: -1.2rem;
        left: 8.25rem
    }
}

.alertAnimation i.icon-arrow-right {
    position: relative;
    top: 2px;
    right: -5px
}

.alertAnimation .alert-success .icon-arrow-right {
    top: -4px;
    right: -7px
}

.alertAnimation .alert-primary .icon-arrow-right {
    top: -1.2rem;
    left: .7rem
}

.calloutAnimation .bs-callout-pink .icon-arrow-right,
.calloutAnimation .bs-callout-primary .icon-arrow-right,
.calloutAnimation .bs-callout-success .icon-arrow-right,
.calloutAnimation .bs-callout-warning .icon-arrow-right {
    position: relative;
    bottom: 10px
}

.calloutAnimation .bs-callout-danger .icon-arrow-right,
.calloutAnimation .bs-callout-info .icon-arrow-right {
    position: relative;
    top: 7px
}

.jqueryui-ele-container .ui-menu.ui-front {
    z-index: 1049
}

.ui-button.ui-corner-all {
    border-radius: 2px
}

.ui-spinner .ui-spinner-button:after {
    top: 7px !important
}

.btn {
    max-width: unset !important
}

.heading-elements .btn-float {
    height: auto !important;
    width: auto !important
}

.btn-float {
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    padding: 14px !important;
    box-shadow: 0 6px 10px 0 rgba(95, 95, 95, .14), 0 1px 18px 0 rgba(95, 95, 95, .12), 0 3px 5px 0 rgba(95, 95, 95, .2) !important
}

.btn-float.active,
.btn-float:active {
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, .14), 0 3px 4px 0 rgba(95, 95, 95, .12), 0 1px 5px 0 rgba(95, 95, 95, .2) !important
}

.btn-float-dropdown i {
    margin-right: 0 !important
}

.btn-float-dropdown.dropdown .dropdown-menu,
.btn-float-dropdown.dropup .dropdown-menu {
    border-radius: 2px !important;
    margin-top: 1rem !important;
    min-width: 3.5rem !important;
    background: 0 0;
    box-shadow: none !important;
    border: none !important
}

.btn-float-dropdown.dropdown .dropdown-menu .btn-float i,
.btn-float-dropdown.dropup .dropdown-menu .btn-float i {
    position: relative;
    top: -2px;
    right: 5px
}

.btn-float.btn-sm i {
    position: relative;
    top: -2px;
    right: 6px
}

.btn-group {
    box-shadow: none
}

.material-datatables .btn {
    padding: 0 1rem .8rem
}

.material-dialogs .modal .modal-footer .btn,
.material-dialogs .modal-show .modal-footer .btn {
    border: none
}

.modal-show.modal {
    display: block;
    padding-right: 1.1rem;
    position: relative;
    z-index: 998
}

.card .expansion-panel.show:not(:first-child) {
    margin-top: 1rem
}

.card .expansion-panel.show:not(:last-child) {
    margin-bottom: 1rem
}

.floating-label.textfield-box .form-control {
    padding-top: 2.5rem
}

.floating-label.textfield-labels .form-control {
    padding-top: 1rem
}

.icons-tiny {
    font-size: 1rem
}

.icons-small {
    font-size: 2rem
}

.icons-medium {
    font-size: 4rem
}

.icons-large {
    font-size: 6rem
}

.dropdown .dropdown-menu {
    box-shadow: none !important
}

.dropdown .dropdown-menu.menu {
    margin-top: -2.875rem
}

.dropdown .dropdown-menu.dropdown-menu-sm,
.dropdown .dropdown-menu.menu-cascading {
    min-width: 20rem
}

.dropdown .dropdown-menu.dropdown-menu-sm .dropdown-item,
.dropdown .dropdown-menu.menu-cascading .dropdown-item {
    padding: .25rem 1.5rem
}

.dropdown .dropdown-menu.menu-cascading {
    margin-top: -2.75rem
}

.dropdown-menu {
    box-shadow: none !important
}

.navdrawer {
    z-index: 1060
}

.custom-switch .custom-control-label:before {
    height: 3.42rem;
    width: 3.42rem
}

.snackbar {
    z-index: 1050
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control {
    padding-left: 3rem
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-webkit-input-placeholder,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .38)
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-moz-placeholder,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .38)
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control:-ms-input-placeholder,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .38)
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-ms-input-placeholder,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .38)
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::placeholder,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control::placeholder {
    color: rgba(0, 0, 0, .38)
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position {
    position: absolute;
    top: -4px
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position i,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position i {
    color: #6b6f82
}

.material-horizontal-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea {
    position: relative;
    top: -5px
}

.material-horizontal-layout .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout .mega-dropdown-menu .card.collapse-icon .card-header a {
    width: 100%
}

.material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link,
.material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link {
    height: 100% !important
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control {
    border-radius: 1.5rem;
    line-height: 1;
    width: 14.5rem;
    height: 2.3rem;
    position: relative;
    top: .3125rem;
    padding-left: 2.5rem;
    background: #f6f4f5;
    border: 1px solid #e6e6e6
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon {
    position: absolute;
    left: 1.7rem;
    top: 1.95rem;
    color: #8b8c9e;
    z-index: 2
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus {
    background: 0 0
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up {
    padding: .3rem .5rem;
    box-shadow: none
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
    padding: 1rem
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control {
    padding-left: 3rem
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position {
    position: absolute;
    top: -4px
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea {
    position: relative;
    top: -5px
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a {
    width: 100%
}

.material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.horizontal-layout .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.horizontal-layout .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-compact-menu .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-compact-menu .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-compact-menu .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-compact-menu .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu-modern .navbar-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu-modern .navbar-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu-modern .navbar-semi-dark .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-menu-modern .navbar-semi-light .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle {
    padding: .8rem .4rem
}

.material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .navbar-collapse .nav-link-search .search-bar-toggle i.material-icons,
.material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .navbar-collapse .nav-link-search .search-bar-toggle i.material-icons {
    color: #fff;
    margin-top: 1rem
}

.material-horizontal-layout.vertical-content-menu nav.fixed-top.header-navbar,
.material-horizontal-layout.vertical-overlay-menu nav.fixed-top.header-navbar,
.material-vertical-layout.vertical-content-menu nav.fixed-top.header-navbar,
.material-vertical-layout.vertical-overlay-menu nav.fixed-top.header-navbar {
    z-index: 1050
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control {
    border-radius: 1.5rem;
    line-height: 1;
    width: 14.5rem;
    height: 2.3rem;
    position: relative;
    top: .3125rem;
    padding-left: 2.5rem;
    background: #f6f4f5;
    border: 1px solid #e6e6e6
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon {
    position: absolute;
    left: 1.7rem;
    top: 1.95rem;
    color: #8b8c9e;
    z-index: 2
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus {
    background: 0 0
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up {
    padding: .3rem .5rem;
    box-shadow: none
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
    padding: 1rem
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control {
    padding-left: 3rem
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position {
    position: absolute;
    top: -4px
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .form-horizontal .form-group .position-relative .form-control-position .simple-textarea {
    position: relative;
    top: -5px
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .mega-dropdown-menu .card.collapse-icon .card-header a {
    width: 100%
}

.material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-horizontal-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.vertical-overlay-menu .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle {
    padding: .8rem .4rem
}

.material-horizontal-layout.vertical-content-menu nav.header-navbar .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle i.material-icons,
.material-vertical-layout.vertical-content-menu nav.header-navbar .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle i.material-icons {
    color: #6b6f82
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container.navbar-brand-center .navbar-header,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container.navbar-brand-center .navbar-header {
    width: 192px;
    position: absolute;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 999
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header {
    height: 100%;
    width: 16rem;
    height: 5rem;
    float: left;
    position: relative;
    padding: 0 .85rem 0 1.2rem;
    transition: .3s ease all
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand {
    padding: 17px 0;
    margin-right: 0
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-logo,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-logo {
    width: 36px
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-text,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-text {
    display: inline;
    padding-left: 6px;
    font-weight: 500;
    vertical-align: middle
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .round.form-control,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .round.form-control {
    border-radius: 1.5rem;
    line-height: 1;
    width: 14.5rem;
    height: 2.3rem;
    position: relative;
    top: .3125rem;
    padding-left: 2.5rem;
    background: #f6f4f5;
    border: 1px solid #e6e6e6
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link .search-icon,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link .search-icon {
    position: absolute;
    left: 37.6rem;
    top: 1.95rem;
    color: #8b8c9e;
    z-index: 2
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .nav-link:focus,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:active,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link:focus {
    background: 0 0
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-item .badge-pill.badge-up,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .badge-pill.badge-up {
    padding: .3rem .5rem;
    box-shadow: none
}

.material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle,
.material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .dropdown-notification .icon-bg-circle {
    padding: .8rem .4rem
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header {
    height: 100%;
    height: 5rem;
    float: left;
    position: relative;
    padding: 0 .85rem 0 1.2rem;
    transition: .3s ease all
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand {
    padding: 17px 0;
    margin-right: 0
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-logo,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-logo {
    width: 36px
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-text,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .navbar-brand .brand-text {
    display: inline;
    padding-left: 6px;
    font-weight: 500;
    vertical-align: middle
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link .round.form-control,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link .round.form-control {
    border-radius: 1.5rem;
    line-height: 1;
    height: 2.3rem;
    position: relative;
    top: .3125rem;
    padding-left: 2.5rem;
    background: #f6f4f5;
    border: 1px solid #e6e6e6
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link .search-icon,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link .search-icon {
    position: absolute;
    left: 1.5rem !important;
    top: 1.7rem !important;
    color: #8b8c9e;
    z-index: 2
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link:active,
.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link:focus,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link:active,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .nav-link:focus {
    background: 0 0
}

.material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .material-icons,
.material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav-link-search .material-icons {
    line-height: 1 !important
}

.material-horizontal-layout .nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu,
.material-vertical-layout .nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
    min-width: 11rem
}

@media screen and (max-width:1024px) {
    .material-horizontal-layout .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand {
        width: 16rem
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .nav-link i.material-icons {
        line-height: 1;
        top: 1.5rem !important
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand {
        width: auto !important
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .nav-link .round.form-control {
        width: auto !important
    }
}

@media screen and (max-width:768px) {

    .material-horizontal-layout .header-navbar .navbar-header .navbar-brand,
    .material-vertical-layout .header-navbar .navbar-header .navbar-brand {
        top: -3px !important
    }

    .material-horizontal-layout .search-bar-toggle,
    .material-vertical-layout .search-bar-toggle {
        display: block !important;
        background: 0 0;
        position: relative;
        padding: 1 !important
    }

    .material-horizontal-layout .search-bar-toggle:after,
    .material-vertical-layout .search-bar-toggle:after {
        display: none
    }

    .material-horizontal-layout .search-bar-toggle i,
    .material-vertical-layout .search-bar-toggle i {
        font-size: 1.6rem
    }

    .material-horizontal-layout .nav-link-search .round.form-control,
    .material-vertical-layout .nav-link-search .round.form-control {
        border-radius: 1.5rem;
        line-height: 1;
        width: 14.5rem;
        height: 2.2rem;
        position: relative;
        top: .3125rem;
        margin-bottom: .5rem;
        background: #f6f4f5;
        border: 1px solid #e6e6e6;
        padding-left: 2.2rem
    }

    .material-horizontal-layout .nav-link-search .dropdown-menu:before,
    .material-vertical-layout .nav-link-search .dropdown-menu:before {
        background: 0 0
    }

    .material-horizontal-layout .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout .nav-link-search .dropdown-menu.arrow {
        margin-top: 5px;
        left: auto
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container {
        background: 0 0
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand {
        width: auto !important
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .nav .nav-item .nav-link,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-header .nav .nav-item .nav-link {
        color: #fff !important
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu.arrow {
        min-width: auto
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .search-bar-toggle,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .search-bar-toggle {
        position: relative;
        top: 1.5rem
    }

    .material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-notification .nav-link i,
    .material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-user .nav-link i,
    .material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-notification .nav-link i,
    .material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-user .nav-link i {
        color: #fff
    }

    .material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-notification .nav-link span.mr-1,
    .material-horizontal-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-user .nav-link span.mr-1,
    .material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-notification .nav-link span.mr-1,
    .material-vertical-layout.horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .navbar-nav .dropdown-user .nav-link span.mr-1 {
        color: #fff
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container {
        background: 0 0
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .nav .navbar-brand {
        width: auto !important
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .nav .nav-item .nav-link,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-header .nav .nav-item .nav-link {
        color: #fff !important
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu.arrow {
        min-width: auto;
        position: absolute;
        left: auto
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle i.material-icons,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle i.material-icons {
        color: #fff !important;
        font-size: 1.71rem
    }

    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle .icon-search,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .navbar-collapse .navbar-nav .nav-link-search .search-bar-toggle .icon-search {
        line-height: 1 !important
    }

    .material-horizontal-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle,
    .material-horizontal-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle,
    .material-vertical-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle,
    .material-vertical-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle {
        top: 0 !important
    }

    .material-horizontal-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle i.material-icons,
    .material-horizontal-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle i.material-icons,
    .material-vertical-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle i.material-icons,
    .material-vertical-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .search-bar-toggle i.material-icons {
        color: #6b6f82 !important
    }

    .material-horizontal-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .dropdown-menu,
    .material-horizontal-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .dropdown-menu,
    .material-vertical-layout.vertical-content-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .dropdown-menu,
    .material-vertical-layout.vertical-overlay-menu nav.header-navbar .navbar-container .navbar-container .navbar-nav .nav-link-search .dropdown-menu {
        left: 5rem
    }

    .material-horizontal-layout .navbar-semi-light .navbar-wrapper .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu,
    .material-vertical-layout .navbar-semi-light .navbar-wrapper .navbar-collapse .navbar-nav .nav-link-search .dropdown-menu {
        left: 6rem
    }

    .vertical-compact-menu .search-bar-toggle {
        top: 0 !important;
        padding: 1.9rem 1rem !important
    }

    .vertical-compact-menu .dropdown-menu.arrow {
        left: 5.5rem
    }

    .vertical-content-menu .dropdown-menu.arrow {
        left: 5.5rem
    }

    .material-vertical-layout .nav:not(.flex-column):not(.flex-column-reverse) .nav-link-search .dropdown-menu {
        min-width: 0
    }

    .material-vertical-layout.vertical-modern-menu .search-bar-toggle i {
        color: #6b6f82 !important;
        font-size: 1.6rem
    }

    .material-vertical-layout.vertical-modern-menu .search-bar-toggle .dropdown-menu.arrow {
        margin-top: -.5rem;
        margin-left: 1.5rem
    }
}

@media screen and (max-width:600px) {

    .material-horizontal-layout .search-bar-toggle,
    .material-vertical-layout .search-bar-toggle {
        position: relative;
        top: 1.7rem !important;
        left: 1rem
    }

    .material-horizontal-layout .search-bar-toggle i,
    .material-vertical-layout .search-bar-toggle i {
        color: #6b6f82
    }

    .material-horizontal-layout .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout .nav-link-search .dropdown-menu.arrow {
        width: 17.5rem !important;
        left: auto
    }

    .material-horizontal-layout.horizontal-layout .header-navbar .navbar-container .navbar-header .navbar-nav .nav-item .open-navbar-container i,
    .material-vertical-layout.horizontal-layout .header-navbar .navbar-container .navbar-header .navbar-nav .nav-item .open-navbar-container i {
        margin-top: .5rem
    }

    .material-horizontal-layout.horizontal-layout .header-navbar .navbar-container .navbar-collapse .navbar-nav .search-bar-toggle i.material-icons,
    .material-vertical-layout.horizontal-layout .header-navbar .navbar-container .navbar-collapse .navbar-nav .search-bar-toggle i.material-icons {
        color: #fff
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-collapse .nav .nav-item .nav-link i.material-icons,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-collapse .nav .nav-item .nav-link i.material-icons {
        color: #6b6f82
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-collapse .nav .nav-item .nav-link span.mr-1,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-collapse .nav .nav-item .nav-link span.mr-1 {
        color: #fff
    }

    .material-horizontal-layout.material-horizontal-nav .header-navbar .navbar-wrapper .navbar-container .navbar-header,
    .material-vertical-layout.material-horizontal-nav .header-navbar .navbar-wrapper .navbar-container .navbar-header {
        width: 100% !important
    }

    .material-horizontal-layout.material-horizontal-nav .header-navbar .navbar-wrapper .navbar-container .navbar-collapse .nav .nav-link-search .dropdown-menu,
    .material-vertical-layout.material-horizontal-nav .header-navbar .navbar-wrapper .navbar-container .navbar-collapse .nav .nav-link-search .dropdown-menu {
        left: auto
    }

    .material-horizontal-layout.vertical-overlay-menu .header-navbar.navbar-dark .navbar-header .navbar-nav .nav-item .open-navbar-container i,
    .material-horizontal-layout.vertical-overlay-menu .header-navbar.navbar-light .navbar-header .navbar-nav .nav-item .open-navbar-container i,
    .material-vertical-layout.vertical-overlay-menu .header-navbar.navbar-dark .navbar-header .navbar-nav .nav-item .open-navbar-container i,
    .material-vertical-layout.vertical-overlay-menu .header-navbar.navbar-light .navbar-header .navbar-nav .nav-item .open-navbar-container i {
        margin-top: .4rem
    }

    .material-horizontal-layout.vertical-overlay-menu .header-navbar.navbar-light .navbar-header .navbar-nav .navbar-brand,
    .material-horizontal-layout.vertical-overlay-menu .header-navbar.navbar-semi-light .navbar-header .navbar-nav .navbar-brand,
    .material-vertical-layout.vertical-overlay-menu .header-navbar.navbar-light .navbar-header .navbar-nav .navbar-brand,
    .material-vertical-layout.vertical-overlay-menu .header-navbar.navbar-semi-light .navbar-header .navbar-nav .navbar-brand {
        top: -7px;
        margin-left: auto;
        margin-right: auto
    }

    .material-horizontal-layout.vertical-overlay-menu .header-navbar .navbar-container .navbar-nav .nav-link-search .search-bar-toggle,
    .material-vertical-layout.vertical-overlay-menu .header-navbar .navbar-container .navbar-nav .nav-link-search .search-bar-toggle {
        top: 1.5rem
    }
}

.material-horizontal-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown .mega-dropdown-menu,
.material-vertical-layout .navbar-dark .navbar-wrapper .navbar-container .mega-dropdown .mega-dropdown-menu {
    color: #464855
}

@media screen and (min-width:768px) {

    .material-horizontal-layout .header-navbar .navbar-wrapper .navbar-container ul.nav li a.nav-link-label,
    .material-vertical-layout .header-navbar .navbar-wrapper .navbar-container ul.nav li a.nav-link-label {
        padding: 1.9rem 1rem !important
    }

    .material-horizontal-layout.horizontal-layout .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle,
    .material-horizontal-layout.vertical-menu .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle,
    .material-horizontal-layout.vertical-menu-modern .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle,
    .material-vertical-layout.horizontal-layout .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle,
    .material-vertical-layout.vertical-menu .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle,
    .material-vertical-layout.vertical-menu-modern .header-navbar .navbar-wrapper .navbar-container ul.nav .search-bar-toggle {
        top: 0;
        position: relative;
        padding: 1rem !important
    }
}

@media screen and (max-width:991px) and (min-width:768px) {

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
        padding: 1.9rem 1rem !important
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow {
        margin-top: 6px;
        left: auto
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow:before,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow:before {
        background-color: transparent
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow .dropdown-item .form-control,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow .dropdown-item .form-control {
        background-color: #fff
    }

    .material-horizontal-layout.vertical-menu-modern .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout.vertical-menu-modern .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow {
        left: auto
    }

    .material-horizontal-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout.vertical-content-menu .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
        padding: 1.9rem 1rem !important
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
        padding: 1.9rem 1rem !important
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-horizontal-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout.material-horizontal-nav .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow {
        left: auto
    }
}

@media screen and (max-width:767px) {

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
        padding: 1.9rem 1rem !important;
        top: 0 !important
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .dropdown-menu.arrow {
        margin-top: 0;
        padding: 0
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav.float-right .nav-link,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav.float-right .nav-link {
        height: 100% !important
    }

    .material-horizontal-layout .navbar-wrapper .navbar-container .collapse .nav li a.dropdown-user-link,
    .material-vertical-layout .navbar-wrapper .navbar-container .collapse .nav li a.dropdown-user-link {
        padding: .6rem
    }

    .material-horizontal-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link,
    .material-vertical-layout.vertical-menu .navbar-semi-light .navbar-wrapper .navbar-container .collapse .nav .nav-link-search .nav-link {
        padding: 1rem !important
    }

    .material-horizontal-layout.horizontal-layout .navbar-wrapper .navbar-container,
    .material-vertical-layout.horizontal-layout .navbar-wrapper .navbar-container {
        max-width: 100%
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {

    .material-horizontal-layout.vertical-compact-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand,
    .material-horizontal-layout.vertical-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand,
    .material-horizontal-layout.vertical-overlay-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand,
    .material-vertical-layout.vertical-compact-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand,
    .material-vertical-layout.vertical-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand,
    .material-vertical-layout.vertical-overlay-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .nav-link-expand {
        padding: 1.7rem .5rem
    }

    .material-horizontal-layout.vertical-compact-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle,
    .material-horizontal-layout.vertical-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle,
    .material-horizontal-layout.vertical-overlay-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle,
    .material-vertical-layout.vertical-compact-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle,
    .material-vertical-layout.vertical-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle,
    .material-vertical-layout.vertical-overlay-menu .navbar-with-menu.navbar-brand-center .navbar-wrapper .navbar-container .collapse .nav .megamega-dropdown .dropdown-toggle {
        padding: 1.9rem 0
    }
}

.material-fixed-tabs .nav.nav-tabs.nav-justified .nav-link {
    margin-bottom: 0
}

.floating-label label {
    margin-left: 0 !important
}

.floating-label input {
    padding-left: 0
}

.floating-label .form-control {
    background-color: transparent
}

.floating-label.textfield-box .form-control {
    background-color: rgba(0, 0, 0, .06)
}

.floating-label.textfield-box textarea.form-control:not([rows='1']) {
    padding-top: 1rem
}

#text-field-icons .form-group select.form-control {
    border: 1px solid rgba(0, 0, 0, .3)
}

body.material-layout .navbar-nav .mega-dropdown-menu {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

body.material-layout .ql-editor {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

body.material-layout .ql-editor h1,
body.material-layout .ql-editor h2,
body.material-layout .ql-editor h3,
body.material-layout .ql-editor h4,
body.material-layout .ql-editor h5,
body.material-layout .ql-editor h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

body.material-layout .ql-toolbar {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.vertical-compact-menu .content {
    margin-left: 260px
}

.vertical-compact-menu .navbar .navbar-header {
    float: left;
    width: 120px
}

.vertical-compact-menu .navbar .navbar-container {
    margin-left: 120px
}

.vertical-compact-menu .navbar.navbar-brand-center .navbar-container {
    margin-left: 0
}

.vertical-compact-menu .navbar.navbar-brand-center .navbar-header {
    float: left;
    width: auto
}

.vertical-compact-menu .main-menu,
.vertical-compact-menu .vertical-overlay-menu.menu-hide .main-menu,
.vertical-overlay-menu.menu-hide .vertical-compact-menu .main-menu {
    width: 120px;
    left: 0
}

.vertical-compact-menu .main-menu .main-menu-header .user-content .media-left {
    display: block;
    text-align: center;
    padding: 0
}

.vertical-compact-menu .main-menu .main-menu-header .user-content .media-left .avatar-md {
    width: 60px;
    text-align: center
}

.vertical-compact-menu .main-menu .main-menu-header .user-content .media-body {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: .5rem
}

.vertical-compact-menu .main-menu .main-menu-header .user-content .media-right {
    display: none
}

.vertical-compact-menu .main-menu .main-menu-content a.menu-title,
.vertical-compact-menu .main-menu .main-menu-content>span.menu-title {
    right: -260px;
    width: 260px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background-color: #00bcd4;
    border-color: #00bcd4;
    padding: 15px 20px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .vertical-compact-menu .main-menu .main-menu-content a.menu-title,
    .vertical-compact-menu .main-menu .main-menu-content>span.menu-title {
        left: 59px !important
    }
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content {
    left: 120px;
    width: 260px;
    transition: visibility .25s, opacity .25s;
    box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .02)
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li {
    white-space: nowrap;
    position: relative
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li a {
    display: block;
    padding: 12px 20px 12px 20px;
    transition: all .2s ease
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.has-sub>a:not(.mm-next):after {
    content: "\F112";
    font-family: LineAwesome;
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
    transform: rotate(0)
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.has-sub .has-sub>a:not(.mm-next):after {
    top: 11px
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.open>a:not(.mm-next):after {
    transform: rotate(90deg)
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.hover>a,
.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li:hover>a {
    transform: translateX(4px)
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.hover>a>a,
.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li:hover>a>a {
    transform: translateX(-4px)
}

.vertical-compact-menu .main-menu ul.menu-popout li i {
    font-size: 1.6rem;
    margin-right: 12px;
    position: relative;
    top: -1px
}

.vertical-compact-menu .main-menu .main-menu-content>ul>li>ul.menu-content>li a {
    line-height: 2.25;
    padding: 4px 18px 4px 45px;
    text-overflow: ellipsis
}

.vertical-compact-menu .main-menu .main-menu-content>ul.menu-content li.has-sub>a:not(.mm-next):after {
    top: 9px
}

.vertical-compact-menu .main-menu ul.menu-popout .open>ul .open {
    background: 0 0
}

.vertical-compact-menu .main-menu ul.menu-popout .open>ul .open>ul {
    background: 0 0
}

.vertical-compact-menu .main-menu .navigation {
    overflow: visible
}

.vertical-compact-menu .main-menu .navigation>li.navigation-header {
    padding: 12px 20px;
    text-align: center;
    font-weight: 800
}

.vertical-compact-menu .main-menu .navigation>li.navigation-header .ft-minus,
.vertical-compact-menu .main-menu .navigation>li.navigation-header .nav-menu-icon {
    visibility: hidden;
    display: none;
    opacity: 0
}

.vertical-compact-menu .main-menu .navigation>li>ul li>a {
    padding: 10px 18px 10px 54px
}

.vertical-compact-menu .main-menu .navigation>li>a {
    width: auto;
    padding: 1.4rem .8rem;
    text-align: center;
    transition: all .2s ease;
    font-size: 1rem
}

.vertical-compact-menu .main-menu .navigation>li>a>i {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 2.5rem;
    margin: .2rem 0 .8rem 0;
    text-align: center
}

.vertical-compact-menu .main-menu .navigation>li>a>i:before {
    transition: .2s ease all
}

.vertical-compact-menu .main-menu .navigation>li>a>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.vertical-compact-menu .main-menu .navigation>li.hover>ul {
    display: none
}

.vertical-compact-menu .main-menu .navigation>li.hover>a {
    padding-left: 20px
}

.vertical-compact-menu .main-menu .navigation>li.hover>a>span {
    visibility: visible;
    opacity: 1
}

.vertical-compact-menu .main-menu .navigation>li.active>a {
    font-weight: 400;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    padding-left: .8rem
}

.vertical-compact-menu .main-menu .navigation>li.active>a>i {
    transform: translateX(0)
}

.vertical-compact-menu .main-menu .navigation>li.active>a>span {
    transform: translateX(0)
}

.vertical-compact-menu .main-menu .mTSWrapper {
    overflow: visible
}

.vertical-compact-menu.menu-open .main-menu {
    opacity: 1;
    transition: transform .25s, opacity .25s, top .35s, height .35s;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000
}

.vertical-compact-menu.menu-open .content {
    margin-left: 260px
}

.vertical-compact-menu.menu-open .navbar-brand-center .content,
.vertical-compact-menu.menu-open .navbar-brand-center .footer {
    margin-left: 0
}

.vertical-compact-menu.menu-hide .main-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 60px
}

.vertical-compact-menu.menu-hide .content {
    margin-left: 60px
}

.vertical-compact-menu.menu-hide .navbar-brand-center .content,
.vertical-compact-menu.menu-hide .navbar-brand-center .footer {
    margin-left: 0
}

.vertical-compact-menu.menu-flipped .content {
    margin: 0;
    margin-right: 120px
}

.vertical-compact-menu.menu-flipped .main-menu {
    right: 0;
    left: inherit
}

.vertical-compact-menu.menu-flipped .main-menu ul.menu-content {
    right: 120px;
    left: inherit
}

.vertical-compact-menu.menu-flipped .main-menu .navigation>li>ul {
    right: 120px;
    left: inherit
}

.vertical-compact-menu.menu-flipped .navbar .navbar-header {
    float: right
}

.vertical-compact-menu.menu-flipped .navbar .navbar-container {
    margin: 0;
    margin-right: 120px
}

.vertical-compact-menu.menu-flipped.menu-open.boxed-layout .main-menu {
    transform: translate3d(-120px, 0, 0)
}

.vertical-compact-menu.menu-flipped.menu-hide .content {
    margin: 0;
    margin-right: 0
}

.vertical-compact-menu.menu-flipped.menu-hide .main-menu {
    transform: translate3d(120px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000
}

.vertical-compact-menu.boxed-layout {
    position: relative
}

.vertical-compact-menu.boxed-layout .main-menu.menu-fixed {
    position: absolute
}

@media (min-width:992px) {

    .vertical-overlay-menu.menu-hide body.vertical-compact-menu .main-menu,
    body.vertical-compact-menu .main-menu,
    body.vertical-compact-menu .vertical-overlay-menu.menu-hide .main-menu {
        width: 260px
    }

    body.vertical-compact-menu .navbar .navbar-header {
        width: 260px
    }

    body.vertical-compact-menu .content {
        margin-left: 260px
    }
}

@media (max-width:991.98px) {
    body.vertical-compact-menu .navbar .navbar-header {
        width: 0
    }

    .vertical-overlay-menu.menu-hide body.vertical-compact-menu .main-menu,
    body.vertical-compact-menu .main-menu,
    body.vertical-compact-menu .vertical-overlay-menu.menu-hide .main-menu {
        width: 60px
    }

    body.vertical-compact-menu .navbar .navbar-header {
        width: 120px
    }

    body.vertical-compact-menu .content {
        margin-left: 60px
    }

    body.vertical-overlay-menu[data-menu=vertical-compact-menu] .main-menu.material-menu .main-menu-content {
        height: 100% !important
    }

    .vertical-compact-menu.menu-open .content {
        margin-left: 60px
    }

    .vertical-compact-menu.menu-open .main-menu {
        width: 260px
    }
}

@media (max-width:767.98px) {

    body.vertical-compact-menu .content,
    body.vertical-compact-menu .footer {
        margin-left: 0
    }

    .vertical-compact-menu.menu-hide .content {
        margin-left: 0
    }

    .vertical-compact-menu.menu-open .content {
        margin-left: 0
    }
}

[data-textdirection=rtl] body.vertical-layout.vertical-compact-menu .main-menu .navigation>li>a>span {
    display: none
}

.material-vertical-layout.vertical-compact-menu .main-menu .navigation>li>a i.material-icons {
    font-size: 1.5rem
}

.material-vertical-layout.vertical-overlay-menu .main-menu .navigation>li>a i {
    top: 0 !important
}

@media (max-width:767.98px) {

    .main-menu .navigation li a i,
    .vertical-overlay-menu.menu-hide .main-menu .navigation li a i {
        font-size: 1.4rem;
        margin-right: 4px
    }
}

.vertical-overlay-menu .content {
    margin-left: 0
}

.vertical-overlay-menu .navbar .navbar-header {
    float: left;
    width: 280px
}

.vertical-overlay-menu .navbar.navbar-brand-center .navbar-container {
    margin-left: auto
}

.vertical-overlay-menu .navbar.navbar-brand-center .navbar-header {
    float: left;
    width: auto
}

.vertical-overlay-menu .main-menu,
.vertical-overlay-menu.menu-hide .main-menu {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: width .25s, opacity .25s, transform .25s;
    width: 280px;
    left: -280px
}

.vertical-overlay-menu .main-menu.menu-fixed {
    height: calc(100% - 8rem)
}

.vertical-overlay-menu .main-menu.menu-fixed .main-menu-content {
    height: calc(100% - 12rem) !important;
    position: relative;
    padding-top: 3px
}

.vertical-overlay-menu .main-menu.material-menu .main-menu-content .navigation li.active>a {
    border: none
}

.vertical-overlay-menu .main-menu .navigation .navigation-header {
    padding-left: 34px
}

.vertical-overlay-menu .main-menu .navigation .navigation-header .ft-minus,
.vertical-overlay-menu .main-menu .navigation .navigation-header .nav-menu-icon {
    display: none
}

.vertical-overlay-menu .main-menu .navigation>li>a {
    padding-left: 32px
}

.vertical-overlay-menu .main-menu .navigation>li>a>i {
    font-size: 1.6rem;
    margin-right: 12px;
    float: left
}

.vertical-overlay-menu .main-menu .navigation>li>a>i:before {
    transition: .2s ease all
}

.vertical-overlay-menu .main-menu .navigation>li>a span.badge {
    right: 26px !important
}

.vertical-overlay-menu .main-menu .navigation>li.hover>a {
    padding-left: 28px
}

.vertical-overlay-menu .main-menu .navigation>li ul li>a {
    padding-left: 68px
}

.vertical-overlay-menu .main-menu .navigation>li .active>a {
    padding-left: 54px
}

.vertical-overlay-menu .main-menu .navigation>li ul .open>ul li>a {
    padding-left: 74px
}

.vertical-overlay-menu .main-menu .navigation>li ul .open>ul li:not(.active):hover>a {
    padding-left: 78px
}

.vertical-overlay-menu .main-menu .navigation>li.open>ul>li:hover>a {
    padding-left: 72px
}

.vertical-overlay-menu .main-menu .navigation>li.open>ul>li:hover.active>a {
    padding-left: 54px
}

.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after {
    content: "\F112";
    font-family: LineAwesome;
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
    transform: rotate(0)
}

.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub>a:not(.mm-next):after {
    top: 11px
}

.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after {
    transform: rotate(90deg)
}

.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after {
    right: 28px;
    top: 13px
}

.vertical-overlay-menu.menu-open .main-menu {
    opacity: 1;
    transform: translate3d(280px, 0, 0);
    transition: width .25s, opacity .25s, transform .25s
}

.vertical-overlay-menu.menu-flipped .main-menu {
    right: -280px;
    left: inherit
}

.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
    margin: 0;
    margin-right: 280px
}

.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
    float: right
}

.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
    transform: translate3d(-280px, 0, 0)
}

.vertical-overlay-menu footer.footer.fixed-bottom {
    z-index: 999
}

.vertical-overlay-menu.boxed-layout.menu-open .main-menu {
    transform: translate3d(280px, 0, 0) !important
}

.vertical-overlay-menu.boxed-layout {
    position: relative
}

.vertical-overlay-menu.boxed-layout .main-menu.menu-fixed {
    position: absolute
}

@media screen and (max-width:575px) {
    .vertical-overlay-menu.boxed-layout.menu-open .main-menu {
        transform: translate3d(280px, 0, 0) !important
    }
}

.material-vertical-layout .main-menu .user-profile {
    background-size: cover
}

.material-vertical-layout .main-menu .user-profile .user-info .user-img {
    border: 3px solid #fff;
    width: 60px;
    margin-bottom: .5rem
}

.material-vertical-layout .main-menu .user-profile .user-info .dropdown-toggle:after {
    position: relative;
    top: -1px
}

.material-vertical-layout .main-menu .user-profile .user-info .dropdown-menu.arrow {
    margin-top: .5rem
}

.material-vertical-layout .main-menu .user-profile .user-info .dropdown-menu:before {
    background: 0 0
}

.material-vertical-layout .main-menu .user-profile .user-info .dropdown-menu .dropdown-item .material-icons {
    font-size: 1.2rem
}

.material-vertical-layout .main-menu .user-profile .user-info .dropdown-menu .dropdown-item span.align-middle {
    font-size: 1rem
}

.material-vertical-layout .main-menu .main-menu-content .navigation li.active>a {
    color: #fff;
    background: #2c303b;
    border-radius: 1rem;
}

.material-vertical-layout .main-menu .main-menu-content .navigation li.active.open>a {
    margin-bottom: .25rem
}

.material-vertical-layout .main-menu.menu-light {
    border-right: 0
}

.material-vertical-layout .main-menu.menu-light .user-profile {
    background: url(/images/left-menu-bg.jpg?bc39df9e7e7d6c2d41db275334d38a86) center center no-repeat
}

.material-vertical-layout .main-menu.menu-dark .user-profile {
    background: url(/images/dark-menu.jpg?2806109cfeb8e0a3fbcb5ce7f4f6aa81) center center no-repeat
}

.material-vertical-layout .main-menu.menu-dark .user-profile .user-info {
    background-color: rgba(0, 0, 0, .35)
}

.material-vertical-layout .main-menu.menu-dark .user-profile .user-info .dropdown-menu .dropdown-item .material-icons,
.material-vertical-layout .main-menu.menu-dark .user-profile .user-info .dropdown-menu .dropdown-item span.align-middle {
    color: #6b6f82
}

.material-vertical-layout.vertical-compact-menu .main-menu.menu-light {
    border-right: 1px solid #e4e7ed;
    background: #1f2229;
    transition: .2s ease width;
    overflow-x: hidden
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .material-horizontal-layout .form-control,
    .material-vertical-layout .form-control {
        padding: .75rem;
        min-height: 40px
    }

    .material-horizontal-layout .has-icon-left .form-control,
    .material-vertical-layout .has-icon-left .form-control {
        padding: .75rem 2rem;
        min-height: 40px
    }
}

.material-vertical-layout.vertical-overlay-menu .main-menu .navigation>li>a i {
    position: relative;
    top: .7rem
}

.material-vertical-layout.vertical-overlay-menu .main-menu .navigation>li>a i.material-icons {
    font-size: 1.5rem
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sidebar {
    width: 270px !important
}

.content-right {
    width: calc(100% - 270px) !important
}

.todo-application {
    border-radius: .25rem
}

.todo-application .border,
.todo-application .border-bottom,
.todo-application .form-control {
    border-color: #e4e7ed !important
}

.todo-application .sidebar {
    position: inherit
}

.todo-application .sidebar .todo-sidebar {
    width: 260px;
    height: calc(100vh - 8.5rem);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.todo-application .sidebar .todo-sidebar .sidebar-close-icon {
    position: absolute;
    right: .25rem;
    top: .25rem;
    cursor: pointer;
    font-size: 1.25rem;
    visibility: hidden
}

.todo-application .sidebar .todo-sidebar .todo-app-menu {
    width: 100%;
    padding: .5rem 0
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .add-task {
    padding: 1px 1.5rem;
    margin-bottom: .25rem
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    padding: 0 1.5rem;
    position: relative;
    height: calc(100% - 5.4rem)
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .filter-label {
    letter-spacing: 1px;
    color: #bac0c7
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item {
    box-shadow: none;
    padding: .8rem 1rem;
    color: #6b6f82;
    font-weight: 500;
    background-color: transparent;
    border-radius: .25rem !important
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active {
    background-color: #666ee8 !important
}

.todo-application .todo-new-task-sidebar {
    height: 100%;
    width: 400px;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    position: absolute;
    transform: translateX(120%);
    transition: all .3s ease-in-out;
    z-index: 8;
    right: 2.6rem;
    bottom: 0;
    overflow-y: auto !important
}

.todo-application .todo-new-task-sidebar.show {
    transform: translateX(9%)
}

.todo-application .todo-new-task-sidebar .card .card-header .task-header {
    height: 32px
}

.todo-application .todo-new-task-sidebar .card .card-header .mark-complete-btn i {
    top: 0
}

.todo-application .todo-new-task-sidebar .card .card-header .dropdown-toggle {
    color: #6b6f82
}

.todo-application .todo-new-task-sidebar .card .card-header .dropdown-toggle::after {
    display: none
}

.todo-application .todo-new-task-sidebar .card .card-body {
    padding: 1.53rem
}

.todo-application .todo-new-task-sidebar .close-icon {
    position: absolute;
    top: 13px;
    right: 10px;
    outline: 0
}

.todo-application .todo-new-task-sidebar .close-icon i {
    font-size: 1.75rem
}

.todo-application .todo-new-task-sidebar .task-title {
    font-size: 1.1rem
}

.todo-application .todo-new-task-sidebar .assigned .avatar .avatar-content {
    height: 30px
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single {
    border-color: #e4e7ed !important
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:hover {
    border: 1px solid #e4e5ec !important;
    outline: 0
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:focus {
    outline: 0;
    border-color: #e4e5ec !important;
    box-shadow: none !important
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container.select2-container--open .select2-selection--single {
    border-color: #e4e7ed !important
}

.todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:hover {
    border-color: #e4e5ec
}

.todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:focus {
    border-color: #e4e5ec;
    box-shadow: none
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container.select2-container--disabled .select2-selection--multiple {
    background-color: transparent;
    border: none;
    box-shadow: none !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice {
    border-radius: 2rem
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice span {
    color: #6b6f82 !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice[title=Frontend] {
    background-color: #e2ecff !important;
    color: #666ee8 !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice[title=Backend] {
    background-color: #d2ffe8 !important;
    color: #28d094 !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice[title=Issue] {
    background-color: #ffdede !important;
    color: #ff4961 !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice[title=Design] {
    background-color: #ffeed9 !important;
    color: #ff9149 !important
}

.todo-application .todo-new-task-sidebar .select2-assign-label+.select2-container .select2-selection__rendered .select2-selection__choice[title=Wireframe] {
    background-color: #ccf5f8 !important;
    color: #1e9ff2 !important
}

.todo-application .todo-new-task-sidebar .snow-container {
    position: relative
}

.todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow {
    border: none
}

.todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow .ql-tooltip {
    left: 0 !important
}

.todo-application .todo-new-task-sidebar .snow-container .ql-toolbar {
    border: none
}

.todo-application .todo-new-task-sidebar .snow-container .comment-btn {
    box-shadow: 0 2px 4px 0 rgba(102, 110, 232, .6)
}

.todo-application .todo-new-task-sidebar .ql-editor {
    min-height: 70px;
    padding-left: 0;
    padding-right: 0
}

.todo-application .todo-new-task-sidebar .ql-editor.ql-blank::before {
    left: 0
}

.todo-application .todo-new-task-sidebar .comment-editor .ql-editor {
    min-height: 120px
}

.todo-application .todo-new-task-sidebar .avatar {
    background-color: #c3c3c3;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    margin: 5px
}

.todo-application .todo-new-task-sidebar .avatar i {
    right: 17px;
    bottom: 18px
}

.todo-application .content-right .content-wrapper {
    padding: 0
}

.todo-application .content-right .todo-app-list-wrapper {
    border-left: 1px solid #e4e5ec
}

.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search {
    padding: .51rem .1rem;
    border-bottom: 1px solid #e4e5ec;
    background-color: #fff;
    border-top-right-radius: .25rem
}

.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input {
    border: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input:focus {
    box-shadow: none
}

.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search .todo-sort .sorting {
    padding: .6rem 1.2rem;
    border: 1px solid #e4e5ec
}

.todo-application .content-right .todo-app-list-wrapper .sidebar-toggle {
    cursor: pointer;
    margin: .5rem .99rem;
    line-height: 1
}

.todo-application .content-right .todo-app-list-wrapper .sidebar-toggle i {
    font-size: 1.75rem
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    position: relative;
    height: calc(100vh - 12.12rem);
    border-bottom: 1px solid #e4e5ec
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper {
    margin: 0;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item {
    cursor: pointer;
    -webkit-animation: fadeIn .5s linear;
    animation: fadeIn .5s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    padding: .8rem 1rem .4rem .5rem;
    border-top: 1px solid #e4e5ec
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title-area {
    width: 70%
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title-area i {
    font-size: 1.5rem
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .badge {
    text-transform: uppercase
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .handle {
    transition: all .3s ease-out;
    opacity: 0;
    margin-right: .2rem;
    cursor: move
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover {
    box-shadow: 0 0 10px 0 rgba(58, 70, 93, .25);
    border-color: transparent
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover .handle {
    opacity: 1;
    transition: all .35s ease 0s !important
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title {
    color: #6b6f82
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-delete,
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-favorite {
    color: #c7cfd6
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(20) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(24) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(25) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(26) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(27) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(28) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(29) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(30) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(31) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(32) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(33) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(34) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(35) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(36) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(37) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(38) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(39) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(40) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(41) {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(42) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(43) {
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(44) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(45) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(46) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(47) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(48) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(49) {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(50) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(51) {
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(52) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(53) {
    -webkit-animation-delay: 5.3s;
    animation-delay: 5.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(54) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(55) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(56) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(57) {
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(58) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(59) {
    -webkit-animation-delay: 5.9s;
    animation-delay: 5.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(60) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(61) {
    -webkit-animation-delay: 6.1s;
    animation-delay: 6.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(62) {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(63) {
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(64) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(65) {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(66) {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(67) {
    -webkit-animation-delay: 6.7s;
    animation-delay: 6.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(68) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(69) {
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(70) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(71) {
    -webkit-animation-delay: 7.1s;
    animation-delay: 7.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(72) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(73) {
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(74) {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(75) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(76) {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(77) {
    -webkit-animation-delay: 7.7s;
    animation-delay: 7.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(78) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(79) {
    -webkit-animation-delay: 7.9s;
    animation-delay: 7.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(80) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(81) {
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(82) {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(83) {
    -webkit-animation-delay: 8.3s;
    animation-delay: 8.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(84) {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(85) {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(86) {
    -webkit-animation-delay: 8.6s;
    animation-delay: 8.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(87) {
    -webkit-animation-delay: 8.7s;
    animation-delay: 8.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(88) {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(89) {
    -webkit-animation-delay: 8.9s;
    animation-delay: 8.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(90) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(91) {
    -webkit-animation-delay: 9.1s;
    animation-delay: 9.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(92) {
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(93) {
    -webkit-animation-delay: 9.3s;
    animation-delay: 9.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(94) {
    -webkit-animation-delay: 9.4s;
    animation-delay: 9.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(95) {
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(96) {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(97) {
    -webkit-animation-delay: 9.7s;
    animation-delay: 9.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(98) {
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(99) {
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(100) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(101) {
    -webkit-animation-delay: 10.1s;
    animation-delay: 10.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(102) {
    -webkit-animation-delay: 10.2s;
    animation-delay: 10.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(103) {
    -webkit-animation-delay: 10.3s;
    animation-delay: 10.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(104) {
    -webkit-animation-delay: 10.4s;
    animation-delay: 10.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(105) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(106) {
    -webkit-animation-delay: 10.6s;
    animation-delay: 10.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(107) {
    -webkit-animation-delay: 10.7s;
    animation-delay: 10.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(108) {
    -webkit-animation-delay: 10.8s;
    animation-delay: 10.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(109) {
    -webkit-animation-delay: 10.9s;
    animation-delay: 10.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(110) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(111) {
    -webkit-animation-delay: 11.1s;
    animation-delay: 11.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(112) {
    -webkit-animation-delay: 11.2s;
    animation-delay: 11.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(113) {
    -webkit-animation-delay: 11.3s;
    animation-delay: 11.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(114) {
    -webkit-animation-delay: 11.4s;
    animation-delay: 11.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(115) {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(116) {
    -webkit-animation-delay: 11.6s;
    animation-delay: 11.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(117) {
    -webkit-animation-delay: 11.7s;
    animation-delay: 11.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(118) {
    -webkit-animation-delay: 11.8s;
    animation-delay: 11.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(119) {
    -webkit-animation-delay: 11.9s;
    animation-delay: 11.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(120) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(121) {
    -webkit-animation-delay: 12.1s;
    animation-delay: 12.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(122) {
    -webkit-animation-delay: 12.2s;
    animation-delay: 12.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(123) {
    -webkit-animation-delay: 12.3s;
    animation-delay: 12.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(124) {
    -webkit-animation-delay: 12.4s;
    animation-delay: 12.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(125) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(126) {
    -webkit-animation-delay: 12.6s;
    animation-delay: 12.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(127) {
    -webkit-animation-delay: 12.7s;
    animation-delay: 12.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(128) {
    -webkit-animation-delay: 12.8s;
    animation-delay: 12.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(129) {
    -webkit-animation-delay: 12.9s;
    animation-delay: 12.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(130) {
    -webkit-animation-delay: 13s;
    animation-delay: 13s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(131) {
    -webkit-animation-delay: 13.1s;
    animation-delay: 13.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(132) {
    -webkit-animation-delay: 13.2s;
    animation-delay: 13.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(133) {
    -webkit-animation-delay: 13.3s;
    animation-delay: 13.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(134) {
    -webkit-animation-delay: 13.4s;
    animation-delay: 13.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(135) {
    -webkit-animation-delay: 13.5s;
    animation-delay: 13.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(136) {
    -webkit-animation-delay: 13.6s;
    animation-delay: 13.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(137) {
    -webkit-animation-delay: 13.7s;
    animation-delay: 13.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(138) {
    -webkit-animation-delay: 13.8s;
    animation-delay: 13.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(139) {
    -webkit-animation-delay: 13.9s;
    animation-delay: 13.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(140) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(141) {
    -webkit-animation-delay: 14.1s;
    animation-delay: 14.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(142) {
    -webkit-animation-delay: 14.2s;
    animation-delay: 14.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(143) {
    -webkit-animation-delay: 14.3s;
    animation-delay: 14.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(144) {
    -webkit-animation-delay: 14.4s;
    animation-delay: 14.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(145) {
    -webkit-animation-delay: 14.5s;
    animation-delay: 14.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(146) {
    -webkit-animation-delay: 14.6s;
    animation-delay: 14.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(147) {
    -webkit-animation-delay: 14.7s;
    animation-delay: 14.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(148) {
    -webkit-animation-delay: 14.8s;
    animation-delay: 14.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(149) {
    -webkit-animation-delay: 14.9s;
    animation-delay: 14.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(150) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(151) {
    -webkit-animation-delay: 15.1s;
    animation-delay: 15.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(152) {
    -webkit-animation-delay: 15.2s;
    animation-delay: 15.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(153) {
    -webkit-animation-delay: 15.3s;
    animation-delay: 15.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(154) {
    -webkit-animation-delay: 15.4s;
    animation-delay: 15.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(155) {
    -webkit-animation-delay: 15.5s;
    animation-delay: 15.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(156) {
    -webkit-animation-delay: 15.6s;
    animation-delay: 15.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(157) {
    -webkit-animation-delay: 15.7s;
    animation-delay: 15.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(158) {
    -webkit-animation-delay: 15.8s;
    animation-delay: 15.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(159) {
    -webkit-animation-delay: 15.9s;
    animation-delay: 15.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(160) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(161) {
    -webkit-animation-delay: 16.1s;
    animation-delay: 16.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(162) {
    -webkit-animation-delay: 16.2s;
    animation-delay: 16.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(163) {
    -webkit-animation-delay: 16.3s;
    animation-delay: 16.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(164) {
    -webkit-animation-delay: 16.4s;
    animation-delay: 16.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(165) {
    -webkit-animation-delay: 16.5s;
    animation-delay: 16.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(166) {
    -webkit-animation-delay: 16.6s;
    animation-delay: 16.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(167) {
    -webkit-animation-delay: 16.7s;
    animation-delay: 16.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(168) {
    -webkit-animation-delay: 16.8s;
    animation-delay: 16.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(169) {
    -webkit-animation-delay: 16.9s;
    animation-delay: 16.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(170) {
    -webkit-animation-delay: 17s;
    animation-delay: 17s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(171) {
    -webkit-animation-delay: 17.1s;
    animation-delay: 17.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(172) {
    -webkit-animation-delay: 17.2s;
    animation-delay: 17.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(173) {
    -webkit-animation-delay: 17.3s;
    animation-delay: 17.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(174) {
    -webkit-animation-delay: 17.4s;
    animation-delay: 17.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(175) {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(176) {
    -webkit-animation-delay: 17.6s;
    animation-delay: 17.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(177) {
    -webkit-animation-delay: 17.7s;
    animation-delay: 17.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(178) {
    -webkit-animation-delay: 17.8s;
    animation-delay: 17.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(179) {
    -webkit-animation-delay: 17.9s;
    animation-delay: 17.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(180) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(181) {
    -webkit-animation-delay: 18.1s;
    animation-delay: 18.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(182) {
    -webkit-animation-delay: 18.2s;
    animation-delay: 18.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(183) {
    -webkit-animation-delay: 18.3s;
    animation-delay: 18.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(184) {
    -webkit-animation-delay: 18.4s;
    animation-delay: 18.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(185) {
    -webkit-animation-delay: 18.5s;
    animation-delay: 18.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(186) {
    -webkit-animation-delay: 18.6s;
    animation-delay: 18.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(187) {
    -webkit-animation-delay: 18.7s;
    animation-delay: 18.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(188) {
    -webkit-animation-delay: 18.8s;
    animation-delay: 18.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(189) {
    -webkit-animation-delay: 18.9s;
    animation-delay: 18.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(190) {
    -webkit-animation-delay: 19s;
    animation-delay: 19s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(191) {
    -webkit-animation-delay: 19.1s;
    animation-delay: 19.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(192) {
    -webkit-animation-delay: 19.2s;
    animation-delay: 19.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(193) {
    -webkit-animation-delay: 19.3s;
    animation-delay: 19.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(194) {
    -webkit-animation-delay: 19.4s;
    animation-delay: 19.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(195) {
    -webkit-animation-delay: 19.5s;
    animation-delay: 19.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(196) {
    -webkit-animation-delay: 19.6s;
    animation-delay: 19.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(197) {
    -webkit-animation-delay: 19.7s;
    animation-delay: 19.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(198) {
    -webkit-animation-delay: 19.8s;
    animation-delay: 19.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(199) {
    -webkit-animation-delay: 19.9s;
    animation-delay: 19.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(200) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(201) {
    -webkit-animation-delay: 20.1s;
    animation-delay: 20.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(202) {
    -webkit-animation-delay: 20.2s;
    animation-delay: 20.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(203) {
    -webkit-animation-delay: 20.3s;
    animation-delay: 20.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(204) {
    -webkit-animation-delay: 20.4s;
    animation-delay: 20.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(205) {
    -webkit-animation-delay: 20.5s;
    animation-delay: 20.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(206) {
    -webkit-animation-delay: 20.6s;
    animation-delay: 20.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(207) {
    -webkit-animation-delay: 20.7s;
    animation-delay: 20.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(208) {
    -webkit-animation-delay: 20.8s;
    animation-delay: 20.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(209) {
    -webkit-animation-delay: 20.9s;
    animation-delay: 20.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(210) {
    -webkit-animation-delay: 21s;
    animation-delay: 21s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(211) {
    -webkit-animation-delay: 21.1s;
    animation-delay: 21.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(212) {
    -webkit-animation-delay: 21.2s;
    animation-delay: 21.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(213) {
    -webkit-animation-delay: 21.3s;
    animation-delay: 21.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(214) {
    -webkit-animation-delay: 21.4s;
    animation-delay: 21.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(215) {
    -webkit-animation-delay: 21.5s;
    animation-delay: 21.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(216) {
    -webkit-animation-delay: 21.6s;
    animation-delay: 21.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(217) {
    -webkit-animation-delay: 21.7s;
    animation-delay: 21.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(218) {
    -webkit-animation-delay: 21.8s;
    animation-delay: 21.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(219) {
    -webkit-animation-delay: 21.9s;
    animation-delay: 21.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(220) {
    -webkit-animation-delay: 22s;
    animation-delay: 22s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(221) {
    -webkit-animation-delay: 22.1s;
    animation-delay: 22.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(222) {
    -webkit-animation-delay: 22.2s;
    animation-delay: 22.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(223) {
    -webkit-animation-delay: 22.3s;
    animation-delay: 22.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(224) {
    -webkit-animation-delay: 22.4s;
    animation-delay: 22.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(225) {
    -webkit-animation-delay: 22.5s;
    animation-delay: 22.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(226) {
    -webkit-animation-delay: 22.6s;
    animation-delay: 22.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(227) {
    -webkit-animation-delay: 22.7s;
    animation-delay: 22.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(228) {
    -webkit-animation-delay: 22.8s;
    animation-delay: 22.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(229) {
    -webkit-animation-delay: 22.9s;
    animation-delay: 22.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(230) {
    -webkit-animation-delay: 23s;
    animation-delay: 23s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(231) {
    -webkit-animation-delay: 23.1s;
    animation-delay: 23.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(232) {
    -webkit-animation-delay: 23.2s;
    animation-delay: 23.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(233) {
    -webkit-animation-delay: 23.3s;
    animation-delay: 23.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(234) {
    -webkit-animation-delay: 23.4s;
    animation-delay: 23.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(235) {
    -webkit-animation-delay: 23.5s;
    animation-delay: 23.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(236) {
    -webkit-animation-delay: 23.6s;
    animation-delay: 23.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(237) {
    -webkit-animation-delay: 23.7s;
    animation-delay: 23.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(238) {
    -webkit-animation-delay: 23.8s;
    animation-delay: 23.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(239) {
    -webkit-animation-delay: 23.9s;
    animation-delay: 23.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(240) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(241) {
    -webkit-animation-delay: 24.1s;
    animation-delay: 24.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(242) {
    -webkit-animation-delay: 24.2s;
    animation-delay: 24.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(243) {
    -webkit-animation-delay: 24.3s;
    animation-delay: 24.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(244) {
    -webkit-animation-delay: 24.4s;
    animation-delay: 24.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(245) {
    -webkit-animation-delay: 24.5s;
    animation-delay: 24.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(246) {
    -webkit-animation-delay: 24.6s;
    animation-delay: 24.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(247) {
    -webkit-animation-delay: 24.7s;
    animation-delay: 24.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(248) {
    -webkit-animation-delay: 24.8s;
    animation-delay: 24.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(249) {
    -webkit-animation-delay: 24.9s;
    animation-delay: 24.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(250) {
    -webkit-animation-delay: 25s;
    animation-delay: 25s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(251) {
    -webkit-animation-delay: 25.1s;
    animation-delay: 25.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(252) {
    -webkit-animation-delay: 25.2s;
    animation-delay: 25.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(253) {
    -webkit-animation-delay: 25.3s;
    animation-delay: 25.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(254) {
    -webkit-animation-delay: 25.4s;
    animation-delay: 25.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(255) {
    -webkit-animation-delay: 25.5s;
    animation-delay: 25.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(256) {
    -webkit-animation-delay: 25.6s;
    animation-delay: 25.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(257) {
    -webkit-animation-delay: 25.7s;
    animation-delay: 25.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(258) {
    -webkit-animation-delay: 25.8s;
    animation-delay: 25.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(259) {
    -webkit-animation-delay: 25.9s;
    animation-delay: 25.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(260) {
    -webkit-animation-delay: 26s;
    animation-delay: 26s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(261) {
    -webkit-animation-delay: 26.1s;
    animation-delay: 26.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(262) {
    -webkit-animation-delay: 26.2s;
    animation-delay: 26.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(263) {
    -webkit-animation-delay: 26.3s;
    animation-delay: 26.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(264) {
    -webkit-animation-delay: 26.4s;
    animation-delay: 26.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(265) {
    -webkit-animation-delay: 26.5s;
    animation-delay: 26.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(266) {
    -webkit-animation-delay: 26.6s;
    animation-delay: 26.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(267) {
    -webkit-animation-delay: 26.7s;
    animation-delay: 26.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(268) {
    -webkit-animation-delay: 26.8s;
    animation-delay: 26.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(269) {
    -webkit-animation-delay: 26.9s;
    animation-delay: 26.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(270) {
    -webkit-animation-delay: 27s;
    animation-delay: 27s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(271) {
    -webkit-animation-delay: 27.1s;
    animation-delay: 27.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(272) {
    -webkit-animation-delay: 27.2s;
    animation-delay: 27.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(273) {
    -webkit-animation-delay: 27.3s;
    animation-delay: 27.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(274) {
    -webkit-animation-delay: 27.4s;
    animation-delay: 27.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(275) {
    -webkit-animation-delay: 27.5s;
    animation-delay: 27.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(276) {
    -webkit-animation-delay: 27.6s;
    animation-delay: 27.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(277) {
    -webkit-animation-delay: 27.7s;
    animation-delay: 27.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(278) {
    -webkit-animation-delay: 27.8s;
    animation-delay: 27.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(279) {
    -webkit-animation-delay: 27.9s;
    animation-delay: 27.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(280) {
    -webkit-animation-delay: 28s;
    animation-delay: 28s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(281) {
    -webkit-animation-delay: 28.1s;
    animation-delay: 28.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(282) {
    -webkit-animation-delay: 28.2s;
    animation-delay: 28.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(283) {
    -webkit-animation-delay: 28.3s;
    animation-delay: 28.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(284) {
    -webkit-animation-delay: 28.4s;
    animation-delay: 28.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(285) {
    -webkit-animation-delay: 28.5s;
    animation-delay: 28.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(286) {
    -webkit-animation-delay: 28.6s;
    animation-delay: 28.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(287) {
    -webkit-animation-delay: 28.7s;
    animation-delay: 28.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(288) {
    -webkit-animation-delay: 28.8s;
    animation-delay: 28.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(289) {
    -webkit-animation-delay: 28.9s;
    animation-delay: 28.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(290) {
    -webkit-animation-delay: 29s;
    animation-delay: 29s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(291) {
    -webkit-animation-delay: 29.1s;
    animation-delay: 29.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(292) {
    -webkit-animation-delay: 29.2s;
    animation-delay: 29.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(293) {
    -webkit-animation-delay: 29.3s;
    animation-delay: 29.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(294) {
    -webkit-animation-delay: 29.4s;
    animation-delay: 29.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(295) {
    -webkit-animation-delay: 29.5s;
    animation-delay: 29.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(296) {
    -webkit-animation-delay: 29.6s;
    animation-delay: 29.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(297) {
    -webkit-animation-delay: 29.7s;
    animation-delay: 29.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(298) {
    -webkit-animation-delay: 29.8s;
    animation-delay: 29.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(299) {
    -webkit-animation-delay: 29.9s;
    animation-delay: 29.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(300) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(301) {
    -webkit-animation-delay: 30.1s;
    animation-delay: 30.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(302) {
    -webkit-animation-delay: 30.2s;
    animation-delay: 30.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(303) {
    -webkit-animation-delay: 30.3s;
    animation-delay: 30.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(304) {
    -webkit-animation-delay: 30.4s;
    animation-delay: 30.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(305) {
    -webkit-animation-delay: 30.5s;
    animation-delay: 30.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(306) {
    -webkit-animation-delay: 30.6s;
    animation-delay: 30.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(307) {
    -webkit-animation-delay: 30.7s;
    animation-delay: 30.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(308) {
    -webkit-animation-delay: 30.8s;
    animation-delay: 30.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(309) {
    -webkit-animation-delay: 30.9s;
    animation-delay: 30.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(310) {
    -webkit-animation-delay: 31s;
    animation-delay: 31s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(311) {
    -webkit-animation-delay: 31.1s;
    animation-delay: 31.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(312) {
    -webkit-animation-delay: 31.2s;
    animation-delay: 31.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(313) {
    -webkit-animation-delay: 31.3s;
    animation-delay: 31.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(314) {
    -webkit-animation-delay: 31.4s;
    animation-delay: 31.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(315) {
    -webkit-animation-delay: 31.5s;
    animation-delay: 31.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(316) {
    -webkit-animation-delay: 31.6s;
    animation-delay: 31.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(317) {
    -webkit-animation-delay: 31.7s;
    animation-delay: 31.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(318) {
    -webkit-animation-delay: 31.8s;
    animation-delay: 31.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(319) {
    -webkit-animation-delay: 31.9s;
    animation-delay: 31.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(320) {
    -webkit-animation-delay: 32s;
    animation-delay: 32s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(321) {
    -webkit-animation-delay: 32.1s;
    animation-delay: 32.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(322) {
    -webkit-animation-delay: 32.2s;
    animation-delay: 32.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(323) {
    -webkit-animation-delay: 32.3s;
    animation-delay: 32.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(324) {
    -webkit-animation-delay: 32.4s;
    animation-delay: 32.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(325) {
    -webkit-animation-delay: 32.5s;
    animation-delay: 32.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(326) {
    -webkit-animation-delay: 32.6s;
    animation-delay: 32.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(327) {
    -webkit-animation-delay: 32.7s;
    animation-delay: 32.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(328) {
    -webkit-animation-delay: 32.8s;
    animation-delay: 32.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(329) {
    -webkit-animation-delay: 32.9s;
    animation-delay: 32.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(330) {
    -webkit-animation-delay: 33s;
    animation-delay: 33s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(331) {
    -webkit-animation-delay: 33.1s;
    animation-delay: 33.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(332) {
    -webkit-animation-delay: 33.2s;
    animation-delay: 33.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(333) {
    -webkit-animation-delay: 33.3s;
    animation-delay: 33.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(334) {
    -webkit-animation-delay: 33.4s;
    animation-delay: 33.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(335) {
    -webkit-animation-delay: 33.5s;
    animation-delay: 33.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(336) {
    -webkit-animation-delay: 33.6s;
    animation-delay: 33.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(337) {
    -webkit-animation-delay: 33.7s;
    animation-delay: 33.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(338) {
    -webkit-animation-delay: 33.8s;
    animation-delay: 33.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(339) {
    -webkit-animation-delay: 33.9s;
    animation-delay: 33.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(340) {
    -webkit-animation-delay: 34s;
    animation-delay: 34s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(341) {
    -webkit-animation-delay: 34.1s;
    animation-delay: 34.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(342) {
    -webkit-animation-delay: 34.2s;
    animation-delay: 34.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(343) {
    -webkit-animation-delay: 34.3s;
    animation-delay: 34.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(344) {
    -webkit-animation-delay: 34.4s;
    animation-delay: 34.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(345) {
    -webkit-animation-delay: 34.5s;
    animation-delay: 34.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(346) {
    -webkit-animation-delay: 34.6s;
    animation-delay: 34.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(347) {
    -webkit-animation-delay: 34.7s;
    animation-delay: 34.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(348) {
    -webkit-animation-delay: 34.8s;
    animation-delay: 34.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(349) {
    -webkit-animation-delay: 34.9s;
    animation-delay: 34.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(350) {
    -webkit-animation-delay: 35s;
    animation-delay: 35s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(351) {
    -webkit-animation-delay: 35.1s;
    animation-delay: 35.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(352) {
    -webkit-animation-delay: 35.2s;
    animation-delay: 35.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(353) {
    -webkit-animation-delay: 35.3s;
    animation-delay: 35.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(354) {
    -webkit-animation-delay: 35.4s;
    animation-delay: 35.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(355) {
    -webkit-animation-delay: 35.5s;
    animation-delay: 35.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(356) {
    -webkit-animation-delay: 35.6s;
    animation-delay: 35.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(357) {
    -webkit-animation-delay: 35.7s;
    animation-delay: 35.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(358) {
    -webkit-animation-delay: 35.8s;
    animation-delay: 35.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(359) {
    -webkit-animation-delay: 35.9s;
    animation-delay: 35.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(360) {
    -webkit-animation-delay: 36s;
    animation-delay: 36s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(361) {
    -webkit-animation-delay: 36.1s;
    animation-delay: 36.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(362) {
    -webkit-animation-delay: 36.2s;
    animation-delay: 36.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(363) {
    -webkit-animation-delay: 36.3s;
    animation-delay: 36.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(364) {
    -webkit-animation-delay: 36.4s;
    animation-delay: 36.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(365) {
    -webkit-animation-delay: 36.5s;
    animation-delay: 36.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(366) {
    -webkit-animation-delay: 36.6s;
    animation-delay: 36.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(367) {
    -webkit-animation-delay: 36.7s;
    animation-delay: 36.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(368) {
    -webkit-animation-delay: 36.8s;
    animation-delay: 36.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(369) {
    -webkit-animation-delay: 36.9s;
    animation-delay: 36.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(370) {
    -webkit-animation-delay: 37s;
    animation-delay: 37s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(371) {
    -webkit-animation-delay: 37.1s;
    animation-delay: 37.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(372) {
    -webkit-animation-delay: 37.2s;
    animation-delay: 37.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(373) {
    -webkit-animation-delay: 37.3s;
    animation-delay: 37.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(374) {
    -webkit-animation-delay: 37.4s;
    animation-delay: 37.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(375) {
    -webkit-animation-delay: 37.5s;
    animation-delay: 37.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(376) {
    -webkit-animation-delay: 37.6s;
    animation-delay: 37.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(377) {
    -webkit-animation-delay: 37.7s;
    animation-delay: 37.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(378) {
    -webkit-animation-delay: 37.8s;
    animation-delay: 37.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(379) {
    -webkit-animation-delay: 37.9s;
    animation-delay: 37.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(380) {
    -webkit-animation-delay: 38s;
    animation-delay: 38s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(381) {
    -webkit-animation-delay: 38.1s;
    animation-delay: 38.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(382) {
    -webkit-animation-delay: 38.2s;
    animation-delay: 38.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(383) {
    -webkit-animation-delay: 38.3s;
    animation-delay: 38.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(384) {
    -webkit-animation-delay: 38.4s;
    animation-delay: 38.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(385) {
    -webkit-animation-delay: 38.5s;
    animation-delay: 38.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(386) {
    -webkit-animation-delay: 38.6s;
    animation-delay: 38.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(387) {
    -webkit-animation-delay: 38.7s;
    animation-delay: 38.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(388) {
    -webkit-animation-delay: 38.8s;
    animation-delay: 38.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(389) {
    -webkit-animation-delay: 38.9s;
    animation-delay: 38.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(390) {
    -webkit-animation-delay: 39s;
    animation-delay: 39s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(391) {
    -webkit-animation-delay: 39.1s;
    animation-delay: 39.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(392) {
    -webkit-animation-delay: 39.2s;
    animation-delay: 39.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(393) {
    -webkit-animation-delay: 39.3s;
    animation-delay: 39.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(394) {
    -webkit-animation-delay: 39.4s;
    animation-delay: 39.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(395) {
    -webkit-animation-delay: 39.5s;
    animation-delay: 39.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(396) {
    -webkit-animation-delay: 39.6s;
    animation-delay: 39.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(397) {
    -webkit-animation-delay: 39.7s;
    animation-delay: 39.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(398) {
    -webkit-animation-delay: 39.8s;
    animation-delay: 39.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(399) {
    -webkit-animation-delay: 39.9s;
    animation-delay: 39.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(400) {
    -webkit-animation-delay: 40s;
    animation-delay: 40s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(401) {
    -webkit-animation-delay: 40.1s;
    animation-delay: 40.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(402) {
    -webkit-animation-delay: 40.2s;
    animation-delay: 40.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(403) {
    -webkit-animation-delay: 40.3s;
    animation-delay: 40.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(404) {
    -webkit-animation-delay: 40.4s;
    animation-delay: 40.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(405) {
    -webkit-animation-delay: 40.5s;
    animation-delay: 40.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(406) {
    -webkit-animation-delay: 40.6s;
    animation-delay: 40.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(407) {
    -webkit-animation-delay: 40.7s;
    animation-delay: 40.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(408) {
    -webkit-animation-delay: 40.8s;
    animation-delay: 40.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(409) {
    -webkit-animation-delay: 40.9s;
    animation-delay: 40.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(410) {
    -webkit-animation-delay: 41s;
    animation-delay: 41s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(411) {
    -webkit-animation-delay: 41.1s;
    animation-delay: 41.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(412) {
    -webkit-animation-delay: 41.2s;
    animation-delay: 41.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(413) {
    -webkit-animation-delay: 41.3s;
    animation-delay: 41.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(414) {
    -webkit-animation-delay: 41.4s;
    animation-delay: 41.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(415) {
    -webkit-animation-delay: 41.5s;
    animation-delay: 41.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(416) {
    -webkit-animation-delay: 41.6s;
    animation-delay: 41.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(417) {
    -webkit-animation-delay: 41.7s;
    animation-delay: 41.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(418) {
    -webkit-animation-delay: 41.8s;
    animation-delay: 41.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(419) {
    -webkit-animation-delay: 41.9s;
    animation-delay: 41.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(420) {
    -webkit-animation-delay: 42s;
    animation-delay: 42s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(421) {
    -webkit-animation-delay: 42.1s;
    animation-delay: 42.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(422) {
    -webkit-animation-delay: 42.2s;
    animation-delay: 42.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(423) {
    -webkit-animation-delay: 42.3s;
    animation-delay: 42.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(424) {
    -webkit-animation-delay: 42.4s;
    animation-delay: 42.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(425) {
    -webkit-animation-delay: 42.5s;
    animation-delay: 42.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(426) {
    -webkit-animation-delay: 42.6s;
    animation-delay: 42.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(427) {
    -webkit-animation-delay: 42.7s;
    animation-delay: 42.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(428) {
    -webkit-animation-delay: 42.8s;
    animation-delay: 42.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(429) {
    -webkit-animation-delay: 42.9s;
    animation-delay: 42.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(430) {
    -webkit-animation-delay: 43s;
    animation-delay: 43s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(431) {
    -webkit-animation-delay: 43.1s;
    animation-delay: 43.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(432) {
    -webkit-animation-delay: 43.2s;
    animation-delay: 43.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(433) {
    -webkit-animation-delay: 43.3s;
    animation-delay: 43.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(434) {
    -webkit-animation-delay: 43.4s;
    animation-delay: 43.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(435) {
    -webkit-animation-delay: 43.5s;
    animation-delay: 43.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(436) {
    -webkit-animation-delay: 43.6s;
    animation-delay: 43.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(437) {
    -webkit-animation-delay: 43.7s;
    animation-delay: 43.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(438) {
    -webkit-animation-delay: 43.8s;
    animation-delay: 43.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(439) {
    -webkit-animation-delay: 43.9s;
    animation-delay: 43.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(440) {
    -webkit-animation-delay: 44s;
    animation-delay: 44s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(441) {
    -webkit-animation-delay: 44.1s;
    animation-delay: 44.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(442) {
    -webkit-animation-delay: 44.2s;
    animation-delay: 44.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(443) {
    -webkit-animation-delay: 44.3s;
    animation-delay: 44.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(444) {
    -webkit-animation-delay: 44.4s;
    animation-delay: 44.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(445) {
    -webkit-animation-delay: 44.5s;
    animation-delay: 44.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(446) {
    -webkit-animation-delay: 44.6s;
    animation-delay: 44.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(447) {
    -webkit-animation-delay: 44.7s;
    animation-delay: 44.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(448) {
    -webkit-animation-delay: 44.8s;
    animation-delay: 44.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(449) {
    -webkit-animation-delay: 44.9s;
    animation-delay: 44.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(450) {
    -webkit-animation-delay: 45s;
    animation-delay: 45s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(451) {
    -webkit-animation-delay: 45.1s;
    animation-delay: 45.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(452) {
    -webkit-animation-delay: 45.2s;
    animation-delay: 45.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(453) {
    -webkit-animation-delay: 45.3s;
    animation-delay: 45.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(454) {
    -webkit-animation-delay: 45.4s;
    animation-delay: 45.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(455) {
    -webkit-animation-delay: 45.5s;
    animation-delay: 45.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(456) {
    -webkit-animation-delay: 45.6s;
    animation-delay: 45.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(457) {
    -webkit-animation-delay: 45.7s;
    animation-delay: 45.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(458) {
    -webkit-animation-delay: 45.8s;
    animation-delay: 45.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(459) {
    -webkit-animation-delay: 45.9s;
    animation-delay: 45.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(460) {
    -webkit-animation-delay: 46s;
    animation-delay: 46s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(461) {
    -webkit-animation-delay: 46.1s;
    animation-delay: 46.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(462) {
    -webkit-animation-delay: 46.2s;
    animation-delay: 46.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(463) {
    -webkit-animation-delay: 46.3s;
    animation-delay: 46.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(464) {
    -webkit-animation-delay: 46.4s;
    animation-delay: 46.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(465) {
    -webkit-animation-delay: 46.5s;
    animation-delay: 46.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(466) {
    -webkit-animation-delay: 46.6s;
    animation-delay: 46.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(467) {
    -webkit-animation-delay: 46.7s;
    animation-delay: 46.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(468) {
    -webkit-animation-delay: 46.8s;
    animation-delay: 46.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(469) {
    -webkit-animation-delay: 46.9s;
    animation-delay: 46.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(470) {
    -webkit-animation-delay: 47s;
    animation-delay: 47s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(471) {
    -webkit-animation-delay: 47.1s;
    animation-delay: 47.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(472) {
    -webkit-animation-delay: 47.2s;
    animation-delay: 47.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(473) {
    -webkit-animation-delay: 47.3s;
    animation-delay: 47.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(474) {
    -webkit-animation-delay: 47.4s;
    animation-delay: 47.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(475) {
    -webkit-animation-delay: 47.5s;
    animation-delay: 47.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(476) {
    -webkit-animation-delay: 47.6s;
    animation-delay: 47.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(477) {
    -webkit-animation-delay: 47.7s;
    animation-delay: 47.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(478) {
    -webkit-animation-delay: 47.8s;
    animation-delay: 47.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(479) {
    -webkit-animation-delay: 47.9s;
    animation-delay: 47.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(480) {
    -webkit-animation-delay: 48s;
    animation-delay: 48s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(481) {
    -webkit-animation-delay: 48.1s;
    animation-delay: 48.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(482) {
    -webkit-animation-delay: 48.2s;
    animation-delay: 48.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(483) {
    -webkit-animation-delay: 48.3s;
    animation-delay: 48.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(484) {
    -webkit-animation-delay: 48.4s;
    animation-delay: 48.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(485) {
    -webkit-animation-delay: 48.5s;
    animation-delay: 48.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(486) {
    -webkit-animation-delay: 48.6s;
    animation-delay: 48.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(487) {
    -webkit-animation-delay: 48.7s;
    animation-delay: 48.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(488) {
    -webkit-animation-delay: 48.8s;
    animation-delay: 48.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(489) {
    -webkit-animation-delay: 48.9s;
    animation-delay: 48.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(490) {
    -webkit-animation-delay: 49s;
    animation-delay: 49s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(491) {
    -webkit-animation-delay: 49.1s;
    animation-delay: 49.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(492) {
    -webkit-animation-delay: 49.2s;
    animation-delay: 49.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(493) {
    -webkit-animation-delay: 49.3s;
    animation-delay: 49.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(494) {
    -webkit-animation-delay: 49.4s;
    animation-delay: 49.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(495) {
    -webkit-animation-delay: 49.5s;
    animation-delay: 49.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(496) {
    -webkit-animation-delay: 49.6s;
    animation-delay: 49.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(497) {
    -webkit-animation-delay: 49.7s;
    animation-delay: 49.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(498) {
    -webkit-animation-delay: 49.8s;
    animation-delay: 49.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(499) {
    -webkit-animation-delay: 49.9s;
    animation-delay: 49.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(500) {
    -webkit-animation-delay: 50s;
    animation-delay: 50s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(501) {
    -webkit-animation-delay: 50.1s;
    animation-delay: 50.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(502) {
    -webkit-animation-delay: 50.2s;
    animation-delay: 50.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(503) {
    -webkit-animation-delay: 50.3s;
    animation-delay: 50.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(504) {
    -webkit-animation-delay: 50.4s;
    animation-delay: 50.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(505) {
    -webkit-animation-delay: 50.5s;
    animation-delay: 50.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(506) {
    -webkit-animation-delay: 50.6s;
    animation-delay: 50.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(507) {
    -webkit-animation-delay: 50.7s;
    animation-delay: 50.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(508) {
    -webkit-animation-delay: 50.8s;
    animation-delay: 50.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(509) {
    -webkit-animation-delay: 50.9s;
    animation-delay: 50.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(510) {
    -webkit-animation-delay: 51s;
    animation-delay: 51s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(511) {
    -webkit-animation-delay: 51.1s;
    animation-delay: 51.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(512) {
    -webkit-animation-delay: 51.2s;
    animation-delay: 51.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(513) {
    -webkit-animation-delay: 51.3s;
    animation-delay: 51.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(514) {
    -webkit-animation-delay: 51.4s;
    animation-delay: 51.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(515) {
    -webkit-animation-delay: 51.5s;
    animation-delay: 51.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(516) {
    -webkit-animation-delay: 51.6s;
    animation-delay: 51.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(517) {
    -webkit-animation-delay: 51.7s;
    animation-delay: 51.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(518) {
    -webkit-animation-delay: 51.8s;
    animation-delay: 51.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(519) {
    -webkit-animation-delay: 51.9s;
    animation-delay: 51.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(520) {
    -webkit-animation-delay: 52s;
    animation-delay: 52s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(521) {
    -webkit-animation-delay: 52.1s;
    animation-delay: 52.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(522) {
    -webkit-animation-delay: 52.2s;
    animation-delay: 52.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(523) {
    -webkit-animation-delay: 52.3s;
    animation-delay: 52.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(524) {
    -webkit-animation-delay: 52.4s;
    animation-delay: 52.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(525) {
    -webkit-animation-delay: 52.5s;
    animation-delay: 52.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(526) {
    -webkit-animation-delay: 52.6s;
    animation-delay: 52.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(527) {
    -webkit-animation-delay: 52.7s;
    animation-delay: 52.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(528) {
    -webkit-animation-delay: 52.8s;
    animation-delay: 52.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(529) {
    -webkit-animation-delay: 52.9s;
    animation-delay: 52.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(530) {
    -webkit-animation-delay: 53s;
    animation-delay: 53s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(531) {
    -webkit-animation-delay: 53.1s;
    animation-delay: 53.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(532) {
    -webkit-animation-delay: 53.2s;
    animation-delay: 53.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(533) {
    -webkit-animation-delay: 53.3s;
    animation-delay: 53.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(534) {
    -webkit-animation-delay: 53.4s;
    animation-delay: 53.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(535) {
    -webkit-animation-delay: 53.5s;
    animation-delay: 53.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(536) {
    -webkit-animation-delay: 53.6s;
    animation-delay: 53.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(537) {
    -webkit-animation-delay: 53.7s;
    animation-delay: 53.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(538) {
    -webkit-animation-delay: 53.8s;
    animation-delay: 53.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(539) {
    -webkit-animation-delay: 53.9s;
    animation-delay: 53.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(540) {
    -webkit-animation-delay: 54s;
    animation-delay: 54s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(541) {
    -webkit-animation-delay: 54.1s;
    animation-delay: 54.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(542) {
    -webkit-animation-delay: 54.2s;
    animation-delay: 54.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(543) {
    -webkit-animation-delay: 54.3s;
    animation-delay: 54.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(544) {
    -webkit-animation-delay: 54.4s;
    animation-delay: 54.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(545) {
    -webkit-animation-delay: 54.5s;
    animation-delay: 54.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(546) {
    -webkit-animation-delay: 54.6s;
    animation-delay: 54.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(547) {
    -webkit-animation-delay: 54.7s;
    animation-delay: 54.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(548) {
    -webkit-animation-delay: 54.8s;
    animation-delay: 54.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(549) {
    -webkit-animation-delay: 54.9s;
    animation-delay: 54.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(550) {
    -webkit-animation-delay: 55s;
    animation-delay: 55s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(551) {
    -webkit-animation-delay: 55.1s;
    animation-delay: 55.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(552) {
    -webkit-animation-delay: 55.2s;
    animation-delay: 55.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(553) {
    -webkit-animation-delay: 55.3s;
    animation-delay: 55.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(554) {
    -webkit-animation-delay: 55.4s;
    animation-delay: 55.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(555) {
    -webkit-animation-delay: 55.5s;
    animation-delay: 55.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(556) {
    -webkit-animation-delay: 55.6s;
    animation-delay: 55.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(557) {
    -webkit-animation-delay: 55.7s;
    animation-delay: 55.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(558) {
    -webkit-animation-delay: 55.8s;
    animation-delay: 55.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(559) {
    -webkit-animation-delay: 55.9s;
    animation-delay: 55.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(560) {
    -webkit-animation-delay: 56s;
    animation-delay: 56s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(561) {
    -webkit-animation-delay: 56.1s;
    animation-delay: 56.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(562) {
    -webkit-animation-delay: 56.2s;
    animation-delay: 56.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(563) {
    -webkit-animation-delay: 56.3s;
    animation-delay: 56.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(564) {
    -webkit-animation-delay: 56.4s;
    animation-delay: 56.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(565) {
    -webkit-animation-delay: 56.5s;
    animation-delay: 56.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(566) {
    -webkit-animation-delay: 56.6s;
    animation-delay: 56.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(567) {
    -webkit-animation-delay: 56.7s;
    animation-delay: 56.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(568) {
    -webkit-animation-delay: 56.8s;
    animation-delay: 56.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(569) {
    -webkit-animation-delay: 56.9s;
    animation-delay: 56.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(570) {
    -webkit-animation-delay: 57s;
    animation-delay: 57s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(571) {
    -webkit-animation-delay: 57.1s;
    animation-delay: 57.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(572) {
    -webkit-animation-delay: 57.2s;
    animation-delay: 57.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(573) {
    -webkit-animation-delay: 57.3s;
    animation-delay: 57.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(574) {
    -webkit-animation-delay: 57.4s;
    animation-delay: 57.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(575) {
    -webkit-animation-delay: 57.5s;
    animation-delay: 57.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(576) {
    -webkit-animation-delay: 57.6s;
    animation-delay: 57.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(577) {
    -webkit-animation-delay: 57.7s;
    animation-delay: 57.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(578) {
    -webkit-animation-delay: 57.8s;
    animation-delay: 57.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(579) {
    -webkit-animation-delay: 57.9s;
    animation-delay: 57.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(580) {
    -webkit-animation-delay: 58s;
    animation-delay: 58s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(581) {
    -webkit-animation-delay: 58.1s;
    animation-delay: 58.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(582) {
    -webkit-animation-delay: 58.2s;
    animation-delay: 58.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(583) {
    -webkit-animation-delay: 58.3s;
    animation-delay: 58.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(584) {
    -webkit-animation-delay: 58.4s;
    animation-delay: 58.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(585) {
    -webkit-animation-delay: 58.5s;
    animation-delay: 58.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(586) {
    -webkit-animation-delay: 58.6s;
    animation-delay: 58.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(587) {
    -webkit-animation-delay: 58.7s;
    animation-delay: 58.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(588) {
    -webkit-animation-delay: 58.8s;
    animation-delay: 58.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(589) {
    -webkit-animation-delay: 58.9s;
    animation-delay: 58.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(590) {
    -webkit-animation-delay: 59s;
    animation-delay: 59s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(591) {
    -webkit-animation-delay: 59.1s;
    animation-delay: 59.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(592) {
    -webkit-animation-delay: 59.2s;
    animation-delay: 59.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(593) {
    -webkit-animation-delay: 59.3s;
    animation-delay: 59.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(594) {
    -webkit-animation-delay: 59.4s;
    animation-delay: 59.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(595) {
    -webkit-animation-delay: 59.5s;
    animation-delay: 59.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(596) {
    -webkit-animation-delay: 59.6s;
    animation-delay: 59.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(597) {
    -webkit-animation-delay: 59.7s;
    animation-delay: 59.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(598) {
    -webkit-animation-delay: 59.8s;
    animation-delay: 59.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(599) {
    -webkit-animation-delay: 59.9s;
    animation-delay: 59.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(600) {
    -webkit-animation-delay: 60s;
    animation-delay: 60s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(601) {
    -webkit-animation-delay: 60.1s;
    animation-delay: 60.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(602) {
    -webkit-animation-delay: 60.2s;
    animation-delay: 60.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(603) {
    -webkit-animation-delay: 60.3s;
    animation-delay: 60.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(604) {
    -webkit-animation-delay: 60.4s;
    animation-delay: 60.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(605) {
    -webkit-animation-delay: 60.5s;
    animation-delay: 60.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(606) {
    -webkit-animation-delay: 60.6s;
    animation-delay: 60.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(607) {
    -webkit-animation-delay: 60.7s;
    animation-delay: 60.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(608) {
    -webkit-animation-delay: 60.8s;
    animation-delay: 60.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(609) {
    -webkit-animation-delay: 60.9s;
    animation-delay: 60.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(610) {
    -webkit-animation-delay: 61s;
    animation-delay: 61s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(611) {
    -webkit-animation-delay: 61.1s;
    animation-delay: 61.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(612) {
    -webkit-animation-delay: 61.2s;
    animation-delay: 61.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(613) {
    -webkit-animation-delay: 61.3s;
    animation-delay: 61.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(614) {
    -webkit-animation-delay: 61.4s;
    animation-delay: 61.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(615) {
    -webkit-animation-delay: 61.5s;
    animation-delay: 61.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(616) {
    -webkit-animation-delay: 61.6s;
    animation-delay: 61.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(617) {
    -webkit-animation-delay: 61.7s;
    animation-delay: 61.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(618) {
    -webkit-animation-delay: 61.8s;
    animation-delay: 61.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(619) {
    -webkit-animation-delay: 61.9s;
    animation-delay: 61.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(620) {
    -webkit-animation-delay: 62s;
    animation-delay: 62s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(621) {
    -webkit-animation-delay: 62.1s;
    animation-delay: 62.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(622) {
    -webkit-animation-delay: 62.2s;
    animation-delay: 62.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(623) {
    -webkit-animation-delay: 62.3s;
    animation-delay: 62.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(624) {
    -webkit-animation-delay: 62.4s;
    animation-delay: 62.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(625) {
    -webkit-animation-delay: 62.5s;
    animation-delay: 62.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(626) {
    -webkit-animation-delay: 62.6s;
    animation-delay: 62.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(627) {
    -webkit-animation-delay: 62.7s;
    animation-delay: 62.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(628) {
    -webkit-animation-delay: 62.8s;
    animation-delay: 62.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(629) {
    -webkit-animation-delay: 62.9s;
    animation-delay: 62.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(630) {
    -webkit-animation-delay: 63s;
    animation-delay: 63s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(631) {
    -webkit-animation-delay: 63.1s;
    animation-delay: 63.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(632) {
    -webkit-animation-delay: 63.2s;
    animation-delay: 63.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(633) {
    -webkit-animation-delay: 63.3s;
    animation-delay: 63.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(634) {
    -webkit-animation-delay: 63.4s;
    animation-delay: 63.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(635) {
    -webkit-animation-delay: 63.5s;
    animation-delay: 63.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(636) {
    -webkit-animation-delay: 63.6s;
    animation-delay: 63.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(637) {
    -webkit-animation-delay: 63.7s;
    animation-delay: 63.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(638) {
    -webkit-animation-delay: 63.8s;
    animation-delay: 63.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(639) {
    -webkit-animation-delay: 63.9s;
    animation-delay: 63.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(640) {
    -webkit-animation-delay: 64s;
    animation-delay: 64s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(641) {
    -webkit-animation-delay: 64.1s;
    animation-delay: 64.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(642) {
    -webkit-animation-delay: 64.2s;
    animation-delay: 64.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(643) {
    -webkit-animation-delay: 64.3s;
    animation-delay: 64.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(644) {
    -webkit-animation-delay: 64.4s;
    animation-delay: 64.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(645) {
    -webkit-animation-delay: 64.5s;
    animation-delay: 64.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(646) {
    -webkit-animation-delay: 64.6s;
    animation-delay: 64.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(647) {
    -webkit-animation-delay: 64.7s;
    animation-delay: 64.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(648) {
    -webkit-animation-delay: 64.8s;
    animation-delay: 64.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(649) {
    -webkit-animation-delay: 64.9s;
    animation-delay: 64.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(650) {
    -webkit-animation-delay: 65s;
    animation-delay: 65s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(651) {
    -webkit-animation-delay: 65.1s;
    animation-delay: 65.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(652) {
    -webkit-animation-delay: 65.2s;
    animation-delay: 65.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(653) {
    -webkit-animation-delay: 65.3s;
    animation-delay: 65.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(654) {
    -webkit-animation-delay: 65.4s;
    animation-delay: 65.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(655) {
    -webkit-animation-delay: 65.5s;
    animation-delay: 65.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(656) {
    -webkit-animation-delay: 65.6s;
    animation-delay: 65.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(657) {
    -webkit-animation-delay: 65.7s;
    animation-delay: 65.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(658) {
    -webkit-animation-delay: 65.8s;
    animation-delay: 65.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(659) {
    -webkit-animation-delay: 65.9s;
    animation-delay: 65.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(660) {
    -webkit-animation-delay: 66s;
    animation-delay: 66s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(661) {
    -webkit-animation-delay: 66.1s;
    animation-delay: 66.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(662) {
    -webkit-animation-delay: 66.2s;
    animation-delay: 66.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(663) {
    -webkit-animation-delay: 66.3s;
    animation-delay: 66.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(664) {
    -webkit-animation-delay: 66.4s;
    animation-delay: 66.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(665) {
    -webkit-animation-delay: 66.5s;
    animation-delay: 66.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(666) {
    -webkit-animation-delay: 66.6s;
    animation-delay: 66.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(667) {
    -webkit-animation-delay: 66.7s;
    animation-delay: 66.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(668) {
    -webkit-animation-delay: 66.8s;
    animation-delay: 66.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(669) {
    -webkit-animation-delay: 66.9s;
    animation-delay: 66.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(670) {
    -webkit-animation-delay: 67s;
    animation-delay: 67s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(671) {
    -webkit-animation-delay: 67.1s;
    animation-delay: 67.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(672) {
    -webkit-animation-delay: 67.2s;
    animation-delay: 67.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(673) {
    -webkit-animation-delay: 67.3s;
    animation-delay: 67.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(674) {
    -webkit-animation-delay: 67.4s;
    animation-delay: 67.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(675) {
    -webkit-animation-delay: 67.5s;
    animation-delay: 67.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(676) {
    -webkit-animation-delay: 67.6s;
    animation-delay: 67.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(677) {
    -webkit-animation-delay: 67.7s;
    animation-delay: 67.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(678) {
    -webkit-animation-delay: 67.8s;
    animation-delay: 67.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(679) {
    -webkit-animation-delay: 67.9s;
    animation-delay: 67.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(680) {
    -webkit-animation-delay: 68s;
    animation-delay: 68s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(681) {
    -webkit-animation-delay: 68.1s;
    animation-delay: 68.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(682) {
    -webkit-animation-delay: 68.2s;
    animation-delay: 68.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(683) {
    -webkit-animation-delay: 68.3s;
    animation-delay: 68.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(684) {
    -webkit-animation-delay: 68.4s;
    animation-delay: 68.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(685) {
    -webkit-animation-delay: 68.5s;
    animation-delay: 68.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(686) {
    -webkit-animation-delay: 68.6s;
    animation-delay: 68.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(687) {
    -webkit-animation-delay: 68.7s;
    animation-delay: 68.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(688) {
    -webkit-animation-delay: 68.8s;
    animation-delay: 68.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(689) {
    -webkit-animation-delay: 68.9s;
    animation-delay: 68.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(690) {
    -webkit-animation-delay: 69s;
    animation-delay: 69s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(691) {
    -webkit-animation-delay: 69.1s;
    animation-delay: 69.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(692) {
    -webkit-animation-delay: 69.2s;
    animation-delay: 69.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(693) {
    -webkit-animation-delay: 69.3s;
    animation-delay: 69.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(694) {
    -webkit-animation-delay: 69.4s;
    animation-delay: 69.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(695) {
    -webkit-animation-delay: 69.5s;
    animation-delay: 69.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(696) {
    -webkit-animation-delay: 69.6s;
    animation-delay: 69.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(697) {
    -webkit-animation-delay: 69.7s;
    animation-delay: 69.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(698) {
    -webkit-animation-delay: 69.8s;
    animation-delay: 69.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(699) {
    -webkit-animation-delay: 69.9s;
    animation-delay: 69.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(700) {
    -webkit-animation-delay: 70s;
    animation-delay: 70s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(701) {
    -webkit-animation-delay: 70.1s;
    animation-delay: 70.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(702) {
    -webkit-animation-delay: 70.2s;
    animation-delay: 70.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(703) {
    -webkit-animation-delay: 70.3s;
    animation-delay: 70.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(704) {
    -webkit-animation-delay: 70.4s;
    animation-delay: 70.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(705) {
    -webkit-animation-delay: 70.5s;
    animation-delay: 70.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(706) {
    -webkit-animation-delay: 70.6s;
    animation-delay: 70.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(707) {
    -webkit-animation-delay: 70.7s;
    animation-delay: 70.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(708) {
    -webkit-animation-delay: 70.8s;
    animation-delay: 70.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(709) {
    -webkit-animation-delay: 70.9s;
    animation-delay: 70.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(710) {
    -webkit-animation-delay: 71s;
    animation-delay: 71s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(711) {
    -webkit-animation-delay: 71.1s;
    animation-delay: 71.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(712) {
    -webkit-animation-delay: 71.2s;
    animation-delay: 71.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(713) {
    -webkit-animation-delay: 71.3s;
    animation-delay: 71.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(714) {
    -webkit-animation-delay: 71.4s;
    animation-delay: 71.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(715) {
    -webkit-animation-delay: 71.5s;
    animation-delay: 71.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(716) {
    -webkit-animation-delay: 71.6s;
    animation-delay: 71.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(717) {
    -webkit-animation-delay: 71.7s;
    animation-delay: 71.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(718) {
    -webkit-animation-delay: 71.8s;
    animation-delay: 71.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(719) {
    -webkit-animation-delay: 71.9s;
    animation-delay: 71.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(720) {
    -webkit-animation-delay: 72s;
    animation-delay: 72s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(721) {
    -webkit-animation-delay: 72.1s;
    animation-delay: 72.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(722) {
    -webkit-animation-delay: 72.2s;
    animation-delay: 72.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(723) {
    -webkit-animation-delay: 72.3s;
    animation-delay: 72.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(724) {
    -webkit-animation-delay: 72.4s;
    animation-delay: 72.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(725) {
    -webkit-animation-delay: 72.5s;
    animation-delay: 72.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(726) {
    -webkit-animation-delay: 72.6s;
    animation-delay: 72.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(727) {
    -webkit-animation-delay: 72.7s;
    animation-delay: 72.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(728) {
    -webkit-animation-delay: 72.8s;
    animation-delay: 72.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(729) {
    -webkit-animation-delay: 72.9s;
    animation-delay: 72.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(730) {
    -webkit-animation-delay: 73s;
    animation-delay: 73s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(731) {
    -webkit-animation-delay: 73.1s;
    animation-delay: 73.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(732) {
    -webkit-animation-delay: 73.2s;
    animation-delay: 73.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(733) {
    -webkit-animation-delay: 73.3s;
    animation-delay: 73.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(734) {
    -webkit-animation-delay: 73.4s;
    animation-delay: 73.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(735) {
    -webkit-animation-delay: 73.5s;
    animation-delay: 73.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(736) {
    -webkit-animation-delay: 73.6s;
    animation-delay: 73.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(737) {
    -webkit-animation-delay: 73.7s;
    animation-delay: 73.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(738) {
    -webkit-animation-delay: 73.8s;
    animation-delay: 73.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(739) {
    -webkit-animation-delay: 73.9s;
    animation-delay: 73.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(740) {
    -webkit-animation-delay: 74s;
    animation-delay: 74s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(741) {
    -webkit-animation-delay: 74.1s;
    animation-delay: 74.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(742) {
    -webkit-animation-delay: 74.2s;
    animation-delay: 74.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(743) {
    -webkit-animation-delay: 74.3s;
    animation-delay: 74.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(744) {
    -webkit-animation-delay: 74.4s;
    animation-delay: 74.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(745) {
    -webkit-animation-delay: 74.5s;
    animation-delay: 74.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(746) {
    -webkit-animation-delay: 74.6s;
    animation-delay: 74.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(747) {
    -webkit-animation-delay: 74.7s;
    animation-delay: 74.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(748) {
    -webkit-animation-delay: 74.8s;
    animation-delay: 74.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(749) {
    -webkit-animation-delay: 74.9s;
    animation-delay: 74.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(750) {
    -webkit-animation-delay: 75s;
    animation-delay: 75s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(751) {
    -webkit-animation-delay: 75.1s;
    animation-delay: 75.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(752) {
    -webkit-animation-delay: 75.2s;
    animation-delay: 75.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(753) {
    -webkit-animation-delay: 75.3s;
    animation-delay: 75.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(754) {
    -webkit-animation-delay: 75.4s;
    animation-delay: 75.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(755) {
    -webkit-animation-delay: 75.5s;
    animation-delay: 75.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(756) {
    -webkit-animation-delay: 75.6s;
    animation-delay: 75.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(757) {
    -webkit-animation-delay: 75.7s;
    animation-delay: 75.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(758) {
    -webkit-animation-delay: 75.8s;
    animation-delay: 75.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(759) {
    -webkit-animation-delay: 75.9s;
    animation-delay: 75.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(760) {
    -webkit-animation-delay: 76s;
    animation-delay: 76s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(761) {
    -webkit-animation-delay: 76.1s;
    animation-delay: 76.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(762) {
    -webkit-animation-delay: 76.2s;
    animation-delay: 76.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(763) {
    -webkit-animation-delay: 76.3s;
    animation-delay: 76.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(764) {
    -webkit-animation-delay: 76.4s;
    animation-delay: 76.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(765) {
    -webkit-animation-delay: 76.5s;
    animation-delay: 76.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(766) {
    -webkit-animation-delay: 76.6s;
    animation-delay: 76.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(767) {
    -webkit-animation-delay: 76.7s;
    animation-delay: 76.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(768) {
    -webkit-animation-delay: 76.8s;
    animation-delay: 76.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(769) {
    -webkit-animation-delay: 76.9s;
    animation-delay: 76.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(770) {
    -webkit-animation-delay: 77s;
    animation-delay: 77s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(771) {
    -webkit-animation-delay: 77.1s;
    animation-delay: 77.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(772) {
    -webkit-animation-delay: 77.2s;
    animation-delay: 77.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(773) {
    -webkit-animation-delay: 77.3s;
    animation-delay: 77.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(774) {
    -webkit-animation-delay: 77.4s;
    animation-delay: 77.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(775) {
    -webkit-animation-delay: 77.5s;
    animation-delay: 77.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(776) {
    -webkit-animation-delay: 77.6s;
    animation-delay: 77.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(777) {
    -webkit-animation-delay: 77.7s;
    animation-delay: 77.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(778) {
    -webkit-animation-delay: 77.8s;
    animation-delay: 77.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(779) {
    -webkit-animation-delay: 77.9s;
    animation-delay: 77.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(780) {
    -webkit-animation-delay: 78s;
    animation-delay: 78s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(781) {
    -webkit-animation-delay: 78.1s;
    animation-delay: 78.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(782) {
    -webkit-animation-delay: 78.2s;
    animation-delay: 78.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(783) {
    -webkit-animation-delay: 78.3s;
    animation-delay: 78.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(784) {
    -webkit-animation-delay: 78.4s;
    animation-delay: 78.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(785) {
    -webkit-animation-delay: 78.5s;
    animation-delay: 78.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(786) {
    -webkit-animation-delay: 78.6s;
    animation-delay: 78.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(787) {
    -webkit-animation-delay: 78.7s;
    animation-delay: 78.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(788) {
    -webkit-animation-delay: 78.8s;
    animation-delay: 78.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(789) {
    -webkit-animation-delay: 78.9s;
    animation-delay: 78.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(790) {
    -webkit-animation-delay: 79s;
    animation-delay: 79s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(791) {
    -webkit-animation-delay: 79.1s;
    animation-delay: 79.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(792) {
    -webkit-animation-delay: 79.2s;
    animation-delay: 79.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(793) {
    -webkit-animation-delay: 79.3s;
    animation-delay: 79.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(794) {
    -webkit-animation-delay: 79.4s;
    animation-delay: 79.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(795) {
    -webkit-animation-delay: 79.5s;
    animation-delay: 79.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(796) {
    -webkit-animation-delay: 79.6s;
    animation-delay: 79.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(797) {
    -webkit-animation-delay: 79.7s;
    animation-delay: 79.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(798) {
    -webkit-animation-delay: 79.8s;
    animation-delay: 79.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(799) {
    -webkit-animation-delay: 79.9s;
    animation-delay: 79.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(800) {
    -webkit-animation-delay: 80s;
    animation-delay: 80s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(801) {
    -webkit-animation-delay: 80.1s;
    animation-delay: 80.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(802) {
    -webkit-animation-delay: 80.2s;
    animation-delay: 80.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(803) {
    -webkit-animation-delay: 80.3s;
    animation-delay: 80.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(804) {
    -webkit-animation-delay: 80.4s;
    animation-delay: 80.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(805) {
    -webkit-animation-delay: 80.5s;
    animation-delay: 80.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(806) {
    -webkit-animation-delay: 80.6s;
    animation-delay: 80.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(807) {
    -webkit-animation-delay: 80.7s;
    animation-delay: 80.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(808) {
    -webkit-animation-delay: 80.8s;
    animation-delay: 80.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(809) {
    -webkit-animation-delay: 80.9s;
    animation-delay: 80.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(810) {
    -webkit-animation-delay: 81s;
    animation-delay: 81s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(811) {
    -webkit-animation-delay: 81.1s;
    animation-delay: 81.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(812) {
    -webkit-animation-delay: 81.2s;
    animation-delay: 81.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(813) {
    -webkit-animation-delay: 81.3s;
    animation-delay: 81.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(814) {
    -webkit-animation-delay: 81.4s;
    animation-delay: 81.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(815) {
    -webkit-animation-delay: 81.5s;
    animation-delay: 81.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(816) {
    -webkit-animation-delay: 81.6s;
    animation-delay: 81.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(817) {
    -webkit-animation-delay: 81.7s;
    animation-delay: 81.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(818) {
    -webkit-animation-delay: 81.8s;
    animation-delay: 81.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(819) {
    -webkit-animation-delay: 81.9s;
    animation-delay: 81.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(820) {
    -webkit-animation-delay: 82s;
    animation-delay: 82s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(821) {
    -webkit-animation-delay: 82.1s;
    animation-delay: 82.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(822) {
    -webkit-animation-delay: 82.2s;
    animation-delay: 82.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(823) {
    -webkit-animation-delay: 82.3s;
    animation-delay: 82.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(824) {
    -webkit-animation-delay: 82.4s;
    animation-delay: 82.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(825) {
    -webkit-animation-delay: 82.5s;
    animation-delay: 82.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(826) {
    -webkit-animation-delay: 82.6s;
    animation-delay: 82.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(827) {
    -webkit-animation-delay: 82.7s;
    animation-delay: 82.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(828) {
    -webkit-animation-delay: 82.8s;
    animation-delay: 82.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(829) {
    -webkit-animation-delay: 82.9s;
    animation-delay: 82.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(830) {
    -webkit-animation-delay: 83s;
    animation-delay: 83s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(831) {
    -webkit-animation-delay: 83.1s;
    animation-delay: 83.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(832) {
    -webkit-animation-delay: 83.2s;
    animation-delay: 83.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(833) {
    -webkit-animation-delay: 83.3s;
    animation-delay: 83.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(834) {
    -webkit-animation-delay: 83.4s;
    animation-delay: 83.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(835) {
    -webkit-animation-delay: 83.5s;
    animation-delay: 83.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(836) {
    -webkit-animation-delay: 83.6s;
    animation-delay: 83.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(837) {
    -webkit-animation-delay: 83.7s;
    animation-delay: 83.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(838) {
    -webkit-animation-delay: 83.8s;
    animation-delay: 83.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(839) {
    -webkit-animation-delay: 83.9s;
    animation-delay: 83.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(840) {
    -webkit-animation-delay: 84s;
    animation-delay: 84s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(841) {
    -webkit-animation-delay: 84.1s;
    animation-delay: 84.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(842) {
    -webkit-animation-delay: 84.2s;
    animation-delay: 84.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(843) {
    -webkit-animation-delay: 84.3s;
    animation-delay: 84.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(844) {
    -webkit-animation-delay: 84.4s;
    animation-delay: 84.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(845) {
    -webkit-animation-delay: 84.5s;
    animation-delay: 84.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(846) {
    -webkit-animation-delay: 84.6s;
    animation-delay: 84.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(847) {
    -webkit-animation-delay: 84.7s;
    animation-delay: 84.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(848) {
    -webkit-animation-delay: 84.8s;
    animation-delay: 84.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(849) {
    -webkit-animation-delay: 84.9s;
    animation-delay: 84.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(850) {
    -webkit-animation-delay: 85s;
    animation-delay: 85s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(851) {
    -webkit-animation-delay: 85.1s;
    animation-delay: 85.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(852) {
    -webkit-animation-delay: 85.2s;
    animation-delay: 85.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(853) {
    -webkit-animation-delay: 85.3s;
    animation-delay: 85.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(854) {
    -webkit-animation-delay: 85.4s;
    animation-delay: 85.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(855) {
    -webkit-animation-delay: 85.5s;
    animation-delay: 85.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(856) {
    -webkit-animation-delay: 85.6s;
    animation-delay: 85.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(857) {
    -webkit-animation-delay: 85.7s;
    animation-delay: 85.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(858) {
    -webkit-animation-delay: 85.8s;
    animation-delay: 85.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(859) {
    -webkit-animation-delay: 85.9s;
    animation-delay: 85.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(860) {
    -webkit-animation-delay: 86s;
    animation-delay: 86s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(861) {
    -webkit-animation-delay: 86.1s;
    animation-delay: 86.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(862) {
    -webkit-animation-delay: 86.2s;
    animation-delay: 86.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(863) {
    -webkit-animation-delay: 86.3s;
    animation-delay: 86.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(864) {
    -webkit-animation-delay: 86.4s;
    animation-delay: 86.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(865) {
    -webkit-animation-delay: 86.5s;
    animation-delay: 86.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(866) {
    -webkit-animation-delay: 86.6s;
    animation-delay: 86.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(867) {
    -webkit-animation-delay: 86.7s;
    animation-delay: 86.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(868) {
    -webkit-animation-delay: 86.8s;
    animation-delay: 86.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(869) {
    -webkit-animation-delay: 86.9s;
    animation-delay: 86.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(870) {
    -webkit-animation-delay: 87s;
    animation-delay: 87s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(871) {
    -webkit-animation-delay: 87.1s;
    animation-delay: 87.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(872) {
    -webkit-animation-delay: 87.2s;
    animation-delay: 87.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(873) {
    -webkit-animation-delay: 87.3s;
    animation-delay: 87.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(874) {
    -webkit-animation-delay: 87.4s;
    animation-delay: 87.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(875) {
    -webkit-animation-delay: 87.5s;
    animation-delay: 87.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(876) {
    -webkit-animation-delay: 87.6s;
    animation-delay: 87.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(877) {
    -webkit-animation-delay: 87.7s;
    animation-delay: 87.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(878) {
    -webkit-animation-delay: 87.8s;
    animation-delay: 87.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(879) {
    -webkit-animation-delay: 87.9s;
    animation-delay: 87.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(880) {
    -webkit-animation-delay: 88s;
    animation-delay: 88s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(881) {
    -webkit-animation-delay: 88.1s;
    animation-delay: 88.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(882) {
    -webkit-animation-delay: 88.2s;
    animation-delay: 88.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(883) {
    -webkit-animation-delay: 88.3s;
    animation-delay: 88.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(884) {
    -webkit-animation-delay: 88.4s;
    animation-delay: 88.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(885) {
    -webkit-animation-delay: 88.5s;
    animation-delay: 88.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(886) {
    -webkit-animation-delay: 88.6s;
    animation-delay: 88.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(887) {
    -webkit-animation-delay: 88.7s;
    animation-delay: 88.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(888) {
    -webkit-animation-delay: 88.8s;
    animation-delay: 88.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(889) {
    -webkit-animation-delay: 88.9s;
    animation-delay: 88.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(890) {
    -webkit-animation-delay: 89s;
    animation-delay: 89s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(891) {
    -webkit-animation-delay: 89.1s;
    animation-delay: 89.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(892) {
    -webkit-animation-delay: 89.2s;
    animation-delay: 89.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(893) {
    -webkit-animation-delay: 89.3s;
    animation-delay: 89.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(894) {
    -webkit-animation-delay: 89.4s;
    animation-delay: 89.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(895) {
    -webkit-animation-delay: 89.5s;
    animation-delay: 89.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(896) {
    -webkit-animation-delay: 89.6s;
    animation-delay: 89.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(897) {
    -webkit-animation-delay: 89.7s;
    animation-delay: 89.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(898) {
    -webkit-animation-delay: 89.8s;
    animation-delay: 89.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(899) {
    -webkit-animation-delay: 89.9s;
    animation-delay: 89.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(900) {
    -webkit-animation-delay: 90s;
    animation-delay: 90s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(901) {
    -webkit-animation-delay: 90.1s;
    animation-delay: 90.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(902) {
    -webkit-animation-delay: 90.2s;
    animation-delay: 90.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(903) {
    -webkit-animation-delay: 90.3s;
    animation-delay: 90.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(904) {
    -webkit-animation-delay: 90.4s;
    animation-delay: 90.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(905) {
    -webkit-animation-delay: 90.5s;
    animation-delay: 90.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(906) {
    -webkit-animation-delay: 90.6s;
    animation-delay: 90.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(907) {
    -webkit-animation-delay: 90.7s;
    animation-delay: 90.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(908) {
    -webkit-animation-delay: 90.8s;
    animation-delay: 90.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(909) {
    -webkit-animation-delay: 90.9s;
    animation-delay: 90.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(910) {
    -webkit-animation-delay: 91s;
    animation-delay: 91s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(911) {
    -webkit-animation-delay: 91.1s;
    animation-delay: 91.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(912) {
    -webkit-animation-delay: 91.2s;
    animation-delay: 91.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(913) {
    -webkit-animation-delay: 91.3s;
    animation-delay: 91.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(914) {
    -webkit-animation-delay: 91.4s;
    animation-delay: 91.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(915) {
    -webkit-animation-delay: 91.5s;
    animation-delay: 91.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(916) {
    -webkit-animation-delay: 91.6s;
    animation-delay: 91.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(917) {
    -webkit-animation-delay: 91.7s;
    animation-delay: 91.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(918) {
    -webkit-animation-delay: 91.8s;
    animation-delay: 91.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(919) {
    -webkit-animation-delay: 91.9s;
    animation-delay: 91.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(920) {
    -webkit-animation-delay: 92s;
    animation-delay: 92s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(921) {
    -webkit-animation-delay: 92.1s;
    animation-delay: 92.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(922) {
    -webkit-animation-delay: 92.2s;
    animation-delay: 92.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(923) {
    -webkit-animation-delay: 92.3s;
    animation-delay: 92.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(924) {
    -webkit-animation-delay: 92.4s;
    animation-delay: 92.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(925) {
    -webkit-animation-delay: 92.5s;
    animation-delay: 92.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(926) {
    -webkit-animation-delay: 92.6s;
    animation-delay: 92.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(927) {
    -webkit-animation-delay: 92.7s;
    animation-delay: 92.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(928) {
    -webkit-animation-delay: 92.8s;
    animation-delay: 92.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(929) {
    -webkit-animation-delay: 92.9s;
    animation-delay: 92.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(930) {
    -webkit-animation-delay: 93s;
    animation-delay: 93s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(931) {
    -webkit-animation-delay: 93.1s;
    animation-delay: 93.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(932) {
    -webkit-animation-delay: 93.2s;
    animation-delay: 93.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(933) {
    -webkit-animation-delay: 93.3s;
    animation-delay: 93.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(934) {
    -webkit-animation-delay: 93.4s;
    animation-delay: 93.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(935) {
    -webkit-animation-delay: 93.5s;
    animation-delay: 93.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(936) {
    -webkit-animation-delay: 93.6s;
    animation-delay: 93.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(937) {
    -webkit-animation-delay: 93.7s;
    animation-delay: 93.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(938) {
    -webkit-animation-delay: 93.8s;
    animation-delay: 93.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(939) {
    -webkit-animation-delay: 93.9s;
    animation-delay: 93.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(940) {
    -webkit-animation-delay: 94s;
    animation-delay: 94s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(941) {
    -webkit-animation-delay: 94.1s;
    animation-delay: 94.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(942) {
    -webkit-animation-delay: 94.2s;
    animation-delay: 94.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(943) {
    -webkit-animation-delay: 94.3s;
    animation-delay: 94.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(944) {
    -webkit-animation-delay: 94.4s;
    animation-delay: 94.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(945) {
    -webkit-animation-delay: 94.5s;
    animation-delay: 94.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(946) {
    -webkit-animation-delay: 94.6s;
    animation-delay: 94.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(947) {
    -webkit-animation-delay: 94.7s;
    animation-delay: 94.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(948) {
    -webkit-animation-delay: 94.8s;
    animation-delay: 94.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(949) {
    -webkit-animation-delay: 94.9s;
    animation-delay: 94.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(950) {
    -webkit-animation-delay: 95s;
    animation-delay: 95s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(951) {
    -webkit-animation-delay: 95.1s;
    animation-delay: 95.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(952) {
    -webkit-animation-delay: 95.2s;
    animation-delay: 95.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(953) {
    -webkit-animation-delay: 95.3s;
    animation-delay: 95.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(954) {
    -webkit-animation-delay: 95.4s;
    animation-delay: 95.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(955) {
    -webkit-animation-delay: 95.5s;
    animation-delay: 95.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(956) {
    -webkit-animation-delay: 95.6s;
    animation-delay: 95.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(957) {
    -webkit-animation-delay: 95.7s;
    animation-delay: 95.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(958) {
    -webkit-animation-delay: 95.8s;
    animation-delay: 95.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(959) {
    -webkit-animation-delay: 95.9s;
    animation-delay: 95.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(960) {
    -webkit-animation-delay: 96s;
    animation-delay: 96s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(961) {
    -webkit-animation-delay: 96.1s;
    animation-delay: 96.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(962) {
    -webkit-animation-delay: 96.2s;
    animation-delay: 96.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(963) {
    -webkit-animation-delay: 96.3s;
    animation-delay: 96.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(964) {
    -webkit-animation-delay: 96.4s;
    animation-delay: 96.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(965) {
    -webkit-animation-delay: 96.5s;
    animation-delay: 96.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(966) {
    -webkit-animation-delay: 96.6s;
    animation-delay: 96.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(967) {
    -webkit-animation-delay: 96.7s;
    animation-delay: 96.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(968) {
    -webkit-animation-delay: 96.8s;
    animation-delay: 96.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(969) {
    -webkit-animation-delay: 96.9s;
    animation-delay: 96.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(970) {
    -webkit-animation-delay: 97s;
    animation-delay: 97s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(971) {
    -webkit-animation-delay: 97.1s;
    animation-delay: 97.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(972) {
    -webkit-animation-delay: 97.2s;
    animation-delay: 97.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(973) {
    -webkit-animation-delay: 97.3s;
    animation-delay: 97.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(974) {
    -webkit-animation-delay: 97.4s;
    animation-delay: 97.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(975) {
    -webkit-animation-delay: 97.5s;
    animation-delay: 97.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(976) {
    -webkit-animation-delay: 97.6s;
    animation-delay: 97.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(977) {
    -webkit-animation-delay: 97.7s;
    animation-delay: 97.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(978) {
    -webkit-animation-delay: 97.8s;
    animation-delay: 97.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(979) {
    -webkit-animation-delay: 97.9s;
    animation-delay: 97.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(980) {
    -webkit-animation-delay: 98s;
    animation-delay: 98s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(981) {
    -webkit-animation-delay: 98.1s;
    animation-delay: 98.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(982) {
    -webkit-animation-delay: 98.2s;
    animation-delay: 98.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(983) {
    -webkit-animation-delay: 98.3s;
    animation-delay: 98.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(984) {
    -webkit-animation-delay: 98.4s;
    animation-delay: 98.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(985) {
    -webkit-animation-delay: 98.5s;
    animation-delay: 98.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(986) {
    -webkit-animation-delay: 98.6s;
    animation-delay: 98.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(987) {
    -webkit-animation-delay: 98.7s;
    animation-delay: 98.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(988) {
    -webkit-animation-delay: 98.8s;
    animation-delay: 98.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(989) {
    -webkit-animation-delay: 98.9s;
    animation-delay: 98.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(990) {
    -webkit-animation-delay: 99s;
    animation-delay: 99s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(991) {
    -webkit-animation-delay: 99.1s;
    animation-delay: 99.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(992) {
    -webkit-animation-delay: 99.2s;
    animation-delay: 99.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(993) {
    -webkit-animation-delay: 99.3s;
    animation-delay: 99.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(994) {
    -webkit-animation-delay: 99.4s;
    animation-delay: 99.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(995) {
    -webkit-animation-delay: 99.5s;
    animation-delay: 99.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(996) {
    -webkit-animation-delay: 99.6s;
    animation-delay: 99.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(997) {
    -webkit-animation-delay: 99.7s;
    animation-delay: 99.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(998) {
    -webkit-animation-delay: 99.8s;
    animation-delay: 99.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(999) {
    -webkit-animation-delay: 99.9s;
    animation-delay: 99.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1000) {
    -webkit-animation-delay: 100s;
    animation-delay: 100s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1001) {
    -webkit-animation-delay: 100.1s;
    animation-delay: 100.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1002) {
    -webkit-animation-delay: 100.2s;
    animation-delay: 100.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1003) {
    -webkit-animation-delay: 100.3s;
    animation-delay: 100.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1004) {
    -webkit-animation-delay: 100.4s;
    animation-delay: 100.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1005) {
    -webkit-animation-delay: 100.5s;
    animation-delay: 100.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1006) {
    -webkit-animation-delay: 100.6s;
    animation-delay: 100.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1007) {
    -webkit-animation-delay: 100.7s;
    animation-delay: 100.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1008) {
    -webkit-animation-delay: 100.8s;
    animation-delay: 100.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1009) {
    -webkit-animation-delay: 100.9s;
    animation-delay: 100.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1010) {
    -webkit-animation-delay: 101s;
    animation-delay: 101s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1011) {
    -webkit-animation-delay: 101.1s;
    animation-delay: 101.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1012) {
    -webkit-animation-delay: 101.2s;
    animation-delay: 101.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1013) {
    -webkit-animation-delay: 101.3s;
    animation-delay: 101.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1014) {
    -webkit-animation-delay: 101.4s;
    animation-delay: 101.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1015) {
    -webkit-animation-delay: 101.5s;
    animation-delay: 101.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1016) {
    -webkit-animation-delay: 101.6s;
    animation-delay: 101.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1017) {
    -webkit-animation-delay: 101.7s;
    animation-delay: 101.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1018) {
    -webkit-animation-delay: 101.8s;
    animation-delay: 101.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1019) {
    -webkit-animation-delay: 101.9s;
    animation-delay: 101.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1020) {
    -webkit-animation-delay: 102s;
    animation-delay: 102s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1021) {
    -webkit-animation-delay: 102.1s;
    animation-delay: 102.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1022) {
    -webkit-animation-delay: 102.2s;
    animation-delay: 102.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1023) {
    -webkit-animation-delay: 102.3s;
    animation-delay: 102.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1024) {
    -webkit-animation-delay: 102.4s;
    animation-delay: 102.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1025) {
    -webkit-animation-delay: 102.5s;
    animation-delay: 102.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1026) {
    -webkit-animation-delay: 102.6s;
    animation-delay: 102.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1027) {
    -webkit-animation-delay: 102.7s;
    animation-delay: 102.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1028) {
    -webkit-animation-delay: 102.8s;
    animation-delay: 102.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1029) {
    -webkit-animation-delay: 102.9s;
    animation-delay: 102.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1030) {
    -webkit-animation-delay: 103s;
    animation-delay: 103s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1031) {
    -webkit-animation-delay: 103.1s;
    animation-delay: 103.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1032) {
    -webkit-animation-delay: 103.2s;
    animation-delay: 103.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1033) {
    -webkit-animation-delay: 103.3s;
    animation-delay: 103.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1034) {
    -webkit-animation-delay: 103.4s;
    animation-delay: 103.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1035) {
    -webkit-animation-delay: 103.5s;
    animation-delay: 103.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1036) {
    -webkit-animation-delay: 103.6s;
    animation-delay: 103.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1037) {
    -webkit-animation-delay: 103.7s;
    animation-delay: 103.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1038) {
    -webkit-animation-delay: 103.8s;
    animation-delay: 103.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1039) {
    -webkit-animation-delay: 103.9s;
    animation-delay: 103.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1040) {
    -webkit-animation-delay: 104s;
    animation-delay: 104s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1041) {
    -webkit-animation-delay: 104.1s;
    animation-delay: 104.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1042) {
    -webkit-animation-delay: 104.2s;
    animation-delay: 104.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1043) {
    -webkit-animation-delay: 104.3s;
    animation-delay: 104.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1044) {
    -webkit-animation-delay: 104.4s;
    animation-delay: 104.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1045) {
    -webkit-animation-delay: 104.5s;
    animation-delay: 104.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1046) {
    -webkit-animation-delay: 104.6s;
    animation-delay: 104.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1047) {
    -webkit-animation-delay: 104.7s;
    animation-delay: 104.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1048) {
    -webkit-animation-delay: 104.8s;
    animation-delay: 104.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1049) {
    -webkit-animation-delay: 104.9s;
    animation-delay: 104.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1050) {
    -webkit-animation-delay: 105s;
    animation-delay: 105s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1051) {
    -webkit-animation-delay: 105.1s;
    animation-delay: 105.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1052) {
    -webkit-animation-delay: 105.2s;
    animation-delay: 105.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1053) {
    -webkit-animation-delay: 105.3s;
    animation-delay: 105.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1054) {
    -webkit-animation-delay: 105.4s;
    animation-delay: 105.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1055) {
    -webkit-animation-delay: 105.5s;
    animation-delay: 105.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1056) {
    -webkit-animation-delay: 105.6s;
    animation-delay: 105.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1057) {
    -webkit-animation-delay: 105.7s;
    animation-delay: 105.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1058) {
    -webkit-animation-delay: 105.8s;
    animation-delay: 105.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1059) {
    -webkit-animation-delay: 105.9s;
    animation-delay: 105.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1060) {
    -webkit-animation-delay: 106s;
    animation-delay: 106s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1061) {
    -webkit-animation-delay: 106.1s;
    animation-delay: 106.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1062) {
    -webkit-animation-delay: 106.2s;
    animation-delay: 106.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1063) {
    -webkit-animation-delay: 106.3s;
    animation-delay: 106.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1064) {
    -webkit-animation-delay: 106.4s;
    animation-delay: 106.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1065) {
    -webkit-animation-delay: 106.5s;
    animation-delay: 106.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1066) {
    -webkit-animation-delay: 106.6s;
    animation-delay: 106.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1067) {
    -webkit-animation-delay: 106.7s;
    animation-delay: 106.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1068) {
    -webkit-animation-delay: 106.8s;
    animation-delay: 106.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1069) {
    -webkit-animation-delay: 106.9s;
    animation-delay: 106.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1070) {
    -webkit-animation-delay: 107s;
    animation-delay: 107s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1071) {
    -webkit-animation-delay: 107.1s;
    animation-delay: 107.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1072) {
    -webkit-animation-delay: 107.2s;
    animation-delay: 107.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1073) {
    -webkit-animation-delay: 107.3s;
    animation-delay: 107.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1074) {
    -webkit-animation-delay: 107.4s;
    animation-delay: 107.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1075) {
    -webkit-animation-delay: 107.5s;
    animation-delay: 107.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1076) {
    -webkit-animation-delay: 107.6s;
    animation-delay: 107.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1077) {
    -webkit-animation-delay: 107.7s;
    animation-delay: 107.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1078) {
    -webkit-animation-delay: 107.8s;
    animation-delay: 107.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1079) {
    -webkit-animation-delay: 107.9s;
    animation-delay: 107.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1080) {
    -webkit-animation-delay: 108s;
    animation-delay: 108s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1081) {
    -webkit-animation-delay: 108.1s;
    animation-delay: 108.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1082) {
    -webkit-animation-delay: 108.2s;
    animation-delay: 108.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1083) {
    -webkit-animation-delay: 108.3s;
    animation-delay: 108.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1084) {
    -webkit-animation-delay: 108.4s;
    animation-delay: 108.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1085) {
    -webkit-animation-delay: 108.5s;
    animation-delay: 108.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1086) {
    -webkit-animation-delay: 108.6s;
    animation-delay: 108.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1087) {
    -webkit-animation-delay: 108.7s;
    animation-delay: 108.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1088) {
    -webkit-animation-delay: 108.8s;
    animation-delay: 108.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1089) {
    -webkit-animation-delay: 108.9s;
    animation-delay: 108.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1090) {
    -webkit-animation-delay: 109s;
    animation-delay: 109s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1091) {
    -webkit-animation-delay: 109.1s;
    animation-delay: 109.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1092) {
    -webkit-animation-delay: 109.2s;
    animation-delay: 109.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1093) {
    -webkit-animation-delay: 109.3s;
    animation-delay: 109.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1094) {
    -webkit-animation-delay: 109.4s;
    animation-delay: 109.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1095) {
    -webkit-animation-delay: 109.5s;
    animation-delay: 109.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1096) {
    -webkit-animation-delay: 109.6s;
    animation-delay: 109.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1097) {
    -webkit-animation-delay: 109.7s;
    animation-delay: 109.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1098) {
    -webkit-animation-delay: 109.8s;
    animation-delay: 109.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1099) {
    -webkit-animation-delay: 109.9s;
    animation-delay: 109.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1100) {
    -webkit-animation-delay: 110s;
    animation-delay: 110s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1101) {
    -webkit-animation-delay: 110.1s;
    animation-delay: 110.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1102) {
    -webkit-animation-delay: 110.2s;
    animation-delay: 110.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1103) {
    -webkit-animation-delay: 110.3s;
    animation-delay: 110.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1104) {
    -webkit-animation-delay: 110.4s;
    animation-delay: 110.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1105) {
    -webkit-animation-delay: 110.5s;
    animation-delay: 110.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1106) {
    -webkit-animation-delay: 110.6s;
    animation-delay: 110.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1107) {
    -webkit-animation-delay: 110.7s;
    animation-delay: 110.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1108) {
    -webkit-animation-delay: 110.8s;
    animation-delay: 110.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1109) {
    -webkit-animation-delay: 110.9s;
    animation-delay: 110.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1110) {
    -webkit-animation-delay: 111s;
    animation-delay: 111s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1111) {
    -webkit-animation-delay: 111.1s;
    animation-delay: 111.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1112) {
    -webkit-animation-delay: 111.2s;
    animation-delay: 111.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1113) {
    -webkit-animation-delay: 111.3s;
    animation-delay: 111.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1114) {
    -webkit-animation-delay: 111.4s;
    animation-delay: 111.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1115) {
    -webkit-animation-delay: 111.5s;
    animation-delay: 111.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1116) {
    -webkit-animation-delay: 111.6s;
    animation-delay: 111.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1117) {
    -webkit-animation-delay: 111.7s;
    animation-delay: 111.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1118) {
    -webkit-animation-delay: 111.8s;
    animation-delay: 111.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1119) {
    -webkit-animation-delay: 111.9s;
    animation-delay: 111.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1120) {
    -webkit-animation-delay: 112s;
    animation-delay: 112s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1121) {
    -webkit-animation-delay: 112.1s;
    animation-delay: 112.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1122) {
    -webkit-animation-delay: 112.2s;
    animation-delay: 112.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1123) {
    -webkit-animation-delay: 112.3s;
    animation-delay: 112.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1124) {
    -webkit-animation-delay: 112.4s;
    animation-delay: 112.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1125) {
    -webkit-animation-delay: 112.5s;
    animation-delay: 112.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1126) {
    -webkit-animation-delay: 112.6s;
    animation-delay: 112.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1127) {
    -webkit-animation-delay: 112.7s;
    animation-delay: 112.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1128) {
    -webkit-animation-delay: 112.8s;
    animation-delay: 112.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1129) {
    -webkit-animation-delay: 112.9s;
    animation-delay: 112.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1130) {
    -webkit-animation-delay: 113s;
    animation-delay: 113s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1131) {
    -webkit-animation-delay: 113.1s;
    animation-delay: 113.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1132) {
    -webkit-animation-delay: 113.2s;
    animation-delay: 113.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1133) {
    -webkit-animation-delay: 113.3s;
    animation-delay: 113.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1134) {
    -webkit-animation-delay: 113.4s;
    animation-delay: 113.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1135) {
    -webkit-animation-delay: 113.5s;
    animation-delay: 113.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1136) {
    -webkit-animation-delay: 113.6s;
    animation-delay: 113.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1137) {
    -webkit-animation-delay: 113.7s;
    animation-delay: 113.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1138) {
    -webkit-animation-delay: 113.8s;
    animation-delay: 113.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1139) {
    -webkit-animation-delay: 113.9s;
    animation-delay: 113.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1140) {
    -webkit-animation-delay: 114s;
    animation-delay: 114s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1141) {
    -webkit-animation-delay: 114.1s;
    animation-delay: 114.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1142) {
    -webkit-animation-delay: 114.2s;
    animation-delay: 114.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1143) {
    -webkit-animation-delay: 114.3s;
    animation-delay: 114.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1144) {
    -webkit-animation-delay: 114.4s;
    animation-delay: 114.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1145) {
    -webkit-animation-delay: 114.5s;
    animation-delay: 114.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1146) {
    -webkit-animation-delay: 114.6s;
    animation-delay: 114.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1147) {
    -webkit-animation-delay: 114.7s;
    animation-delay: 114.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1148) {
    -webkit-animation-delay: 114.8s;
    animation-delay: 114.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1149) {
    -webkit-animation-delay: 114.9s;
    animation-delay: 114.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1150) {
    -webkit-animation-delay: 115s;
    animation-delay: 115s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1151) {
    -webkit-animation-delay: 115.1s;
    animation-delay: 115.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1152) {
    -webkit-animation-delay: 115.2s;
    animation-delay: 115.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1153) {
    -webkit-animation-delay: 115.3s;
    animation-delay: 115.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1154) {
    -webkit-animation-delay: 115.4s;
    animation-delay: 115.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1155) {
    -webkit-animation-delay: 115.5s;
    animation-delay: 115.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1156) {
    -webkit-animation-delay: 115.6s;
    animation-delay: 115.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1157) {
    -webkit-animation-delay: 115.7s;
    animation-delay: 115.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1158) {
    -webkit-animation-delay: 115.8s;
    animation-delay: 115.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1159) {
    -webkit-animation-delay: 115.9s;
    animation-delay: 115.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1160) {
    -webkit-animation-delay: 116s;
    animation-delay: 116s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1161) {
    -webkit-animation-delay: 116.1s;
    animation-delay: 116.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1162) {
    -webkit-animation-delay: 116.2s;
    animation-delay: 116.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1163) {
    -webkit-animation-delay: 116.3s;
    animation-delay: 116.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1164) {
    -webkit-animation-delay: 116.4s;
    animation-delay: 116.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1165) {
    -webkit-animation-delay: 116.5s;
    animation-delay: 116.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1166) {
    -webkit-animation-delay: 116.6s;
    animation-delay: 116.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1167) {
    -webkit-animation-delay: 116.7s;
    animation-delay: 116.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1168) {
    -webkit-animation-delay: 116.8s;
    animation-delay: 116.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1169) {
    -webkit-animation-delay: 116.9s;
    animation-delay: 116.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1170) {
    -webkit-animation-delay: 117s;
    animation-delay: 117s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1171) {
    -webkit-animation-delay: 117.1s;
    animation-delay: 117.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1172) {
    -webkit-animation-delay: 117.2s;
    animation-delay: 117.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1173) {
    -webkit-animation-delay: 117.3s;
    animation-delay: 117.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1174) {
    -webkit-animation-delay: 117.4s;
    animation-delay: 117.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1175) {
    -webkit-animation-delay: 117.5s;
    animation-delay: 117.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1176) {
    -webkit-animation-delay: 117.6s;
    animation-delay: 117.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1177) {
    -webkit-animation-delay: 117.7s;
    animation-delay: 117.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1178) {
    -webkit-animation-delay: 117.8s;
    animation-delay: 117.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1179) {
    -webkit-animation-delay: 117.9s;
    animation-delay: 117.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1180) {
    -webkit-animation-delay: 118s;
    animation-delay: 118s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1181) {
    -webkit-animation-delay: 118.1s;
    animation-delay: 118.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1182) {
    -webkit-animation-delay: 118.2s;
    animation-delay: 118.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1183) {
    -webkit-animation-delay: 118.3s;
    animation-delay: 118.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1184) {
    -webkit-animation-delay: 118.4s;
    animation-delay: 118.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1185) {
    -webkit-animation-delay: 118.5s;
    animation-delay: 118.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1186) {
    -webkit-animation-delay: 118.6s;
    animation-delay: 118.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1187) {
    -webkit-animation-delay: 118.7s;
    animation-delay: 118.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1188) {
    -webkit-animation-delay: 118.8s;
    animation-delay: 118.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1189) {
    -webkit-animation-delay: 118.9s;
    animation-delay: 118.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1190) {
    -webkit-animation-delay: 119s;
    animation-delay: 119s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1191) {
    -webkit-animation-delay: 119.1s;
    animation-delay: 119.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1192) {
    -webkit-animation-delay: 119.2s;
    animation-delay: 119.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1193) {
    -webkit-animation-delay: 119.3s;
    animation-delay: 119.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1194) {
    -webkit-animation-delay: 119.4s;
    animation-delay: 119.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1195) {
    -webkit-animation-delay: 119.5s;
    animation-delay: 119.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1196) {
    -webkit-animation-delay: 119.6s;
    animation-delay: 119.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1197) {
    -webkit-animation-delay: 119.7s;
    animation-delay: 119.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1198) {
    -webkit-animation-delay: 119.8s;
    animation-delay: 119.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1199) {
    -webkit-animation-delay: 119.9s;
    animation-delay: 119.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1200) {
    -webkit-animation-delay: 120s;
    animation-delay: 120s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1201) {
    -webkit-animation-delay: 120.1s;
    animation-delay: 120.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1202) {
    -webkit-animation-delay: 120.2s;
    animation-delay: 120.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1203) {
    -webkit-animation-delay: 120.3s;
    animation-delay: 120.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1204) {
    -webkit-animation-delay: 120.4s;
    animation-delay: 120.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1205) {
    -webkit-animation-delay: 120.5s;
    animation-delay: 120.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1206) {
    -webkit-animation-delay: 120.6s;
    animation-delay: 120.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1207) {
    -webkit-animation-delay: 120.7s;
    animation-delay: 120.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1208) {
    -webkit-animation-delay: 120.8s;
    animation-delay: 120.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1209) {
    -webkit-animation-delay: 120.9s;
    animation-delay: 120.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1210) {
    -webkit-animation-delay: 121s;
    animation-delay: 121s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1211) {
    -webkit-animation-delay: 121.1s;
    animation-delay: 121.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1212) {
    -webkit-animation-delay: 121.2s;
    animation-delay: 121.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1213) {
    -webkit-animation-delay: 121.3s;
    animation-delay: 121.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1214) {
    -webkit-animation-delay: 121.4s;
    animation-delay: 121.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1215) {
    -webkit-animation-delay: 121.5s;
    animation-delay: 121.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1216) {
    -webkit-animation-delay: 121.6s;
    animation-delay: 121.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1217) {
    -webkit-animation-delay: 121.7s;
    animation-delay: 121.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1218) {
    -webkit-animation-delay: 121.8s;
    animation-delay: 121.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1219) {
    -webkit-animation-delay: 121.9s;
    animation-delay: 121.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1220) {
    -webkit-animation-delay: 122s;
    animation-delay: 122s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1221) {
    -webkit-animation-delay: 122.1s;
    animation-delay: 122.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1222) {
    -webkit-animation-delay: 122.2s;
    animation-delay: 122.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1223) {
    -webkit-animation-delay: 122.3s;
    animation-delay: 122.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1224) {
    -webkit-animation-delay: 122.4s;
    animation-delay: 122.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1225) {
    -webkit-animation-delay: 122.5s;
    animation-delay: 122.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1226) {
    -webkit-animation-delay: 122.6s;
    animation-delay: 122.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1227) {
    -webkit-animation-delay: 122.7s;
    animation-delay: 122.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1228) {
    -webkit-animation-delay: 122.8s;
    animation-delay: 122.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1229) {
    -webkit-animation-delay: 122.9s;
    animation-delay: 122.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1230) {
    -webkit-animation-delay: 123s;
    animation-delay: 123s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1231) {
    -webkit-animation-delay: 123.1s;
    animation-delay: 123.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1232) {
    -webkit-animation-delay: 123.2s;
    animation-delay: 123.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1233) {
    -webkit-animation-delay: 123.3s;
    animation-delay: 123.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1234) {
    -webkit-animation-delay: 123.4s;
    animation-delay: 123.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1235) {
    -webkit-animation-delay: 123.5s;
    animation-delay: 123.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1236) {
    -webkit-animation-delay: 123.6s;
    animation-delay: 123.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1237) {
    -webkit-animation-delay: 123.7s;
    animation-delay: 123.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1238) {
    -webkit-animation-delay: 123.8s;
    animation-delay: 123.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1239) {
    -webkit-animation-delay: 123.9s;
    animation-delay: 123.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1240) {
    -webkit-animation-delay: 124s;
    animation-delay: 124s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1241) {
    -webkit-animation-delay: 124.1s;
    animation-delay: 124.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1242) {
    -webkit-animation-delay: 124.2s;
    animation-delay: 124.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1243) {
    -webkit-animation-delay: 124.3s;
    animation-delay: 124.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1244) {
    -webkit-animation-delay: 124.4s;
    animation-delay: 124.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1245) {
    -webkit-animation-delay: 124.5s;
    animation-delay: 124.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1246) {
    -webkit-animation-delay: 124.6s;
    animation-delay: 124.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1247) {
    -webkit-animation-delay: 124.7s;
    animation-delay: 124.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1248) {
    -webkit-animation-delay: 124.8s;
    animation-delay: 124.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1249) {
    -webkit-animation-delay: 124.9s;
    animation-delay: 124.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1250) {
    -webkit-animation-delay: 125s;
    animation-delay: 125s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1251) {
    -webkit-animation-delay: 125.1s;
    animation-delay: 125.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1252) {
    -webkit-animation-delay: 125.2s;
    animation-delay: 125.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1253) {
    -webkit-animation-delay: 125.3s;
    animation-delay: 125.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1254) {
    -webkit-animation-delay: 125.4s;
    animation-delay: 125.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1255) {
    -webkit-animation-delay: 125.5s;
    animation-delay: 125.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1256) {
    -webkit-animation-delay: 125.6s;
    animation-delay: 125.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1257) {
    -webkit-animation-delay: 125.7s;
    animation-delay: 125.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1258) {
    -webkit-animation-delay: 125.8s;
    animation-delay: 125.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1259) {
    -webkit-animation-delay: 125.9s;
    animation-delay: 125.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1260) {
    -webkit-animation-delay: 126s;
    animation-delay: 126s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1261) {
    -webkit-animation-delay: 126.1s;
    animation-delay: 126.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1262) {
    -webkit-animation-delay: 126.2s;
    animation-delay: 126.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1263) {
    -webkit-animation-delay: 126.3s;
    animation-delay: 126.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1264) {
    -webkit-animation-delay: 126.4s;
    animation-delay: 126.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1265) {
    -webkit-animation-delay: 126.5s;
    animation-delay: 126.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1266) {
    -webkit-animation-delay: 126.6s;
    animation-delay: 126.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1267) {
    -webkit-animation-delay: 126.7s;
    animation-delay: 126.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1268) {
    -webkit-animation-delay: 126.8s;
    animation-delay: 126.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1269) {
    -webkit-animation-delay: 126.9s;
    animation-delay: 126.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1270) {
    -webkit-animation-delay: 127s;
    animation-delay: 127s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1271) {
    -webkit-animation-delay: 127.1s;
    animation-delay: 127.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1272) {
    -webkit-animation-delay: 127.2s;
    animation-delay: 127.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1273) {
    -webkit-animation-delay: 127.3s;
    animation-delay: 127.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1274) {
    -webkit-animation-delay: 127.4s;
    animation-delay: 127.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1275) {
    -webkit-animation-delay: 127.5s;
    animation-delay: 127.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1276) {
    -webkit-animation-delay: 127.6s;
    animation-delay: 127.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1277) {
    -webkit-animation-delay: 127.7s;
    animation-delay: 127.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1278) {
    -webkit-animation-delay: 127.8s;
    animation-delay: 127.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1279) {
    -webkit-animation-delay: 127.9s;
    animation-delay: 127.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1280) {
    -webkit-animation-delay: 128s;
    animation-delay: 128s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1281) {
    -webkit-animation-delay: 128.1s;
    animation-delay: 128.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1282) {
    -webkit-animation-delay: 128.2s;
    animation-delay: 128.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1283) {
    -webkit-animation-delay: 128.3s;
    animation-delay: 128.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1284) {
    -webkit-animation-delay: 128.4s;
    animation-delay: 128.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1285) {
    -webkit-animation-delay: 128.5s;
    animation-delay: 128.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1286) {
    -webkit-animation-delay: 128.6s;
    animation-delay: 128.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1287) {
    -webkit-animation-delay: 128.7s;
    animation-delay: 128.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1288) {
    -webkit-animation-delay: 128.8s;
    animation-delay: 128.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1289) {
    -webkit-animation-delay: 128.9s;
    animation-delay: 128.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1290) {
    -webkit-animation-delay: 129s;
    animation-delay: 129s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1291) {
    -webkit-animation-delay: 129.1s;
    animation-delay: 129.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1292) {
    -webkit-animation-delay: 129.2s;
    animation-delay: 129.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1293) {
    -webkit-animation-delay: 129.3s;
    animation-delay: 129.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1294) {
    -webkit-animation-delay: 129.4s;
    animation-delay: 129.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1295) {
    -webkit-animation-delay: 129.5s;
    animation-delay: 129.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1296) {
    -webkit-animation-delay: 129.6s;
    animation-delay: 129.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1297) {
    -webkit-animation-delay: 129.7s;
    animation-delay: 129.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1298) {
    -webkit-animation-delay: 129.8s;
    animation-delay: 129.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1299) {
    -webkit-animation-delay: 129.9s;
    animation-delay: 129.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1300) {
    -webkit-animation-delay: 130s;
    animation-delay: 130s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1301) {
    -webkit-animation-delay: 130.1s;
    animation-delay: 130.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1302) {
    -webkit-animation-delay: 130.2s;
    animation-delay: 130.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1303) {
    -webkit-animation-delay: 130.3s;
    animation-delay: 130.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1304) {
    -webkit-animation-delay: 130.4s;
    animation-delay: 130.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1305) {
    -webkit-animation-delay: 130.5s;
    animation-delay: 130.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1306) {
    -webkit-animation-delay: 130.6s;
    animation-delay: 130.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1307) {
    -webkit-animation-delay: 130.7s;
    animation-delay: 130.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1308) {
    -webkit-animation-delay: 130.8s;
    animation-delay: 130.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1309) {
    -webkit-animation-delay: 130.9s;
    animation-delay: 130.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1310) {
    -webkit-animation-delay: 131s;
    animation-delay: 131s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1311) {
    -webkit-animation-delay: 131.1s;
    animation-delay: 131.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1312) {
    -webkit-animation-delay: 131.2s;
    animation-delay: 131.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1313) {
    -webkit-animation-delay: 131.3s;
    animation-delay: 131.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1314) {
    -webkit-animation-delay: 131.4s;
    animation-delay: 131.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1315) {
    -webkit-animation-delay: 131.5s;
    animation-delay: 131.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1316) {
    -webkit-animation-delay: 131.6s;
    animation-delay: 131.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1317) {
    -webkit-animation-delay: 131.7s;
    animation-delay: 131.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1318) {
    -webkit-animation-delay: 131.8s;
    animation-delay: 131.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1319) {
    -webkit-animation-delay: 131.9s;
    animation-delay: 131.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1320) {
    -webkit-animation-delay: 132s;
    animation-delay: 132s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1321) {
    -webkit-animation-delay: 132.1s;
    animation-delay: 132.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1322) {
    -webkit-animation-delay: 132.2s;
    animation-delay: 132.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1323) {
    -webkit-animation-delay: 132.3s;
    animation-delay: 132.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1324) {
    -webkit-animation-delay: 132.4s;
    animation-delay: 132.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1325) {
    -webkit-animation-delay: 132.5s;
    animation-delay: 132.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1326) {
    -webkit-animation-delay: 132.6s;
    animation-delay: 132.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1327) {
    -webkit-animation-delay: 132.7s;
    animation-delay: 132.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1328) {
    -webkit-animation-delay: 132.8s;
    animation-delay: 132.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1329) {
    -webkit-animation-delay: 132.9s;
    animation-delay: 132.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1330) {
    -webkit-animation-delay: 133s;
    animation-delay: 133s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1331) {
    -webkit-animation-delay: 133.1s;
    animation-delay: 133.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1332) {
    -webkit-animation-delay: 133.2s;
    animation-delay: 133.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1333) {
    -webkit-animation-delay: 133.3s;
    animation-delay: 133.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1334) {
    -webkit-animation-delay: 133.4s;
    animation-delay: 133.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1335) {
    -webkit-animation-delay: 133.5s;
    animation-delay: 133.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1336) {
    -webkit-animation-delay: 133.6s;
    animation-delay: 133.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1337) {
    -webkit-animation-delay: 133.7s;
    animation-delay: 133.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1338) {
    -webkit-animation-delay: 133.8s;
    animation-delay: 133.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1339) {
    -webkit-animation-delay: 133.9s;
    animation-delay: 133.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1340) {
    -webkit-animation-delay: 134s;
    animation-delay: 134s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1341) {
    -webkit-animation-delay: 134.1s;
    animation-delay: 134.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1342) {
    -webkit-animation-delay: 134.2s;
    animation-delay: 134.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1343) {
    -webkit-animation-delay: 134.3s;
    animation-delay: 134.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1344) {
    -webkit-animation-delay: 134.4s;
    animation-delay: 134.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1345) {
    -webkit-animation-delay: 134.5s;
    animation-delay: 134.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1346) {
    -webkit-animation-delay: 134.6s;
    animation-delay: 134.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1347) {
    -webkit-animation-delay: 134.7s;
    animation-delay: 134.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1348) {
    -webkit-animation-delay: 134.8s;
    animation-delay: 134.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1349) {
    -webkit-animation-delay: 134.9s;
    animation-delay: 134.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1350) {
    -webkit-animation-delay: 135s;
    animation-delay: 135s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1351) {
    -webkit-animation-delay: 135.1s;
    animation-delay: 135.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1352) {
    -webkit-animation-delay: 135.2s;
    animation-delay: 135.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1353) {
    -webkit-animation-delay: 135.3s;
    animation-delay: 135.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1354) {
    -webkit-animation-delay: 135.4s;
    animation-delay: 135.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1355) {
    -webkit-animation-delay: 135.5s;
    animation-delay: 135.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1356) {
    -webkit-animation-delay: 135.6s;
    animation-delay: 135.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1357) {
    -webkit-animation-delay: 135.7s;
    animation-delay: 135.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1358) {
    -webkit-animation-delay: 135.8s;
    animation-delay: 135.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1359) {
    -webkit-animation-delay: 135.9s;
    animation-delay: 135.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1360) {
    -webkit-animation-delay: 136s;
    animation-delay: 136s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1361) {
    -webkit-animation-delay: 136.1s;
    animation-delay: 136.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1362) {
    -webkit-animation-delay: 136.2s;
    animation-delay: 136.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1363) {
    -webkit-animation-delay: 136.3s;
    animation-delay: 136.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1364) {
    -webkit-animation-delay: 136.4s;
    animation-delay: 136.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1365) {
    -webkit-animation-delay: 136.5s;
    animation-delay: 136.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1366) {
    -webkit-animation-delay: 136.6s;
    animation-delay: 136.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1367) {
    -webkit-animation-delay: 136.7s;
    animation-delay: 136.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1368) {
    -webkit-animation-delay: 136.8s;
    animation-delay: 136.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1369) {
    -webkit-animation-delay: 136.9s;
    animation-delay: 136.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1370) {
    -webkit-animation-delay: 137s;
    animation-delay: 137s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1371) {
    -webkit-animation-delay: 137.1s;
    animation-delay: 137.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1372) {
    -webkit-animation-delay: 137.2s;
    animation-delay: 137.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1373) {
    -webkit-animation-delay: 137.3s;
    animation-delay: 137.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1374) {
    -webkit-animation-delay: 137.4s;
    animation-delay: 137.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1375) {
    -webkit-animation-delay: 137.5s;
    animation-delay: 137.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1376) {
    -webkit-animation-delay: 137.6s;
    animation-delay: 137.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1377) {
    -webkit-animation-delay: 137.7s;
    animation-delay: 137.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1378) {
    -webkit-animation-delay: 137.8s;
    animation-delay: 137.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1379) {
    -webkit-animation-delay: 137.9s;
    animation-delay: 137.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1380) {
    -webkit-animation-delay: 138s;
    animation-delay: 138s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1381) {
    -webkit-animation-delay: 138.1s;
    animation-delay: 138.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1382) {
    -webkit-animation-delay: 138.2s;
    animation-delay: 138.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1383) {
    -webkit-animation-delay: 138.3s;
    animation-delay: 138.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1384) {
    -webkit-animation-delay: 138.4s;
    animation-delay: 138.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1385) {
    -webkit-animation-delay: 138.5s;
    animation-delay: 138.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1386) {
    -webkit-animation-delay: 138.6s;
    animation-delay: 138.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1387) {
    -webkit-animation-delay: 138.7s;
    animation-delay: 138.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1388) {
    -webkit-animation-delay: 138.8s;
    animation-delay: 138.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1389) {
    -webkit-animation-delay: 138.9s;
    animation-delay: 138.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1390) {
    -webkit-animation-delay: 139s;
    animation-delay: 139s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1391) {
    -webkit-animation-delay: 139.1s;
    animation-delay: 139.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1392) {
    -webkit-animation-delay: 139.2s;
    animation-delay: 139.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1393) {
    -webkit-animation-delay: 139.3s;
    animation-delay: 139.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1394) {
    -webkit-animation-delay: 139.4s;
    animation-delay: 139.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1395) {
    -webkit-animation-delay: 139.5s;
    animation-delay: 139.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1396) {
    -webkit-animation-delay: 139.6s;
    animation-delay: 139.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1397) {
    -webkit-animation-delay: 139.7s;
    animation-delay: 139.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1398) {
    -webkit-animation-delay: 139.8s;
    animation-delay: 139.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1399) {
    -webkit-animation-delay: 139.9s;
    animation-delay: 139.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1400) {
    -webkit-animation-delay: 140s;
    animation-delay: 140s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1401) {
    -webkit-animation-delay: 140.1s;
    animation-delay: 140.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1402) {
    -webkit-animation-delay: 140.2s;
    animation-delay: 140.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1403) {
    -webkit-animation-delay: 140.3s;
    animation-delay: 140.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1404) {
    -webkit-animation-delay: 140.4s;
    animation-delay: 140.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1405) {
    -webkit-animation-delay: 140.5s;
    animation-delay: 140.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1406) {
    -webkit-animation-delay: 140.6s;
    animation-delay: 140.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1407) {
    -webkit-animation-delay: 140.7s;
    animation-delay: 140.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1408) {
    -webkit-animation-delay: 140.8s;
    animation-delay: 140.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1409) {
    -webkit-animation-delay: 140.9s;
    animation-delay: 140.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1410) {
    -webkit-animation-delay: 141s;
    animation-delay: 141s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1411) {
    -webkit-animation-delay: 141.1s;
    animation-delay: 141.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1412) {
    -webkit-animation-delay: 141.2s;
    animation-delay: 141.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1413) {
    -webkit-animation-delay: 141.3s;
    animation-delay: 141.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1414) {
    -webkit-animation-delay: 141.4s;
    animation-delay: 141.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1415) {
    -webkit-animation-delay: 141.5s;
    animation-delay: 141.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1416) {
    -webkit-animation-delay: 141.6s;
    animation-delay: 141.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1417) {
    -webkit-animation-delay: 141.7s;
    animation-delay: 141.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1418) {
    -webkit-animation-delay: 141.8s;
    animation-delay: 141.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1419) {
    -webkit-animation-delay: 141.9s;
    animation-delay: 141.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1420) {
    -webkit-animation-delay: 142s;
    animation-delay: 142s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1421) {
    -webkit-animation-delay: 142.1s;
    animation-delay: 142.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1422) {
    -webkit-animation-delay: 142.2s;
    animation-delay: 142.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1423) {
    -webkit-animation-delay: 142.3s;
    animation-delay: 142.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1424) {
    -webkit-animation-delay: 142.4s;
    animation-delay: 142.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1425) {
    -webkit-animation-delay: 142.5s;
    animation-delay: 142.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1426) {
    -webkit-animation-delay: 142.6s;
    animation-delay: 142.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1427) {
    -webkit-animation-delay: 142.7s;
    animation-delay: 142.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1428) {
    -webkit-animation-delay: 142.8s;
    animation-delay: 142.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1429) {
    -webkit-animation-delay: 142.9s;
    animation-delay: 142.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1430) {
    -webkit-animation-delay: 143s;
    animation-delay: 143s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1431) {
    -webkit-animation-delay: 143.1s;
    animation-delay: 143.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1432) {
    -webkit-animation-delay: 143.2s;
    animation-delay: 143.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1433) {
    -webkit-animation-delay: 143.3s;
    animation-delay: 143.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1434) {
    -webkit-animation-delay: 143.4s;
    animation-delay: 143.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1435) {
    -webkit-animation-delay: 143.5s;
    animation-delay: 143.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1436) {
    -webkit-animation-delay: 143.6s;
    animation-delay: 143.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1437) {
    -webkit-animation-delay: 143.7s;
    animation-delay: 143.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1438) {
    -webkit-animation-delay: 143.8s;
    animation-delay: 143.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1439) {
    -webkit-animation-delay: 143.9s;
    animation-delay: 143.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1440) {
    -webkit-animation-delay: 144s;
    animation-delay: 144s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1441) {
    -webkit-animation-delay: 144.1s;
    animation-delay: 144.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1442) {
    -webkit-animation-delay: 144.2s;
    animation-delay: 144.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1443) {
    -webkit-animation-delay: 144.3s;
    animation-delay: 144.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1444) {
    -webkit-animation-delay: 144.4s;
    animation-delay: 144.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1445) {
    -webkit-animation-delay: 144.5s;
    animation-delay: 144.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1446) {
    -webkit-animation-delay: 144.6s;
    animation-delay: 144.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1447) {
    -webkit-animation-delay: 144.7s;
    animation-delay: 144.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1448) {
    -webkit-animation-delay: 144.8s;
    animation-delay: 144.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1449) {
    -webkit-animation-delay: 144.9s;
    animation-delay: 144.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1450) {
    -webkit-animation-delay: 145s;
    animation-delay: 145s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1451) {
    -webkit-animation-delay: 145.1s;
    animation-delay: 145.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1452) {
    -webkit-animation-delay: 145.2s;
    animation-delay: 145.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1453) {
    -webkit-animation-delay: 145.3s;
    animation-delay: 145.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1454) {
    -webkit-animation-delay: 145.4s;
    animation-delay: 145.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1455) {
    -webkit-animation-delay: 145.5s;
    animation-delay: 145.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1456) {
    -webkit-animation-delay: 145.6s;
    animation-delay: 145.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1457) {
    -webkit-animation-delay: 145.7s;
    animation-delay: 145.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1458) {
    -webkit-animation-delay: 145.8s;
    animation-delay: 145.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1459) {
    -webkit-animation-delay: 145.9s;
    animation-delay: 145.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1460) {
    -webkit-animation-delay: 146s;
    animation-delay: 146s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1461) {
    -webkit-animation-delay: 146.1s;
    animation-delay: 146.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1462) {
    -webkit-animation-delay: 146.2s;
    animation-delay: 146.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1463) {
    -webkit-animation-delay: 146.3s;
    animation-delay: 146.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1464) {
    -webkit-animation-delay: 146.4s;
    animation-delay: 146.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1465) {
    -webkit-animation-delay: 146.5s;
    animation-delay: 146.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1466) {
    -webkit-animation-delay: 146.6s;
    animation-delay: 146.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1467) {
    -webkit-animation-delay: 146.7s;
    animation-delay: 146.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1468) {
    -webkit-animation-delay: 146.8s;
    animation-delay: 146.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1469) {
    -webkit-animation-delay: 146.9s;
    animation-delay: 146.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1470) {
    -webkit-animation-delay: 147s;
    animation-delay: 147s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1471) {
    -webkit-animation-delay: 147.1s;
    animation-delay: 147.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1472) {
    -webkit-animation-delay: 147.2s;
    animation-delay: 147.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1473) {
    -webkit-animation-delay: 147.3s;
    animation-delay: 147.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1474) {
    -webkit-animation-delay: 147.4s;
    animation-delay: 147.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1475) {
    -webkit-animation-delay: 147.5s;
    animation-delay: 147.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1476) {
    -webkit-animation-delay: 147.6s;
    animation-delay: 147.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1477) {
    -webkit-animation-delay: 147.7s;
    animation-delay: 147.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1478) {
    -webkit-animation-delay: 147.8s;
    animation-delay: 147.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1479) {
    -webkit-animation-delay: 147.9s;
    animation-delay: 147.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1480) {
    -webkit-animation-delay: 148s;
    animation-delay: 148s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1481) {
    -webkit-animation-delay: 148.1s;
    animation-delay: 148.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1482) {
    -webkit-animation-delay: 148.2s;
    animation-delay: 148.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1483) {
    -webkit-animation-delay: 148.3s;
    animation-delay: 148.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1484) {
    -webkit-animation-delay: 148.4s;
    animation-delay: 148.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1485) {
    -webkit-animation-delay: 148.5s;
    animation-delay: 148.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1486) {
    -webkit-animation-delay: 148.6s;
    animation-delay: 148.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1487) {
    -webkit-animation-delay: 148.7s;
    animation-delay: 148.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1488) {
    -webkit-animation-delay: 148.8s;
    animation-delay: 148.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1489) {
    -webkit-animation-delay: 148.9s;
    animation-delay: 148.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1490) {
    -webkit-animation-delay: 149s;
    animation-delay: 149s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1491) {
    -webkit-animation-delay: 149.1s;
    animation-delay: 149.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1492) {
    -webkit-animation-delay: 149.2s;
    animation-delay: 149.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1493) {
    -webkit-animation-delay: 149.3s;
    animation-delay: 149.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1494) {
    -webkit-animation-delay: 149.4s;
    animation-delay: 149.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1495) {
    -webkit-animation-delay: 149.5s;
    animation-delay: 149.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1496) {
    -webkit-animation-delay: 149.6s;
    animation-delay: 149.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1497) {
    -webkit-animation-delay: 149.7s;
    animation-delay: 149.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1498) {
    -webkit-animation-delay: 149.8s;
    animation-delay: 149.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1499) {
    -webkit-animation-delay: 149.9s;
    animation-delay: 149.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1500) {
    -webkit-animation-delay: 150s;
    animation-delay: 150s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1501) {
    -webkit-animation-delay: 150.1s;
    animation-delay: 150.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1502) {
    -webkit-animation-delay: 150.2s;
    animation-delay: 150.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1503) {
    -webkit-animation-delay: 150.3s;
    animation-delay: 150.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1504) {
    -webkit-animation-delay: 150.4s;
    animation-delay: 150.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1505) {
    -webkit-animation-delay: 150.5s;
    animation-delay: 150.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1506) {
    -webkit-animation-delay: 150.6s;
    animation-delay: 150.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1507) {
    -webkit-animation-delay: 150.7s;
    animation-delay: 150.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1508) {
    -webkit-animation-delay: 150.8s;
    animation-delay: 150.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1509) {
    -webkit-animation-delay: 150.9s;
    animation-delay: 150.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1510) {
    -webkit-animation-delay: 151s;
    animation-delay: 151s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1511) {
    -webkit-animation-delay: 151.1s;
    animation-delay: 151.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1512) {
    -webkit-animation-delay: 151.2s;
    animation-delay: 151.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1513) {
    -webkit-animation-delay: 151.3s;
    animation-delay: 151.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1514) {
    -webkit-animation-delay: 151.4s;
    animation-delay: 151.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1515) {
    -webkit-animation-delay: 151.5s;
    animation-delay: 151.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1516) {
    -webkit-animation-delay: 151.6s;
    animation-delay: 151.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1517) {
    -webkit-animation-delay: 151.7s;
    animation-delay: 151.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1518) {
    -webkit-animation-delay: 151.8s;
    animation-delay: 151.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1519) {
    -webkit-animation-delay: 151.9s;
    animation-delay: 151.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1520) {
    -webkit-animation-delay: 152s;
    animation-delay: 152s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1521) {
    -webkit-animation-delay: 152.1s;
    animation-delay: 152.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1522) {
    -webkit-animation-delay: 152.2s;
    animation-delay: 152.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1523) {
    -webkit-animation-delay: 152.3s;
    animation-delay: 152.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1524) {
    -webkit-animation-delay: 152.4s;
    animation-delay: 152.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1525) {
    -webkit-animation-delay: 152.5s;
    animation-delay: 152.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1526) {
    -webkit-animation-delay: 152.6s;
    animation-delay: 152.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1527) {
    -webkit-animation-delay: 152.7s;
    animation-delay: 152.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1528) {
    -webkit-animation-delay: 152.8s;
    animation-delay: 152.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1529) {
    -webkit-animation-delay: 152.9s;
    animation-delay: 152.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1530) {
    -webkit-animation-delay: 153s;
    animation-delay: 153s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1531) {
    -webkit-animation-delay: 153.1s;
    animation-delay: 153.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1532) {
    -webkit-animation-delay: 153.2s;
    animation-delay: 153.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1533) {
    -webkit-animation-delay: 153.3s;
    animation-delay: 153.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1534) {
    -webkit-animation-delay: 153.4s;
    animation-delay: 153.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1535) {
    -webkit-animation-delay: 153.5s;
    animation-delay: 153.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1536) {
    -webkit-animation-delay: 153.6s;
    animation-delay: 153.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1537) {
    -webkit-animation-delay: 153.7s;
    animation-delay: 153.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1538) {
    -webkit-animation-delay: 153.8s;
    animation-delay: 153.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1539) {
    -webkit-animation-delay: 153.9s;
    animation-delay: 153.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1540) {
    -webkit-animation-delay: 154s;
    animation-delay: 154s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1541) {
    -webkit-animation-delay: 154.1s;
    animation-delay: 154.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1542) {
    -webkit-animation-delay: 154.2s;
    animation-delay: 154.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1543) {
    -webkit-animation-delay: 154.3s;
    animation-delay: 154.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1544) {
    -webkit-animation-delay: 154.4s;
    animation-delay: 154.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1545) {
    -webkit-animation-delay: 154.5s;
    animation-delay: 154.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1546) {
    -webkit-animation-delay: 154.6s;
    animation-delay: 154.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1547) {
    -webkit-animation-delay: 154.7s;
    animation-delay: 154.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1548) {
    -webkit-animation-delay: 154.8s;
    animation-delay: 154.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1549) {
    -webkit-animation-delay: 154.9s;
    animation-delay: 154.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1550) {
    -webkit-animation-delay: 155s;
    animation-delay: 155s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1551) {
    -webkit-animation-delay: 155.1s;
    animation-delay: 155.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1552) {
    -webkit-animation-delay: 155.2s;
    animation-delay: 155.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1553) {
    -webkit-animation-delay: 155.3s;
    animation-delay: 155.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1554) {
    -webkit-animation-delay: 155.4s;
    animation-delay: 155.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1555) {
    -webkit-animation-delay: 155.5s;
    animation-delay: 155.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1556) {
    -webkit-animation-delay: 155.6s;
    animation-delay: 155.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1557) {
    -webkit-animation-delay: 155.7s;
    animation-delay: 155.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1558) {
    -webkit-animation-delay: 155.8s;
    animation-delay: 155.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1559) {
    -webkit-animation-delay: 155.9s;
    animation-delay: 155.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1560) {
    -webkit-animation-delay: 156s;
    animation-delay: 156s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1561) {
    -webkit-animation-delay: 156.1s;
    animation-delay: 156.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1562) {
    -webkit-animation-delay: 156.2s;
    animation-delay: 156.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1563) {
    -webkit-animation-delay: 156.3s;
    animation-delay: 156.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1564) {
    -webkit-animation-delay: 156.4s;
    animation-delay: 156.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1565) {
    -webkit-animation-delay: 156.5s;
    animation-delay: 156.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1566) {
    -webkit-animation-delay: 156.6s;
    animation-delay: 156.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1567) {
    -webkit-animation-delay: 156.7s;
    animation-delay: 156.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1568) {
    -webkit-animation-delay: 156.8s;
    animation-delay: 156.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1569) {
    -webkit-animation-delay: 156.9s;
    animation-delay: 156.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1570) {
    -webkit-animation-delay: 157s;
    animation-delay: 157s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1571) {
    -webkit-animation-delay: 157.1s;
    animation-delay: 157.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1572) {
    -webkit-animation-delay: 157.2s;
    animation-delay: 157.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1573) {
    -webkit-animation-delay: 157.3s;
    animation-delay: 157.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1574) {
    -webkit-animation-delay: 157.4s;
    animation-delay: 157.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1575) {
    -webkit-animation-delay: 157.5s;
    animation-delay: 157.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1576) {
    -webkit-animation-delay: 157.6s;
    animation-delay: 157.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1577) {
    -webkit-animation-delay: 157.7s;
    animation-delay: 157.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1578) {
    -webkit-animation-delay: 157.8s;
    animation-delay: 157.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1579) {
    -webkit-animation-delay: 157.9s;
    animation-delay: 157.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1580) {
    -webkit-animation-delay: 158s;
    animation-delay: 158s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1581) {
    -webkit-animation-delay: 158.1s;
    animation-delay: 158.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1582) {
    -webkit-animation-delay: 158.2s;
    animation-delay: 158.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1583) {
    -webkit-animation-delay: 158.3s;
    animation-delay: 158.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1584) {
    -webkit-animation-delay: 158.4s;
    animation-delay: 158.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1585) {
    -webkit-animation-delay: 158.5s;
    animation-delay: 158.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1586) {
    -webkit-animation-delay: 158.6s;
    animation-delay: 158.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1587) {
    -webkit-animation-delay: 158.7s;
    animation-delay: 158.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1588) {
    -webkit-animation-delay: 158.8s;
    animation-delay: 158.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1589) {
    -webkit-animation-delay: 158.9s;
    animation-delay: 158.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1590) {
    -webkit-animation-delay: 159s;
    animation-delay: 159s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1591) {
    -webkit-animation-delay: 159.1s;
    animation-delay: 159.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1592) {
    -webkit-animation-delay: 159.2s;
    animation-delay: 159.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1593) {
    -webkit-animation-delay: 159.3s;
    animation-delay: 159.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1594) {
    -webkit-animation-delay: 159.4s;
    animation-delay: 159.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1595) {
    -webkit-animation-delay: 159.5s;
    animation-delay: 159.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1596) {
    -webkit-animation-delay: 159.6s;
    animation-delay: 159.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1597) {
    -webkit-animation-delay: 159.7s;
    animation-delay: 159.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1598) {
    -webkit-animation-delay: 159.8s;
    animation-delay: 159.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1599) {
    -webkit-animation-delay: 159.9s;
    animation-delay: 159.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1600) {
    -webkit-animation-delay: 160s;
    animation-delay: 160s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1601) {
    -webkit-animation-delay: 160.1s;
    animation-delay: 160.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1602) {
    -webkit-animation-delay: 160.2s;
    animation-delay: 160.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1603) {
    -webkit-animation-delay: 160.3s;
    animation-delay: 160.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1604) {
    -webkit-animation-delay: 160.4s;
    animation-delay: 160.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1605) {
    -webkit-animation-delay: 160.5s;
    animation-delay: 160.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1606) {
    -webkit-animation-delay: 160.6s;
    animation-delay: 160.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1607) {
    -webkit-animation-delay: 160.7s;
    animation-delay: 160.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1608) {
    -webkit-animation-delay: 160.8s;
    animation-delay: 160.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1609) {
    -webkit-animation-delay: 160.9s;
    animation-delay: 160.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1610) {
    -webkit-animation-delay: 161s;
    animation-delay: 161s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1611) {
    -webkit-animation-delay: 161.1s;
    animation-delay: 161.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1612) {
    -webkit-animation-delay: 161.2s;
    animation-delay: 161.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1613) {
    -webkit-animation-delay: 161.3s;
    animation-delay: 161.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1614) {
    -webkit-animation-delay: 161.4s;
    animation-delay: 161.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1615) {
    -webkit-animation-delay: 161.5s;
    animation-delay: 161.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1616) {
    -webkit-animation-delay: 161.6s;
    animation-delay: 161.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1617) {
    -webkit-animation-delay: 161.7s;
    animation-delay: 161.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1618) {
    -webkit-animation-delay: 161.8s;
    animation-delay: 161.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1619) {
    -webkit-animation-delay: 161.9s;
    animation-delay: 161.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1620) {
    -webkit-animation-delay: 162s;
    animation-delay: 162s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1621) {
    -webkit-animation-delay: 162.1s;
    animation-delay: 162.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1622) {
    -webkit-animation-delay: 162.2s;
    animation-delay: 162.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1623) {
    -webkit-animation-delay: 162.3s;
    animation-delay: 162.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1624) {
    -webkit-animation-delay: 162.4s;
    animation-delay: 162.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1625) {
    -webkit-animation-delay: 162.5s;
    animation-delay: 162.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1626) {
    -webkit-animation-delay: 162.6s;
    animation-delay: 162.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1627) {
    -webkit-animation-delay: 162.7s;
    animation-delay: 162.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1628) {
    -webkit-animation-delay: 162.8s;
    animation-delay: 162.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1629) {
    -webkit-animation-delay: 162.9s;
    animation-delay: 162.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1630) {
    -webkit-animation-delay: 163s;
    animation-delay: 163s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1631) {
    -webkit-animation-delay: 163.1s;
    animation-delay: 163.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1632) {
    -webkit-animation-delay: 163.2s;
    animation-delay: 163.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1633) {
    -webkit-animation-delay: 163.3s;
    animation-delay: 163.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1634) {
    -webkit-animation-delay: 163.4s;
    animation-delay: 163.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1635) {
    -webkit-animation-delay: 163.5s;
    animation-delay: 163.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1636) {
    -webkit-animation-delay: 163.6s;
    animation-delay: 163.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1637) {
    -webkit-animation-delay: 163.7s;
    animation-delay: 163.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1638) {
    -webkit-animation-delay: 163.8s;
    animation-delay: 163.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1639) {
    -webkit-animation-delay: 163.9s;
    animation-delay: 163.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1640) {
    -webkit-animation-delay: 164s;
    animation-delay: 164s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1641) {
    -webkit-animation-delay: 164.1s;
    animation-delay: 164.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1642) {
    -webkit-animation-delay: 164.2s;
    animation-delay: 164.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1643) {
    -webkit-animation-delay: 164.3s;
    animation-delay: 164.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1644) {
    -webkit-animation-delay: 164.4s;
    animation-delay: 164.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1645) {
    -webkit-animation-delay: 164.5s;
    animation-delay: 164.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1646) {
    -webkit-animation-delay: 164.6s;
    animation-delay: 164.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1647) {
    -webkit-animation-delay: 164.7s;
    animation-delay: 164.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1648) {
    -webkit-animation-delay: 164.8s;
    animation-delay: 164.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1649) {
    -webkit-animation-delay: 164.9s;
    animation-delay: 164.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1650) {
    -webkit-animation-delay: 165s;
    animation-delay: 165s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1651) {
    -webkit-animation-delay: 165.1s;
    animation-delay: 165.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1652) {
    -webkit-animation-delay: 165.2s;
    animation-delay: 165.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1653) {
    -webkit-animation-delay: 165.3s;
    animation-delay: 165.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1654) {
    -webkit-animation-delay: 165.4s;
    animation-delay: 165.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1655) {
    -webkit-animation-delay: 165.5s;
    animation-delay: 165.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1656) {
    -webkit-animation-delay: 165.6s;
    animation-delay: 165.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1657) {
    -webkit-animation-delay: 165.7s;
    animation-delay: 165.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1658) {
    -webkit-animation-delay: 165.8s;
    animation-delay: 165.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1659) {
    -webkit-animation-delay: 165.9s;
    animation-delay: 165.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1660) {
    -webkit-animation-delay: 166s;
    animation-delay: 166s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1661) {
    -webkit-animation-delay: 166.1s;
    animation-delay: 166.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1662) {
    -webkit-animation-delay: 166.2s;
    animation-delay: 166.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1663) {
    -webkit-animation-delay: 166.3s;
    animation-delay: 166.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1664) {
    -webkit-animation-delay: 166.4s;
    animation-delay: 166.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1665) {
    -webkit-animation-delay: 166.5s;
    animation-delay: 166.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1666) {
    -webkit-animation-delay: 166.6s;
    animation-delay: 166.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1667) {
    -webkit-animation-delay: 166.7s;
    animation-delay: 166.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1668) {
    -webkit-animation-delay: 166.8s;
    animation-delay: 166.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1669) {
    -webkit-animation-delay: 166.9s;
    animation-delay: 166.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1670) {
    -webkit-animation-delay: 167s;
    animation-delay: 167s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1671) {
    -webkit-animation-delay: 167.1s;
    animation-delay: 167.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1672) {
    -webkit-animation-delay: 167.2s;
    animation-delay: 167.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1673) {
    -webkit-animation-delay: 167.3s;
    animation-delay: 167.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1674) {
    -webkit-animation-delay: 167.4s;
    animation-delay: 167.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1675) {
    -webkit-animation-delay: 167.5s;
    animation-delay: 167.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1676) {
    -webkit-animation-delay: 167.6s;
    animation-delay: 167.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1677) {
    -webkit-animation-delay: 167.7s;
    animation-delay: 167.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1678) {
    -webkit-animation-delay: 167.8s;
    animation-delay: 167.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1679) {
    -webkit-animation-delay: 167.9s;
    animation-delay: 167.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1680) {
    -webkit-animation-delay: 168s;
    animation-delay: 168s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1681) {
    -webkit-animation-delay: 168.1s;
    animation-delay: 168.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1682) {
    -webkit-animation-delay: 168.2s;
    animation-delay: 168.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1683) {
    -webkit-animation-delay: 168.3s;
    animation-delay: 168.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1684) {
    -webkit-animation-delay: 168.4s;
    animation-delay: 168.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1685) {
    -webkit-animation-delay: 168.5s;
    animation-delay: 168.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1686) {
    -webkit-animation-delay: 168.6s;
    animation-delay: 168.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1687) {
    -webkit-animation-delay: 168.7s;
    animation-delay: 168.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1688) {
    -webkit-animation-delay: 168.8s;
    animation-delay: 168.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1689) {
    -webkit-animation-delay: 168.9s;
    animation-delay: 168.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1690) {
    -webkit-animation-delay: 169s;
    animation-delay: 169s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1691) {
    -webkit-animation-delay: 169.1s;
    animation-delay: 169.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1692) {
    -webkit-animation-delay: 169.2s;
    animation-delay: 169.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1693) {
    -webkit-animation-delay: 169.3s;
    animation-delay: 169.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1694) {
    -webkit-animation-delay: 169.4s;
    animation-delay: 169.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1695) {
    -webkit-animation-delay: 169.5s;
    animation-delay: 169.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1696) {
    -webkit-animation-delay: 169.6s;
    animation-delay: 169.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1697) {
    -webkit-animation-delay: 169.7s;
    animation-delay: 169.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1698) {
    -webkit-animation-delay: 169.8s;
    animation-delay: 169.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1699) {
    -webkit-animation-delay: 169.9s;
    animation-delay: 169.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1700) {
    -webkit-animation-delay: 170s;
    animation-delay: 170s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1701) {
    -webkit-animation-delay: 170.1s;
    animation-delay: 170.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1702) {
    -webkit-animation-delay: 170.2s;
    animation-delay: 170.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1703) {
    -webkit-animation-delay: 170.3s;
    animation-delay: 170.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1704) {
    -webkit-animation-delay: 170.4s;
    animation-delay: 170.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1705) {
    -webkit-animation-delay: 170.5s;
    animation-delay: 170.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1706) {
    -webkit-animation-delay: 170.6s;
    animation-delay: 170.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1707) {
    -webkit-animation-delay: 170.7s;
    animation-delay: 170.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1708) {
    -webkit-animation-delay: 170.8s;
    animation-delay: 170.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1709) {
    -webkit-animation-delay: 170.9s;
    animation-delay: 170.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1710) {
    -webkit-animation-delay: 171s;
    animation-delay: 171s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1711) {
    -webkit-animation-delay: 171.1s;
    animation-delay: 171.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1712) {
    -webkit-animation-delay: 171.2s;
    animation-delay: 171.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1713) {
    -webkit-animation-delay: 171.3s;
    animation-delay: 171.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1714) {
    -webkit-animation-delay: 171.4s;
    animation-delay: 171.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1715) {
    -webkit-animation-delay: 171.5s;
    animation-delay: 171.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1716) {
    -webkit-animation-delay: 171.6s;
    animation-delay: 171.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1717) {
    -webkit-animation-delay: 171.7s;
    animation-delay: 171.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1718) {
    -webkit-animation-delay: 171.8s;
    animation-delay: 171.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1719) {
    -webkit-animation-delay: 171.9s;
    animation-delay: 171.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1720) {
    -webkit-animation-delay: 172s;
    animation-delay: 172s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1721) {
    -webkit-animation-delay: 172.1s;
    animation-delay: 172.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1722) {
    -webkit-animation-delay: 172.2s;
    animation-delay: 172.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1723) {
    -webkit-animation-delay: 172.3s;
    animation-delay: 172.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1724) {
    -webkit-animation-delay: 172.4s;
    animation-delay: 172.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1725) {
    -webkit-animation-delay: 172.5s;
    animation-delay: 172.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1726) {
    -webkit-animation-delay: 172.6s;
    animation-delay: 172.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1727) {
    -webkit-animation-delay: 172.7s;
    animation-delay: 172.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1728) {
    -webkit-animation-delay: 172.8s;
    animation-delay: 172.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1729) {
    -webkit-animation-delay: 172.9s;
    animation-delay: 172.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1730) {
    -webkit-animation-delay: 173s;
    animation-delay: 173s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1731) {
    -webkit-animation-delay: 173.1s;
    animation-delay: 173.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1732) {
    -webkit-animation-delay: 173.2s;
    animation-delay: 173.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1733) {
    -webkit-animation-delay: 173.3s;
    animation-delay: 173.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1734) {
    -webkit-animation-delay: 173.4s;
    animation-delay: 173.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1735) {
    -webkit-animation-delay: 173.5s;
    animation-delay: 173.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1736) {
    -webkit-animation-delay: 173.6s;
    animation-delay: 173.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1737) {
    -webkit-animation-delay: 173.7s;
    animation-delay: 173.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1738) {
    -webkit-animation-delay: 173.8s;
    animation-delay: 173.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1739) {
    -webkit-animation-delay: 173.9s;
    animation-delay: 173.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1740) {
    -webkit-animation-delay: 174s;
    animation-delay: 174s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1741) {
    -webkit-animation-delay: 174.1s;
    animation-delay: 174.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1742) {
    -webkit-animation-delay: 174.2s;
    animation-delay: 174.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1743) {
    -webkit-animation-delay: 174.3s;
    animation-delay: 174.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1744) {
    -webkit-animation-delay: 174.4s;
    animation-delay: 174.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1745) {
    -webkit-animation-delay: 174.5s;
    animation-delay: 174.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1746) {
    -webkit-animation-delay: 174.6s;
    animation-delay: 174.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1747) {
    -webkit-animation-delay: 174.7s;
    animation-delay: 174.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1748) {
    -webkit-animation-delay: 174.8s;
    animation-delay: 174.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1749) {
    -webkit-animation-delay: 174.9s;
    animation-delay: 174.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1750) {
    -webkit-animation-delay: 175s;
    animation-delay: 175s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1751) {
    -webkit-animation-delay: 175.1s;
    animation-delay: 175.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1752) {
    -webkit-animation-delay: 175.2s;
    animation-delay: 175.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1753) {
    -webkit-animation-delay: 175.3s;
    animation-delay: 175.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1754) {
    -webkit-animation-delay: 175.4s;
    animation-delay: 175.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1755) {
    -webkit-animation-delay: 175.5s;
    animation-delay: 175.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1756) {
    -webkit-animation-delay: 175.6s;
    animation-delay: 175.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1757) {
    -webkit-animation-delay: 175.7s;
    animation-delay: 175.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1758) {
    -webkit-animation-delay: 175.8s;
    animation-delay: 175.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1759) {
    -webkit-animation-delay: 175.9s;
    animation-delay: 175.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1760) {
    -webkit-animation-delay: 176s;
    animation-delay: 176s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1761) {
    -webkit-animation-delay: 176.1s;
    animation-delay: 176.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1762) {
    -webkit-animation-delay: 176.2s;
    animation-delay: 176.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1763) {
    -webkit-animation-delay: 176.3s;
    animation-delay: 176.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1764) {
    -webkit-animation-delay: 176.4s;
    animation-delay: 176.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1765) {
    -webkit-animation-delay: 176.5s;
    animation-delay: 176.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1766) {
    -webkit-animation-delay: 176.6s;
    animation-delay: 176.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1767) {
    -webkit-animation-delay: 176.7s;
    animation-delay: 176.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1768) {
    -webkit-animation-delay: 176.8s;
    animation-delay: 176.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1769) {
    -webkit-animation-delay: 176.9s;
    animation-delay: 176.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1770) {
    -webkit-animation-delay: 177s;
    animation-delay: 177s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1771) {
    -webkit-animation-delay: 177.1s;
    animation-delay: 177.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1772) {
    -webkit-animation-delay: 177.2s;
    animation-delay: 177.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1773) {
    -webkit-animation-delay: 177.3s;
    animation-delay: 177.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1774) {
    -webkit-animation-delay: 177.4s;
    animation-delay: 177.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1775) {
    -webkit-animation-delay: 177.5s;
    animation-delay: 177.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1776) {
    -webkit-animation-delay: 177.6s;
    animation-delay: 177.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1777) {
    -webkit-animation-delay: 177.7s;
    animation-delay: 177.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1778) {
    -webkit-animation-delay: 177.8s;
    animation-delay: 177.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1779) {
    -webkit-animation-delay: 177.9s;
    animation-delay: 177.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1780) {
    -webkit-animation-delay: 178s;
    animation-delay: 178s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1781) {
    -webkit-animation-delay: 178.1s;
    animation-delay: 178.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1782) {
    -webkit-animation-delay: 178.2s;
    animation-delay: 178.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1783) {
    -webkit-animation-delay: 178.3s;
    animation-delay: 178.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1784) {
    -webkit-animation-delay: 178.4s;
    animation-delay: 178.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1785) {
    -webkit-animation-delay: 178.5s;
    animation-delay: 178.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1786) {
    -webkit-animation-delay: 178.6s;
    animation-delay: 178.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1787) {
    -webkit-animation-delay: 178.7s;
    animation-delay: 178.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1788) {
    -webkit-animation-delay: 178.8s;
    animation-delay: 178.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1789) {
    -webkit-animation-delay: 178.9s;
    animation-delay: 178.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1790) {
    -webkit-animation-delay: 179s;
    animation-delay: 179s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1791) {
    -webkit-animation-delay: 179.1s;
    animation-delay: 179.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1792) {
    -webkit-animation-delay: 179.2s;
    animation-delay: 179.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1793) {
    -webkit-animation-delay: 179.3s;
    animation-delay: 179.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1794) {
    -webkit-animation-delay: 179.4s;
    animation-delay: 179.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1795) {
    -webkit-animation-delay: 179.5s;
    animation-delay: 179.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1796) {
    -webkit-animation-delay: 179.6s;
    animation-delay: 179.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1797) {
    -webkit-animation-delay: 179.7s;
    animation-delay: 179.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1798) {
    -webkit-animation-delay: 179.8s;
    animation-delay: 179.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1799) {
    -webkit-animation-delay: 179.9s;
    animation-delay: 179.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1800) {
    -webkit-animation-delay: 180s;
    animation-delay: 180s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1801) {
    -webkit-animation-delay: 180.1s;
    animation-delay: 180.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1802) {
    -webkit-animation-delay: 180.2s;
    animation-delay: 180.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1803) {
    -webkit-animation-delay: 180.3s;
    animation-delay: 180.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1804) {
    -webkit-animation-delay: 180.4s;
    animation-delay: 180.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1805) {
    -webkit-animation-delay: 180.5s;
    animation-delay: 180.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1806) {
    -webkit-animation-delay: 180.6s;
    animation-delay: 180.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1807) {
    -webkit-animation-delay: 180.7s;
    animation-delay: 180.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1808) {
    -webkit-animation-delay: 180.8s;
    animation-delay: 180.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1809) {
    -webkit-animation-delay: 180.9s;
    animation-delay: 180.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1810) {
    -webkit-animation-delay: 181s;
    animation-delay: 181s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1811) {
    -webkit-animation-delay: 181.1s;
    animation-delay: 181.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1812) {
    -webkit-animation-delay: 181.2s;
    animation-delay: 181.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1813) {
    -webkit-animation-delay: 181.3s;
    animation-delay: 181.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1814) {
    -webkit-animation-delay: 181.4s;
    animation-delay: 181.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1815) {
    -webkit-animation-delay: 181.5s;
    animation-delay: 181.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1816) {
    -webkit-animation-delay: 181.6s;
    animation-delay: 181.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1817) {
    -webkit-animation-delay: 181.7s;
    animation-delay: 181.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1818) {
    -webkit-animation-delay: 181.8s;
    animation-delay: 181.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1819) {
    -webkit-animation-delay: 181.9s;
    animation-delay: 181.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1820) {
    -webkit-animation-delay: 182s;
    animation-delay: 182s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1821) {
    -webkit-animation-delay: 182.1s;
    animation-delay: 182.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1822) {
    -webkit-animation-delay: 182.2s;
    animation-delay: 182.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1823) {
    -webkit-animation-delay: 182.3s;
    animation-delay: 182.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1824) {
    -webkit-animation-delay: 182.4s;
    animation-delay: 182.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1825) {
    -webkit-animation-delay: 182.5s;
    animation-delay: 182.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1826) {
    -webkit-animation-delay: 182.6s;
    animation-delay: 182.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1827) {
    -webkit-animation-delay: 182.7s;
    animation-delay: 182.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1828) {
    -webkit-animation-delay: 182.8s;
    animation-delay: 182.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1829) {
    -webkit-animation-delay: 182.9s;
    animation-delay: 182.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1830) {
    -webkit-animation-delay: 183s;
    animation-delay: 183s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1831) {
    -webkit-animation-delay: 183.1s;
    animation-delay: 183.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1832) {
    -webkit-animation-delay: 183.2s;
    animation-delay: 183.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1833) {
    -webkit-animation-delay: 183.3s;
    animation-delay: 183.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1834) {
    -webkit-animation-delay: 183.4s;
    animation-delay: 183.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1835) {
    -webkit-animation-delay: 183.5s;
    animation-delay: 183.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1836) {
    -webkit-animation-delay: 183.6s;
    animation-delay: 183.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1837) {
    -webkit-animation-delay: 183.7s;
    animation-delay: 183.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1838) {
    -webkit-animation-delay: 183.8s;
    animation-delay: 183.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1839) {
    -webkit-animation-delay: 183.9s;
    animation-delay: 183.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1840) {
    -webkit-animation-delay: 184s;
    animation-delay: 184s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1841) {
    -webkit-animation-delay: 184.1s;
    animation-delay: 184.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1842) {
    -webkit-animation-delay: 184.2s;
    animation-delay: 184.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1843) {
    -webkit-animation-delay: 184.3s;
    animation-delay: 184.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1844) {
    -webkit-animation-delay: 184.4s;
    animation-delay: 184.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1845) {
    -webkit-animation-delay: 184.5s;
    animation-delay: 184.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1846) {
    -webkit-animation-delay: 184.6s;
    animation-delay: 184.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1847) {
    -webkit-animation-delay: 184.7s;
    animation-delay: 184.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1848) {
    -webkit-animation-delay: 184.8s;
    animation-delay: 184.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1849) {
    -webkit-animation-delay: 184.9s;
    animation-delay: 184.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1850) {
    -webkit-animation-delay: 185s;
    animation-delay: 185s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1851) {
    -webkit-animation-delay: 185.1s;
    animation-delay: 185.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1852) {
    -webkit-animation-delay: 185.2s;
    animation-delay: 185.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1853) {
    -webkit-animation-delay: 185.3s;
    animation-delay: 185.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1854) {
    -webkit-animation-delay: 185.4s;
    animation-delay: 185.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1855) {
    -webkit-animation-delay: 185.5s;
    animation-delay: 185.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1856) {
    -webkit-animation-delay: 185.6s;
    animation-delay: 185.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1857) {
    -webkit-animation-delay: 185.7s;
    animation-delay: 185.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1858) {
    -webkit-animation-delay: 185.8s;
    animation-delay: 185.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1859) {
    -webkit-animation-delay: 185.9s;
    animation-delay: 185.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1860) {
    -webkit-animation-delay: 186s;
    animation-delay: 186s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1861) {
    -webkit-animation-delay: 186.1s;
    animation-delay: 186.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1862) {
    -webkit-animation-delay: 186.2s;
    animation-delay: 186.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1863) {
    -webkit-animation-delay: 186.3s;
    animation-delay: 186.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1864) {
    -webkit-animation-delay: 186.4s;
    animation-delay: 186.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1865) {
    -webkit-animation-delay: 186.5s;
    animation-delay: 186.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1866) {
    -webkit-animation-delay: 186.6s;
    animation-delay: 186.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1867) {
    -webkit-animation-delay: 186.7s;
    animation-delay: 186.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1868) {
    -webkit-animation-delay: 186.8s;
    animation-delay: 186.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1869) {
    -webkit-animation-delay: 186.9s;
    animation-delay: 186.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1870) {
    -webkit-animation-delay: 187s;
    animation-delay: 187s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1871) {
    -webkit-animation-delay: 187.1s;
    animation-delay: 187.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1872) {
    -webkit-animation-delay: 187.2s;
    animation-delay: 187.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1873) {
    -webkit-animation-delay: 187.3s;
    animation-delay: 187.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1874) {
    -webkit-animation-delay: 187.4s;
    animation-delay: 187.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1875) {
    -webkit-animation-delay: 187.5s;
    animation-delay: 187.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1876) {
    -webkit-animation-delay: 187.6s;
    animation-delay: 187.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1877) {
    -webkit-animation-delay: 187.7s;
    animation-delay: 187.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1878) {
    -webkit-animation-delay: 187.8s;
    animation-delay: 187.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1879) {
    -webkit-animation-delay: 187.9s;
    animation-delay: 187.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1880) {
    -webkit-animation-delay: 188s;
    animation-delay: 188s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1881) {
    -webkit-animation-delay: 188.1s;
    animation-delay: 188.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1882) {
    -webkit-animation-delay: 188.2s;
    animation-delay: 188.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1883) {
    -webkit-animation-delay: 188.3s;
    animation-delay: 188.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1884) {
    -webkit-animation-delay: 188.4s;
    animation-delay: 188.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1885) {
    -webkit-animation-delay: 188.5s;
    animation-delay: 188.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1886) {
    -webkit-animation-delay: 188.6s;
    animation-delay: 188.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1887) {
    -webkit-animation-delay: 188.7s;
    animation-delay: 188.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1888) {
    -webkit-animation-delay: 188.8s;
    animation-delay: 188.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1889) {
    -webkit-animation-delay: 188.9s;
    animation-delay: 188.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1890) {
    -webkit-animation-delay: 189s;
    animation-delay: 189s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1891) {
    -webkit-animation-delay: 189.1s;
    animation-delay: 189.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1892) {
    -webkit-animation-delay: 189.2s;
    animation-delay: 189.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1893) {
    -webkit-animation-delay: 189.3s;
    animation-delay: 189.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1894) {
    -webkit-animation-delay: 189.4s;
    animation-delay: 189.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1895) {
    -webkit-animation-delay: 189.5s;
    animation-delay: 189.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1896) {
    -webkit-animation-delay: 189.6s;
    animation-delay: 189.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1897) {
    -webkit-animation-delay: 189.7s;
    animation-delay: 189.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1898) {
    -webkit-animation-delay: 189.8s;
    animation-delay: 189.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1899) {
    -webkit-animation-delay: 189.9s;
    animation-delay: 189.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1900) {
    -webkit-animation-delay: 190s;
    animation-delay: 190s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1901) {
    -webkit-animation-delay: 190.1s;
    animation-delay: 190.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1902) {
    -webkit-animation-delay: 190.2s;
    animation-delay: 190.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1903) {
    -webkit-animation-delay: 190.3s;
    animation-delay: 190.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1904) {
    -webkit-animation-delay: 190.4s;
    animation-delay: 190.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1905) {
    -webkit-animation-delay: 190.5s;
    animation-delay: 190.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1906) {
    -webkit-animation-delay: 190.6s;
    animation-delay: 190.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1907) {
    -webkit-animation-delay: 190.7s;
    animation-delay: 190.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1908) {
    -webkit-animation-delay: 190.8s;
    animation-delay: 190.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1909) {
    -webkit-animation-delay: 190.9s;
    animation-delay: 190.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1910) {
    -webkit-animation-delay: 191s;
    animation-delay: 191s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1911) {
    -webkit-animation-delay: 191.1s;
    animation-delay: 191.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1912) {
    -webkit-animation-delay: 191.2s;
    animation-delay: 191.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1913) {
    -webkit-animation-delay: 191.3s;
    animation-delay: 191.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1914) {
    -webkit-animation-delay: 191.4s;
    animation-delay: 191.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1915) {
    -webkit-animation-delay: 191.5s;
    animation-delay: 191.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1916) {
    -webkit-animation-delay: 191.6s;
    animation-delay: 191.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1917) {
    -webkit-animation-delay: 191.7s;
    animation-delay: 191.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1918) {
    -webkit-animation-delay: 191.8s;
    animation-delay: 191.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1919) {
    -webkit-animation-delay: 191.9s;
    animation-delay: 191.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1920) {
    -webkit-animation-delay: 192s;
    animation-delay: 192s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1921) {
    -webkit-animation-delay: 192.1s;
    animation-delay: 192.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1922) {
    -webkit-animation-delay: 192.2s;
    animation-delay: 192.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1923) {
    -webkit-animation-delay: 192.3s;
    animation-delay: 192.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1924) {
    -webkit-animation-delay: 192.4s;
    animation-delay: 192.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1925) {
    -webkit-animation-delay: 192.5s;
    animation-delay: 192.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1926) {
    -webkit-animation-delay: 192.6s;
    animation-delay: 192.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1927) {
    -webkit-animation-delay: 192.7s;
    animation-delay: 192.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1928) {
    -webkit-animation-delay: 192.8s;
    animation-delay: 192.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1929) {
    -webkit-animation-delay: 192.9s;
    animation-delay: 192.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1930) {
    -webkit-animation-delay: 193s;
    animation-delay: 193s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1931) {
    -webkit-animation-delay: 193.1s;
    animation-delay: 193.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1932) {
    -webkit-animation-delay: 193.2s;
    animation-delay: 193.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1933) {
    -webkit-animation-delay: 193.3s;
    animation-delay: 193.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1934) {
    -webkit-animation-delay: 193.4s;
    animation-delay: 193.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1935) {
    -webkit-animation-delay: 193.5s;
    animation-delay: 193.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1936) {
    -webkit-animation-delay: 193.6s;
    animation-delay: 193.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1937) {
    -webkit-animation-delay: 193.7s;
    animation-delay: 193.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1938) {
    -webkit-animation-delay: 193.8s;
    animation-delay: 193.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1939) {
    -webkit-animation-delay: 193.9s;
    animation-delay: 193.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1940) {
    -webkit-animation-delay: 194s;
    animation-delay: 194s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1941) {
    -webkit-animation-delay: 194.1s;
    animation-delay: 194.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1942) {
    -webkit-animation-delay: 194.2s;
    animation-delay: 194.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1943) {
    -webkit-animation-delay: 194.3s;
    animation-delay: 194.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1944) {
    -webkit-animation-delay: 194.4s;
    animation-delay: 194.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1945) {
    -webkit-animation-delay: 194.5s;
    animation-delay: 194.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1946) {
    -webkit-animation-delay: 194.6s;
    animation-delay: 194.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1947) {
    -webkit-animation-delay: 194.7s;
    animation-delay: 194.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1948) {
    -webkit-animation-delay: 194.8s;
    animation-delay: 194.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1949) {
    -webkit-animation-delay: 194.9s;
    animation-delay: 194.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1950) {
    -webkit-animation-delay: 195s;
    animation-delay: 195s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1951) {
    -webkit-animation-delay: 195.1s;
    animation-delay: 195.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1952) {
    -webkit-animation-delay: 195.2s;
    animation-delay: 195.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1953) {
    -webkit-animation-delay: 195.3s;
    animation-delay: 195.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1954) {
    -webkit-animation-delay: 195.4s;
    animation-delay: 195.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1955) {
    -webkit-animation-delay: 195.5s;
    animation-delay: 195.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1956) {
    -webkit-animation-delay: 195.6s;
    animation-delay: 195.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1957) {
    -webkit-animation-delay: 195.7s;
    animation-delay: 195.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1958) {
    -webkit-animation-delay: 195.8s;
    animation-delay: 195.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1959) {
    -webkit-animation-delay: 195.9s;
    animation-delay: 195.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1960) {
    -webkit-animation-delay: 196s;
    animation-delay: 196s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1961) {
    -webkit-animation-delay: 196.1s;
    animation-delay: 196.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1962) {
    -webkit-animation-delay: 196.2s;
    animation-delay: 196.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1963) {
    -webkit-animation-delay: 196.3s;
    animation-delay: 196.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1964) {
    -webkit-animation-delay: 196.4s;
    animation-delay: 196.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1965) {
    -webkit-animation-delay: 196.5s;
    animation-delay: 196.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1966) {
    -webkit-animation-delay: 196.6s;
    animation-delay: 196.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1967) {
    -webkit-animation-delay: 196.7s;
    animation-delay: 196.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1968) {
    -webkit-animation-delay: 196.8s;
    animation-delay: 196.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1969) {
    -webkit-animation-delay: 196.9s;
    animation-delay: 196.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1970) {
    -webkit-animation-delay: 197s;
    animation-delay: 197s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1971) {
    -webkit-animation-delay: 197.1s;
    animation-delay: 197.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1972) {
    -webkit-animation-delay: 197.2s;
    animation-delay: 197.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1973) {
    -webkit-animation-delay: 197.3s;
    animation-delay: 197.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1974) {
    -webkit-animation-delay: 197.4s;
    animation-delay: 197.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1975) {
    -webkit-animation-delay: 197.5s;
    animation-delay: 197.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1976) {
    -webkit-animation-delay: 197.6s;
    animation-delay: 197.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1977) {
    -webkit-animation-delay: 197.7s;
    animation-delay: 197.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1978) {
    -webkit-animation-delay: 197.8s;
    animation-delay: 197.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1979) {
    -webkit-animation-delay: 197.9s;
    animation-delay: 197.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1980) {
    -webkit-animation-delay: 198s;
    animation-delay: 198s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1981) {
    -webkit-animation-delay: 198.1s;
    animation-delay: 198.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1982) {
    -webkit-animation-delay: 198.2s;
    animation-delay: 198.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1983) {
    -webkit-animation-delay: 198.3s;
    animation-delay: 198.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1984) {
    -webkit-animation-delay: 198.4s;
    animation-delay: 198.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1985) {
    -webkit-animation-delay: 198.5s;
    animation-delay: 198.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1986) {
    -webkit-animation-delay: 198.6s;
    animation-delay: 198.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1987) {
    -webkit-animation-delay: 198.7s;
    animation-delay: 198.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1988) {
    -webkit-animation-delay: 198.8s;
    animation-delay: 198.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1989) {
    -webkit-animation-delay: 198.9s;
    animation-delay: 198.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1990) {
    -webkit-animation-delay: 199s;
    animation-delay: 199s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1991) {
    -webkit-animation-delay: 199.1s;
    animation-delay: 199.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1992) {
    -webkit-animation-delay: 199.2s;
    animation-delay: 199.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1993) {
    -webkit-animation-delay: 199.3s;
    animation-delay: 199.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1994) {
    -webkit-animation-delay: 199.4s;
    animation-delay: 199.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1995) {
    -webkit-animation-delay: 199.5s;
    animation-delay: 199.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1996) {
    -webkit-animation-delay: 199.6s;
    animation-delay: 199.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1997) {
    -webkit-animation-delay: 199.7s;
    animation-delay: 199.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1998) {
    -webkit-animation-delay: 199.8s;
    animation-delay: 199.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1999) {
    -webkit-animation-delay: 199.9s;
    animation-delay: 199.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2000) {
    -webkit-animation-delay: 200s;
    animation-delay: 200s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2001) {
    -webkit-animation-delay: 200.1s;
    animation-delay: 200.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2002) {
    -webkit-animation-delay: 200.2s;
    animation-delay: 200.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2003) {
    -webkit-animation-delay: 200.3s;
    animation-delay: 200.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2004) {
    -webkit-animation-delay: 200.4s;
    animation-delay: 200.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2005) {
    -webkit-animation-delay: 200.5s;
    animation-delay: 200.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2006) {
    -webkit-animation-delay: 200.6s;
    animation-delay: 200.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2007) {
    -webkit-animation-delay: 200.7s;
    animation-delay: 200.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2008) {
    -webkit-animation-delay: 200.8s;
    animation-delay: 200.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2009) {
    -webkit-animation-delay: 200.9s;
    animation-delay: 200.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2010) {
    -webkit-animation-delay: 201s;
    animation-delay: 201s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2011) {
    -webkit-animation-delay: 201.1s;
    animation-delay: 201.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2012) {
    -webkit-animation-delay: 201.2s;
    animation-delay: 201.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2013) {
    -webkit-animation-delay: 201.3s;
    animation-delay: 201.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2014) {
    -webkit-animation-delay: 201.4s;
    animation-delay: 201.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2015) {
    -webkit-animation-delay: 201.5s;
    animation-delay: 201.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2016) {
    -webkit-animation-delay: 201.6s;
    animation-delay: 201.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2017) {
    -webkit-animation-delay: 201.7s;
    animation-delay: 201.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2018) {
    -webkit-animation-delay: 201.8s;
    animation-delay: 201.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2019) {
    -webkit-animation-delay: 201.9s;
    animation-delay: 201.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2020) {
    -webkit-animation-delay: 202s;
    animation-delay: 202s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2021) {
    -webkit-animation-delay: 202.1s;
    animation-delay: 202.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2022) {
    -webkit-animation-delay: 202.2s;
    animation-delay: 202.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2023) {
    -webkit-animation-delay: 202.3s;
    animation-delay: 202.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2024) {
    -webkit-animation-delay: 202.4s;
    animation-delay: 202.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2025) {
    -webkit-animation-delay: 202.5s;
    animation-delay: 202.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2026) {
    -webkit-animation-delay: 202.6s;
    animation-delay: 202.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2027) {
    -webkit-animation-delay: 202.7s;
    animation-delay: 202.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2028) {
    -webkit-animation-delay: 202.8s;
    animation-delay: 202.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2029) {
    -webkit-animation-delay: 202.9s;
    animation-delay: 202.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2030) {
    -webkit-animation-delay: 203s;
    animation-delay: 203s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2031) {
    -webkit-animation-delay: 203.1s;
    animation-delay: 203.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2032) {
    -webkit-animation-delay: 203.2s;
    animation-delay: 203.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2033) {
    -webkit-animation-delay: 203.3s;
    animation-delay: 203.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2034) {
    -webkit-animation-delay: 203.4s;
    animation-delay: 203.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2035) {
    -webkit-animation-delay: 203.5s;
    animation-delay: 203.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2036) {
    -webkit-animation-delay: 203.6s;
    animation-delay: 203.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2037) {
    -webkit-animation-delay: 203.7s;
    animation-delay: 203.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2038) {
    -webkit-animation-delay: 203.8s;
    animation-delay: 203.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2039) {
    -webkit-animation-delay: 203.9s;
    animation-delay: 203.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2040) {
    -webkit-animation-delay: 204s;
    animation-delay: 204s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2041) {
    -webkit-animation-delay: 204.1s;
    animation-delay: 204.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2042) {
    -webkit-animation-delay: 204.2s;
    animation-delay: 204.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2043) {
    -webkit-animation-delay: 204.3s;
    animation-delay: 204.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2044) {
    -webkit-animation-delay: 204.4s;
    animation-delay: 204.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2045) {
    -webkit-animation-delay: 204.5s;
    animation-delay: 204.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2046) {
    -webkit-animation-delay: 204.6s;
    animation-delay: 204.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2047) {
    -webkit-animation-delay: 204.7s;
    animation-delay: 204.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2048) {
    -webkit-animation-delay: 204.8s;
    animation-delay: 204.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2049) {
    -webkit-animation-delay: 204.9s;
    animation-delay: 204.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2050) {
    -webkit-animation-delay: 205s;
    animation-delay: 205s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2051) {
    -webkit-animation-delay: 205.1s;
    animation-delay: 205.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2052) {
    -webkit-animation-delay: 205.2s;
    animation-delay: 205.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2053) {
    -webkit-animation-delay: 205.3s;
    animation-delay: 205.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2054) {
    -webkit-animation-delay: 205.4s;
    animation-delay: 205.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2055) {
    -webkit-animation-delay: 205.5s;
    animation-delay: 205.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2056) {
    -webkit-animation-delay: 205.6s;
    animation-delay: 205.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2057) {
    -webkit-animation-delay: 205.7s;
    animation-delay: 205.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2058) {
    -webkit-animation-delay: 205.8s;
    animation-delay: 205.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2059) {
    -webkit-animation-delay: 205.9s;
    animation-delay: 205.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2060) {
    -webkit-animation-delay: 206s;
    animation-delay: 206s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2061) {
    -webkit-animation-delay: 206.1s;
    animation-delay: 206.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2062) {
    -webkit-animation-delay: 206.2s;
    animation-delay: 206.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2063) {
    -webkit-animation-delay: 206.3s;
    animation-delay: 206.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2064) {
    -webkit-animation-delay: 206.4s;
    animation-delay: 206.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2065) {
    -webkit-animation-delay: 206.5s;
    animation-delay: 206.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2066) {
    -webkit-animation-delay: 206.6s;
    animation-delay: 206.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2067) {
    -webkit-animation-delay: 206.7s;
    animation-delay: 206.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2068) {
    -webkit-animation-delay: 206.8s;
    animation-delay: 206.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2069) {
    -webkit-animation-delay: 206.9s;
    animation-delay: 206.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2070) {
    -webkit-animation-delay: 207s;
    animation-delay: 207s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2071) {
    -webkit-animation-delay: 207.1s;
    animation-delay: 207.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2072) {
    -webkit-animation-delay: 207.2s;
    animation-delay: 207.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2073) {
    -webkit-animation-delay: 207.3s;
    animation-delay: 207.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2074) {
    -webkit-animation-delay: 207.4s;
    animation-delay: 207.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2075) {
    -webkit-animation-delay: 207.5s;
    animation-delay: 207.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2076) {
    -webkit-animation-delay: 207.6s;
    animation-delay: 207.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2077) {
    -webkit-animation-delay: 207.7s;
    animation-delay: 207.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2078) {
    -webkit-animation-delay: 207.8s;
    animation-delay: 207.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2079) {
    -webkit-animation-delay: 207.9s;
    animation-delay: 207.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2080) {
    -webkit-animation-delay: 208s;
    animation-delay: 208s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2081) {
    -webkit-animation-delay: 208.1s;
    animation-delay: 208.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2082) {
    -webkit-animation-delay: 208.2s;
    animation-delay: 208.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2083) {
    -webkit-animation-delay: 208.3s;
    animation-delay: 208.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2084) {
    -webkit-animation-delay: 208.4s;
    animation-delay: 208.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2085) {
    -webkit-animation-delay: 208.5s;
    animation-delay: 208.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2086) {
    -webkit-animation-delay: 208.6s;
    animation-delay: 208.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2087) {
    -webkit-animation-delay: 208.7s;
    animation-delay: 208.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2088) {
    -webkit-animation-delay: 208.8s;
    animation-delay: 208.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2089) {
    -webkit-animation-delay: 208.9s;
    animation-delay: 208.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2090) {
    -webkit-animation-delay: 209s;
    animation-delay: 209s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2091) {
    -webkit-animation-delay: 209.1s;
    animation-delay: 209.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2092) {
    -webkit-animation-delay: 209.2s;
    animation-delay: 209.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2093) {
    -webkit-animation-delay: 209.3s;
    animation-delay: 209.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2094) {
    -webkit-animation-delay: 209.4s;
    animation-delay: 209.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2095) {
    -webkit-animation-delay: 209.5s;
    animation-delay: 209.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2096) {
    -webkit-animation-delay: 209.6s;
    animation-delay: 209.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2097) {
    -webkit-animation-delay: 209.7s;
    animation-delay: 209.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2098) {
    -webkit-animation-delay: 209.8s;
    animation-delay: 209.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2099) {
    -webkit-animation-delay: 209.9s;
    animation-delay: 209.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2100) {
    -webkit-animation-delay: 210s;
    animation-delay: 210s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2101) {
    -webkit-animation-delay: 210.1s;
    animation-delay: 210.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2102) {
    -webkit-animation-delay: 210.2s;
    animation-delay: 210.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2103) {
    -webkit-animation-delay: 210.3s;
    animation-delay: 210.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2104) {
    -webkit-animation-delay: 210.4s;
    animation-delay: 210.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2105) {
    -webkit-animation-delay: 210.5s;
    animation-delay: 210.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2106) {
    -webkit-animation-delay: 210.6s;
    animation-delay: 210.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2107) {
    -webkit-animation-delay: 210.7s;
    animation-delay: 210.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2108) {
    -webkit-animation-delay: 210.8s;
    animation-delay: 210.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2109) {
    -webkit-animation-delay: 210.9s;
    animation-delay: 210.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2110) {
    -webkit-animation-delay: 211s;
    animation-delay: 211s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2111) {
    -webkit-animation-delay: 211.1s;
    animation-delay: 211.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2112) {
    -webkit-animation-delay: 211.2s;
    animation-delay: 211.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2113) {
    -webkit-animation-delay: 211.3s;
    animation-delay: 211.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2114) {
    -webkit-animation-delay: 211.4s;
    animation-delay: 211.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2115) {
    -webkit-animation-delay: 211.5s;
    animation-delay: 211.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2116) {
    -webkit-animation-delay: 211.6s;
    animation-delay: 211.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2117) {
    -webkit-animation-delay: 211.7s;
    animation-delay: 211.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2118) {
    -webkit-animation-delay: 211.8s;
    animation-delay: 211.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2119) {
    -webkit-animation-delay: 211.9s;
    animation-delay: 211.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2120) {
    -webkit-animation-delay: 212s;
    animation-delay: 212s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2121) {
    -webkit-animation-delay: 212.1s;
    animation-delay: 212.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2122) {
    -webkit-animation-delay: 212.2s;
    animation-delay: 212.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2123) {
    -webkit-animation-delay: 212.3s;
    animation-delay: 212.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2124) {
    -webkit-animation-delay: 212.4s;
    animation-delay: 212.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2125) {
    -webkit-animation-delay: 212.5s;
    animation-delay: 212.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2126) {
    -webkit-animation-delay: 212.6s;
    animation-delay: 212.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2127) {
    -webkit-animation-delay: 212.7s;
    animation-delay: 212.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2128) {
    -webkit-animation-delay: 212.8s;
    animation-delay: 212.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2129) {
    -webkit-animation-delay: 212.9s;
    animation-delay: 212.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2130) {
    -webkit-animation-delay: 213s;
    animation-delay: 213s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2131) {
    -webkit-animation-delay: 213.1s;
    animation-delay: 213.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2132) {
    -webkit-animation-delay: 213.2s;
    animation-delay: 213.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2133) {
    -webkit-animation-delay: 213.3s;
    animation-delay: 213.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2134) {
    -webkit-animation-delay: 213.4s;
    animation-delay: 213.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2135) {
    -webkit-animation-delay: 213.5s;
    animation-delay: 213.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2136) {
    -webkit-animation-delay: 213.6s;
    animation-delay: 213.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2137) {
    -webkit-animation-delay: 213.7s;
    animation-delay: 213.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2138) {
    -webkit-animation-delay: 213.8s;
    animation-delay: 213.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2139) {
    -webkit-animation-delay: 213.9s;
    animation-delay: 213.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2140) {
    -webkit-animation-delay: 214s;
    animation-delay: 214s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2141) {
    -webkit-animation-delay: 214.1s;
    animation-delay: 214.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2142) {
    -webkit-animation-delay: 214.2s;
    animation-delay: 214.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2143) {
    -webkit-animation-delay: 214.3s;
    animation-delay: 214.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2144) {
    -webkit-animation-delay: 214.4s;
    animation-delay: 214.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2145) {
    -webkit-animation-delay: 214.5s;
    animation-delay: 214.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2146) {
    -webkit-animation-delay: 214.6s;
    animation-delay: 214.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2147) {
    -webkit-animation-delay: 214.7s;
    animation-delay: 214.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2148) {
    -webkit-animation-delay: 214.8s;
    animation-delay: 214.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2149) {
    -webkit-animation-delay: 214.9s;
    animation-delay: 214.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2150) {
    -webkit-animation-delay: 215s;
    animation-delay: 215s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2151) {
    -webkit-animation-delay: 215.1s;
    animation-delay: 215.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2152) {
    -webkit-animation-delay: 215.2s;
    animation-delay: 215.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2153) {
    -webkit-animation-delay: 215.3s;
    animation-delay: 215.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2154) {
    -webkit-animation-delay: 215.4s;
    animation-delay: 215.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2155) {
    -webkit-animation-delay: 215.5s;
    animation-delay: 215.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2156) {
    -webkit-animation-delay: 215.6s;
    animation-delay: 215.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2157) {
    -webkit-animation-delay: 215.7s;
    animation-delay: 215.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2158) {
    -webkit-animation-delay: 215.8s;
    animation-delay: 215.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2159) {
    -webkit-animation-delay: 215.9s;
    animation-delay: 215.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2160) {
    -webkit-animation-delay: 216s;
    animation-delay: 216s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2161) {
    -webkit-animation-delay: 216.1s;
    animation-delay: 216.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2162) {
    -webkit-animation-delay: 216.2s;
    animation-delay: 216.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2163) {
    -webkit-animation-delay: 216.3s;
    animation-delay: 216.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2164) {
    -webkit-animation-delay: 216.4s;
    animation-delay: 216.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2165) {
    -webkit-animation-delay: 216.5s;
    animation-delay: 216.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2166) {
    -webkit-animation-delay: 216.6s;
    animation-delay: 216.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2167) {
    -webkit-animation-delay: 216.7s;
    animation-delay: 216.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2168) {
    -webkit-animation-delay: 216.8s;
    animation-delay: 216.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2169) {
    -webkit-animation-delay: 216.9s;
    animation-delay: 216.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2170) {
    -webkit-animation-delay: 217s;
    animation-delay: 217s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2171) {
    -webkit-animation-delay: 217.1s;
    animation-delay: 217.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2172) {
    -webkit-animation-delay: 217.2s;
    animation-delay: 217.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2173) {
    -webkit-animation-delay: 217.3s;
    animation-delay: 217.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2174) {
    -webkit-animation-delay: 217.4s;
    animation-delay: 217.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2175) {
    -webkit-animation-delay: 217.5s;
    animation-delay: 217.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2176) {
    -webkit-animation-delay: 217.6s;
    animation-delay: 217.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2177) {
    -webkit-animation-delay: 217.7s;
    animation-delay: 217.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2178) {
    -webkit-animation-delay: 217.8s;
    animation-delay: 217.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2179) {
    -webkit-animation-delay: 217.9s;
    animation-delay: 217.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2180) {
    -webkit-animation-delay: 218s;
    animation-delay: 218s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2181) {
    -webkit-animation-delay: 218.1s;
    animation-delay: 218.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2182) {
    -webkit-animation-delay: 218.2s;
    animation-delay: 218.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2183) {
    -webkit-animation-delay: 218.3s;
    animation-delay: 218.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2184) {
    -webkit-animation-delay: 218.4s;
    animation-delay: 218.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2185) {
    -webkit-animation-delay: 218.5s;
    animation-delay: 218.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2186) {
    -webkit-animation-delay: 218.6s;
    animation-delay: 218.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2187) {
    -webkit-animation-delay: 218.7s;
    animation-delay: 218.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2188) {
    -webkit-animation-delay: 218.8s;
    animation-delay: 218.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2189) {
    -webkit-animation-delay: 218.9s;
    animation-delay: 218.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2190) {
    -webkit-animation-delay: 219s;
    animation-delay: 219s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2191) {
    -webkit-animation-delay: 219.1s;
    animation-delay: 219.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2192) {
    -webkit-animation-delay: 219.2s;
    animation-delay: 219.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2193) {
    -webkit-animation-delay: 219.3s;
    animation-delay: 219.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2194) {
    -webkit-animation-delay: 219.4s;
    animation-delay: 219.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2195) {
    -webkit-animation-delay: 219.5s;
    animation-delay: 219.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2196) {
    -webkit-animation-delay: 219.6s;
    animation-delay: 219.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2197) {
    -webkit-animation-delay: 219.7s;
    animation-delay: 219.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2198) {
    -webkit-animation-delay: 219.8s;
    animation-delay: 219.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2199) {
    -webkit-animation-delay: 219.9s;
    animation-delay: 219.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2200) {
    -webkit-animation-delay: 220s;
    animation-delay: 220s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2201) {
    -webkit-animation-delay: 220.1s;
    animation-delay: 220.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2202) {
    -webkit-animation-delay: 220.2s;
    animation-delay: 220.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2203) {
    -webkit-animation-delay: 220.3s;
    animation-delay: 220.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2204) {
    -webkit-animation-delay: 220.4s;
    animation-delay: 220.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2205) {
    -webkit-animation-delay: 220.5s;
    animation-delay: 220.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2206) {
    -webkit-animation-delay: 220.6s;
    animation-delay: 220.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2207) {
    -webkit-animation-delay: 220.7s;
    animation-delay: 220.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2208) {
    -webkit-animation-delay: 220.8s;
    animation-delay: 220.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2209) {
    -webkit-animation-delay: 220.9s;
    animation-delay: 220.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2210) {
    -webkit-animation-delay: 221s;
    animation-delay: 221s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2211) {
    -webkit-animation-delay: 221.1s;
    animation-delay: 221.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2212) {
    -webkit-animation-delay: 221.2s;
    animation-delay: 221.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2213) {
    -webkit-animation-delay: 221.3s;
    animation-delay: 221.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2214) {
    -webkit-animation-delay: 221.4s;
    animation-delay: 221.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2215) {
    -webkit-animation-delay: 221.5s;
    animation-delay: 221.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2216) {
    -webkit-animation-delay: 221.6s;
    animation-delay: 221.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2217) {
    -webkit-animation-delay: 221.7s;
    animation-delay: 221.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2218) {
    -webkit-animation-delay: 221.8s;
    animation-delay: 221.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2219) {
    -webkit-animation-delay: 221.9s;
    animation-delay: 221.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2220) {
    -webkit-animation-delay: 222s;
    animation-delay: 222s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2221) {
    -webkit-animation-delay: 222.1s;
    animation-delay: 222.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2222) {
    -webkit-animation-delay: 222.2s;
    animation-delay: 222.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2223) {
    -webkit-animation-delay: 222.3s;
    animation-delay: 222.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2224) {
    -webkit-animation-delay: 222.4s;
    animation-delay: 222.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2225) {
    -webkit-animation-delay: 222.5s;
    animation-delay: 222.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2226) {
    -webkit-animation-delay: 222.6s;
    animation-delay: 222.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2227) {
    -webkit-animation-delay: 222.7s;
    animation-delay: 222.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2228) {
    -webkit-animation-delay: 222.8s;
    animation-delay: 222.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2229) {
    -webkit-animation-delay: 222.9s;
    animation-delay: 222.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2230) {
    -webkit-animation-delay: 223s;
    animation-delay: 223s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2231) {
    -webkit-animation-delay: 223.1s;
    animation-delay: 223.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2232) {
    -webkit-animation-delay: 223.2s;
    animation-delay: 223.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2233) {
    -webkit-animation-delay: 223.3s;
    animation-delay: 223.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2234) {
    -webkit-animation-delay: 223.4s;
    animation-delay: 223.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2235) {
    -webkit-animation-delay: 223.5s;
    animation-delay: 223.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2236) {
    -webkit-animation-delay: 223.6s;
    animation-delay: 223.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2237) {
    -webkit-animation-delay: 223.7s;
    animation-delay: 223.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2238) {
    -webkit-animation-delay: 223.8s;
    animation-delay: 223.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2239) {
    -webkit-animation-delay: 223.9s;
    animation-delay: 223.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2240) {
    -webkit-animation-delay: 224s;
    animation-delay: 224s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2241) {
    -webkit-animation-delay: 224.1s;
    animation-delay: 224.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2242) {
    -webkit-animation-delay: 224.2s;
    animation-delay: 224.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2243) {
    -webkit-animation-delay: 224.3s;
    animation-delay: 224.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2244) {
    -webkit-animation-delay: 224.4s;
    animation-delay: 224.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2245) {
    -webkit-animation-delay: 224.5s;
    animation-delay: 224.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2246) {
    -webkit-animation-delay: 224.6s;
    animation-delay: 224.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2247) {
    -webkit-animation-delay: 224.7s;
    animation-delay: 224.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2248) {
    -webkit-animation-delay: 224.8s;
    animation-delay: 224.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2249) {
    -webkit-animation-delay: 224.9s;
    animation-delay: 224.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2250) {
    -webkit-animation-delay: 225s;
    animation-delay: 225s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2251) {
    -webkit-animation-delay: 225.1s;
    animation-delay: 225.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2252) {
    -webkit-animation-delay: 225.2s;
    animation-delay: 225.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2253) {
    -webkit-animation-delay: 225.3s;
    animation-delay: 225.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2254) {
    -webkit-animation-delay: 225.4s;
    animation-delay: 225.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2255) {
    -webkit-animation-delay: 225.5s;
    animation-delay: 225.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2256) {
    -webkit-animation-delay: 225.6s;
    animation-delay: 225.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2257) {
    -webkit-animation-delay: 225.7s;
    animation-delay: 225.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2258) {
    -webkit-animation-delay: 225.8s;
    animation-delay: 225.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2259) {
    -webkit-animation-delay: 225.9s;
    animation-delay: 225.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2260) {
    -webkit-animation-delay: 226s;
    animation-delay: 226s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2261) {
    -webkit-animation-delay: 226.1s;
    animation-delay: 226.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2262) {
    -webkit-animation-delay: 226.2s;
    animation-delay: 226.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2263) {
    -webkit-animation-delay: 226.3s;
    animation-delay: 226.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2264) {
    -webkit-animation-delay: 226.4s;
    animation-delay: 226.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2265) {
    -webkit-animation-delay: 226.5s;
    animation-delay: 226.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2266) {
    -webkit-animation-delay: 226.6s;
    animation-delay: 226.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2267) {
    -webkit-animation-delay: 226.7s;
    animation-delay: 226.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2268) {
    -webkit-animation-delay: 226.8s;
    animation-delay: 226.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2269) {
    -webkit-animation-delay: 226.9s;
    animation-delay: 226.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2270) {
    -webkit-animation-delay: 227s;
    animation-delay: 227s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2271) {
    -webkit-animation-delay: 227.1s;
    animation-delay: 227.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2272) {
    -webkit-animation-delay: 227.2s;
    animation-delay: 227.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2273) {
    -webkit-animation-delay: 227.3s;
    animation-delay: 227.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2274) {
    -webkit-animation-delay: 227.4s;
    animation-delay: 227.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2275) {
    -webkit-animation-delay: 227.5s;
    animation-delay: 227.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2276) {
    -webkit-animation-delay: 227.6s;
    animation-delay: 227.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2277) {
    -webkit-animation-delay: 227.7s;
    animation-delay: 227.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2278) {
    -webkit-animation-delay: 227.8s;
    animation-delay: 227.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2279) {
    -webkit-animation-delay: 227.9s;
    animation-delay: 227.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2280) {
    -webkit-animation-delay: 228s;
    animation-delay: 228s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2281) {
    -webkit-animation-delay: 228.1s;
    animation-delay: 228.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2282) {
    -webkit-animation-delay: 228.2s;
    animation-delay: 228.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2283) {
    -webkit-animation-delay: 228.3s;
    animation-delay: 228.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2284) {
    -webkit-animation-delay: 228.4s;
    animation-delay: 228.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2285) {
    -webkit-animation-delay: 228.5s;
    animation-delay: 228.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2286) {
    -webkit-animation-delay: 228.6s;
    animation-delay: 228.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2287) {
    -webkit-animation-delay: 228.7s;
    animation-delay: 228.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2288) {
    -webkit-animation-delay: 228.8s;
    animation-delay: 228.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2289) {
    -webkit-animation-delay: 228.9s;
    animation-delay: 228.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2290) {
    -webkit-animation-delay: 229s;
    animation-delay: 229s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2291) {
    -webkit-animation-delay: 229.1s;
    animation-delay: 229.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2292) {
    -webkit-animation-delay: 229.2s;
    animation-delay: 229.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2293) {
    -webkit-animation-delay: 229.3s;
    animation-delay: 229.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2294) {
    -webkit-animation-delay: 229.4s;
    animation-delay: 229.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2295) {
    -webkit-animation-delay: 229.5s;
    animation-delay: 229.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2296) {
    -webkit-animation-delay: 229.6s;
    animation-delay: 229.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2297) {
    -webkit-animation-delay: 229.7s;
    animation-delay: 229.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2298) {
    -webkit-animation-delay: 229.8s;
    animation-delay: 229.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2299) {
    -webkit-animation-delay: 229.9s;
    animation-delay: 229.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2300) {
    -webkit-animation-delay: 230s;
    animation-delay: 230s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2301) {
    -webkit-animation-delay: 230.1s;
    animation-delay: 230.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2302) {
    -webkit-animation-delay: 230.2s;
    animation-delay: 230.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2303) {
    -webkit-animation-delay: 230.3s;
    animation-delay: 230.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2304) {
    -webkit-animation-delay: 230.4s;
    animation-delay: 230.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2305) {
    -webkit-animation-delay: 230.5s;
    animation-delay: 230.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2306) {
    -webkit-animation-delay: 230.6s;
    animation-delay: 230.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2307) {
    -webkit-animation-delay: 230.7s;
    animation-delay: 230.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2308) {
    -webkit-animation-delay: 230.8s;
    animation-delay: 230.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2309) {
    -webkit-animation-delay: 230.9s;
    animation-delay: 230.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2310) {
    -webkit-animation-delay: 231s;
    animation-delay: 231s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2311) {
    -webkit-animation-delay: 231.1s;
    animation-delay: 231.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2312) {
    -webkit-animation-delay: 231.2s;
    animation-delay: 231.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2313) {
    -webkit-animation-delay: 231.3s;
    animation-delay: 231.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2314) {
    -webkit-animation-delay: 231.4s;
    animation-delay: 231.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2315) {
    -webkit-animation-delay: 231.5s;
    animation-delay: 231.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2316) {
    -webkit-animation-delay: 231.6s;
    animation-delay: 231.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2317) {
    -webkit-animation-delay: 231.7s;
    animation-delay: 231.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2318) {
    -webkit-animation-delay: 231.8s;
    animation-delay: 231.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2319) {
    -webkit-animation-delay: 231.9s;
    animation-delay: 231.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2320) {
    -webkit-animation-delay: 232s;
    animation-delay: 232s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2321) {
    -webkit-animation-delay: 232.1s;
    animation-delay: 232.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2322) {
    -webkit-animation-delay: 232.2s;
    animation-delay: 232.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2323) {
    -webkit-animation-delay: 232.3s;
    animation-delay: 232.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2324) {
    -webkit-animation-delay: 232.4s;
    animation-delay: 232.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2325) {
    -webkit-animation-delay: 232.5s;
    animation-delay: 232.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2326) {
    -webkit-animation-delay: 232.6s;
    animation-delay: 232.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2327) {
    -webkit-animation-delay: 232.7s;
    animation-delay: 232.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2328) {
    -webkit-animation-delay: 232.8s;
    animation-delay: 232.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2329) {
    -webkit-animation-delay: 232.9s;
    animation-delay: 232.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2330) {
    -webkit-animation-delay: 233s;
    animation-delay: 233s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2331) {
    -webkit-animation-delay: 233.1s;
    animation-delay: 233.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2332) {
    -webkit-animation-delay: 233.2s;
    animation-delay: 233.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2333) {
    -webkit-animation-delay: 233.3s;
    animation-delay: 233.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2334) {
    -webkit-animation-delay: 233.4s;
    animation-delay: 233.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2335) {
    -webkit-animation-delay: 233.5s;
    animation-delay: 233.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2336) {
    -webkit-animation-delay: 233.6s;
    animation-delay: 233.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2337) {
    -webkit-animation-delay: 233.7s;
    animation-delay: 233.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2338) {
    -webkit-animation-delay: 233.8s;
    animation-delay: 233.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2339) {
    -webkit-animation-delay: 233.9s;
    animation-delay: 233.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2340) {
    -webkit-animation-delay: 234s;
    animation-delay: 234s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2341) {
    -webkit-animation-delay: 234.1s;
    animation-delay: 234.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2342) {
    -webkit-animation-delay: 234.2s;
    animation-delay: 234.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2343) {
    -webkit-animation-delay: 234.3s;
    animation-delay: 234.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2344) {
    -webkit-animation-delay: 234.4s;
    animation-delay: 234.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2345) {
    -webkit-animation-delay: 234.5s;
    animation-delay: 234.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2346) {
    -webkit-animation-delay: 234.6s;
    animation-delay: 234.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2347) {
    -webkit-animation-delay: 234.7s;
    animation-delay: 234.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2348) {
    -webkit-animation-delay: 234.8s;
    animation-delay: 234.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2349) {
    -webkit-animation-delay: 234.9s;
    animation-delay: 234.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2350) {
    -webkit-animation-delay: 235s;
    animation-delay: 235s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2351) {
    -webkit-animation-delay: 235.1s;
    animation-delay: 235.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2352) {
    -webkit-animation-delay: 235.2s;
    animation-delay: 235.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2353) {
    -webkit-animation-delay: 235.3s;
    animation-delay: 235.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2354) {
    -webkit-animation-delay: 235.4s;
    animation-delay: 235.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2355) {
    -webkit-animation-delay: 235.5s;
    animation-delay: 235.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2356) {
    -webkit-animation-delay: 235.6s;
    animation-delay: 235.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2357) {
    -webkit-animation-delay: 235.7s;
    animation-delay: 235.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2358) {
    -webkit-animation-delay: 235.8s;
    animation-delay: 235.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2359) {
    -webkit-animation-delay: 235.9s;
    animation-delay: 235.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2360) {
    -webkit-animation-delay: 236s;
    animation-delay: 236s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2361) {
    -webkit-animation-delay: 236.1s;
    animation-delay: 236.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2362) {
    -webkit-animation-delay: 236.2s;
    animation-delay: 236.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2363) {
    -webkit-animation-delay: 236.3s;
    animation-delay: 236.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2364) {
    -webkit-animation-delay: 236.4s;
    animation-delay: 236.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2365) {
    -webkit-animation-delay: 236.5s;
    animation-delay: 236.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2366) {
    -webkit-animation-delay: 236.6s;
    animation-delay: 236.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2367) {
    -webkit-animation-delay: 236.7s;
    animation-delay: 236.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2368) {
    -webkit-animation-delay: 236.8s;
    animation-delay: 236.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2369) {
    -webkit-animation-delay: 236.9s;
    animation-delay: 236.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2370) {
    -webkit-animation-delay: 237s;
    animation-delay: 237s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2371) {
    -webkit-animation-delay: 237.1s;
    animation-delay: 237.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2372) {
    -webkit-animation-delay: 237.2s;
    animation-delay: 237.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2373) {
    -webkit-animation-delay: 237.3s;
    animation-delay: 237.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2374) {
    -webkit-animation-delay: 237.4s;
    animation-delay: 237.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2375) {
    -webkit-animation-delay: 237.5s;
    animation-delay: 237.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2376) {
    -webkit-animation-delay: 237.6s;
    animation-delay: 237.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2377) {
    -webkit-animation-delay: 237.7s;
    animation-delay: 237.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2378) {
    -webkit-animation-delay: 237.8s;
    animation-delay: 237.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2379) {
    -webkit-animation-delay: 237.9s;
    animation-delay: 237.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2380) {
    -webkit-animation-delay: 238s;
    animation-delay: 238s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2381) {
    -webkit-animation-delay: 238.1s;
    animation-delay: 238.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2382) {
    -webkit-animation-delay: 238.2s;
    animation-delay: 238.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2383) {
    -webkit-animation-delay: 238.3s;
    animation-delay: 238.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2384) {
    -webkit-animation-delay: 238.4s;
    animation-delay: 238.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2385) {
    -webkit-animation-delay: 238.5s;
    animation-delay: 238.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2386) {
    -webkit-animation-delay: 238.6s;
    animation-delay: 238.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2387) {
    -webkit-animation-delay: 238.7s;
    animation-delay: 238.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2388) {
    -webkit-animation-delay: 238.8s;
    animation-delay: 238.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2389) {
    -webkit-animation-delay: 238.9s;
    animation-delay: 238.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2390) {
    -webkit-animation-delay: 239s;
    animation-delay: 239s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2391) {
    -webkit-animation-delay: 239.1s;
    animation-delay: 239.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2392) {
    -webkit-animation-delay: 239.2s;
    animation-delay: 239.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2393) {
    -webkit-animation-delay: 239.3s;
    animation-delay: 239.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2394) {
    -webkit-animation-delay: 239.4s;
    animation-delay: 239.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2395) {
    -webkit-animation-delay: 239.5s;
    animation-delay: 239.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2396) {
    -webkit-animation-delay: 239.6s;
    animation-delay: 239.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2397) {
    -webkit-animation-delay: 239.7s;
    animation-delay: 239.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2398) {
    -webkit-animation-delay: 239.8s;
    animation-delay: 239.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2399) {
    -webkit-animation-delay: 239.9s;
    animation-delay: 239.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2400) {
    -webkit-animation-delay: 240s;
    animation-delay: 240s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2401) {
    -webkit-animation-delay: 240.1s;
    animation-delay: 240.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2402) {
    -webkit-animation-delay: 240.2s;
    animation-delay: 240.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2403) {
    -webkit-animation-delay: 240.3s;
    animation-delay: 240.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2404) {
    -webkit-animation-delay: 240.4s;
    animation-delay: 240.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2405) {
    -webkit-animation-delay: 240.5s;
    animation-delay: 240.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2406) {
    -webkit-animation-delay: 240.6s;
    animation-delay: 240.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2407) {
    -webkit-animation-delay: 240.7s;
    animation-delay: 240.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2408) {
    -webkit-animation-delay: 240.8s;
    animation-delay: 240.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2409) {
    -webkit-animation-delay: 240.9s;
    animation-delay: 240.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2410) {
    -webkit-animation-delay: 241s;
    animation-delay: 241s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2411) {
    -webkit-animation-delay: 241.1s;
    animation-delay: 241.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2412) {
    -webkit-animation-delay: 241.2s;
    animation-delay: 241.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2413) {
    -webkit-animation-delay: 241.3s;
    animation-delay: 241.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2414) {
    -webkit-animation-delay: 241.4s;
    animation-delay: 241.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2415) {
    -webkit-animation-delay: 241.5s;
    animation-delay: 241.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2416) {
    -webkit-animation-delay: 241.6s;
    animation-delay: 241.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2417) {
    -webkit-animation-delay: 241.7s;
    animation-delay: 241.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2418) {
    -webkit-animation-delay: 241.8s;
    animation-delay: 241.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2419) {
    -webkit-animation-delay: 241.9s;
    animation-delay: 241.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2420) {
    -webkit-animation-delay: 242s;
    animation-delay: 242s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2421) {
    -webkit-animation-delay: 242.1s;
    animation-delay: 242.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2422) {
    -webkit-animation-delay: 242.2s;
    animation-delay: 242.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2423) {
    -webkit-animation-delay: 242.3s;
    animation-delay: 242.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2424) {
    -webkit-animation-delay: 242.4s;
    animation-delay: 242.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2425) {
    -webkit-animation-delay: 242.5s;
    animation-delay: 242.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2426) {
    -webkit-animation-delay: 242.6s;
    animation-delay: 242.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2427) {
    -webkit-animation-delay: 242.7s;
    animation-delay: 242.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2428) {
    -webkit-animation-delay: 242.8s;
    animation-delay: 242.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2429) {
    -webkit-animation-delay: 242.9s;
    animation-delay: 242.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2430) {
    -webkit-animation-delay: 243s;
    animation-delay: 243s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2431) {
    -webkit-animation-delay: 243.1s;
    animation-delay: 243.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2432) {
    -webkit-animation-delay: 243.2s;
    animation-delay: 243.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2433) {
    -webkit-animation-delay: 243.3s;
    animation-delay: 243.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2434) {
    -webkit-animation-delay: 243.4s;
    animation-delay: 243.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2435) {
    -webkit-animation-delay: 243.5s;
    animation-delay: 243.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2436) {
    -webkit-animation-delay: 243.6s;
    animation-delay: 243.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2437) {
    -webkit-animation-delay: 243.7s;
    animation-delay: 243.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2438) {
    -webkit-animation-delay: 243.8s;
    animation-delay: 243.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2439) {
    -webkit-animation-delay: 243.9s;
    animation-delay: 243.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2440) {
    -webkit-animation-delay: 244s;
    animation-delay: 244s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2441) {
    -webkit-animation-delay: 244.1s;
    animation-delay: 244.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2442) {
    -webkit-animation-delay: 244.2s;
    animation-delay: 244.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2443) {
    -webkit-animation-delay: 244.3s;
    animation-delay: 244.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2444) {
    -webkit-animation-delay: 244.4s;
    animation-delay: 244.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2445) {
    -webkit-animation-delay: 244.5s;
    animation-delay: 244.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2446) {
    -webkit-animation-delay: 244.6s;
    animation-delay: 244.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2447) {
    -webkit-animation-delay: 244.7s;
    animation-delay: 244.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2448) {
    -webkit-animation-delay: 244.8s;
    animation-delay: 244.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2449) {
    -webkit-animation-delay: 244.9s;
    animation-delay: 244.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2450) {
    -webkit-animation-delay: 245s;
    animation-delay: 245s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2451) {
    -webkit-animation-delay: 245.1s;
    animation-delay: 245.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2452) {
    -webkit-animation-delay: 245.2s;
    animation-delay: 245.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2453) {
    -webkit-animation-delay: 245.3s;
    animation-delay: 245.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2454) {
    -webkit-animation-delay: 245.4s;
    animation-delay: 245.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2455) {
    -webkit-animation-delay: 245.5s;
    animation-delay: 245.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2456) {
    -webkit-animation-delay: 245.6s;
    animation-delay: 245.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2457) {
    -webkit-animation-delay: 245.7s;
    animation-delay: 245.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2458) {
    -webkit-animation-delay: 245.8s;
    animation-delay: 245.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2459) {
    -webkit-animation-delay: 245.9s;
    animation-delay: 245.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2460) {
    -webkit-animation-delay: 246s;
    animation-delay: 246s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2461) {
    -webkit-animation-delay: 246.1s;
    animation-delay: 246.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2462) {
    -webkit-animation-delay: 246.2s;
    animation-delay: 246.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2463) {
    -webkit-animation-delay: 246.3s;
    animation-delay: 246.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2464) {
    -webkit-animation-delay: 246.4s;
    animation-delay: 246.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2465) {
    -webkit-animation-delay: 246.5s;
    animation-delay: 246.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2466) {
    -webkit-animation-delay: 246.6s;
    animation-delay: 246.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2467) {
    -webkit-animation-delay: 246.7s;
    animation-delay: 246.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2468) {
    -webkit-animation-delay: 246.8s;
    animation-delay: 246.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2469) {
    -webkit-animation-delay: 246.9s;
    animation-delay: 246.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2470) {
    -webkit-animation-delay: 247s;
    animation-delay: 247s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2471) {
    -webkit-animation-delay: 247.1s;
    animation-delay: 247.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2472) {
    -webkit-animation-delay: 247.2s;
    animation-delay: 247.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2473) {
    -webkit-animation-delay: 247.3s;
    animation-delay: 247.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2474) {
    -webkit-animation-delay: 247.4s;
    animation-delay: 247.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2475) {
    -webkit-animation-delay: 247.5s;
    animation-delay: 247.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2476) {
    -webkit-animation-delay: 247.6s;
    animation-delay: 247.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2477) {
    -webkit-animation-delay: 247.7s;
    animation-delay: 247.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2478) {
    -webkit-animation-delay: 247.8s;
    animation-delay: 247.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2479) {
    -webkit-animation-delay: 247.9s;
    animation-delay: 247.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2480) {
    -webkit-animation-delay: 248s;
    animation-delay: 248s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2481) {
    -webkit-animation-delay: 248.1s;
    animation-delay: 248.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2482) {
    -webkit-animation-delay: 248.2s;
    animation-delay: 248.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2483) {
    -webkit-animation-delay: 248.3s;
    animation-delay: 248.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2484) {
    -webkit-animation-delay: 248.4s;
    animation-delay: 248.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2485) {
    -webkit-animation-delay: 248.5s;
    animation-delay: 248.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2486) {
    -webkit-animation-delay: 248.6s;
    animation-delay: 248.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2487) {
    -webkit-animation-delay: 248.7s;
    animation-delay: 248.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2488) {
    -webkit-animation-delay: 248.8s;
    animation-delay: 248.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2489) {
    -webkit-animation-delay: 248.9s;
    animation-delay: 248.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2490) {
    -webkit-animation-delay: 249s;
    animation-delay: 249s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2491) {
    -webkit-animation-delay: 249.1s;
    animation-delay: 249.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2492) {
    -webkit-animation-delay: 249.2s;
    animation-delay: 249.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2493) {
    -webkit-animation-delay: 249.3s;
    animation-delay: 249.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2494) {
    -webkit-animation-delay: 249.4s;
    animation-delay: 249.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2495) {
    -webkit-animation-delay: 249.5s;
    animation-delay: 249.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2496) {
    -webkit-animation-delay: 249.6s;
    animation-delay: 249.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2497) {
    -webkit-animation-delay: 249.7s;
    animation-delay: 249.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2498) {
    -webkit-animation-delay: 249.8s;
    animation-delay: 249.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2499) {
    -webkit-animation-delay: 249.9s;
    animation-delay: 249.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2500) {
    -webkit-animation-delay: 250s;
    animation-delay: 250s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2501) {
    -webkit-animation-delay: 250.1s;
    animation-delay: 250.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2502) {
    -webkit-animation-delay: 250.2s;
    animation-delay: 250.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2503) {
    -webkit-animation-delay: 250.3s;
    animation-delay: 250.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2504) {
    -webkit-animation-delay: 250.4s;
    animation-delay: 250.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2505) {
    -webkit-animation-delay: 250.5s;
    animation-delay: 250.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2506) {
    -webkit-animation-delay: 250.6s;
    animation-delay: 250.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2507) {
    -webkit-animation-delay: 250.7s;
    animation-delay: 250.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2508) {
    -webkit-animation-delay: 250.8s;
    animation-delay: 250.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2509) {
    -webkit-animation-delay: 250.9s;
    animation-delay: 250.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2510) {
    -webkit-animation-delay: 251s;
    animation-delay: 251s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2511) {
    -webkit-animation-delay: 251.1s;
    animation-delay: 251.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2512) {
    -webkit-animation-delay: 251.2s;
    animation-delay: 251.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2513) {
    -webkit-animation-delay: 251.3s;
    animation-delay: 251.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2514) {
    -webkit-animation-delay: 251.4s;
    animation-delay: 251.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2515) {
    -webkit-animation-delay: 251.5s;
    animation-delay: 251.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2516) {
    -webkit-animation-delay: 251.6s;
    animation-delay: 251.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2517) {
    -webkit-animation-delay: 251.7s;
    animation-delay: 251.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2518) {
    -webkit-animation-delay: 251.8s;
    animation-delay: 251.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2519) {
    -webkit-animation-delay: 251.9s;
    animation-delay: 251.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2520) {
    -webkit-animation-delay: 252s;
    animation-delay: 252s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2521) {
    -webkit-animation-delay: 252.1s;
    animation-delay: 252.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2522) {
    -webkit-animation-delay: 252.2s;
    animation-delay: 252.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2523) {
    -webkit-animation-delay: 252.3s;
    animation-delay: 252.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2524) {
    -webkit-animation-delay: 252.4s;
    animation-delay: 252.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2525) {
    -webkit-animation-delay: 252.5s;
    animation-delay: 252.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2526) {
    -webkit-animation-delay: 252.6s;
    animation-delay: 252.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2527) {
    -webkit-animation-delay: 252.7s;
    animation-delay: 252.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2528) {
    -webkit-animation-delay: 252.8s;
    animation-delay: 252.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2529) {
    -webkit-animation-delay: 252.9s;
    animation-delay: 252.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2530) {
    -webkit-animation-delay: 253s;
    animation-delay: 253s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2531) {
    -webkit-animation-delay: 253.1s;
    animation-delay: 253.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2532) {
    -webkit-animation-delay: 253.2s;
    animation-delay: 253.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2533) {
    -webkit-animation-delay: 253.3s;
    animation-delay: 253.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2534) {
    -webkit-animation-delay: 253.4s;
    animation-delay: 253.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2535) {
    -webkit-animation-delay: 253.5s;
    animation-delay: 253.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2536) {
    -webkit-animation-delay: 253.6s;
    animation-delay: 253.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2537) {
    -webkit-animation-delay: 253.7s;
    animation-delay: 253.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2538) {
    -webkit-animation-delay: 253.8s;
    animation-delay: 253.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2539) {
    -webkit-animation-delay: 253.9s;
    animation-delay: 253.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2540) {
    -webkit-animation-delay: 254s;
    animation-delay: 254s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2541) {
    -webkit-animation-delay: 254.1s;
    animation-delay: 254.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2542) {
    -webkit-animation-delay: 254.2s;
    animation-delay: 254.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2543) {
    -webkit-animation-delay: 254.3s;
    animation-delay: 254.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2544) {
    -webkit-animation-delay: 254.4s;
    animation-delay: 254.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2545) {
    -webkit-animation-delay: 254.5s;
    animation-delay: 254.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2546) {
    -webkit-animation-delay: 254.6s;
    animation-delay: 254.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2547) {
    -webkit-animation-delay: 254.7s;
    animation-delay: 254.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2548) {
    -webkit-animation-delay: 254.8s;
    animation-delay: 254.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2549) {
    -webkit-animation-delay: 254.9s;
    animation-delay: 254.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2550) {
    -webkit-animation-delay: 255s;
    animation-delay: 255s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2551) {
    -webkit-animation-delay: 255.1s;
    animation-delay: 255.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2552) {
    -webkit-animation-delay: 255.2s;
    animation-delay: 255.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2553) {
    -webkit-animation-delay: 255.3s;
    animation-delay: 255.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2554) {
    -webkit-animation-delay: 255.4s;
    animation-delay: 255.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2555) {
    -webkit-animation-delay: 255.5s;
    animation-delay: 255.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2556) {
    -webkit-animation-delay: 255.6s;
    animation-delay: 255.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2557) {
    -webkit-animation-delay: 255.7s;
    animation-delay: 255.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2558) {
    -webkit-animation-delay: 255.8s;
    animation-delay: 255.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2559) {
    -webkit-animation-delay: 255.9s;
    animation-delay: 255.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2560) {
    -webkit-animation-delay: 256s;
    animation-delay: 256s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2561) {
    -webkit-animation-delay: 256.1s;
    animation-delay: 256.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2562) {
    -webkit-animation-delay: 256.2s;
    animation-delay: 256.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2563) {
    -webkit-animation-delay: 256.3s;
    animation-delay: 256.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2564) {
    -webkit-animation-delay: 256.4s;
    animation-delay: 256.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2565) {
    -webkit-animation-delay: 256.5s;
    animation-delay: 256.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2566) {
    -webkit-animation-delay: 256.6s;
    animation-delay: 256.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2567) {
    -webkit-animation-delay: 256.7s;
    animation-delay: 256.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2568) {
    -webkit-animation-delay: 256.8s;
    animation-delay: 256.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2569) {
    -webkit-animation-delay: 256.9s;
    animation-delay: 256.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2570) {
    -webkit-animation-delay: 257s;
    animation-delay: 257s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2571) {
    -webkit-animation-delay: 257.1s;
    animation-delay: 257.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2572) {
    -webkit-animation-delay: 257.2s;
    animation-delay: 257.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2573) {
    -webkit-animation-delay: 257.3s;
    animation-delay: 257.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2574) {
    -webkit-animation-delay: 257.4s;
    animation-delay: 257.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2575) {
    -webkit-animation-delay: 257.5s;
    animation-delay: 257.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2576) {
    -webkit-animation-delay: 257.6s;
    animation-delay: 257.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2577) {
    -webkit-animation-delay: 257.7s;
    animation-delay: 257.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2578) {
    -webkit-animation-delay: 257.8s;
    animation-delay: 257.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2579) {
    -webkit-animation-delay: 257.9s;
    animation-delay: 257.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2580) {
    -webkit-animation-delay: 258s;
    animation-delay: 258s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2581) {
    -webkit-animation-delay: 258.1s;
    animation-delay: 258.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2582) {
    -webkit-animation-delay: 258.2s;
    animation-delay: 258.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2583) {
    -webkit-animation-delay: 258.3s;
    animation-delay: 258.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2584) {
    -webkit-animation-delay: 258.4s;
    animation-delay: 258.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2585) {
    -webkit-animation-delay: 258.5s;
    animation-delay: 258.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2586) {
    -webkit-animation-delay: 258.6s;
    animation-delay: 258.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2587) {
    -webkit-animation-delay: 258.7s;
    animation-delay: 258.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2588) {
    -webkit-animation-delay: 258.8s;
    animation-delay: 258.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2589) {
    -webkit-animation-delay: 258.9s;
    animation-delay: 258.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2590) {
    -webkit-animation-delay: 259s;
    animation-delay: 259s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2591) {
    -webkit-animation-delay: 259.1s;
    animation-delay: 259.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2592) {
    -webkit-animation-delay: 259.2s;
    animation-delay: 259.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2593) {
    -webkit-animation-delay: 259.3s;
    animation-delay: 259.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2594) {
    -webkit-animation-delay: 259.4s;
    animation-delay: 259.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2595) {
    -webkit-animation-delay: 259.5s;
    animation-delay: 259.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2596) {
    -webkit-animation-delay: 259.6s;
    animation-delay: 259.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2597) {
    -webkit-animation-delay: 259.7s;
    animation-delay: 259.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2598) {
    -webkit-animation-delay: 259.8s;
    animation-delay: 259.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2599) {
    -webkit-animation-delay: 259.9s;
    animation-delay: 259.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2600) {
    -webkit-animation-delay: 260s;
    animation-delay: 260s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2601) {
    -webkit-animation-delay: 260.1s;
    animation-delay: 260.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2602) {
    -webkit-animation-delay: 260.2s;
    animation-delay: 260.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2603) {
    -webkit-animation-delay: 260.3s;
    animation-delay: 260.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2604) {
    -webkit-animation-delay: 260.4s;
    animation-delay: 260.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2605) {
    -webkit-animation-delay: 260.5s;
    animation-delay: 260.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2606) {
    -webkit-animation-delay: 260.6s;
    animation-delay: 260.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2607) {
    -webkit-animation-delay: 260.7s;
    animation-delay: 260.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2608) {
    -webkit-animation-delay: 260.8s;
    animation-delay: 260.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2609) {
    -webkit-animation-delay: 260.9s;
    animation-delay: 260.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2610) {
    -webkit-animation-delay: 261s;
    animation-delay: 261s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2611) {
    -webkit-animation-delay: 261.1s;
    animation-delay: 261.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2612) {
    -webkit-animation-delay: 261.2s;
    animation-delay: 261.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2613) {
    -webkit-animation-delay: 261.3s;
    animation-delay: 261.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2614) {
    -webkit-animation-delay: 261.4s;
    animation-delay: 261.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2615) {
    -webkit-animation-delay: 261.5s;
    animation-delay: 261.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2616) {
    -webkit-animation-delay: 261.6s;
    animation-delay: 261.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2617) {
    -webkit-animation-delay: 261.7s;
    animation-delay: 261.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2618) {
    -webkit-animation-delay: 261.8s;
    animation-delay: 261.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2619) {
    -webkit-animation-delay: 261.9s;
    animation-delay: 261.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2620) {
    -webkit-animation-delay: 262s;
    animation-delay: 262s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2621) {
    -webkit-animation-delay: 262.1s;
    animation-delay: 262.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2622) {
    -webkit-animation-delay: 262.2s;
    animation-delay: 262.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2623) {
    -webkit-animation-delay: 262.3s;
    animation-delay: 262.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2624) {
    -webkit-animation-delay: 262.4s;
    animation-delay: 262.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2625) {
    -webkit-animation-delay: 262.5s;
    animation-delay: 262.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2626) {
    -webkit-animation-delay: 262.6s;
    animation-delay: 262.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2627) {
    -webkit-animation-delay: 262.7s;
    animation-delay: 262.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2628) {
    -webkit-animation-delay: 262.8s;
    animation-delay: 262.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2629) {
    -webkit-animation-delay: 262.9s;
    animation-delay: 262.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2630) {
    -webkit-animation-delay: 263s;
    animation-delay: 263s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2631) {
    -webkit-animation-delay: 263.1s;
    animation-delay: 263.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2632) {
    -webkit-animation-delay: 263.2s;
    animation-delay: 263.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2633) {
    -webkit-animation-delay: 263.3s;
    animation-delay: 263.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2634) {
    -webkit-animation-delay: 263.4s;
    animation-delay: 263.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2635) {
    -webkit-animation-delay: 263.5s;
    animation-delay: 263.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2636) {
    -webkit-animation-delay: 263.6s;
    animation-delay: 263.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2637) {
    -webkit-animation-delay: 263.7s;
    animation-delay: 263.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2638) {
    -webkit-animation-delay: 263.8s;
    animation-delay: 263.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2639) {
    -webkit-animation-delay: 263.9s;
    animation-delay: 263.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2640) {
    -webkit-animation-delay: 264s;
    animation-delay: 264s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2641) {
    -webkit-animation-delay: 264.1s;
    animation-delay: 264.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2642) {
    -webkit-animation-delay: 264.2s;
    animation-delay: 264.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2643) {
    -webkit-animation-delay: 264.3s;
    animation-delay: 264.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2644) {
    -webkit-animation-delay: 264.4s;
    animation-delay: 264.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2645) {
    -webkit-animation-delay: 264.5s;
    animation-delay: 264.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2646) {
    -webkit-animation-delay: 264.6s;
    animation-delay: 264.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2647) {
    -webkit-animation-delay: 264.7s;
    animation-delay: 264.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2648) {
    -webkit-animation-delay: 264.8s;
    animation-delay: 264.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2649) {
    -webkit-animation-delay: 264.9s;
    animation-delay: 264.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2650) {
    -webkit-animation-delay: 265s;
    animation-delay: 265s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2651) {
    -webkit-animation-delay: 265.1s;
    animation-delay: 265.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2652) {
    -webkit-animation-delay: 265.2s;
    animation-delay: 265.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2653) {
    -webkit-animation-delay: 265.3s;
    animation-delay: 265.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2654) {
    -webkit-animation-delay: 265.4s;
    animation-delay: 265.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2655) {
    -webkit-animation-delay: 265.5s;
    animation-delay: 265.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2656) {
    -webkit-animation-delay: 265.6s;
    animation-delay: 265.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2657) {
    -webkit-animation-delay: 265.7s;
    animation-delay: 265.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2658) {
    -webkit-animation-delay: 265.8s;
    animation-delay: 265.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2659) {
    -webkit-animation-delay: 265.9s;
    animation-delay: 265.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2660) {
    -webkit-animation-delay: 266s;
    animation-delay: 266s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2661) {
    -webkit-animation-delay: 266.1s;
    animation-delay: 266.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2662) {
    -webkit-animation-delay: 266.2s;
    animation-delay: 266.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2663) {
    -webkit-animation-delay: 266.3s;
    animation-delay: 266.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2664) {
    -webkit-animation-delay: 266.4s;
    animation-delay: 266.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2665) {
    -webkit-animation-delay: 266.5s;
    animation-delay: 266.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2666) {
    -webkit-animation-delay: 266.6s;
    animation-delay: 266.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2667) {
    -webkit-animation-delay: 266.7s;
    animation-delay: 266.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2668) {
    -webkit-animation-delay: 266.8s;
    animation-delay: 266.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2669) {
    -webkit-animation-delay: 266.9s;
    animation-delay: 266.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2670) {
    -webkit-animation-delay: 267s;
    animation-delay: 267s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2671) {
    -webkit-animation-delay: 267.1s;
    animation-delay: 267.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2672) {
    -webkit-animation-delay: 267.2s;
    animation-delay: 267.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2673) {
    -webkit-animation-delay: 267.3s;
    animation-delay: 267.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2674) {
    -webkit-animation-delay: 267.4s;
    animation-delay: 267.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2675) {
    -webkit-animation-delay: 267.5s;
    animation-delay: 267.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2676) {
    -webkit-animation-delay: 267.6s;
    animation-delay: 267.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2677) {
    -webkit-animation-delay: 267.7s;
    animation-delay: 267.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2678) {
    -webkit-animation-delay: 267.8s;
    animation-delay: 267.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2679) {
    -webkit-animation-delay: 267.9s;
    animation-delay: 267.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2680) {
    -webkit-animation-delay: 268s;
    animation-delay: 268s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2681) {
    -webkit-animation-delay: 268.1s;
    animation-delay: 268.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2682) {
    -webkit-animation-delay: 268.2s;
    animation-delay: 268.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2683) {
    -webkit-animation-delay: 268.3s;
    animation-delay: 268.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2684) {
    -webkit-animation-delay: 268.4s;
    animation-delay: 268.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2685) {
    -webkit-animation-delay: 268.5s;
    animation-delay: 268.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2686) {
    -webkit-animation-delay: 268.6s;
    animation-delay: 268.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2687) {
    -webkit-animation-delay: 268.7s;
    animation-delay: 268.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2688) {
    -webkit-animation-delay: 268.8s;
    animation-delay: 268.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2689) {
    -webkit-animation-delay: 268.9s;
    animation-delay: 268.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2690) {
    -webkit-animation-delay: 269s;
    animation-delay: 269s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2691) {
    -webkit-animation-delay: 269.1s;
    animation-delay: 269.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2692) {
    -webkit-animation-delay: 269.2s;
    animation-delay: 269.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2693) {
    -webkit-animation-delay: 269.3s;
    animation-delay: 269.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2694) {
    -webkit-animation-delay: 269.4s;
    animation-delay: 269.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2695) {
    -webkit-animation-delay: 269.5s;
    animation-delay: 269.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2696) {
    -webkit-animation-delay: 269.6s;
    animation-delay: 269.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2697) {
    -webkit-animation-delay: 269.7s;
    animation-delay: 269.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2698) {
    -webkit-animation-delay: 269.8s;
    animation-delay: 269.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2699) {
    -webkit-animation-delay: 269.9s;
    animation-delay: 269.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2700) {
    -webkit-animation-delay: 270s;
    animation-delay: 270s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2701) {
    -webkit-animation-delay: 270.1s;
    animation-delay: 270.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2702) {
    -webkit-animation-delay: 270.2s;
    animation-delay: 270.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2703) {
    -webkit-animation-delay: 270.3s;
    animation-delay: 270.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2704) {
    -webkit-animation-delay: 270.4s;
    animation-delay: 270.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2705) {
    -webkit-animation-delay: 270.5s;
    animation-delay: 270.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2706) {
    -webkit-animation-delay: 270.6s;
    animation-delay: 270.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2707) {
    -webkit-animation-delay: 270.7s;
    animation-delay: 270.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2708) {
    -webkit-animation-delay: 270.8s;
    animation-delay: 270.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2709) {
    -webkit-animation-delay: 270.9s;
    animation-delay: 270.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2710) {
    -webkit-animation-delay: 271s;
    animation-delay: 271s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2711) {
    -webkit-animation-delay: 271.1s;
    animation-delay: 271.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2712) {
    -webkit-animation-delay: 271.2s;
    animation-delay: 271.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2713) {
    -webkit-animation-delay: 271.3s;
    animation-delay: 271.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2714) {
    -webkit-animation-delay: 271.4s;
    animation-delay: 271.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2715) {
    -webkit-animation-delay: 271.5s;
    animation-delay: 271.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2716) {
    -webkit-animation-delay: 271.6s;
    animation-delay: 271.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2717) {
    -webkit-animation-delay: 271.7s;
    animation-delay: 271.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2718) {
    -webkit-animation-delay: 271.8s;
    animation-delay: 271.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2719) {
    -webkit-animation-delay: 271.9s;
    animation-delay: 271.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2720) {
    -webkit-animation-delay: 272s;
    animation-delay: 272s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2721) {
    -webkit-animation-delay: 272.1s;
    animation-delay: 272.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2722) {
    -webkit-animation-delay: 272.2s;
    animation-delay: 272.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2723) {
    -webkit-animation-delay: 272.3s;
    animation-delay: 272.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2724) {
    -webkit-animation-delay: 272.4s;
    animation-delay: 272.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2725) {
    -webkit-animation-delay: 272.5s;
    animation-delay: 272.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2726) {
    -webkit-animation-delay: 272.6s;
    animation-delay: 272.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2727) {
    -webkit-animation-delay: 272.7s;
    animation-delay: 272.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2728) {
    -webkit-animation-delay: 272.8s;
    animation-delay: 272.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2729) {
    -webkit-animation-delay: 272.9s;
    animation-delay: 272.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2730) {
    -webkit-animation-delay: 273s;
    animation-delay: 273s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2731) {
    -webkit-animation-delay: 273.1s;
    animation-delay: 273.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2732) {
    -webkit-animation-delay: 273.2s;
    animation-delay: 273.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2733) {
    -webkit-animation-delay: 273.3s;
    animation-delay: 273.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2734) {
    -webkit-animation-delay: 273.4s;
    animation-delay: 273.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2735) {
    -webkit-animation-delay: 273.5s;
    animation-delay: 273.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2736) {
    -webkit-animation-delay: 273.6s;
    animation-delay: 273.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2737) {
    -webkit-animation-delay: 273.7s;
    animation-delay: 273.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2738) {
    -webkit-animation-delay: 273.8s;
    animation-delay: 273.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2739) {
    -webkit-animation-delay: 273.9s;
    animation-delay: 273.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2740) {
    -webkit-animation-delay: 274s;
    animation-delay: 274s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2741) {
    -webkit-animation-delay: 274.1s;
    animation-delay: 274.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2742) {
    -webkit-animation-delay: 274.2s;
    animation-delay: 274.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2743) {
    -webkit-animation-delay: 274.3s;
    animation-delay: 274.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2744) {
    -webkit-animation-delay: 274.4s;
    animation-delay: 274.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2745) {
    -webkit-animation-delay: 274.5s;
    animation-delay: 274.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2746) {
    -webkit-animation-delay: 274.6s;
    animation-delay: 274.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2747) {
    -webkit-animation-delay: 274.7s;
    animation-delay: 274.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2748) {
    -webkit-animation-delay: 274.8s;
    animation-delay: 274.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2749) {
    -webkit-animation-delay: 274.9s;
    animation-delay: 274.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2750) {
    -webkit-animation-delay: 275s;
    animation-delay: 275s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2751) {
    -webkit-animation-delay: 275.1s;
    animation-delay: 275.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2752) {
    -webkit-animation-delay: 275.2s;
    animation-delay: 275.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2753) {
    -webkit-animation-delay: 275.3s;
    animation-delay: 275.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2754) {
    -webkit-animation-delay: 275.4s;
    animation-delay: 275.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2755) {
    -webkit-animation-delay: 275.5s;
    animation-delay: 275.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2756) {
    -webkit-animation-delay: 275.6s;
    animation-delay: 275.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2757) {
    -webkit-animation-delay: 275.7s;
    animation-delay: 275.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2758) {
    -webkit-animation-delay: 275.8s;
    animation-delay: 275.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2759) {
    -webkit-animation-delay: 275.9s;
    animation-delay: 275.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2760) {
    -webkit-animation-delay: 276s;
    animation-delay: 276s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2761) {
    -webkit-animation-delay: 276.1s;
    animation-delay: 276.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2762) {
    -webkit-animation-delay: 276.2s;
    animation-delay: 276.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2763) {
    -webkit-animation-delay: 276.3s;
    animation-delay: 276.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2764) {
    -webkit-animation-delay: 276.4s;
    animation-delay: 276.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2765) {
    -webkit-animation-delay: 276.5s;
    animation-delay: 276.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2766) {
    -webkit-animation-delay: 276.6s;
    animation-delay: 276.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2767) {
    -webkit-animation-delay: 276.7s;
    animation-delay: 276.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2768) {
    -webkit-animation-delay: 276.8s;
    animation-delay: 276.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2769) {
    -webkit-animation-delay: 276.9s;
    animation-delay: 276.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2770) {
    -webkit-animation-delay: 277s;
    animation-delay: 277s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2771) {
    -webkit-animation-delay: 277.1s;
    animation-delay: 277.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2772) {
    -webkit-animation-delay: 277.2s;
    animation-delay: 277.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2773) {
    -webkit-animation-delay: 277.3s;
    animation-delay: 277.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2774) {
    -webkit-animation-delay: 277.4s;
    animation-delay: 277.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2775) {
    -webkit-animation-delay: 277.5s;
    animation-delay: 277.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2776) {
    -webkit-animation-delay: 277.6s;
    animation-delay: 277.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2777) {
    -webkit-animation-delay: 277.7s;
    animation-delay: 277.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2778) {
    -webkit-animation-delay: 277.8s;
    animation-delay: 277.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2779) {
    -webkit-animation-delay: 277.9s;
    animation-delay: 277.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2780) {
    -webkit-animation-delay: 278s;
    animation-delay: 278s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2781) {
    -webkit-animation-delay: 278.1s;
    animation-delay: 278.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2782) {
    -webkit-animation-delay: 278.2s;
    animation-delay: 278.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2783) {
    -webkit-animation-delay: 278.3s;
    animation-delay: 278.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2784) {
    -webkit-animation-delay: 278.4s;
    animation-delay: 278.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2785) {
    -webkit-animation-delay: 278.5s;
    animation-delay: 278.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2786) {
    -webkit-animation-delay: 278.6s;
    animation-delay: 278.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2787) {
    -webkit-animation-delay: 278.7s;
    animation-delay: 278.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2788) {
    -webkit-animation-delay: 278.8s;
    animation-delay: 278.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2789) {
    -webkit-animation-delay: 278.9s;
    animation-delay: 278.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2790) {
    -webkit-animation-delay: 279s;
    animation-delay: 279s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2791) {
    -webkit-animation-delay: 279.1s;
    animation-delay: 279.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2792) {
    -webkit-animation-delay: 279.2s;
    animation-delay: 279.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2793) {
    -webkit-animation-delay: 279.3s;
    animation-delay: 279.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2794) {
    -webkit-animation-delay: 279.4s;
    animation-delay: 279.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2795) {
    -webkit-animation-delay: 279.5s;
    animation-delay: 279.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2796) {
    -webkit-animation-delay: 279.6s;
    animation-delay: 279.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2797) {
    -webkit-animation-delay: 279.7s;
    animation-delay: 279.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2798) {
    -webkit-animation-delay: 279.8s;
    animation-delay: 279.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2799) {
    -webkit-animation-delay: 279.9s;
    animation-delay: 279.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2800) {
    -webkit-animation-delay: 280s;
    animation-delay: 280s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2801) {
    -webkit-animation-delay: 280.1s;
    animation-delay: 280.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2802) {
    -webkit-animation-delay: 280.2s;
    animation-delay: 280.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2803) {
    -webkit-animation-delay: 280.3s;
    animation-delay: 280.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2804) {
    -webkit-animation-delay: 280.4s;
    animation-delay: 280.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2805) {
    -webkit-animation-delay: 280.5s;
    animation-delay: 280.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2806) {
    -webkit-animation-delay: 280.6s;
    animation-delay: 280.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2807) {
    -webkit-animation-delay: 280.7s;
    animation-delay: 280.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2808) {
    -webkit-animation-delay: 280.8s;
    animation-delay: 280.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2809) {
    -webkit-animation-delay: 280.9s;
    animation-delay: 280.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2810) {
    -webkit-animation-delay: 281s;
    animation-delay: 281s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2811) {
    -webkit-animation-delay: 281.1s;
    animation-delay: 281.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2812) {
    -webkit-animation-delay: 281.2s;
    animation-delay: 281.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2813) {
    -webkit-animation-delay: 281.3s;
    animation-delay: 281.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2814) {
    -webkit-animation-delay: 281.4s;
    animation-delay: 281.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2815) {
    -webkit-animation-delay: 281.5s;
    animation-delay: 281.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2816) {
    -webkit-animation-delay: 281.6s;
    animation-delay: 281.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2817) {
    -webkit-animation-delay: 281.7s;
    animation-delay: 281.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2818) {
    -webkit-animation-delay: 281.8s;
    animation-delay: 281.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2819) {
    -webkit-animation-delay: 281.9s;
    animation-delay: 281.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2820) {
    -webkit-animation-delay: 282s;
    animation-delay: 282s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2821) {
    -webkit-animation-delay: 282.1s;
    animation-delay: 282.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2822) {
    -webkit-animation-delay: 282.2s;
    animation-delay: 282.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2823) {
    -webkit-animation-delay: 282.3s;
    animation-delay: 282.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2824) {
    -webkit-animation-delay: 282.4s;
    animation-delay: 282.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2825) {
    -webkit-animation-delay: 282.5s;
    animation-delay: 282.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2826) {
    -webkit-animation-delay: 282.6s;
    animation-delay: 282.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2827) {
    -webkit-animation-delay: 282.7s;
    animation-delay: 282.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2828) {
    -webkit-animation-delay: 282.8s;
    animation-delay: 282.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2829) {
    -webkit-animation-delay: 282.9s;
    animation-delay: 282.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2830) {
    -webkit-animation-delay: 283s;
    animation-delay: 283s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2831) {
    -webkit-animation-delay: 283.1s;
    animation-delay: 283.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2832) {
    -webkit-animation-delay: 283.2s;
    animation-delay: 283.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2833) {
    -webkit-animation-delay: 283.3s;
    animation-delay: 283.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2834) {
    -webkit-animation-delay: 283.4s;
    animation-delay: 283.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2835) {
    -webkit-animation-delay: 283.5s;
    animation-delay: 283.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2836) {
    -webkit-animation-delay: 283.6s;
    animation-delay: 283.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2837) {
    -webkit-animation-delay: 283.7s;
    animation-delay: 283.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2838) {
    -webkit-animation-delay: 283.8s;
    animation-delay: 283.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2839) {
    -webkit-animation-delay: 283.9s;
    animation-delay: 283.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2840) {
    -webkit-animation-delay: 284s;
    animation-delay: 284s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2841) {
    -webkit-animation-delay: 284.1s;
    animation-delay: 284.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2842) {
    -webkit-animation-delay: 284.2s;
    animation-delay: 284.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2843) {
    -webkit-animation-delay: 284.3s;
    animation-delay: 284.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2844) {
    -webkit-animation-delay: 284.4s;
    animation-delay: 284.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2845) {
    -webkit-animation-delay: 284.5s;
    animation-delay: 284.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2846) {
    -webkit-animation-delay: 284.6s;
    animation-delay: 284.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2847) {
    -webkit-animation-delay: 284.7s;
    animation-delay: 284.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2848) {
    -webkit-animation-delay: 284.8s;
    animation-delay: 284.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2849) {
    -webkit-animation-delay: 284.9s;
    animation-delay: 284.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2850) {
    -webkit-animation-delay: 285s;
    animation-delay: 285s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2851) {
    -webkit-animation-delay: 285.1s;
    animation-delay: 285.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2852) {
    -webkit-animation-delay: 285.2s;
    animation-delay: 285.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2853) {
    -webkit-animation-delay: 285.3s;
    animation-delay: 285.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2854) {
    -webkit-animation-delay: 285.4s;
    animation-delay: 285.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2855) {
    -webkit-animation-delay: 285.5s;
    animation-delay: 285.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2856) {
    -webkit-animation-delay: 285.6s;
    animation-delay: 285.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2857) {
    -webkit-animation-delay: 285.7s;
    animation-delay: 285.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2858) {
    -webkit-animation-delay: 285.8s;
    animation-delay: 285.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2859) {
    -webkit-animation-delay: 285.9s;
    animation-delay: 285.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2860) {
    -webkit-animation-delay: 286s;
    animation-delay: 286s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2861) {
    -webkit-animation-delay: 286.1s;
    animation-delay: 286.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2862) {
    -webkit-animation-delay: 286.2s;
    animation-delay: 286.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2863) {
    -webkit-animation-delay: 286.3s;
    animation-delay: 286.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2864) {
    -webkit-animation-delay: 286.4s;
    animation-delay: 286.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2865) {
    -webkit-animation-delay: 286.5s;
    animation-delay: 286.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2866) {
    -webkit-animation-delay: 286.6s;
    animation-delay: 286.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2867) {
    -webkit-animation-delay: 286.7s;
    animation-delay: 286.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2868) {
    -webkit-animation-delay: 286.8s;
    animation-delay: 286.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2869) {
    -webkit-animation-delay: 286.9s;
    animation-delay: 286.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2870) {
    -webkit-animation-delay: 287s;
    animation-delay: 287s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2871) {
    -webkit-animation-delay: 287.1s;
    animation-delay: 287.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2872) {
    -webkit-animation-delay: 287.2s;
    animation-delay: 287.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2873) {
    -webkit-animation-delay: 287.3s;
    animation-delay: 287.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2874) {
    -webkit-animation-delay: 287.4s;
    animation-delay: 287.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2875) {
    -webkit-animation-delay: 287.5s;
    animation-delay: 287.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2876) {
    -webkit-animation-delay: 287.6s;
    animation-delay: 287.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2877) {
    -webkit-animation-delay: 287.7s;
    animation-delay: 287.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2878) {
    -webkit-animation-delay: 287.8s;
    animation-delay: 287.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2879) {
    -webkit-animation-delay: 287.9s;
    animation-delay: 287.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2880) {
    -webkit-animation-delay: 288s;
    animation-delay: 288s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2881) {
    -webkit-animation-delay: 288.1s;
    animation-delay: 288.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2882) {
    -webkit-animation-delay: 288.2s;
    animation-delay: 288.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2883) {
    -webkit-animation-delay: 288.3s;
    animation-delay: 288.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2884) {
    -webkit-animation-delay: 288.4s;
    animation-delay: 288.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2885) {
    -webkit-animation-delay: 288.5s;
    animation-delay: 288.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2886) {
    -webkit-animation-delay: 288.6s;
    animation-delay: 288.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2887) {
    -webkit-animation-delay: 288.7s;
    animation-delay: 288.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2888) {
    -webkit-animation-delay: 288.8s;
    animation-delay: 288.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2889) {
    -webkit-animation-delay: 288.9s;
    animation-delay: 288.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2890) {
    -webkit-animation-delay: 289s;
    animation-delay: 289s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2891) {
    -webkit-animation-delay: 289.1s;
    animation-delay: 289.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2892) {
    -webkit-animation-delay: 289.2s;
    animation-delay: 289.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2893) {
    -webkit-animation-delay: 289.3s;
    animation-delay: 289.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2894) {
    -webkit-animation-delay: 289.4s;
    animation-delay: 289.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2895) {
    -webkit-animation-delay: 289.5s;
    animation-delay: 289.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2896) {
    -webkit-animation-delay: 289.6s;
    animation-delay: 289.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2897) {
    -webkit-animation-delay: 289.7s;
    animation-delay: 289.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2898) {
    -webkit-animation-delay: 289.8s;
    animation-delay: 289.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2899) {
    -webkit-animation-delay: 289.9s;
    animation-delay: 289.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2900) {
    -webkit-animation-delay: 290s;
    animation-delay: 290s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2901) {
    -webkit-animation-delay: 290.1s;
    animation-delay: 290.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2902) {
    -webkit-animation-delay: 290.2s;
    animation-delay: 290.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2903) {
    -webkit-animation-delay: 290.3s;
    animation-delay: 290.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2904) {
    -webkit-animation-delay: 290.4s;
    animation-delay: 290.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2905) {
    -webkit-animation-delay: 290.5s;
    animation-delay: 290.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2906) {
    -webkit-animation-delay: 290.6s;
    animation-delay: 290.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2907) {
    -webkit-animation-delay: 290.7s;
    animation-delay: 290.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2908) {
    -webkit-animation-delay: 290.8s;
    animation-delay: 290.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2909) {
    -webkit-animation-delay: 290.9s;
    animation-delay: 290.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2910) {
    -webkit-animation-delay: 291s;
    animation-delay: 291s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2911) {
    -webkit-animation-delay: 291.1s;
    animation-delay: 291.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2912) {
    -webkit-animation-delay: 291.2s;
    animation-delay: 291.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2913) {
    -webkit-animation-delay: 291.3s;
    animation-delay: 291.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2914) {
    -webkit-animation-delay: 291.4s;
    animation-delay: 291.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2915) {
    -webkit-animation-delay: 291.5s;
    animation-delay: 291.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2916) {
    -webkit-animation-delay: 291.6s;
    animation-delay: 291.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2917) {
    -webkit-animation-delay: 291.7s;
    animation-delay: 291.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2918) {
    -webkit-animation-delay: 291.8s;
    animation-delay: 291.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2919) {
    -webkit-animation-delay: 291.9s;
    animation-delay: 291.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2920) {
    -webkit-animation-delay: 292s;
    animation-delay: 292s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2921) {
    -webkit-animation-delay: 292.1s;
    animation-delay: 292.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2922) {
    -webkit-animation-delay: 292.2s;
    animation-delay: 292.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2923) {
    -webkit-animation-delay: 292.3s;
    animation-delay: 292.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2924) {
    -webkit-animation-delay: 292.4s;
    animation-delay: 292.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2925) {
    -webkit-animation-delay: 292.5s;
    animation-delay: 292.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2926) {
    -webkit-animation-delay: 292.6s;
    animation-delay: 292.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2927) {
    -webkit-animation-delay: 292.7s;
    animation-delay: 292.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2928) {
    -webkit-animation-delay: 292.8s;
    animation-delay: 292.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2929) {
    -webkit-animation-delay: 292.9s;
    animation-delay: 292.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2930) {
    -webkit-animation-delay: 293s;
    animation-delay: 293s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2931) {
    -webkit-animation-delay: 293.1s;
    animation-delay: 293.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2932) {
    -webkit-animation-delay: 293.2s;
    animation-delay: 293.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2933) {
    -webkit-animation-delay: 293.3s;
    animation-delay: 293.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2934) {
    -webkit-animation-delay: 293.4s;
    animation-delay: 293.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2935) {
    -webkit-animation-delay: 293.5s;
    animation-delay: 293.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2936) {
    -webkit-animation-delay: 293.6s;
    animation-delay: 293.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2937) {
    -webkit-animation-delay: 293.7s;
    animation-delay: 293.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2938) {
    -webkit-animation-delay: 293.8s;
    animation-delay: 293.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2939) {
    -webkit-animation-delay: 293.9s;
    animation-delay: 293.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2940) {
    -webkit-animation-delay: 294s;
    animation-delay: 294s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2941) {
    -webkit-animation-delay: 294.1s;
    animation-delay: 294.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2942) {
    -webkit-animation-delay: 294.2s;
    animation-delay: 294.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2943) {
    -webkit-animation-delay: 294.3s;
    animation-delay: 294.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2944) {
    -webkit-animation-delay: 294.4s;
    animation-delay: 294.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2945) {
    -webkit-animation-delay: 294.5s;
    animation-delay: 294.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2946) {
    -webkit-animation-delay: 294.6s;
    animation-delay: 294.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2947) {
    -webkit-animation-delay: 294.7s;
    animation-delay: 294.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2948) {
    -webkit-animation-delay: 294.8s;
    animation-delay: 294.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2949) {
    -webkit-animation-delay: 294.9s;
    animation-delay: 294.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2950) {
    -webkit-animation-delay: 295s;
    animation-delay: 295s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2951) {
    -webkit-animation-delay: 295.1s;
    animation-delay: 295.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2952) {
    -webkit-animation-delay: 295.2s;
    animation-delay: 295.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2953) {
    -webkit-animation-delay: 295.3s;
    animation-delay: 295.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2954) {
    -webkit-animation-delay: 295.4s;
    animation-delay: 295.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2955) {
    -webkit-animation-delay: 295.5s;
    animation-delay: 295.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2956) {
    -webkit-animation-delay: 295.6s;
    animation-delay: 295.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2957) {
    -webkit-animation-delay: 295.7s;
    animation-delay: 295.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2958) {
    -webkit-animation-delay: 295.8s;
    animation-delay: 295.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2959) {
    -webkit-animation-delay: 295.9s;
    animation-delay: 295.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2960) {
    -webkit-animation-delay: 296s;
    animation-delay: 296s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2961) {
    -webkit-animation-delay: 296.1s;
    animation-delay: 296.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2962) {
    -webkit-animation-delay: 296.2s;
    animation-delay: 296.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2963) {
    -webkit-animation-delay: 296.3s;
    animation-delay: 296.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2964) {
    -webkit-animation-delay: 296.4s;
    animation-delay: 296.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2965) {
    -webkit-animation-delay: 296.5s;
    animation-delay: 296.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2966) {
    -webkit-animation-delay: 296.6s;
    animation-delay: 296.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2967) {
    -webkit-animation-delay: 296.7s;
    animation-delay: 296.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2968) {
    -webkit-animation-delay: 296.8s;
    animation-delay: 296.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2969) {
    -webkit-animation-delay: 296.9s;
    animation-delay: 296.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2970) {
    -webkit-animation-delay: 297s;
    animation-delay: 297s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2971) {
    -webkit-animation-delay: 297.1s;
    animation-delay: 297.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2972) {
    -webkit-animation-delay: 297.2s;
    animation-delay: 297.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2973) {
    -webkit-animation-delay: 297.3s;
    animation-delay: 297.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2974) {
    -webkit-animation-delay: 297.4s;
    animation-delay: 297.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2975) {
    -webkit-animation-delay: 297.5s;
    animation-delay: 297.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2976) {
    -webkit-animation-delay: 297.6s;
    animation-delay: 297.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2977) {
    -webkit-animation-delay: 297.7s;
    animation-delay: 297.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2978) {
    -webkit-animation-delay: 297.8s;
    animation-delay: 297.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2979) {
    -webkit-animation-delay: 297.9s;
    animation-delay: 297.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2980) {
    -webkit-animation-delay: 298s;
    animation-delay: 298s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2981) {
    -webkit-animation-delay: 298.1s;
    animation-delay: 298.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2982) {
    -webkit-animation-delay: 298.2s;
    animation-delay: 298.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2983) {
    -webkit-animation-delay: 298.3s;
    animation-delay: 298.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2984) {
    -webkit-animation-delay: 298.4s;
    animation-delay: 298.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2985) {
    -webkit-animation-delay: 298.5s;
    animation-delay: 298.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2986) {
    -webkit-animation-delay: 298.6s;
    animation-delay: 298.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2987) {
    -webkit-animation-delay: 298.7s;
    animation-delay: 298.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2988) {
    -webkit-animation-delay: 298.8s;
    animation-delay: 298.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2989) {
    -webkit-animation-delay: 298.9s;
    animation-delay: 298.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2990) {
    -webkit-animation-delay: 299s;
    animation-delay: 299s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2991) {
    -webkit-animation-delay: 299.1s;
    animation-delay: 299.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2992) {
    -webkit-animation-delay: 299.2s;
    animation-delay: 299.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2993) {
    -webkit-animation-delay: 299.3s;
    animation-delay: 299.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2994) {
    -webkit-animation-delay: 299.4s;
    animation-delay: 299.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2995) {
    -webkit-animation-delay: 299.5s;
    animation-delay: 299.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2996) {
    -webkit-animation-delay: 299.6s;
    animation-delay: 299.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2997) {
    -webkit-animation-delay: 299.7s;
    animation-delay: 299.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2998) {
    -webkit-animation-delay: 299.8s;
    animation-delay: 299.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2999) {
    -webkit-animation-delay: 299.9s;
    animation-delay: 299.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3000) {
    -webkit-animation-delay: 300s;
    animation-delay: 300s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3001) {
    -webkit-animation-delay: 300.1s;
    animation-delay: 300.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3002) {
    -webkit-animation-delay: 300.2s;
    animation-delay: 300.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3003) {
    -webkit-animation-delay: 300.3s;
    animation-delay: 300.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3004) {
    -webkit-animation-delay: 300.4s;
    animation-delay: 300.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3005) {
    -webkit-animation-delay: 300.5s;
    animation-delay: 300.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3006) {
    -webkit-animation-delay: 300.6s;
    animation-delay: 300.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3007) {
    -webkit-animation-delay: 300.7s;
    animation-delay: 300.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3008) {
    -webkit-animation-delay: 300.8s;
    animation-delay: 300.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3009) {
    -webkit-animation-delay: 300.9s;
    animation-delay: 300.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3010) {
    -webkit-animation-delay: 301s;
    animation-delay: 301s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3011) {
    -webkit-animation-delay: 301.1s;
    animation-delay: 301.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3012) {
    -webkit-animation-delay: 301.2s;
    animation-delay: 301.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3013) {
    -webkit-animation-delay: 301.3s;
    animation-delay: 301.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3014) {
    -webkit-animation-delay: 301.4s;
    animation-delay: 301.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3015) {
    -webkit-animation-delay: 301.5s;
    animation-delay: 301.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3016) {
    -webkit-animation-delay: 301.6s;
    animation-delay: 301.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3017) {
    -webkit-animation-delay: 301.7s;
    animation-delay: 301.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3018) {
    -webkit-animation-delay: 301.8s;
    animation-delay: 301.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3019) {
    -webkit-animation-delay: 301.9s;
    animation-delay: 301.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3020) {
    -webkit-animation-delay: 302s;
    animation-delay: 302s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3021) {
    -webkit-animation-delay: 302.1s;
    animation-delay: 302.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3022) {
    -webkit-animation-delay: 302.2s;
    animation-delay: 302.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3023) {
    -webkit-animation-delay: 302.3s;
    animation-delay: 302.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3024) {
    -webkit-animation-delay: 302.4s;
    animation-delay: 302.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3025) {
    -webkit-animation-delay: 302.5s;
    animation-delay: 302.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3026) {
    -webkit-animation-delay: 302.6s;
    animation-delay: 302.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3027) {
    -webkit-animation-delay: 302.7s;
    animation-delay: 302.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3028) {
    -webkit-animation-delay: 302.8s;
    animation-delay: 302.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3029) {
    -webkit-animation-delay: 302.9s;
    animation-delay: 302.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3030) {
    -webkit-animation-delay: 303s;
    animation-delay: 303s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3031) {
    -webkit-animation-delay: 303.1s;
    animation-delay: 303.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3032) {
    -webkit-animation-delay: 303.2s;
    animation-delay: 303.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3033) {
    -webkit-animation-delay: 303.3s;
    animation-delay: 303.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3034) {
    -webkit-animation-delay: 303.4s;
    animation-delay: 303.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3035) {
    -webkit-animation-delay: 303.5s;
    animation-delay: 303.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3036) {
    -webkit-animation-delay: 303.6s;
    animation-delay: 303.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3037) {
    -webkit-animation-delay: 303.7s;
    animation-delay: 303.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3038) {
    -webkit-animation-delay: 303.8s;
    animation-delay: 303.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3039) {
    -webkit-animation-delay: 303.9s;
    animation-delay: 303.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3040) {
    -webkit-animation-delay: 304s;
    animation-delay: 304s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3041) {
    -webkit-animation-delay: 304.1s;
    animation-delay: 304.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3042) {
    -webkit-animation-delay: 304.2s;
    animation-delay: 304.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3043) {
    -webkit-animation-delay: 304.3s;
    animation-delay: 304.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3044) {
    -webkit-animation-delay: 304.4s;
    animation-delay: 304.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3045) {
    -webkit-animation-delay: 304.5s;
    animation-delay: 304.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3046) {
    -webkit-animation-delay: 304.6s;
    animation-delay: 304.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3047) {
    -webkit-animation-delay: 304.7s;
    animation-delay: 304.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3048) {
    -webkit-animation-delay: 304.8s;
    animation-delay: 304.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3049) {
    -webkit-animation-delay: 304.9s;
    animation-delay: 304.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3050) {
    -webkit-animation-delay: 305s;
    animation-delay: 305s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3051) {
    -webkit-animation-delay: 305.1s;
    animation-delay: 305.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3052) {
    -webkit-animation-delay: 305.2s;
    animation-delay: 305.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3053) {
    -webkit-animation-delay: 305.3s;
    animation-delay: 305.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3054) {
    -webkit-animation-delay: 305.4s;
    animation-delay: 305.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3055) {
    -webkit-animation-delay: 305.5s;
    animation-delay: 305.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3056) {
    -webkit-animation-delay: 305.6s;
    animation-delay: 305.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3057) {
    -webkit-animation-delay: 305.7s;
    animation-delay: 305.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3058) {
    -webkit-animation-delay: 305.8s;
    animation-delay: 305.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3059) {
    -webkit-animation-delay: 305.9s;
    animation-delay: 305.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3060) {
    -webkit-animation-delay: 306s;
    animation-delay: 306s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3061) {
    -webkit-animation-delay: 306.1s;
    animation-delay: 306.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3062) {
    -webkit-animation-delay: 306.2s;
    animation-delay: 306.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3063) {
    -webkit-animation-delay: 306.3s;
    animation-delay: 306.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3064) {
    -webkit-animation-delay: 306.4s;
    animation-delay: 306.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3065) {
    -webkit-animation-delay: 306.5s;
    animation-delay: 306.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3066) {
    -webkit-animation-delay: 306.6s;
    animation-delay: 306.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3067) {
    -webkit-animation-delay: 306.7s;
    animation-delay: 306.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3068) {
    -webkit-animation-delay: 306.8s;
    animation-delay: 306.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3069) {
    -webkit-animation-delay: 306.9s;
    animation-delay: 306.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3070) {
    -webkit-animation-delay: 307s;
    animation-delay: 307s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3071) {
    -webkit-animation-delay: 307.1s;
    animation-delay: 307.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3072) {
    -webkit-animation-delay: 307.2s;
    animation-delay: 307.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3073) {
    -webkit-animation-delay: 307.3s;
    animation-delay: 307.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3074) {
    -webkit-animation-delay: 307.4s;
    animation-delay: 307.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3075) {
    -webkit-animation-delay: 307.5s;
    animation-delay: 307.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3076) {
    -webkit-animation-delay: 307.6s;
    animation-delay: 307.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3077) {
    -webkit-animation-delay: 307.7s;
    animation-delay: 307.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3078) {
    -webkit-animation-delay: 307.8s;
    animation-delay: 307.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3079) {
    -webkit-animation-delay: 307.9s;
    animation-delay: 307.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3080) {
    -webkit-animation-delay: 308s;
    animation-delay: 308s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3081) {
    -webkit-animation-delay: 308.1s;
    animation-delay: 308.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3082) {
    -webkit-animation-delay: 308.2s;
    animation-delay: 308.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3083) {
    -webkit-animation-delay: 308.3s;
    animation-delay: 308.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3084) {
    -webkit-animation-delay: 308.4s;
    animation-delay: 308.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3085) {
    -webkit-animation-delay: 308.5s;
    animation-delay: 308.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3086) {
    -webkit-animation-delay: 308.6s;
    animation-delay: 308.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3087) {
    -webkit-animation-delay: 308.7s;
    animation-delay: 308.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3088) {
    -webkit-animation-delay: 308.8s;
    animation-delay: 308.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3089) {
    -webkit-animation-delay: 308.9s;
    animation-delay: 308.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3090) {
    -webkit-animation-delay: 309s;
    animation-delay: 309s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3091) {
    -webkit-animation-delay: 309.1s;
    animation-delay: 309.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3092) {
    -webkit-animation-delay: 309.2s;
    animation-delay: 309.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3093) {
    -webkit-animation-delay: 309.3s;
    animation-delay: 309.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3094) {
    -webkit-animation-delay: 309.4s;
    animation-delay: 309.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3095) {
    -webkit-animation-delay: 309.5s;
    animation-delay: 309.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3096) {
    -webkit-animation-delay: 309.6s;
    animation-delay: 309.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3097) {
    -webkit-animation-delay: 309.7s;
    animation-delay: 309.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3098) {
    -webkit-animation-delay: 309.8s;
    animation-delay: 309.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3099) {
    -webkit-animation-delay: 309.9s;
    animation-delay: 309.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3100) {
    -webkit-animation-delay: 310s;
    animation-delay: 310s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3101) {
    -webkit-animation-delay: 310.1s;
    animation-delay: 310.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3102) {
    -webkit-animation-delay: 310.2s;
    animation-delay: 310.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3103) {
    -webkit-animation-delay: 310.3s;
    animation-delay: 310.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3104) {
    -webkit-animation-delay: 310.4s;
    animation-delay: 310.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3105) {
    -webkit-animation-delay: 310.5s;
    animation-delay: 310.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3106) {
    -webkit-animation-delay: 310.6s;
    animation-delay: 310.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3107) {
    -webkit-animation-delay: 310.7s;
    animation-delay: 310.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3108) {
    -webkit-animation-delay: 310.8s;
    animation-delay: 310.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3109) {
    -webkit-animation-delay: 310.9s;
    animation-delay: 310.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3110) {
    -webkit-animation-delay: 311s;
    animation-delay: 311s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3111) {
    -webkit-animation-delay: 311.1s;
    animation-delay: 311.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3112) {
    -webkit-animation-delay: 311.2s;
    animation-delay: 311.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3113) {
    -webkit-animation-delay: 311.3s;
    animation-delay: 311.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3114) {
    -webkit-animation-delay: 311.4s;
    animation-delay: 311.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3115) {
    -webkit-animation-delay: 311.5s;
    animation-delay: 311.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3116) {
    -webkit-animation-delay: 311.6s;
    animation-delay: 311.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3117) {
    -webkit-animation-delay: 311.7s;
    animation-delay: 311.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3118) {
    -webkit-animation-delay: 311.8s;
    animation-delay: 311.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3119) {
    -webkit-animation-delay: 311.9s;
    animation-delay: 311.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3120) {
    -webkit-animation-delay: 312s;
    animation-delay: 312s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3121) {
    -webkit-animation-delay: 312.1s;
    animation-delay: 312.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3122) {
    -webkit-animation-delay: 312.2s;
    animation-delay: 312.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3123) {
    -webkit-animation-delay: 312.3s;
    animation-delay: 312.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3124) {
    -webkit-animation-delay: 312.4s;
    animation-delay: 312.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3125) {
    -webkit-animation-delay: 312.5s;
    animation-delay: 312.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3126) {
    -webkit-animation-delay: 312.6s;
    animation-delay: 312.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3127) {
    -webkit-animation-delay: 312.7s;
    animation-delay: 312.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3128) {
    -webkit-animation-delay: 312.8s;
    animation-delay: 312.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3129) {
    -webkit-animation-delay: 312.9s;
    animation-delay: 312.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3130) {
    -webkit-animation-delay: 313s;
    animation-delay: 313s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3131) {
    -webkit-animation-delay: 313.1s;
    animation-delay: 313.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3132) {
    -webkit-animation-delay: 313.2s;
    animation-delay: 313.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3133) {
    -webkit-animation-delay: 313.3s;
    animation-delay: 313.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3134) {
    -webkit-animation-delay: 313.4s;
    animation-delay: 313.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3135) {
    -webkit-animation-delay: 313.5s;
    animation-delay: 313.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3136) {
    -webkit-animation-delay: 313.6s;
    animation-delay: 313.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3137) {
    -webkit-animation-delay: 313.7s;
    animation-delay: 313.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3138) {
    -webkit-animation-delay: 313.8s;
    animation-delay: 313.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3139) {
    -webkit-animation-delay: 313.9s;
    animation-delay: 313.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3140) {
    -webkit-animation-delay: 314s;
    animation-delay: 314s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3141) {
    -webkit-animation-delay: 314.1s;
    animation-delay: 314.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3142) {
    -webkit-animation-delay: 314.2s;
    animation-delay: 314.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3143) {
    -webkit-animation-delay: 314.3s;
    animation-delay: 314.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3144) {
    -webkit-animation-delay: 314.4s;
    animation-delay: 314.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3145) {
    -webkit-animation-delay: 314.5s;
    animation-delay: 314.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3146) {
    -webkit-animation-delay: 314.6s;
    animation-delay: 314.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3147) {
    -webkit-animation-delay: 314.7s;
    animation-delay: 314.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3148) {
    -webkit-animation-delay: 314.8s;
    animation-delay: 314.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3149) {
    -webkit-animation-delay: 314.9s;
    animation-delay: 314.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3150) {
    -webkit-animation-delay: 315s;
    animation-delay: 315s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3151) {
    -webkit-animation-delay: 315.1s;
    animation-delay: 315.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3152) {
    -webkit-animation-delay: 315.2s;
    animation-delay: 315.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3153) {
    -webkit-animation-delay: 315.3s;
    animation-delay: 315.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3154) {
    -webkit-animation-delay: 315.4s;
    animation-delay: 315.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3155) {
    -webkit-animation-delay: 315.5s;
    animation-delay: 315.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3156) {
    -webkit-animation-delay: 315.6s;
    animation-delay: 315.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3157) {
    -webkit-animation-delay: 315.7s;
    animation-delay: 315.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3158) {
    -webkit-animation-delay: 315.8s;
    animation-delay: 315.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3159) {
    -webkit-animation-delay: 315.9s;
    animation-delay: 315.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3160) {
    -webkit-animation-delay: 316s;
    animation-delay: 316s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3161) {
    -webkit-animation-delay: 316.1s;
    animation-delay: 316.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3162) {
    -webkit-animation-delay: 316.2s;
    animation-delay: 316.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3163) {
    -webkit-animation-delay: 316.3s;
    animation-delay: 316.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3164) {
    -webkit-animation-delay: 316.4s;
    animation-delay: 316.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3165) {
    -webkit-animation-delay: 316.5s;
    animation-delay: 316.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3166) {
    -webkit-animation-delay: 316.6s;
    animation-delay: 316.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3167) {
    -webkit-animation-delay: 316.7s;
    animation-delay: 316.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3168) {
    -webkit-animation-delay: 316.8s;
    animation-delay: 316.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3169) {
    -webkit-animation-delay: 316.9s;
    animation-delay: 316.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3170) {
    -webkit-animation-delay: 317s;
    animation-delay: 317s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3171) {
    -webkit-animation-delay: 317.1s;
    animation-delay: 317.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3172) {
    -webkit-animation-delay: 317.2s;
    animation-delay: 317.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3173) {
    -webkit-animation-delay: 317.3s;
    animation-delay: 317.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3174) {
    -webkit-animation-delay: 317.4s;
    animation-delay: 317.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3175) {
    -webkit-animation-delay: 317.5s;
    animation-delay: 317.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3176) {
    -webkit-animation-delay: 317.6s;
    animation-delay: 317.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3177) {
    -webkit-animation-delay: 317.7s;
    animation-delay: 317.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3178) {
    -webkit-animation-delay: 317.8s;
    animation-delay: 317.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3179) {
    -webkit-animation-delay: 317.9s;
    animation-delay: 317.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3180) {
    -webkit-animation-delay: 318s;
    animation-delay: 318s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3181) {
    -webkit-animation-delay: 318.1s;
    animation-delay: 318.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3182) {
    -webkit-animation-delay: 318.2s;
    animation-delay: 318.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3183) {
    -webkit-animation-delay: 318.3s;
    animation-delay: 318.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3184) {
    -webkit-animation-delay: 318.4s;
    animation-delay: 318.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3185) {
    -webkit-animation-delay: 318.5s;
    animation-delay: 318.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3186) {
    -webkit-animation-delay: 318.6s;
    animation-delay: 318.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3187) {
    -webkit-animation-delay: 318.7s;
    animation-delay: 318.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3188) {
    -webkit-animation-delay: 318.8s;
    animation-delay: 318.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3189) {
    -webkit-animation-delay: 318.9s;
    animation-delay: 318.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3190) {
    -webkit-animation-delay: 319s;
    animation-delay: 319s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3191) {
    -webkit-animation-delay: 319.1s;
    animation-delay: 319.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3192) {
    -webkit-animation-delay: 319.2s;
    animation-delay: 319.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3193) {
    -webkit-animation-delay: 319.3s;
    animation-delay: 319.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3194) {
    -webkit-animation-delay: 319.4s;
    animation-delay: 319.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3195) {
    -webkit-animation-delay: 319.5s;
    animation-delay: 319.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3196) {
    -webkit-animation-delay: 319.6s;
    animation-delay: 319.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3197) {
    -webkit-animation-delay: 319.7s;
    animation-delay: 319.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3198) {
    -webkit-animation-delay: 319.8s;
    animation-delay: 319.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3199) {
    -webkit-animation-delay: 319.9s;
    animation-delay: 319.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3200) {
    -webkit-animation-delay: 320s;
    animation-delay: 320s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3201) {
    -webkit-animation-delay: 320.1s;
    animation-delay: 320.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3202) {
    -webkit-animation-delay: 320.2s;
    animation-delay: 320.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3203) {
    -webkit-animation-delay: 320.3s;
    animation-delay: 320.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3204) {
    -webkit-animation-delay: 320.4s;
    animation-delay: 320.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3205) {
    -webkit-animation-delay: 320.5s;
    animation-delay: 320.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3206) {
    -webkit-animation-delay: 320.6s;
    animation-delay: 320.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3207) {
    -webkit-animation-delay: 320.7s;
    animation-delay: 320.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3208) {
    -webkit-animation-delay: 320.8s;
    animation-delay: 320.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3209) {
    -webkit-animation-delay: 320.9s;
    animation-delay: 320.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3210) {
    -webkit-animation-delay: 321s;
    animation-delay: 321s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3211) {
    -webkit-animation-delay: 321.1s;
    animation-delay: 321.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3212) {
    -webkit-animation-delay: 321.2s;
    animation-delay: 321.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3213) {
    -webkit-animation-delay: 321.3s;
    animation-delay: 321.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3214) {
    -webkit-animation-delay: 321.4s;
    animation-delay: 321.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3215) {
    -webkit-animation-delay: 321.5s;
    animation-delay: 321.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3216) {
    -webkit-animation-delay: 321.6s;
    animation-delay: 321.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3217) {
    -webkit-animation-delay: 321.7s;
    animation-delay: 321.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3218) {
    -webkit-animation-delay: 321.8s;
    animation-delay: 321.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3219) {
    -webkit-animation-delay: 321.9s;
    animation-delay: 321.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3220) {
    -webkit-animation-delay: 322s;
    animation-delay: 322s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3221) {
    -webkit-animation-delay: 322.1s;
    animation-delay: 322.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3222) {
    -webkit-animation-delay: 322.2s;
    animation-delay: 322.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3223) {
    -webkit-animation-delay: 322.3s;
    animation-delay: 322.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3224) {
    -webkit-animation-delay: 322.4s;
    animation-delay: 322.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3225) {
    -webkit-animation-delay: 322.5s;
    animation-delay: 322.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3226) {
    -webkit-animation-delay: 322.6s;
    animation-delay: 322.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3227) {
    -webkit-animation-delay: 322.7s;
    animation-delay: 322.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3228) {
    -webkit-animation-delay: 322.8s;
    animation-delay: 322.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3229) {
    -webkit-animation-delay: 322.9s;
    animation-delay: 322.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3230) {
    -webkit-animation-delay: 323s;
    animation-delay: 323s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3231) {
    -webkit-animation-delay: 323.1s;
    animation-delay: 323.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3232) {
    -webkit-animation-delay: 323.2s;
    animation-delay: 323.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3233) {
    -webkit-animation-delay: 323.3s;
    animation-delay: 323.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3234) {
    -webkit-animation-delay: 323.4s;
    animation-delay: 323.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3235) {
    -webkit-animation-delay: 323.5s;
    animation-delay: 323.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3236) {
    -webkit-animation-delay: 323.6s;
    animation-delay: 323.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3237) {
    -webkit-animation-delay: 323.7s;
    animation-delay: 323.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3238) {
    -webkit-animation-delay: 323.8s;
    animation-delay: 323.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3239) {
    -webkit-animation-delay: 323.9s;
    animation-delay: 323.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3240) {
    -webkit-animation-delay: 324s;
    animation-delay: 324s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3241) {
    -webkit-animation-delay: 324.1s;
    animation-delay: 324.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3242) {
    -webkit-animation-delay: 324.2s;
    animation-delay: 324.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3243) {
    -webkit-animation-delay: 324.3s;
    animation-delay: 324.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3244) {
    -webkit-animation-delay: 324.4s;
    animation-delay: 324.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3245) {
    -webkit-animation-delay: 324.5s;
    animation-delay: 324.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3246) {
    -webkit-animation-delay: 324.6s;
    animation-delay: 324.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3247) {
    -webkit-animation-delay: 324.7s;
    animation-delay: 324.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3248) {
    -webkit-animation-delay: 324.8s;
    animation-delay: 324.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3249) {
    -webkit-animation-delay: 324.9s;
    animation-delay: 324.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3250) {
    -webkit-animation-delay: 325s;
    animation-delay: 325s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3251) {
    -webkit-animation-delay: 325.1s;
    animation-delay: 325.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3252) {
    -webkit-animation-delay: 325.2s;
    animation-delay: 325.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3253) {
    -webkit-animation-delay: 325.3s;
    animation-delay: 325.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3254) {
    -webkit-animation-delay: 325.4s;
    animation-delay: 325.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3255) {
    -webkit-animation-delay: 325.5s;
    animation-delay: 325.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3256) {
    -webkit-animation-delay: 325.6s;
    animation-delay: 325.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3257) {
    -webkit-animation-delay: 325.7s;
    animation-delay: 325.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3258) {
    -webkit-animation-delay: 325.8s;
    animation-delay: 325.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3259) {
    -webkit-animation-delay: 325.9s;
    animation-delay: 325.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3260) {
    -webkit-animation-delay: 326s;
    animation-delay: 326s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3261) {
    -webkit-animation-delay: 326.1s;
    animation-delay: 326.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3262) {
    -webkit-animation-delay: 326.2s;
    animation-delay: 326.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3263) {
    -webkit-animation-delay: 326.3s;
    animation-delay: 326.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3264) {
    -webkit-animation-delay: 326.4s;
    animation-delay: 326.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3265) {
    -webkit-animation-delay: 326.5s;
    animation-delay: 326.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3266) {
    -webkit-animation-delay: 326.6s;
    animation-delay: 326.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3267) {
    -webkit-animation-delay: 326.7s;
    animation-delay: 326.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3268) {
    -webkit-animation-delay: 326.8s;
    animation-delay: 326.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3269) {
    -webkit-animation-delay: 326.9s;
    animation-delay: 326.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3270) {
    -webkit-animation-delay: 327s;
    animation-delay: 327s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3271) {
    -webkit-animation-delay: 327.1s;
    animation-delay: 327.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3272) {
    -webkit-animation-delay: 327.2s;
    animation-delay: 327.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3273) {
    -webkit-animation-delay: 327.3s;
    animation-delay: 327.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3274) {
    -webkit-animation-delay: 327.4s;
    animation-delay: 327.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3275) {
    -webkit-animation-delay: 327.5s;
    animation-delay: 327.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3276) {
    -webkit-animation-delay: 327.6s;
    animation-delay: 327.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3277) {
    -webkit-animation-delay: 327.7s;
    animation-delay: 327.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3278) {
    -webkit-animation-delay: 327.8s;
    animation-delay: 327.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3279) {
    -webkit-animation-delay: 327.9s;
    animation-delay: 327.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3280) {
    -webkit-animation-delay: 328s;
    animation-delay: 328s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3281) {
    -webkit-animation-delay: 328.1s;
    animation-delay: 328.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3282) {
    -webkit-animation-delay: 328.2s;
    animation-delay: 328.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3283) {
    -webkit-animation-delay: 328.3s;
    animation-delay: 328.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3284) {
    -webkit-animation-delay: 328.4s;
    animation-delay: 328.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3285) {
    -webkit-animation-delay: 328.5s;
    animation-delay: 328.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3286) {
    -webkit-animation-delay: 328.6s;
    animation-delay: 328.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3287) {
    -webkit-animation-delay: 328.7s;
    animation-delay: 328.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3288) {
    -webkit-animation-delay: 328.8s;
    animation-delay: 328.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3289) {
    -webkit-animation-delay: 328.9s;
    animation-delay: 328.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3290) {
    -webkit-animation-delay: 329s;
    animation-delay: 329s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3291) {
    -webkit-animation-delay: 329.1s;
    animation-delay: 329.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3292) {
    -webkit-animation-delay: 329.2s;
    animation-delay: 329.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3293) {
    -webkit-animation-delay: 329.3s;
    animation-delay: 329.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3294) {
    -webkit-animation-delay: 329.4s;
    animation-delay: 329.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3295) {
    -webkit-animation-delay: 329.5s;
    animation-delay: 329.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3296) {
    -webkit-animation-delay: 329.6s;
    animation-delay: 329.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3297) {
    -webkit-animation-delay: 329.7s;
    animation-delay: 329.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3298) {
    -webkit-animation-delay: 329.8s;
    animation-delay: 329.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3299) {
    -webkit-animation-delay: 329.9s;
    animation-delay: 329.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3300) {
    -webkit-animation-delay: 330s;
    animation-delay: 330s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3301) {
    -webkit-animation-delay: 330.1s;
    animation-delay: 330.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3302) {
    -webkit-animation-delay: 330.2s;
    animation-delay: 330.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3303) {
    -webkit-animation-delay: 330.3s;
    animation-delay: 330.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3304) {
    -webkit-animation-delay: 330.4s;
    animation-delay: 330.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3305) {
    -webkit-animation-delay: 330.5s;
    animation-delay: 330.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3306) {
    -webkit-animation-delay: 330.6s;
    animation-delay: 330.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3307) {
    -webkit-animation-delay: 330.7s;
    animation-delay: 330.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3308) {
    -webkit-animation-delay: 330.8s;
    animation-delay: 330.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3309) {
    -webkit-animation-delay: 330.9s;
    animation-delay: 330.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3310) {
    -webkit-animation-delay: 331s;
    animation-delay: 331s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3311) {
    -webkit-animation-delay: 331.1s;
    animation-delay: 331.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3312) {
    -webkit-animation-delay: 331.2s;
    animation-delay: 331.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3313) {
    -webkit-animation-delay: 331.3s;
    animation-delay: 331.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3314) {
    -webkit-animation-delay: 331.4s;
    animation-delay: 331.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3315) {
    -webkit-animation-delay: 331.5s;
    animation-delay: 331.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3316) {
    -webkit-animation-delay: 331.6s;
    animation-delay: 331.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3317) {
    -webkit-animation-delay: 331.7s;
    animation-delay: 331.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3318) {
    -webkit-animation-delay: 331.8s;
    animation-delay: 331.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3319) {
    -webkit-animation-delay: 331.9s;
    animation-delay: 331.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3320) {
    -webkit-animation-delay: 332s;
    animation-delay: 332s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3321) {
    -webkit-animation-delay: 332.1s;
    animation-delay: 332.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3322) {
    -webkit-animation-delay: 332.2s;
    animation-delay: 332.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3323) {
    -webkit-animation-delay: 332.3s;
    animation-delay: 332.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3324) {
    -webkit-animation-delay: 332.4s;
    animation-delay: 332.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3325) {
    -webkit-animation-delay: 332.5s;
    animation-delay: 332.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3326) {
    -webkit-animation-delay: 332.6s;
    animation-delay: 332.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3327) {
    -webkit-animation-delay: 332.7s;
    animation-delay: 332.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3328) {
    -webkit-animation-delay: 332.8s;
    animation-delay: 332.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3329) {
    -webkit-animation-delay: 332.9s;
    animation-delay: 332.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3330) {
    -webkit-animation-delay: 333s;
    animation-delay: 333s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3331) {
    -webkit-animation-delay: 333.1s;
    animation-delay: 333.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3332) {
    -webkit-animation-delay: 333.2s;
    animation-delay: 333.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3333) {
    -webkit-animation-delay: 333.3s;
    animation-delay: 333.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3334) {
    -webkit-animation-delay: 333.4s;
    animation-delay: 333.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3335) {
    -webkit-animation-delay: 333.5s;
    animation-delay: 333.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3336) {
    -webkit-animation-delay: 333.6s;
    animation-delay: 333.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3337) {
    -webkit-animation-delay: 333.7s;
    animation-delay: 333.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3338) {
    -webkit-animation-delay: 333.8s;
    animation-delay: 333.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3339) {
    -webkit-animation-delay: 333.9s;
    animation-delay: 333.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3340) {
    -webkit-animation-delay: 334s;
    animation-delay: 334s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3341) {
    -webkit-animation-delay: 334.1s;
    animation-delay: 334.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3342) {
    -webkit-animation-delay: 334.2s;
    animation-delay: 334.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3343) {
    -webkit-animation-delay: 334.3s;
    animation-delay: 334.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3344) {
    -webkit-animation-delay: 334.4s;
    animation-delay: 334.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3345) {
    -webkit-animation-delay: 334.5s;
    animation-delay: 334.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3346) {
    -webkit-animation-delay: 334.6s;
    animation-delay: 334.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3347) {
    -webkit-animation-delay: 334.7s;
    animation-delay: 334.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3348) {
    -webkit-animation-delay: 334.8s;
    animation-delay: 334.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3349) {
    -webkit-animation-delay: 334.9s;
    animation-delay: 334.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3350) {
    -webkit-animation-delay: 335s;
    animation-delay: 335s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3351) {
    -webkit-animation-delay: 335.1s;
    animation-delay: 335.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3352) {
    -webkit-animation-delay: 335.2s;
    animation-delay: 335.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3353) {
    -webkit-animation-delay: 335.3s;
    animation-delay: 335.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3354) {
    -webkit-animation-delay: 335.4s;
    animation-delay: 335.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3355) {
    -webkit-animation-delay: 335.5s;
    animation-delay: 335.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3356) {
    -webkit-animation-delay: 335.6s;
    animation-delay: 335.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3357) {
    -webkit-animation-delay: 335.7s;
    animation-delay: 335.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3358) {
    -webkit-animation-delay: 335.8s;
    animation-delay: 335.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3359) {
    -webkit-animation-delay: 335.9s;
    animation-delay: 335.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3360) {
    -webkit-animation-delay: 336s;
    animation-delay: 336s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3361) {
    -webkit-animation-delay: 336.1s;
    animation-delay: 336.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3362) {
    -webkit-animation-delay: 336.2s;
    animation-delay: 336.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3363) {
    -webkit-animation-delay: 336.3s;
    animation-delay: 336.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3364) {
    -webkit-animation-delay: 336.4s;
    animation-delay: 336.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3365) {
    -webkit-animation-delay: 336.5s;
    animation-delay: 336.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3366) {
    -webkit-animation-delay: 336.6s;
    animation-delay: 336.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3367) {
    -webkit-animation-delay: 336.7s;
    animation-delay: 336.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3368) {
    -webkit-animation-delay: 336.8s;
    animation-delay: 336.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3369) {
    -webkit-animation-delay: 336.9s;
    animation-delay: 336.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3370) {
    -webkit-animation-delay: 337s;
    animation-delay: 337s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3371) {
    -webkit-animation-delay: 337.1s;
    animation-delay: 337.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3372) {
    -webkit-animation-delay: 337.2s;
    animation-delay: 337.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3373) {
    -webkit-animation-delay: 337.3s;
    animation-delay: 337.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3374) {
    -webkit-animation-delay: 337.4s;
    animation-delay: 337.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3375) {
    -webkit-animation-delay: 337.5s;
    animation-delay: 337.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3376) {
    -webkit-animation-delay: 337.6s;
    animation-delay: 337.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3377) {
    -webkit-animation-delay: 337.7s;
    animation-delay: 337.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3378) {
    -webkit-animation-delay: 337.8s;
    animation-delay: 337.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3379) {
    -webkit-animation-delay: 337.9s;
    animation-delay: 337.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3380) {
    -webkit-animation-delay: 338s;
    animation-delay: 338s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3381) {
    -webkit-animation-delay: 338.1s;
    animation-delay: 338.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3382) {
    -webkit-animation-delay: 338.2s;
    animation-delay: 338.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3383) {
    -webkit-animation-delay: 338.3s;
    animation-delay: 338.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3384) {
    -webkit-animation-delay: 338.4s;
    animation-delay: 338.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3385) {
    -webkit-animation-delay: 338.5s;
    animation-delay: 338.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3386) {
    -webkit-animation-delay: 338.6s;
    animation-delay: 338.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3387) {
    -webkit-animation-delay: 338.7s;
    animation-delay: 338.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3388) {
    -webkit-animation-delay: 338.8s;
    animation-delay: 338.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3389) {
    -webkit-animation-delay: 338.9s;
    animation-delay: 338.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3390) {
    -webkit-animation-delay: 339s;
    animation-delay: 339s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3391) {
    -webkit-animation-delay: 339.1s;
    animation-delay: 339.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3392) {
    -webkit-animation-delay: 339.2s;
    animation-delay: 339.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3393) {
    -webkit-animation-delay: 339.3s;
    animation-delay: 339.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3394) {
    -webkit-animation-delay: 339.4s;
    animation-delay: 339.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3395) {
    -webkit-animation-delay: 339.5s;
    animation-delay: 339.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3396) {
    -webkit-animation-delay: 339.6s;
    animation-delay: 339.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3397) {
    -webkit-animation-delay: 339.7s;
    animation-delay: 339.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3398) {
    -webkit-animation-delay: 339.8s;
    animation-delay: 339.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3399) {
    -webkit-animation-delay: 339.9s;
    animation-delay: 339.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3400) {
    -webkit-animation-delay: 340s;
    animation-delay: 340s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3401) {
    -webkit-animation-delay: 340.1s;
    animation-delay: 340.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3402) {
    -webkit-animation-delay: 340.2s;
    animation-delay: 340.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3403) {
    -webkit-animation-delay: 340.3s;
    animation-delay: 340.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3404) {
    -webkit-animation-delay: 340.4s;
    animation-delay: 340.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3405) {
    -webkit-animation-delay: 340.5s;
    animation-delay: 340.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3406) {
    -webkit-animation-delay: 340.6s;
    animation-delay: 340.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3407) {
    -webkit-animation-delay: 340.7s;
    animation-delay: 340.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3408) {
    -webkit-animation-delay: 340.8s;
    animation-delay: 340.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3409) {
    -webkit-animation-delay: 340.9s;
    animation-delay: 340.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3410) {
    -webkit-animation-delay: 341s;
    animation-delay: 341s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3411) {
    -webkit-animation-delay: 341.1s;
    animation-delay: 341.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3412) {
    -webkit-animation-delay: 341.2s;
    animation-delay: 341.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3413) {
    -webkit-animation-delay: 341.3s;
    animation-delay: 341.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3414) {
    -webkit-animation-delay: 341.4s;
    animation-delay: 341.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3415) {
    -webkit-animation-delay: 341.5s;
    animation-delay: 341.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3416) {
    -webkit-animation-delay: 341.6s;
    animation-delay: 341.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3417) {
    -webkit-animation-delay: 341.7s;
    animation-delay: 341.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3418) {
    -webkit-animation-delay: 341.8s;
    animation-delay: 341.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3419) {
    -webkit-animation-delay: 341.9s;
    animation-delay: 341.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3420) {
    -webkit-animation-delay: 342s;
    animation-delay: 342s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3421) {
    -webkit-animation-delay: 342.1s;
    animation-delay: 342.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3422) {
    -webkit-animation-delay: 342.2s;
    animation-delay: 342.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3423) {
    -webkit-animation-delay: 342.3s;
    animation-delay: 342.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3424) {
    -webkit-animation-delay: 342.4s;
    animation-delay: 342.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3425) {
    -webkit-animation-delay: 342.5s;
    animation-delay: 342.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3426) {
    -webkit-animation-delay: 342.6s;
    animation-delay: 342.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3427) {
    -webkit-animation-delay: 342.7s;
    animation-delay: 342.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3428) {
    -webkit-animation-delay: 342.8s;
    animation-delay: 342.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3429) {
    -webkit-animation-delay: 342.9s;
    animation-delay: 342.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3430) {
    -webkit-animation-delay: 343s;
    animation-delay: 343s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3431) {
    -webkit-animation-delay: 343.1s;
    animation-delay: 343.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3432) {
    -webkit-animation-delay: 343.2s;
    animation-delay: 343.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3433) {
    -webkit-animation-delay: 343.3s;
    animation-delay: 343.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3434) {
    -webkit-animation-delay: 343.4s;
    animation-delay: 343.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3435) {
    -webkit-animation-delay: 343.5s;
    animation-delay: 343.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3436) {
    -webkit-animation-delay: 343.6s;
    animation-delay: 343.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3437) {
    -webkit-animation-delay: 343.7s;
    animation-delay: 343.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3438) {
    -webkit-animation-delay: 343.8s;
    animation-delay: 343.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3439) {
    -webkit-animation-delay: 343.9s;
    animation-delay: 343.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3440) {
    -webkit-animation-delay: 344s;
    animation-delay: 344s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3441) {
    -webkit-animation-delay: 344.1s;
    animation-delay: 344.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3442) {
    -webkit-animation-delay: 344.2s;
    animation-delay: 344.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3443) {
    -webkit-animation-delay: 344.3s;
    animation-delay: 344.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3444) {
    -webkit-animation-delay: 344.4s;
    animation-delay: 344.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3445) {
    -webkit-animation-delay: 344.5s;
    animation-delay: 344.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3446) {
    -webkit-animation-delay: 344.6s;
    animation-delay: 344.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3447) {
    -webkit-animation-delay: 344.7s;
    animation-delay: 344.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3448) {
    -webkit-animation-delay: 344.8s;
    animation-delay: 344.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3449) {
    -webkit-animation-delay: 344.9s;
    animation-delay: 344.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3450) {
    -webkit-animation-delay: 345s;
    animation-delay: 345s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3451) {
    -webkit-animation-delay: 345.1s;
    animation-delay: 345.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3452) {
    -webkit-animation-delay: 345.2s;
    animation-delay: 345.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3453) {
    -webkit-animation-delay: 345.3s;
    animation-delay: 345.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3454) {
    -webkit-animation-delay: 345.4s;
    animation-delay: 345.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3455) {
    -webkit-animation-delay: 345.5s;
    animation-delay: 345.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3456) {
    -webkit-animation-delay: 345.6s;
    animation-delay: 345.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3457) {
    -webkit-animation-delay: 345.7s;
    animation-delay: 345.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3458) {
    -webkit-animation-delay: 345.8s;
    animation-delay: 345.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3459) {
    -webkit-animation-delay: 345.9s;
    animation-delay: 345.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3460) {
    -webkit-animation-delay: 346s;
    animation-delay: 346s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3461) {
    -webkit-animation-delay: 346.1s;
    animation-delay: 346.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3462) {
    -webkit-animation-delay: 346.2s;
    animation-delay: 346.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3463) {
    -webkit-animation-delay: 346.3s;
    animation-delay: 346.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3464) {
    -webkit-animation-delay: 346.4s;
    animation-delay: 346.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3465) {
    -webkit-animation-delay: 346.5s;
    animation-delay: 346.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3466) {
    -webkit-animation-delay: 346.6s;
    animation-delay: 346.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3467) {
    -webkit-animation-delay: 346.7s;
    animation-delay: 346.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3468) {
    -webkit-animation-delay: 346.8s;
    animation-delay: 346.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3469) {
    -webkit-animation-delay: 346.9s;
    animation-delay: 346.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3470) {
    -webkit-animation-delay: 347s;
    animation-delay: 347s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3471) {
    -webkit-animation-delay: 347.1s;
    animation-delay: 347.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3472) {
    -webkit-animation-delay: 347.2s;
    animation-delay: 347.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3473) {
    -webkit-animation-delay: 347.3s;
    animation-delay: 347.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3474) {
    -webkit-animation-delay: 347.4s;
    animation-delay: 347.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3475) {
    -webkit-animation-delay: 347.5s;
    animation-delay: 347.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3476) {
    -webkit-animation-delay: 347.6s;
    animation-delay: 347.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3477) {
    -webkit-animation-delay: 347.7s;
    animation-delay: 347.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3478) {
    -webkit-animation-delay: 347.8s;
    animation-delay: 347.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3479) {
    -webkit-animation-delay: 347.9s;
    animation-delay: 347.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3480) {
    -webkit-animation-delay: 348s;
    animation-delay: 348s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3481) {
    -webkit-animation-delay: 348.1s;
    animation-delay: 348.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3482) {
    -webkit-animation-delay: 348.2s;
    animation-delay: 348.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3483) {
    -webkit-animation-delay: 348.3s;
    animation-delay: 348.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3484) {
    -webkit-animation-delay: 348.4s;
    animation-delay: 348.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3485) {
    -webkit-animation-delay: 348.5s;
    animation-delay: 348.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3486) {
    -webkit-animation-delay: 348.6s;
    animation-delay: 348.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3487) {
    -webkit-animation-delay: 348.7s;
    animation-delay: 348.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3488) {
    -webkit-animation-delay: 348.8s;
    animation-delay: 348.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3489) {
    -webkit-animation-delay: 348.9s;
    animation-delay: 348.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3490) {
    -webkit-animation-delay: 349s;
    animation-delay: 349s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3491) {
    -webkit-animation-delay: 349.1s;
    animation-delay: 349.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3492) {
    -webkit-animation-delay: 349.2s;
    animation-delay: 349.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3493) {
    -webkit-animation-delay: 349.3s;
    animation-delay: 349.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3494) {
    -webkit-animation-delay: 349.4s;
    animation-delay: 349.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3495) {
    -webkit-animation-delay: 349.5s;
    animation-delay: 349.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3496) {
    -webkit-animation-delay: 349.6s;
    animation-delay: 349.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3497) {
    -webkit-animation-delay: 349.7s;
    animation-delay: 349.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3498) {
    -webkit-animation-delay: 349.8s;
    animation-delay: 349.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3499) {
    -webkit-animation-delay: 349.9s;
    animation-delay: 349.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3500) {
    -webkit-animation-delay: 350s;
    animation-delay: 350s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3501) {
    -webkit-animation-delay: 350.1s;
    animation-delay: 350.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3502) {
    -webkit-animation-delay: 350.2s;
    animation-delay: 350.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3503) {
    -webkit-animation-delay: 350.3s;
    animation-delay: 350.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3504) {
    -webkit-animation-delay: 350.4s;
    animation-delay: 350.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3505) {
    -webkit-animation-delay: 350.5s;
    animation-delay: 350.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3506) {
    -webkit-animation-delay: 350.6s;
    animation-delay: 350.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3507) {
    -webkit-animation-delay: 350.7s;
    animation-delay: 350.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3508) {
    -webkit-animation-delay: 350.8s;
    animation-delay: 350.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3509) {
    -webkit-animation-delay: 350.9s;
    animation-delay: 350.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3510) {
    -webkit-animation-delay: 351s;
    animation-delay: 351s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3511) {
    -webkit-animation-delay: 351.1s;
    animation-delay: 351.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3512) {
    -webkit-animation-delay: 351.2s;
    animation-delay: 351.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3513) {
    -webkit-animation-delay: 351.3s;
    animation-delay: 351.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3514) {
    -webkit-animation-delay: 351.4s;
    animation-delay: 351.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3515) {
    -webkit-animation-delay: 351.5s;
    animation-delay: 351.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3516) {
    -webkit-animation-delay: 351.6s;
    animation-delay: 351.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3517) {
    -webkit-animation-delay: 351.7s;
    animation-delay: 351.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3518) {
    -webkit-animation-delay: 351.8s;
    animation-delay: 351.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3519) {
    -webkit-animation-delay: 351.9s;
    animation-delay: 351.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3520) {
    -webkit-animation-delay: 352s;
    animation-delay: 352s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3521) {
    -webkit-animation-delay: 352.1s;
    animation-delay: 352.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3522) {
    -webkit-animation-delay: 352.2s;
    animation-delay: 352.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3523) {
    -webkit-animation-delay: 352.3s;
    animation-delay: 352.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3524) {
    -webkit-animation-delay: 352.4s;
    animation-delay: 352.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3525) {
    -webkit-animation-delay: 352.5s;
    animation-delay: 352.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3526) {
    -webkit-animation-delay: 352.6s;
    animation-delay: 352.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3527) {
    -webkit-animation-delay: 352.7s;
    animation-delay: 352.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3528) {
    -webkit-animation-delay: 352.8s;
    animation-delay: 352.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3529) {
    -webkit-animation-delay: 352.9s;
    animation-delay: 352.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3530) {
    -webkit-animation-delay: 353s;
    animation-delay: 353s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3531) {
    -webkit-animation-delay: 353.1s;
    animation-delay: 353.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3532) {
    -webkit-animation-delay: 353.2s;
    animation-delay: 353.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3533) {
    -webkit-animation-delay: 353.3s;
    animation-delay: 353.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3534) {
    -webkit-animation-delay: 353.4s;
    animation-delay: 353.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3535) {
    -webkit-animation-delay: 353.5s;
    animation-delay: 353.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3536) {
    -webkit-animation-delay: 353.6s;
    animation-delay: 353.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3537) {
    -webkit-animation-delay: 353.7s;
    animation-delay: 353.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3538) {
    -webkit-animation-delay: 353.8s;
    animation-delay: 353.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3539) {
    -webkit-animation-delay: 353.9s;
    animation-delay: 353.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3540) {
    -webkit-animation-delay: 354s;
    animation-delay: 354s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3541) {
    -webkit-animation-delay: 354.1s;
    animation-delay: 354.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3542) {
    -webkit-animation-delay: 354.2s;
    animation-delay: 354.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3543) {
    -webkit-animation-delay: 354.3s;
    animation-delay: 354.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3544) {
    -webkit-animation-delay: 354.4s;
    animation-delay: 354.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3545) {
    -webkit-animation-delay: 354.5s;
    animation-delay: 354.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3546) {
    -webkit-animation-delay: 354.6s;
    animation-delay: 354.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3547) {
    -webkit-animation-delay: 354.7s;
    animation-delay: 354.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3548) {
    -webkit-animation-delay: 354.8s;
    animation-delay: 354.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3549) {
    -webkit-animation-delay: 354.9s;
    animation-delay: 354.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3550) {
    -webkit-animation-delay: 355s;
    animation-delay: 355s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3551) {
    -webkit-animation-delay: 355.1s;
    animation-delay: 355.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3552) {
    -webkit-animation-delay: 355.2s;
    animation-delay: 355.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3553) {
    -webkit-animation-delay: 355.3s;
    animation-delay: 355.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3554) {
    -webkit-animation-delay: 355.4s;
    animation-delay: 355.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3555) {
    -webkit-animation-delay: 355.5s;
    animation-delay: 355.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3556) {
    -webkit-animation-delay: 355.6s;
    animation-delay: 355.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3557) {
    -webkit-animation-delay: 355.7s;
    animation-delay: 355.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3558) {
    -webkit-animation-delay: 355.8s;
    animation-delay: 355.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3559) {
    -webkit-animation-delay: 355.9s;
    animation-delay: 355.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3560) {
    -webkit-animation-delay: 356s;
    animation-delay: 356s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3561) {
    -webkit-animation-delay: 356.1s;
    animation-delay: 356.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3562) {
    -webkit-animation-delay: 356.2s;
    animation-delay: 356.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3563) {
    -webkit-animation-delay: 356.3s;
    animation-delay: 356.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3564) {
    -webkit-animation-delay: 356.4s;
    animation-delay: 356.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3565) {
    -webkit-animation-delay: 356.5s;
    animation-delay: 356.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3566) {
    -webkit-animation-delay: 356.6s;
    animation-delay: 356.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3567) {
    -webkit-animation-delay: 356.7s;
    animation-delay: 356.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3568) {
    -webkit-animation-delay: 356.8s;
    animation-delay: 356.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3569) {
    -webkit-animation-delay: 356.9s;
    animation-delay: 356.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3570) {
    -webkit-animation-delay: 357s;
    animation-delay: 357s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3571) {
    -webkit-animation-delay: 357.1s;
    animation-delay: 357.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3572) {
    -webkit-animation-delay: 357.2s;
    animation-delay: 357.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3573) {
    -webkit-animation-delay: 357.3s;
    animation-delay: 357.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3574) {
    -webkit-animation-delay: 357.4s;
    animation-delay: 357.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3575) {
    -webkit-animation-delay: 357.5s;
    animation-delay: 357.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3576) {
    -webkit-animation-delay: 357.6s;
    animation-delay: 357.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3577) {
    -webkit-animation-delay: 357.7s;
    animation-delay: 357.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3578) {
    -webkit-animation-delay: 357.8s;
    animation-delay: 357.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3579) {
    -webkit-animation-delay: 357.9s;
    animation-delay: 357.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3580) {
    -webkit-animation-delay: 358s;
    animation-delay: 358s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3581) {
    -webkit-animation-delay: 358.1s;
    animation-delay: 358.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3582) {
    -webkit-animation-delay: 358.2s;
    animation-delay: 358.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3583) {
    -webkit-animation-delay: 358.3s;
    animation-delay: 358.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3584) {
    -webkit-animation-delay: 358.4s;
    animation-delay: 358.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3585) {
    -webkit-animation-delay: 358.5s;
    animation-delay: 358.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3586) {
    -webkit-animation-delay: 358.6s;
    animation-delay: 358.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3587) {
    -webkit-animation-delay: 358.7s;
    animation-delay: 358.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3588) {
    -webkit-animation-delay: 358.8s;
    animation-delay: 358.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3589) {
    -webkit-animation-delay: 358.9s;
    animation-delay: 358.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3590) {
    -webkit-animation-delay: 359s;
    animation-delay: 359s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3591) {
    -webkit-animation-delay: 359.1s;
    animation-delay: 359.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3592) {
    -webkit-animation-delay: 359.2s;
    animation-delay: 359.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3593) {
    -webkit-animation-delay: 359.3s;
    animation-delay: 359.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3594) {
    -webkit-animation-delay: 359.4s;
    animation-delay: 359.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3595) {
    -webkit-animation-delay: 359.5s;
    animation-delay: 359.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3596) {
    -webkit-animation-delay: 359.6s;
    animation-delay: 359.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3597) {
    -webkit-animation-delay: 359.7s;
    animation-delay: 359.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3598) {
    -webkit-animation-delay: 359.8s;
    animation-delay: 359.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3599) {
    -webkit-animation-delay: 359.9s;
    animation-delay: 359.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3600) {
    -webkit-animation-delay: 360s;
    animation-delay: 360s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3601) {
    -webkit-animation-delay: 360.1s;
    animation-delay: 360.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3602) {
    -webkit-animation-delay: 360.2s;
    animation-delay: 360.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3603) {
    -webkit-animation-delay: 360.3s;
    animation-delay: 360.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3604) {
    -webkit-animation-delay: 360.4s;
    animation-delay: 360.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3605) {
    -webkit-animation-delay: 360.5s;
    animation-delay: 360.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3606) {
    -webkit-animation-delay: 360.6s;
    animation-delay: 360.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3607) {
    -webkit-animation-delay: 360.7s;
    animation-delay: 360.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3608) {
    -webkit-animation-delay: 360.8s;
    animation-delay: 360.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3609) {
    -webkit-animation-delay: 360.9s;
    animation-delay: 360.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3610) {
    -webkit-animation-delay: 361s;
    animation-delay: 361s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3611) {
    -webkit-animation-delay: 361.1s;
    animation-delay: 361.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3612) {
    -webkit-animation-delay: 361.2s;
    animation-delay: 361.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3613) {
    -webkit-animation-delay: 361.3s;
    animation-delay: 361.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3614) {
    -webkit-animation-delay: 361.4s;
    animation-delay: 361.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3615) {
    -webkit-animation-delay: 361.5s;
    animation-delay: 361.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3616) {
    -webkit-animation-delay: 361.6s;
    animation-delay: 361.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3617) {
    -webkit-animation-delay: 361.7s;
    animation-delay: 361.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3618) {
    -webkit-animation-delay: 361.8s;
    animation-delay: 361.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3619) {
    -webkit-animation-delay: 361.9s;
    animation-delay: 361.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3620) {
    -webkit-animation-delay: 362s;
    animation-delay: 362s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3621) {
    -webkit-animation-delay: 362.1s;
    animation-delay: 362.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3622) {
    -webkit-animation-delay: 362.2s;
    animation-delay: 362.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3623) {
    -webkit-animation-delay: 362.3s;
    animation-delay: 362.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3624) {
    -webkit-animation-delay: 362.4s;
    animation-delay: 362.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3625) {
    -webkit-animation-delay: 362.5s;
    animation-delay: 362.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3626) {
    -webkit-animation-delay: 362.6s;
    animation-delay: 362.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3627) {
    -webkit-animation-delay: 362.7s;
    animation-delay: 362.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3628) {
    -webkit-animation-delay: 362.8s;
    animation-delay: 362.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3629) {
    -webkit-animation-delay: 362.9s;
    animation-delay: 362.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3630) {
    -webkit-animation-delay: 363s;
    animation-delay: 363s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3631) {
    -webkit-animation-delay: 363.1s;
    animation-delay: 363.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3632) {
    -webkit-animation-delay: 363.2s;
    animation-delay: 363.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3633) {
    -webkit-animation-delay: 363.3s;
    animation-delay: 363.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3634) {
    -webkit-animation-delay: 363.4s;
    animation-delay: 363.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3635) {
    -webkit-animation-delay: 363.5s;
    animation-delay: 363.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3636) {
    -webkit-animation-delay: 363.6s;
    animation-delay: 363.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3637) {
    -webkit-animation-delay: 363.7s;
    animation-delay: 363.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3638) {
    -webkit-animation-delay: 363.8s;
    animation-delay: 363.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3639) {
    -webkit-animation-delay: 363.9s;
    animation-delay: 363.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3640) {
    -webkit-animation-delay: 364s;
    animation-delay: 364s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3641) {
    -webkit-animation-delay: 364.1s;
    animation-delay: 364.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3642) {
    -webkit-animation-delay: 364.2s;
    animation-delay: 364.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3643) {
    -webkit-animation-delay: 364.3s;
    animation-delay: 364.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3644) {
    -webkit-animation-delay: 364.4s;
    animation-delay: 364.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3645) {
    -webkit-animation-delay: 364.5s;
    animation-delay: 364.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3646) {
    -webkit-animation-delay: 364.6s;
    animation-delay: 364.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3647) {
    -webkit-animation-delay: 364.7s;
    animation-delay: 364.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3648) {
    -webkit-animation-delay: 364.8s;
    animation-delay: 364.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3649) {
    -webkit-animation-delay: 364.9s;
    animation-delay: 364.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3650) {
    -webkit-animation-delay: 365s;
    animation-delay: 365s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3651) {
    -webkit-animation-delay: 365.1s;
    animation-delay: 365.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3652) {
    -webkit-animation-delay: 365.2s;
    animation-delay: 365.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3653) {
    -webkit-animation-delay: 365.3s;
    animation-delay: 365.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3654) {
    -webkit-animation-delay: 365.4s;
    animation-delay: 365.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3655) {
    -webkit-animation-delay: 365.5s;
    animation-delay: 365.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3656) {
    -webkit-animation-delay: 365.6s;
    animation-delay: 365.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3657) {
    -webkit-animation-delay: 365.7s;
    animation-delay: 365.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3658) {
    -webkit-animation-delay: 365.8s;
    animation-delay: 365.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3659) {
    -webkit-animation-delay: 365.9s;
    animation-delay: 365.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3660) {
    -webkit-animation-delay: 366s;
    animation-delay: 366s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3661) {
    -webkit-animation-delay: 366.1s;
    animation-delay: 366.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3662) {
    -webkit-animation-delay: 366.2s;
    animation-delay: 366.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3663) {
    -webkit-animation-delay: 366.3s;
    animation-delay: 366.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3664) {
    -webkit-animation-delay: 366.4s;
    animation-delay: 366.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3665) {
    -webkit-animation-delay: 366.5s;
    animation-delay: 366.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3666) {
    -webkit-animation-delay: 366.6s;
    animation-delay: 366.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3667) {
    -webkit-animation-delay: 366.7s;
    animation-delay: 366.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3668) {
    -webkit-animation-delay: 366.8s;
    animation-delay: 366.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3669) {
    -webkit-animation-delay: 366.9s;
    animation-delay: 366.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3670) {
    -webkit-animation-delay: 367s;
    animation-delay: 367s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3671) {
    -webkit-animation-delay: 367.1s;
    animation-delay: 367.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3672) {
    -webkit-animation-delay: 367.2s;
    animation-delay: 367.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3673) {
    -webkit-animation-delay: 367.3s;
    animation-delay: 367.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3674) {
    -webkit-animation-delay: 367.4s;
    animation-delay: 367.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3675) {
    -webkit-animation-delay: 367.5s;
    animation-delay: 367.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3676) {
    -webkit-animation-delay: 367.6s;
    animation-delay: 367.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3677) {
    -webkit-animation-delay: 367.7s;
    animation-delay: 367.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3678) {
    -webkit-animation-delay: 367.8s;
    animation-delay: 367.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3679) {
    -webkit-animation-delay: 367.9s;
    animation-delay: 367.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3680) {
    -webkit-animation-delay: 368s;
    animation-delay: 368s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3681) {
    -webkit-animation-delay: 368.1s;
    animation-delay: 368.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3682) {
    -webkit-animation-delay: 368.2s;
    animation-delay: 368.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3683) {
    -webkit-animation-delay: 368.3s;
    animation-delay: 368.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3684) {
    -webkit-animation-delay: 368.4s;
    animation-delay: 368.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3685) {
    -webkit-animation-delay: 368.5s;
    animation-delay: 368.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3686) {
    -webkit-animation-delay: 368.6s;
    animation-delay: 368.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3687) {
    -webkit-animation-delay: 368.7s;
    animation-delay: 368.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3688) {
    -webkit-animation-delay: 368.8s;
    animation-delay: 368.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3689) {
    -webkit-animation-delay: 368.9s;
    animation-delay: 368.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3690) {
    -webkit-animation-delay: 369s;
    animation-delay: 369s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3691) {
    -webkit-animation-delay: 369.1s;
    animation-delay: 369.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3692) {
    -webkit-animation-delay: 369.2s;
    animation-delay: 369.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3693) {
    -webkit-animation-delay: 369.3s;
    animation-delay: 369.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3694) {
    -webkit-animation-delay: 369.4s;
    animation-delay: 369.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3695) {
    -webkit-animation-delay: 369.5s;
    animation-delay: 369.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3696) {
    -webkit-animation-delay: 369.6s;
    animation-delay: 369.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3697) {
    -webkit-animation-delay: 369.7s;
    animation-delay: 369.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3698) {
    -webkit-animation-delay: 369.8s;
    animation-delay: 369.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3699) {
    -webkit-animation-delay: 369.9s;
    animation-delay: 369.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3700) {
    -webkit-animation-delay: 370s;
    animation-delay: 370s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3701) {
    -webkit-animation-delay: 370.1s;
    animation-delay: 370.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3702) {
    -webkit-animation-delay: 370.2s;
    animation-delay: 370.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3703) {
    -webkit-animation-delay: 370.3s;
    animation-delay: 370.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3704) {
    -webkit-animation-delay: 370.4s;
    animation-delay: 370.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3705) {
    -webkit-animation-delay: 370.5s;
    animation-delay: 370.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3706) {
    -webkit-animation-delay: 370.6s;
    animation-delay: 370.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3707) {
    -webkit-animation-delay: 370.7s;
    animation-delay: 370.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3708) {
    -webkit-animation-delay: 370.8s;
    animation-delay: 370.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3709) {
    -webkit-animation-delay: 370.9s;
    animation-delay: 370.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3710) {
    -webkit-animation-delay: 371s;
    animation-delay: 371s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3711) {
    -webkit-animation-delay: 371.1s;
    animation-delay: 371.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3712) {
    -webkit-animation-delay: 371.2s;
    animation-delay: 371.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3713) {
    -webkit-animation-delay: 371.3s;
    animation-delay: 371.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3714) {
    -webkit-animation-delay: 371.4s;
    animation-delay: 371.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3715) {
    -webkit-animation-delay: 371.5s;
    animation-delay: 371.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3716) {
    -webkit-animation-delay: 371.6s;
    animation-delay: 371.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3717) {
    -webkit-animation-delay: 371.7s;
    animation-delay: 371.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3718) {
    -webkit-animation-delay: 371.8s;
    animation-delay: 371.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3719) {
    -webkit-animation-delay: 371.9s;
    animation-delay: 371.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3720) {
    -webkit-animation-delay: 372s;
    animation-delay: 372s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3721) {
    -webkit-animation-delay: 372.1s;
    animation-delay: 372.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3722) {
    -webkit-animation-delay: 372.2s;
    animation-delay: 372.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3723) {
    -webkit-animation-delay: 372.3s;
    animation-delay: 372.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3724) {
    -webkit-animation-delay: 372.4s;
    animation-delay: 372.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3725) {
    -webkit-animation-delay: 372.5s;
    animation-delay: 372.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3726) {
    -webkit-animation-delay: 372.6s;
    animation-delay: 372.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3727) {
    -webkit-animation-delay: 372.7s;
    animation-delay: 372.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3728) {
    -webkit-animation-delay: 372.8s;
    animation-delay: 372.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3729) {
    -webkit-animation-delay: 372.9s;
    animation-delay: 372.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3730) {
    -webkit-animation-delay: 373s;
    animation-delay: 373s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3731) {
    -webkit-animation-delay: 373.1s;
    animation-delay: 373.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3732) {
    -webkit-animation-delay: 373.2s;
    animation-delay: 373.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3733) {
    -webkit-animation-delay: 373.3s;
    animation-delay: 373.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3734) {
    -webkit-animation-delay: 373.4s;
    animation-delay: 373.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3735) {
    -webkit-animation-delay: 373.5s;
    animation-delay: 373.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3736) {
    -webkit-animation-delay: 373.6s;
    animation-delay: 373.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3737) {
    -webkit-animation-delay: 373.7s;
    animation-delay: 373.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3738) {
    -webkit-animation-delay: 373.8s;
    animation-delay: 373.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3739) {
    -webkit-animation-delay: 373.9s;
    animation-delay: 373.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3740) {
    -webkit-animation-delay: 374s;
    animation-delay: 374s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3741) {
    -webkit-animation-delay: 374.1s;
    animation-delay: 374.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3742) {
    -webkit-animation-delay: 374.2s;
    animation-delay: 374.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3743) {
    -webkit-animation-delay: 374.3s;
    animation-delay: 374.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3744) {
    -webkit-animation-delay: 374.4s;
    animation-delay: 374.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3745) {
    -webkit-animation-delay: 374.5s;
    animation-delay: 374.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3746) {
    -webkit-animation-delay: 374.6s;
    animation-delay: 374.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3747) {
    -webkit-animation-delay: 374.7s;
    animation-delay: 374.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3748) {
    -webkit-animation-delay: 374.8s;
    animation-delay: 374.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3749) {
    -webkit-animation-delay: 374.9s;
    animation-delay: 374.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3750) {
    -webkit-animation-delay: 375s;
    animation-delay: 375s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3751) {
    -webkit-animation-delay: 375.1s;
    animation-delay: 375.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3752) {
    -webkit-animation-delay: 375.2s;
    animation-delay: 375.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3753) {
    -webkit-animation-delay: 375.3s;
    animation-delay: 375.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3754) {
    -webkit-animation-delay: 375.4s;
    animation-delay: 375.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3755) {
    -webkit-animation-delay: 375.5s;
    animation-delay: 375.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3756) {
    -webkit-animation-delay: 375.6s;
    animation-delay: 375.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3757) {
    -webkit-animation-delay: 375.7s;
    animation-delay: 375.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3758) {
    -webkit-animation-delay: 375.8s;
    animation-delay: 375.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3759) {
    -webkit-animation-delay: 375.9s;
    animation-delay: 375.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3760) {
    -webkit-animation-delay: 376s;
    animation-delay: 376s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3761) {
    -webkit-animation-delay: 376.1s;
    animation-delay: 376.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3762) {
    -webkit-animation-delay: 376.2s;
    animation-delay: 376.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3763) {
    -webkit-animation-delay: 376.3s;
    animation-delay: 376.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3764) {
    -webkit-animation-delay: 376.4s;
    animation-delay: 376.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3765) {
    -webkit-animation-delay: 376.5s;
    animation-delay: 376.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3766) {
    -webkit-animation-delay: 376.6s;
    animation-delay: 376.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3767) {
    -webkit-animation-delay: 376.7s;
    animation-delay: 376.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3768) {
    -webkit-animation-delay: 376.8s;
    animation-delay: 376.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3769) {
    -webkit-animation-delay: 376.9s;
    animation-delay: 376.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3770) {
    -webkit-animation-delay: 377s;
    animation-delay: 377s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3771) {
    -webkit-animation-delay: 377.1s;
    animation-delay: 377.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3772) {
    -webkit-animation-delay: 377.2s;
    animation-delay: 377.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3773) {
    -webkit-animation-delay: 377.3s;
    animation-delay: 377.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3774) {
    -webkit-animation-delay: 377.4s;
    animation-delay: 377.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3775) {
    -webkit-animation-delay: 377.5s;
    animation-delay: 377.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3776) {
    -webkit-animation-delay: 377.6s;
    animation-delay: 377.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3777) {
    -webkit-animation-delay: 377.7s;
    animation-delay: 377.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3778) {
    -webkit-animation-delay: 377.8s;
    animation-delay: 377.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3779) {
    -webkit-animation-delay: 377.9s;
    animation-delay: 377.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3780) {
    -webkit-animation-delay: 378s;
    animation-delay: 378s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3781) {
    -webkit-animation-delay: 378.1s;
    animation-delay: 378.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3782) {
    -webkit-animation-delay: 378.2s;
    animation-delay: 378.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3783) {
    -webkit-animation-delay: 378.3s;
    animation-delay: 378.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3784) {
    -webkit-animation-delay: 378.4s;
    animation-delay: 378.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3785) {
    -webkit-animation-delay: 378.5s;
    animation-delay: 378.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3786) {
    -webkit-animation-delay: 378.6s;
    animation-delay: 378.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3787) {
    -webkit-animation-delay: 378.7s;
    animation-delay: 378.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3788) {
    -webkit-animation-delay: 378.8s;
    animation-delay: 378.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3789) {
    -webkit-animation-delay: 378.9s;
    animation-delay: 378.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3790) {
    -webkit-animation-delay: 379s;
    animation-delay: 379s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3791) {
    -webkit-animation-delay: 379.1s;
    animation-delay: 379.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3792) {
    -webkit-animation-delay: 379.2s;
    animation-delay: 379.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3793) {
    -webkit-animation-delay: 379.3s;
    animation-delay: 379.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3794) {
    -webkit-animation-delay: 379.4s;
    animation-delay: 379.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3795) {
    -webkit-animation-delay: 379.5s;
    animation-delay: 379.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3796) {
    -webkit-animation-delay: 379.6s;
    animation-delay: 379.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3797) {
    -webkit-animation-delay: 379.7s;
    animation-delay: 379.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3798) {
    -webkit-animation-delay: 379.8s;
    animation-delay: 379.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3799) {
    -webkit-animation-delay: 379.9s;
    animation-delay: 379.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3800) {
    -webkit-animation-delay: 380s;
    animation-delay: 380s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3801) {
    -webkit-animation-delay: 380.1s;
    animation-delay: 380.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3802) {
    -webkit-animation-delay: 380.2s;
    animation-delay: 380.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3803) {
    -webkit-animation-delay: 380.3s;
    animation-delay: 380.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3804) {
    -webkit-animation-delay: 380.4s;
    animation-delay: 380.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3805) {
    -webkit-animation-delay: 380.5s;
    animation-delay: 380.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3806) {
    -webkit-animation-delay: 380.6s;
    animation-delay: 380.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3807) {
    -webkit-animation-delay: 380.7s;
    animation-delay: 380.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3808) {
    -webkit-animation-delay: 380.8s;
    animation-delay: 380.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3809) {
    -webkit-animation-delay: 380.9s;
    animation-delay: 380.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3810) {
    -webkit-animation-delay: 381s;
    animation-delay: 381s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3811) {
    -webkit-animation-delay: 381.1s;
    animation-delay: 381.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3812) {
    -webkit-animation-delay: 381.2s;
    animation-delay: 381.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3813) {
    -webkit-animation-delay: 381.3s;
    animation-delay: 381.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3814) {
    -webkit-animation-delay: 381.4s;
    animation-delay: 381.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3815) {
    -webkit-animation-delay: 381.5s;
    animation-delay: 381.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3816) {
    -webkit-animation-delay: 381.6s;
    animation-delay: 381.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3817) {
    -webkit-animation-delay: 381.7s;
    animation-delay: 381.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3818) {
    -webkit-animation-delay: 381.8s;
    animation-delay: 381.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3819) {
    -webkit-animation-delay: 381.9s;
    animation-delay: 381.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3820) {
    -webkit-animation-delay: 382s;
    animation-delay: 382s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3821) {
    -webkit-animation-delay: 382.1s;
    animation-delay: 382.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3822) {
    -webkit-animation-delay: 382.2s;
    animation-delay: 382.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3823) {
    -webkit-animation-delay: 382.3s;
    animation-delay: 382.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3824) {
    -webkit-animation-delay: 382.4s;
    animation-delay: 382.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3825) {
    -webkit-animation-delay: 382.5s;
    animation-delay: 382.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3826) {
    -webkit-animation-delay: 382.6s;
    animation-delay: 382.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3827) {
    -webkit-animation-delay: 382.7s;
    animation-delay: 382.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3828) {
    -webkit-animation-delay: 382.8s;
    animation-delay: 382.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3829) {
    -webkit-animation-delay: 382.9s;
    animation-delay: 382.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3830) {
    -webkit-animation-delay: 383s;
    animation-delay: 383s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3831) {
    -webkit-animation-delay: 383.1s;
    animation-delay: 383.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3832) {
    -webkit-animation-delay: 383.2s;
    animation-delay: 383.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3833) {
    -webkit-animation-delay: 383.3s;
    animation-delay: 383.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3834) {
    -webkit-animation-delay: 383.4s;
    animation-delay: 383.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3835) {
    -webkit-animation-delay: 383.5s;
    animation-delay: 383.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3836) {
    -webkit-animation-delay: 383.6s;
    animation-delay: 383.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3837) {
    -webkit-animation-delay: 383.7s;
    animation-delay: 383.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3838) {
    -webkit-animation-delay: 383.8s;
    animation-delay: 383.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3839) {
    -webkit-animation-delay: 383.9s;
    animation-delay: 383.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3840) {
    -webkit-animation-delay: 384s;
    animation-delay: 384s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3841) {
    -webkit-animation-delay: 384.1s;
    animation-delay: 384.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3842) {
    -webkit-animation-delay: 384.2s;
    animation-delay: 384.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3843) {
    -webkit-animation-delay: 384.3s;
    animation-delay: 384.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3844) {
    -webkit-animation-delay: 384.4s;
    animation-delay: 384.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3845) {
    -webkit-animation-delay: 384.5s;
    animation-delay: 384.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3846) {
    -webkit-animation-delay: 384.6s;
    animation-delay: 384.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3847) {
    -webkit-animation-delay: 384.7s;
    animation-delay: 384.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3848) {
    -webkit-animation-delay: 384.8s;
    animation-delay: 384.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3849) {
    -webkit-animation-delay: 384.9s;
    animation-delay: 384.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3850) {
    -webkit-animation-delay: 385s;
    animation-delay: 385s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3851) {
    -webkit-animation-delay: 385.1s;
    animation-delay: 385.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3852) {
    -webkit-animation-delay: 385.2s;
    animation-delay: 385.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3853) {
    -webkit-animation-delay: 385.3s;
    animation-delay: 385.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3854) {
    -webkit-animation-delay: 385.4s;
    animation-delay: 385.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3855) {
    -webkit-animation-delay: 385.5s;
    animation-delay: 385.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3856) {
    -webkit-animation-delay: 385.6s;
    animation-delay: 385.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3857) {
    -webkit-animation-delay: 385.7s;
    animation-delay: 385.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3858) {
    -webkit-animation-delay: 385.8s;
    animation-delay: 385.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3859) {
    -webkit-animation-delay: 385.9s;
    animation-delay: 385.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3860) {
    -webkit-animation-delay: 386s;
    animation-delay: 386s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3861) {
    -webkit-animation-delay: 386.1s;
    animation-delay: 386.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3862) {
    -webkit-animation-delay: 386.2s;
    animation-delay: 386.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3863) {
    -webkit-animation-delay: 386.3s;
    animation-delay: 386.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3864) {
    -webkit-animation-delay: 386.4s;
    animation-delay: 386.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3865) {
    -webkit-animation-delay: 386.5s;
    animation-delay: 386.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3866) {
    -webkit-animation-delay: 386.6s;
    animation-delay: 386.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3867) {
    -webkit-animation-delay: 386.7s;
    animation-delay: 386.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3868) {
    -webkit-animation-delay: 386.8s;
    animation-delay: 386.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3869) {
    -webkit-animation-delay: 386.9s;
    animation-delay: 386.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3870) {
    -webkit-animation-delay: 387s;
    animation-delay: 387s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3871) {
    -webkit-animation-delay: 387.1s;
    animation-delay: 387.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3872) {
    -webkit-animation-delay: 387.2s;
    animation-delay: 387.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3873) {
    -webkit-animation-delay: 387.3s;
    animation-delay: 387.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3874) {
    -webkit-animation-delay: 387.4s;
    animation-delay: 387.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3875) {
    -webkit-animation-delay: 387.5s;
    animation-delay: 387.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3876) {
    -webkit-animation-delay: 387.6s;
    animation-delay: 387.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3877) {
    -webkit-animation-delay: 387.7s;
    animation-delay: 387.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3878) {
    -webkit-animation-delay: 387.8s;
    animation-delay: 387.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3879) {
    -webkit-animation-delay: 387.9s;
    animation-delay: 387.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3880) {
    -webkit-animation-delay: 388s;
    animation-delay: 388s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3881) {
    -webkit-animation-delay: 388.1s;
    animation-delay: 388.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3882) {
    -webkit-animation-delay: 388.2s;
    animation-delay: 388.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3883) {
    -webkit-animation-delay: 388.3s;
    animation-delay: 388.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3884) {
    -webkit-animation-delay: 388.4s;
    animation-delay: 388.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3885) {
    -webkit-animation-delay: 388.5s;
    animation-delay: 388.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3886) {
    -webkit-animation-delay: 388.6s;
    animation-delay: 388.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3887) {
    -webkit-animation-delay: 388.7s;
    animation-delay: 388.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3888) {
    -webkit-animation-delay: 388.8s;
    animation-delay: 388.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3889) {
    -webkit-animation-delay: 388.9s;
    animation-delay: 388.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3890) {
    -webkit-animation-delay: 389s;
    animation-delay: 389s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3891) {
    -webkit-animation-delay: 389.1s;
    animation-delay: 389.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3892) {
    -webkit-animation-delay: 389.2s;
    animation-delay: 389.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3893) {
    -webkit-animation-delay: 389.3s;
    animation-delay: 389.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3894) {
    -webkit-animation-delay: 389.4s;
    animation-delay: 389.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3895) {
    -webkit-animation-delay: 389.5s;
    animation-delay: 389.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3896) {
    -webkit-animation-delay: 389.6s;
    animation-delay: 389.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3897) {
    -webkit-animation-delay: 389.7s;
    animation-delay: 389.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3898) {
    -webkit-animation-delay: 389.8s;
    animation-delay: 389.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3899) {
    -webkit-animation-delay: 389.9s;
    animation-delay: 389.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3900) {
    -webkit-animation-delay: 390s;
    animation-delay: 390s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3901) {
    -webkit-animation-delay: 390.1s;
    animation-delay: 390.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3902) {
    -webkit-animation-delay: 390.2s;
    animation-delay: 390.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3903) {
    -webkit-animation-delay: 390.3s;
    animation-delay: 390.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3904) {
    -webkit-animation-delay: 390.4s;
    animation-delay: 390.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3905) {
    -webkit-animation-delay: 390.5s;
    animation-delay: 390.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3906) {
    -webkit-animation-delay: 390.6s;
    animation-delay: 390.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3907) {
    -webkit-animation-delay: 390.7s;
    animation-delay: 390.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3908) {
    -webkit-animation-delay: 390.8s;
    animation-delay: 390.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3909) {
    -webkit-animation-delay: 390.9s;
    animation-delay: 390.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3910) {
    -webkit-animation-delay: 391s;
    animation-delay: 391s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3911) {
    -webkit-animation-delay: 391.1s;
    animation-delay: 391.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3912) {
    -webkit-animation-delay: 391.2s;
    animation-delay: 391.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3913) {
    -webkit-animation-delay: 391.3s;
    animation-delay: 391.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3914) {
    -webkit-animation-delay: 391.4s;
    animation-delay: 391.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3915) {
    -webkit-animation-delay: 391.5s;
    animation-delay: 391.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3916) {
    -webkit-animation-delay: 391.6s;
    animation-delay: 391.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3917) {
    -webkit-animation-delay: 391.7s;
    animation-delay: 391.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3918) {
    -webkit-animation-delay: 391.8s;
    animation-delay: 391.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3919) {
    -webkit-animation-delay: 391.9s;
    animation-delay: 391.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3920) {
    -webkit-animation-delay: 392s;
    animation-delay: 392s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3921) {
    -webkit-animation-delay: 392.1s;
    animation-delay: 392.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3922) {
    -webkit-animation-delay: 392.2s;
    animation-delay: 392.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3923) {
    -webkit-animation-delay: 392.3s;
    animation-delay: 392.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3924) {
    -webkit-animation-delay: 392.4s;
    animation-delay: 392.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3925) {
    -webkit-animation-delay: 392.5s;
    animation-delay: 392.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3926) {
    -webkit-animation-delay: 392.6s;
    animation-delay: 392.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3927) {
    -webkit-animation-delay: 392.7s;
    animation-delay: 392.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3928) {
    -webkit-animation-delay: 392.8s;
    animation-delay: 392.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3929) {
    -webkit-animation-delay: 392.9s;
    animation-delay: 392.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3930) {
    -webkit-animation-delay: 393s;
    animation-delay: 393s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3931) {
    -webkit-animation-delay: 393.1s;
    animation-delay: 393.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3932) {
    -webkit-animation-delay: 393.2s;
    animation-delay: 393.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3933) {
    -webkit-animation-delay: 393.3s;
    animation-delay: 393.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3934) {
    -webkit-animation-delay: 393.4s;
    animation-delay: 393.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3935) {
    -webkit-animation-delay: 393.5s;
    animation-delay: 393.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3936) {
    -webkit-animation-delay: 393.6s;
    animation-delay: 393.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3937) {
    -webkit-animation-delay: 393.7s;
    animation-delay: 393.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3938) {
    -webkit-animation-delay: 393.8s;
    animation-delay: 393.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3939) {
    -webkit-animation-delay: 393.9s;
    animation-delay: 393.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3940) {
    -webkit-animation-delay: 394s;
    animation-delay: 394s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3941) {
    -webkit-animation-delay: 394.1s;
    animation-delay: 394.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3942) {
    -webkit-animation-delay: 394.2s;
    animation-delay: 394.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3943) {
    -webkit-animation-delay: 394.3s;
    animation-delay: 394.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3944) {
    -webkit-animation-delay: 394.4s;
    animation-delay: 394.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3945) {
    -webkit-animation-delay: 394.5s;
    animation-delay: 394.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3946) {
    -webkit-animation-delay: 394.6s;
    animation-delay: 394.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3947) {
    -webkit-animation-delay: 394.7s;
    animation-delay: 394.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3948) {
    -webkit-animation-delay: 394.8s;
    animation-delay: 394.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3949) {
    -webkit-animation-delay: 394.9s;
    animation-delay: 394.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3950) {
    -webkit-animation-delay: 395s;
    animation-delay: 395s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3951) {
    -webkit-animation-delay: 395.1s;
    animation-delay: 395.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3952) {
    -webkit-animation-delay: 395.2s;
    animation-delay: 395.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3953) {
    -webkit-animation-delay: 395.3s;
    animation-delay: 395.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3954) {
    -webkit-animation-delay: 395.4s;
    animation-delay: 395.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3955) {
    -webkit-animation-delay: 395.5s;
    animation-delay: 395.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3956) {
    -webkit-animation-delay: 395.6s;
    animation-delay: 395.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3957) {
    -webkit-animation-delay: 395.7s;
    animation-delay: 395.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3958) {
    -webkit-animation-delay: 395.8s;
    animation-delay: 395.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3959) {
    -webkit-animation-delay: 395.9s;
    animation-delay: 395.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3960) {
    -webkit-animation-delay: 396s;
    animation-delay: 396s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3961) {
    -webkit-animation-delay: 396.1s;
    animation-delay: 396.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3962) {
    -webkit-animation-delay: 396.2s;
    animation-delay: 396.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3963) {
    -webkit-animation-delay: 396.3s;
    animation-delay: 396.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3964) {
    -webkit-animation-delay: 396.4s;
    animation-delay: 396.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3965) {
    -webkit-animation-delay: 396.5s;
    animation-delay: 396.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3966) {
    -webkit-animation-delay: 396.6s;
    animation-delay: 396.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3967) {
    -webkit-animation-delay: 396.7s;
    animation-delay: 396.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3968) {
    -webkit-animation-delay: 396.8s;
    animation-delay: 396.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3969) {
    -webkit-animation-delay: 396.9s;
    animation-delay: 396.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3970) {
    -webkit-animation-delay: 397s;
    animation-delay: 397s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3971) {
    -webkit-animation-delay: 397.1s;
    animation-delay: 397.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3972) {
    -webkit-animation-delay: 397.2s;
    animation-delay: 397.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3973) {
    -webkit-animation-delay: 397.3s;
    animation-delay: 397.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3974) {
    -webkit-animation-delay: 397.4s;
    animation-delay: 397.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3975) {
    -webkit-animation-delay: 397.5s;
    animation-delay: 397.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3976) {
    -webkit-animation-delay: 397.6s;
    animation-delay: 397.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3977) {
    -webkit-animation-delay: 397.7s;
    animation-delay: 397.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3978) {
    -webkit-animation-delay: 397.8s;
    animation-delay: 397.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3979) {
    -webkit-animation-delay: 397.9s;
    animation-delay: 397.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3980) {
    -webkit-animation-delay: 398s;
    animation-delay: 398s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3981) {
    -webkit-animation-delay: 398.1s;
    animation-delay: 398.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3982) {
    -webkit-animation-delay: 398.2s;
    animation-delay: 398.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3983) {
    -webkit-animation-delay: 398.3s;
    animation-delay: 398.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3984) {
    -webkit-animation-delay: 398.4s;
    animation-delay: 398.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3985) {
    -webkit-animation-delay: 398.5s;
    animation-delay: 398.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3986) {
    -webkit-animation-delay: 398.6s;
    animation-delay: 398.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3987) {
    -webkit-animation-delay: 398.7s;
    animation-delay: 398.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3988) {
    -webkit-animation-delay: 398.8s;
    animation-delay: 398.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3989) {
    -webkit-animation-delay: 398.9s;
    animation-delay: 398.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3990) {
    -webkit-animation-delay: 399s;
    animation-delay: 399s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3991) {
    -webkit-animation-delay: 399.1s;
    animation-delay: 399.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3992) {
    -webkit-animation-delay: 399.2s;
    animation-delay: 399.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3993) {
    -webkit-animation-delay: 399.3s;
    animation-delay: 399.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3994) {
    -webkit-animation-delay: 399.4s;
    animation-delay: 399.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3995) {
    -webkit-animation-delay: 399.5s;
    animation-delay: 399.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3996) {
    -webkit-animation-delay: 399.6s;
    animation-delay: 399.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3997) {
    -webkit-animation-delay: 399.7s;
    animation-delay: 399.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3998) {
    -webkit-animation-delay: 399.8s;
    animation-delay: 399.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3999) {
    -webkit-animation-delay: 399.9s;
    animation-delay: 399.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4000) {
    -webkit-animation-delay: 400s;
    animation-delay: 400s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4001) {
    -webkit-animation-delay: 400.1s;
    animation-delay: 400.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4002) {
    -webkit-animation-delay: 400.2s;
    animation-delay: 400.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4003) {
    -webkit-animation-delay: 400.3s;
    animation-delay: 400.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4004) {
    -webkit-animation-delay: 400.4s;
    animation-delay: 400.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4005) {
    -webkit-animation-delay: 400.5s;
    animation-delay: 400.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4006) {
    -webkit-animation-delay: 400.6s;
    animation-delay: 400.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4007) {
    -webkit-animation-delay: 400.7s;
    animation-delay: 400.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4008) {
    -webkit-animation-delay: 400.8s;
    animation-delay: 400.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4009) {
    -webkit-animation-delay: 400.9s;
    animation-delay: 400.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4010) {
    -webkit-animation-delay: 401s;
    animation-delay: 401s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4011) {
    -webkit-animation-delay: 401.1s;
    animation-delay: 401.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4012) {
    -webkit-animation-delay: 401.2s;
    animation-delay: 401.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4013) {
    -webkit-animation-delay: 401.3s;
    animation-delay: 401.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4014) {
    -webkit-animation-delay: 401.4s;
    animation-delay: 401.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4015) {
    -webkit-animation-delay: 401.5s;
    animation-delay: 401.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4016) {
    -webkit-animation-delay: 401.6s;
    animation-delay: 401.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4017) {
    -webkit-animation-delay: 401.7s;
    animation-delay: 401.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4018) {
    -webkit-animation-delay: 401.8s;
    animation-delay: 401.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4019) {
    -webkit-animation-delay: 401.9s;
    animation-delay: 401.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4020) {
    -webkit-animation-delay: 402s;
    animation-delay: 402s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4021) {
    -webkit-animation-delay: 402.1s;
    animation-delay: 402.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4022) {
    -webkit-animation-delay: 402.2s;
    animation-delay: 402.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4023) {
    -webkit-animation-delay: 402.3s;
    animation-delay: 402.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4024) {
    -webkit-animation-delay: 402.4s;
    animation-delay: 402.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4025) {
    -webkit-animation-delay: 402.5s;
    animation-delay: 402.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4026) {
    -webkit-animation-delay: 402.6s;
    animation-delay: 402.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4027) {
    -webkit-animation-delay: 402.7s;
    animation-delay: 402.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4028) {
    -webkit-animation-delay: 402.8s;
    animation-delay: 402.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4029) {
    -webkit-animation-delay: 402.9s;
    animation-delay: 402.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4030) {
    -webkit-animation-delay: 403s;
    animation-delay: 403s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4031) {
    -webkit-animation-delay: 403.1s;
    animation-delay: 403.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4032) {
    -webkit-animation-delay: 403.2s;
    animation-delay: 403.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4033) {
    -webkit-animation-delay: 403.3s;
    animation-delay: 403.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4034) {
    -webkit-animation-delay: 403.4s;
    animation-delay: 403.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4035) {
    -webkit-animation-delay: 403.5s;
    animation-delay: 403.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4036) {
    -webkit-animation-delay: 403.6s;
    animation-delay: 403.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4037) {
    -webkit-animation-delay: 403.7s;
    animation-delay: 403.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4038) {
    -webkit-animation-delay: 403.8s;
    animation-delay: 403.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4039) {
    -webkit-animation-delay: 403.9s;
    animation-delay: 403.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4040) {
    -webkit-animation-delay: 404s;
    animation-delay: 404s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4041) {
    -webkit-animation-delay: 404.1s;
    animation-delay: 404.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4042) {
    -webkit-animation-delay: 404.2s;
    animation-delay: 404.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4043) {
    -webkit-animation-delay: 404.3s;
    animation-delay: 404.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4044) {
    -webkit-animation-delay: 404.4s;
    animation-delay: 404.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4045) {
    -webkit-animation-delay: 404.5s;
    animation-delay: 404.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4046) {
    -webkit-animation-delay: 404.6s;
    animation-delay: 404.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4047) {
    -webkit-animation-delay: 404.7s;
    animation-delay: 404.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4048) {
    -webkit-animation-delay: 404.8s;
    animation-delay: 404.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4049) {
    -webkit-animation-delay: 404.9s;
    animation-delay: 404.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4050) {
    -webkit-animation-delay: 405s;
    animation-delay: 405s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4051) {
    -webkit-animation-delay: 405.1s;
    animation-delay: 405.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4052) {
    -webkit-animation-delay: 405.2s;
    animation-delay: 405.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4053) {
    -webkit-animation-delay: 405.3s;
    animation-delay: 405.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4054) {
    -webkit-animation-delay: 405.4s;
    animation-delay: 405.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4055) {
    -webkit-animation-delay: 405.5s;
    animation-delay: 405.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4056) {
    -webkit-animation-delay: 405.6s;
    animation-delay: 405.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4057) {
    -webkit-animation-delay: 405.7s;
    animation-delay: 405.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4058) {
    -webkit-animation-delay: 405.8s;
    animation-delay: 405.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4059) {
    -webkit-animation-delay: 405.9s;
    animation-delay: 405.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4060) {
    -webkit-animation-delay: 406s;
    animation-delay: 406s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4061) {
    -webkit-animation-delay: 406.1s;
    animation-delay: 406.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4062) {
    -webkit-animation-delay: 406.2s;
    animation-delay: 406.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4063) {
    -webkit-animation-delay: 406.3s;
    animation-delay: 406.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4064) {
    -webkit-animation-delay: 406.4s;
    animation-delay: 406.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4065) {
    -webkit-animation-delay: 406.5s;
    animation-delay: 406.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4066) {
    -webkit-animation-delay: 406.6s;
    animation-delay: 406.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4067) {
    -webkit-animation-delay: 406.7s;
    animation-delay: 406.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4068) {
    -webkit-animation-delay: 406.8s;
    animation-delay: 406.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4069) {
    -webkit-animation-delay: 406.9s;
    animation-delay: 406.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4070) {
    -webkit-animation-delay: 407s;
    animation-delay: 407s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4071) {
    -webkit-animation-delay: 407.1s;
    animation-delay: 407.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4072) {
    -webkit-animation-delay: 407.2s;
    animation-delay: 407.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4073) {
    -webkit-animation-delay: 407.3s;
    animation-delay: 407.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4074) {
    -webkit-animation-delay: 407.4s;
    animation-delay: 407.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4075) {
    -webkit-animation-delay: 407.5s;
    animation-delay: 407.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4076) {
    -webkit-animation-delay: 407.6s;
    animation-delay: 407.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4077) {
    -webkit-animation-delay: 407.7s;
    animation-delay: 407.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4078) {
    -webkit-animation-delay: 407.8s;
    animation-delay: 407.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4079) {
    -webkit-animation-delay: 407.9s;
    animation-delay: 407.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4080) {
    -webkit-animation-delay: 408s;
    animation-delay: 408s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4081) {
    -webkit-animation-delay: 408.1s;
    animation-delay: 408.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4082) {
    -webkit-animation-delay: 408.2s;
    animation-delay: 408.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4083) {
    -webkit-animation-delay: 408.3s;
    animation-delay: 408.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4084) {
    -webkit-animation-delay: 408.4s;
    animation-delay: 408.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4085) {
    -webkit-animation-delay: 408.5s;
    animation-delay: 408.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4086) {
    -webkit-animation-delay: 408.6s;
    animation-delay: 408.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4087) {
    -webkit-animation-delay: 408.7s;
    animation-delay: 408.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4088) {
    -webkit-animation-delay: 408.8s;
    animation-delay: 408.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4089) {
    -webkit-animation-delay: 408.9s;
    animation-delay: 408.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4090) {
    -webkit-animation-delay: 409s;
    animation-delay: 409s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4091) {
    -webkit-animation-delay: 409.1s;
    animation-delay: 409.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4092) {
    -webkit-animation-delay: 409.2s;
    animation-delay: 409.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4093) {
    -webkit-animation-delay: 409.3s;
    animation-delay: 409.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4094) {
    -webkit-animation-delay: 409.4s;
    animation-delay: 409.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4095) {
    -webkit-animation-delay: 409.5s;
    animation-delay: 409.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4096) {
    -webkit-animation-delay: 409.6s;
    animation-delay: 409.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4097) {
    -webkit-animation-delay: 409.7s;
    animation-delay: 409.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4098) {
    -webkit-animation-delay: 409.8s;
    animation-delay: 409.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4099) {
    -webkit-animation-delay: 409.9s;
    animation-delay: 409.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4100) {
    -webkit-animation-delay: 410s;
    animation-delay: 410s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4101) {
    -webkit-animation-delay: 410.1s;
    animation-delay: 410.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4102) {
    -webkit-animation-delay: 410.2s;
    animation-delay: 410.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4103) {
    -webkit-animation-delay: 410.3s;
    animation-delay: 410.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4104) {
    -webkit-animation-delay: 410.4s;
    animation-delay: 410.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4105) {
    -webkit-animation-delay: 410.5s;
    animation-delay: 410.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4106) {
    -webkit-animation-delay: 410.6s;
    animation-delay: 410.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4107) {
    -webkit-animation-delay: 410.7s;
    animation-delay: 410.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4108) {
    -webkit-animation-delay: 410.8s;
    animation-delay: 410.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4109) {
    -webkit-animation-delay: 410.9s;
    animation-delay: 410.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4110) {
    -webkit-animation-delay: 411s;
    animation-delay: 411s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4111) {
    -webkit-animation-delay: 411.1s;
    animation-delay: 411.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4112) {
    -webkit-animation-delay: 411.2s;
    animation-delay: 411.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4113) {
    -webkit-animation-delay: 411.3s;
    animation-delay: 411.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4114) {
    -webkit-animation-delay: 411.4s;
    animation-delay: 411.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4115) {
    -webkit-animation-delay: 411.5s;
    animation-delay: 411.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4116) {
    -webkit-animation-delay: 411.6s;
    animation-delay: 411.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4117) {
    -webkit-animation-delay: 411.7s;
    animation-delay: 411.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4118) {
    -webkit-animation-delay: 411.8s;
    animation-delay: 411.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4119) {
    -webkit-animation-delay: 411.9s;
    animation-delay: 411.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4120) {
    -webkit-animation-delay: 412s;
    animation-delay: 412s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4121) {
    -webkit-animation-delay: 412.1s;
    animation-delay: 412.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4122) {
    -webkit-animation-delay: 412.2s;
    animation-delay: 412.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4123) {
    -webkit-animation-delay: 412.3s;
    animation-delay: 412.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4124) {
    -webkit-animation-delay: 412.4s;
    animation-delay: 412.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4125) {
    -webkit-animation-delay: 412.5s;
    animation-delay: 412.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4126) {
    -webkit-animation-delay: 412.6s;
    animation-delay: 412.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4127) {
    -webkit-animation-delay: 412.7s;
    animation-delay: 412.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4128) {
    -webkit-animation-delay: 412.8s;
    animation-delay: 412.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4129) {
    -webkit-animation-delay: 412.9s;
    animation-delay: 412.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4130) {
    -webkit-animation-delay: 413s;
    animation-delay: 413s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4131) {
    -webkit-animation-delay: 413.1s;
    animation-delay: 413.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4132) {
    -webkit-animation-delay: 413.2s;
    animation-delay: 413.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4133) {
    -webkit-animation-delay: 413.3s;
    animation-delay: 413.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4134) {
    -webkit-animation-delay: 413.4s;
    animation-delay: 413.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4135) {
    -webkit-animation-delay: 413.5s;
    animation-delay: 413.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4136) {
    -webkit-animation-delay: 413.6s;
    animation-delay: 413.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4137) {
    -webkit-animation-delay: 413.7s;
    animation-delay: 413.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4138) {
    -webkit-animation-delay: 413.8s;
    animation-delay: 413.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4139) {
    -webkit-animation-delay: 413.9s;
    animation-delay: 413.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4140) {
    -webkit-animation-delay: 414s;
    animation-delay: 414s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4141) {
    -webkit-animation-delay: 414.1s;
    animation-delay: 414.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4142) {
    -webkit-animation-delay: 414.2s;
    animation-delay: 414.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4143) {
    -webkit-animation-delay: 414.3s;
    animation-delay: 414.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4144) {
    -webkit-animation-delay: 414.4s;
    animation-delay: 414.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4145) {
    -webkit-animation-delay: 414.5s;
    animation-delay: 414.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4146) {
    -webkit-animation-delay: 414.6s;
    animation-delay: 414.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4147) {
    -webkit-animation-delay: 414.7s;
    animation-delay: 414.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4148) {
    -webkit-animation-delay: 414.8s;
    animation-delay: 414.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4149) {
    -webkit-animation-delay: 414.9s;
    animation-delay: 414.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4150) {
    -webkit-animation-delay: 415s;
    animation-delay: 415s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4151) {
    -webkit-animation-delay: 415.1s;
    animation-delay: 415.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4152) {
    -webkit-animation-delay: 415.2s;
    animation-delay: 415.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4153) {
    -webkit-animation-delay: 415.3s;
    animation-delay: 415.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4154) {
    -webkit-animation-delay: 415.4s;
    animation-delay: 415.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4155) {
    -webkit-animation-delay: 415.5s;
    animation-delay: 415.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4156) {
    -webkit-animation-delay: 415.6s;
    animation-delay: 415.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4157) {
    -webkit-animation-delay: 415.7s;
    animation-delay: 415.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4158) {
    -webkit-animation-delay: 415.8s;
    animation-delay: 415.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4159) {
    -webkit-animation-delay: 415.9s;
    animation-delay: 415.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4160) {
    -webkit-animation-delay: 416s;
    animation-delay: 416s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4161) {
    -webkit-animation-delay: 416.1s;
    animation-delay: 416.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4162) {
    -webkit-animation-delay: 416.2s;
    animation-delay: 416.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4163) {
    -webkit-animation-delay: 416.3s;
    animation-delay: 416.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4164) {
    -webkit-animation-delay: 416.4s;
    animation-delay: 416.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4165) {
    -webkit-animation-delay: 416.5s;
    animation-delay: 416.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4166) {
    -webkit-animation-delay: 416.6s;
    animation-delay: 416.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4167) {
    -webkit-animation-delay: 416.7s;
    animation-delay: 416.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4168) {
    -webkit-animation-delay: 416.8s;
    animation-delay: 416.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4169) {
    -webkit-animation-delay: 416.9s;
    animation-delay: 416.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4170) {
    -webkit-animation-delay: 417s;
    animation-delay: 417s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4171) {
    -webkit-animation-delay: 417.1s;
    animation-delay: 417.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4172) {
    -webkit-animation-delay: 417.2s;
    animation-delay: 417.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4173) {
    -webkit-animation-delay: 417.3s;
    animation-delay: 417.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4174) {
    -webkit-animation-delay: 417.4s;
    animation-delay: 417.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4175) {
    -webkit-animation-delay: 417.5s;
    animation-delay: 417.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4176) {
    -webkit-animation-delay: 417.6s;
    animation-delay: 417.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4177) {
    -webkit-animation-delay: 417.7s;
    animation-delay: 417.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4178) {
    -webkit-animation-delay: 417.8s;
    animation-delay: 417.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4179) {
    -webkit-animation-delay: 417.9s;
    animation-delay: 417.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4180) {
    -webkit-animation-delay: 418s;
    animation-delay: 418s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4181) {
    -webkit-animation-delay: 418.1s;
    animation-delay: 418.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4182) {
    -webkit-animation-delay: 418.2s;
    animation-delay: 418.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4183) {
    -webkit-animation-delay: 418.3s;
    animation-delay: 418.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4184) {
    -webkit-animation-delay: 418.4s;
    animation-delay: 418.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4185) {
    -webkit-animation-delay: 418.5s;
    animation-delay: 418.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4186) {
    -webkit-animation-delay: 418.6s;
    animation-delay: 418.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4187) {
    -webkit-animation-delay: 418.7s;
    animation-delay: 418.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4188) {
    -webkit-animation-delay: 418.8s;
    animation-delay: 418.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4189) {
    -webkit-animation-delay: 418.9s;
    animation-delay: 418.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4190) {
    -webkit-animation-delay: 419s;
    animation-delay: 419s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4191) {
    -webkit-animation-delay: 419.1s;
    animation-delay: 419.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4192) {
    -webkit-animation-delay: 419.2s;
    animation-delay: 419.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4193) {
    -webkit-animation-delay: 419.3s;
    animation-delay: 419.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4194) {
    -webkit-animation-delay: 419.4s;
    animation-delay: 419.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4195) {
    -webkit-animation-delay: 419.5s;
    animation-delay: 419.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4196) {
    -webkit-animation-delay: 419.6s;
    animation-delay: 419.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4197) {
    -webkit-animation-delay: 419.7s;
    animation-delay: 419.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4198) {
    -webkit-animation-delay: 419.8s;
    animation-delay: 419.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4199) {
    -webkit-animation-delay: 419.9s;
    animation-delay: 419.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4200) {
    -webkit-animation-delay: 420s;
    animation-delay: 420s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4201) {
    -webkit-animation-delay: 420.1s;
    animation-delay: 420.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4202) {
    -webkit-animation-delay: 420.2s;
    animation-delay: 420.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4203) {
    -webkit-animation-delay: 420.3s;
    animation-delay: 420.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4204) {
    -webkit-animation-delay: 420.4s;
    animation-delay: 420.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4205) {
    -webkit-animation-delay: 420.5s;
    animation-delay: 420.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4206) {
    -webkit-animation-delay: 420.6s;
    animation-delay: 420.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4207) {
    -webkit-animation-delay: 420.7s;
    animation-delay: 420.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4208) {
    -webkit-animation-delay: 420.8s;
    animation-delay: 420.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4209) {
    -webkit-animation-delay: 420.9s;
    animation-delay: 420.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4210) {
    -webkit-animation-delay: 421s;
    animation-delay: 421s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4211) {
    -webkit-animation-delay: 421.1s;
    animation-delay: 421.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4212) {
    -webkit-animation-delay: 421.2s;
    animation-delay: 421.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4213) {
    -webkit-animation-delay: 421.3s;
    animation-delay: 421.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4214) {
    -webkit-animation-delay: 421.4s;
    animation-delay: 421.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4215) {
    -webkit-animation-delay: 421.5s;
    animation-delay: 421.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4216) {
    -webkit-animation-delay: 421.6s;
    animation-delay: 421.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4217) {
    -webkit-animation-delay: 421.7s;
    animation-delay: 421.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4218) {
    -webkit-animation-delay: 421.8s;
    animation-delay: 421.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4219) {
    -webkit-animation-delay: 421.9s;
    animation-delay: 421.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4220) {
    -webkit-animation-delay: 422s;
    animation-delay: 422s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4221) {
    -webkit-animation-delay: 422.1s;
    animation-delay: 422.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4222) {
    -webkit-animation-delay: 422.2s;
    animation-delay: 422.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4223) {
    -webkit-animation-delay: 422.3s;
    animation-delay: 422.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4224) {
    -webkit-animation-delay: 422.4s;
    animation-delay: 422.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4225) {
    -webkit-animation-delay: 422.5s;
    animation-delay: 422.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4226) {
    -webkit-animation-delay: 422.6s;
    animation-delay: 422.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4227) {
    -webkit-animation-delay: 422.7s;
    animation-delay: 422.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4228) {
    -webkit-animation-delay: 422.8s;
    animation-delay: 422.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4229) {
    -webkit-animation-delay: 422.9s;
    animation-delay: 422.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4230) {
    -webkit-animation-delay: 423s;
    animation-delay: 423s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4231) {
    -webkit-animation-delay: 423.1s;
    animation-delay: 423.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4232) {
    -webkit-animation-delay: 423.2s;
    animation-delay: 423.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4233) {
    -webkit-animation-delay: 423.3s;
    animation-delay: 423.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4234) {
    -webkit-animation-delay: 423.4s;
    animation-delay: 423.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4235) {
    -webkit-animation-delay: 423.5s;
    animation-delay: 423.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4236) {
    -webkit-animation-delay: 423.6s;
    animation-delay: 423.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4237) {
    -webkit-animation-delay: 423.7s;
    animation-delay: 423.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4238) {
    -webkit-animation-delay: 423.8s;
    animation-delay: 423.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4239) {
    -webkit-animation-delay: 423.9s;
    animation-delay: 423.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4240) {
    -webkit-animation-delay: 424s;
    animation-delay: 424s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4241) {
    -webkit-animation-delay: 424.1s;
    animation-delay: 424.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4242) {
    -webkit-animation-delay: 424.2s;
    animation-delay: 424.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4243) {
    -webkit-animation-delay: 424.3s;
    animation-delay: 424.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4244) {
    -webkit-animation-delay: 424.4s;
    animation-delay: 424.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4245) {
    -webkit-animation-delay: 424.5s;
    animation-delay: 424.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4246) {
    -webkit-animation-delay: 424.6s;
    animation-delay: 424.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4247) {
    -webkit-animation-delay: 424.7s;
    animation-delay: 424.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4248) {
    -webkit-animation-delay: 424.8s;
    animation-delay: 424.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4249) {
    -webkit-animation-delay: 424.9s;
    animation-delay: 424.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4250) {
    -webkit-animation-delay: 425s;
    animation-delay: 425s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4251) {
    -webkit-animation-delay: 425.1s;
    animation-delay: 425.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4252) {
    -webkit-animation-delay: 425.2s;
    animation-delay: 425.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4253) {
    -webkit-animation-delay: 425.3s;
    animation-delay: 425.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4254) {
    -webkit-animation-delay: 425.4s;
    animation-delay: 425.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4255) {
    -webkit-animation-delay: 425.5s;
    animation-delay: 425.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4256) {
    -webkit-animation-delay: 425.6s;
    animation-delay: 425.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4257) {
    -webkit-animation-delay: 425.7s;
    animation-delay: 425.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4258) {
    -webkit-animation-delay: 425.8s;
    animation-delay: 425.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4259) {
    -webkit-animation-delay: 425.9s;
    animation-delay: 425.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4260) {
    -webkit-animation-delay: 426s;
    animation-delay: 426s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4261) {
    -webkit-animation-delay: 426.1s;
    animation-delay: 426.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4262) {
    -webkit-animation-delay: 426.2s;
    animation-delay: 426.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4263) {
    -webkit-animation-delay: 426.3s;
    animation-delay: 426.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4264) {
    -webkit-animation-delay: 426.4s;
    animation-delay: 426.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4265) {
    -webkit-animation-delay: 426.5s;
    animation-delay: 426.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4266) {
    -webkit-animation-delay: 426.6s;
    animation-delay: 426.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4267) {
    -webkit-animation-delay: 426.7s;
    animation-delay: 426.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4268) {
    -webkit-animation-delay: 426.8s;
    animation-delay: 426.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4269) {
    -webkit-animation-delay: 426.9s;
    animation-delay: 426.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4270) {
    -webkit-animation-delay: 427s;
    animation-delay: 427s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4271) {
    -webkit-animation-delay: 427.1s;
    animation-delay: 427.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4272) {
    -webkit-animation-delay: 427.2s;
    animation-delay: 427.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4273) {
    -webkit-animation-delay: 427.3s;
    animation-delay: 427.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4274) {
    -webkit-animation-delay: 427.4s;
    animation-delay: 427.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4275) {
    -webkit-animation-delay: 427.5s;
    animation-delay: 427.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4276) {
    -webkit-animation-delay: 427.6s;
    animation-delay: 427.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4277) {
    -webkit-animation-delay: 427.7s;
    animation-delay: 427.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4278) {
    -webkit-animation-delay: 427.8s;
    animation-delay: 427.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4279) {
    -webkit-animation-delay: 427.9s;
    animation-delay: 427.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4280) {
    -webkit-animation-delay: 428s;
    animation-delay: 428s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4281) {
    -webkit-animation-delay: 428.1s;
    animation-delay: 428.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4282) {
    -webkit-animation-delay: 428.2s;
    animation-delay: 428.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4283) {
    -webkit-animation-delay: 428.3s;
    animation-delay: 428.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4284) {
    -webkit-animation-delay: 428.4s;
    animation-delay: 428.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4285) {
    -webkit-animation-delay: 428.5s;
    animation-delay: 428.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4286) {
    -webkit-animation-delay: 428.6s;
    animation-delay: 428.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4287) {
    -webkit-animation-delay: 428.7s;
    animation-delay: 428.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4288) {
    -webkit-animation-delay: 428.8s;
    animation-delay: 428.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4289) {
    -webkit-animation-delay: 428.9s;
    animation-delay: 428.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4290) {
    -webkit-animation-delay: 429s;
    animation-delay: 429s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4291) {
    -webkit-animation-delay: 429.1s;
    animation-delay: 429.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4292) {
    -webkit-animation-delay: 429.2s;
    animation-delay: 429.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4293) {
    -webkit-animation-delay: 429.3s;
    animation-delay: 429.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4294) {
    -webkit-animation-delay: 429.4s;
    animation-delay: 429.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4295) {
    -webkit-animation-delay: 429.5s;
    animation-delay: 429.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4296) {
    -webkit-animation-delay: 429.6s;
    animation-delay: 429.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4297) {
    -webkit-animation-delay: 429.7s;
    animation-delay: 429.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4298) {
    -webkit-animation-delay: 429.8s;
    animation-delay: 429.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4299) {
    -webkit-animation-delay: 429.9s;
    animation-delay: 429.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4300) {
    -webkit-animation-delay: 430s;
    animation-delay: 430s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4301) {
    -webkit-animation-delay: 430.1s;
    animation-delay: 430.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4302) {
    -webkit-animation-delay: 430.2s;
    animation-delay: 430.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4303) {
    -webkit-animation-delay: 430.3s;
    animation-delay: 430.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4304) {
    -webkit-animation-delay: 430.4s;
    animation-delay: 430.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4305) {
    -webkit-animation-delay: 430.5s;
    animation-delay: 430.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4306) {
    -webkit-animation-delay: 430.6s;
    animation-delay: 430.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4307) {
    -webkit-animation-delay: 430.7s;
    animation-delay: 430.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4308) {
    -webkit-animation-delay: 430.8s;
    animation-delay: 430.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4309) {
    -webkit-animation-delay: 430.9s;
    animation-delay: 430.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4310) {
    -webkit-animation-delay: 431s;
    animation-delay: 431s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4311) {
    -webkit-animation-delay: 431.1s;
    animation-delay: 431.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4312) {
    -webkit-animation-delay: 431.2s;
    animation-delay: 431.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4313) {
    -webkit-animation-delay: 431.3s;
    animation-delay: 431.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4314) {
    -webkit-animation-delay: 431.4s;
    animation-delay: 431.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4315) {
    -webkit-animation-delay: 431.5s;
    animation-delay: 431.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4316) {
    -webkit-animation-delay: 431.6s;
    animation-delay: 431.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4317) {
    -webkit-animation-delay: 431.7s;
    animation-delay: 431.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4318) {
    -webkit-animation-delay: 431.8s;
    animation-delay: 431.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4319) {
    -webkit-animation-delay: 431.9s;
    animation-delay: 431.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4320) {
    -webkit-animation-delay: 432s;
    animation-delay: 432s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4321) {
    -webkit-animation-delay: 432.1s;
    animation-delay: 432.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4322) {
    -webkit-animation-delay: 432.2s;
    animation-delay: 432.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4323) {
    -webkit-animation-delay: 432.3s;
    animation-delay: 432.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4324) {
    -webkit-animation-delay: 432.4s;
    animation-delay: 432.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4325) {
    -webkit-animation-delay: 432.5s;
    animation-delay: 432.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4326) {
    -webkit-animation-delay: 432.6s;
    animation-delay: 432.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4327) {
    -webkit-animation-delay: 432.7s;
    animation-delay: 432.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4328) {
    -webkit-animation-delay: 432.8s;
    animation-delay: 432.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4329) {
    -webkit-animation-delay: 432.9s;
    animation-delay: 432.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4330) {
    -webkit-animation-delay: 433s;
    animation-delay: 433s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4331) {
    -webkit-animation-delay: 433.1s;
    animation-delay: 433.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4332) {
    -webkit-animation-delay: 433.2s;
    animation-delay: 433.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4333) {
    -webkit-animation-delay: 433.3s;
    animation-delay: 433.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4334) {
    -webkit-animation-delay: 433.4s;
    animation-delay: 433.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4335) {
    -webkit-animation-delay: 433.5s;
    animation-delay: 433.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4336) {
    -webkit-animation-delay: 433.6s;
    animation-delay: 433.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4337) {
    -webkit-animation-delay: 433.7s;
    animation-delay: 433.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4338) {
    -webkit-animation-delay: 433.8s;
    animation-delay: 433.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4339) {
    -webkit-animation-delay: 433.9s;
    animation-delay: 433.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4340) {
    -webkit-animation-delay: 434s;
    animation-delay: 434s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4341) {
    -webkit-animation-delay: 434.1s;
    animation-delay: 434.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4342) {
    -webkit-animation-delay: 434.2s;
    animation-delay: 434.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4343) {
    -webkit-animation-delay: 434.3s;
    animation-delay: 434.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4344) {
    -webkit-animation-delay: 434.4s;
    animation-delay: 434.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4345) {
    -webkit-animation-delay: 434.5s;
    animation-delay: 434.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4346) {
    -webkit-animation-delay: 434.6s;
    animation-delay: 434.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4347) {
    -webkit-animation-delay: 434.7s;
    animation-delay: 434.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4348) {
    -webkit-animation-delay: 434.8s;
    animation-delay: 434.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4349) {
    -webkit-animation-delay: 434.9s;
    animation-delay: 434.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4350) {
    -webkit-animation-delay: 435s;
    animation-delay: 435s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4351) {
    -webkit-animation-delay: 435.1s;
    animation-delay: 435.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4352) {
    -webkit-animation-delay: 435.2s;
    animation-delay: 435.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4353) {
    -webkit-animation-delay: 435.3s;
    animation-delay: 435.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4354) {
    -webkit-animation-delay: 435.4s;
    animation-delay: 435.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4355) {
    -webkit-animation-delay: 435.5s;
    animation-delay: 435.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4356) {
    -webkit-animation-delay: 435.6s;
    animation-delay: 435.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4357) {
    -webkit-animation-delay: 435.7s;
    animation-delay: 435.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4358) {
    -webkit-animation-delay: 435.8s;
    animation-delay: 435.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4359) {
    -webkit-animation-delay: 435.9s;
    animation-delay: 435.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4360) {
    -webkit-animation-delay: 436s;
    animation-delay: 436s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4361) {
    -webkit-animation-delay: 436.1s;
    animation-delay: 436.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4362) {
    -webkit-animation-delay: 436.2s;
    animation-delay: 436.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4363) {
    -webkit-animation-delay: 436.3s;
    animation-delay: 436.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4364) {
    -webkit-animation-delay: 436.4s;
    animation-delay: 436.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4365) {
    -webkit-animation-delay: 436.5s;
    animation-delay: 436.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4366) {
    -webkit-animation-delay: 436.6s;
    animation-delay: 436.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4367) {
    -webkit-animation-delay: 436.7s;
    animation-delay: 436.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4368) {
    -webkit-animation-delay: 436.8s;
    animation-delay: 436.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4369) {
    -webkit-animation-delay: 436.9s;
    animation-delay: 436.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4370) {
    -webkit-animation-delay: 437s;
    animation-delay: 437s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4371) {
    -webkit-animation-delay: 437.1s;
    animation-delay: 437.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4372) {
    -webkit-animation-delay: 437.2s;
    animation-delay: 437.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4373) {
    -webkit-animation-delay: 437.3s;
    animation-delay: 437.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4374) {
    -webkit-animation-delay: 437.4s;
    animation-delay: 437.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4375) {
    -webkit-animation-delay: 437.5s;
    animation-delay: 437.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4376) {
    -webkit-animation-delay: 437.6s;
    animation-delay: 437.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4377) {
    -webkit-animation-delay: 437.7s;
    animation-delay: 437.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4378) {
    -webkit-animation-delay: 437.8s;
    animation-delay: 437.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4379) {
    -webkit-animation-delay: 437.9s;
    animation-delay: 437.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4380) {
    -webkit-animation-delay: 438s;
    animation-delay: 438s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4381) {
    -webkit-animation-delay: 438.1s;
    animation-delay: 438.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4382) {
    -webkit-animation-delay: 438.2s;
    animation-delay: 438.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4383) {
    -webkit-animation-delay: 438.3s;
    animation-delay: 438.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4384) {
    -webkit-animation-delay: 438.4s;
    animation-delay: 438.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4385) {
    -webkit-animation-delay: 438.5s;
    animation-delay: 438.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4386) {
    -webkit-animation-delay: 438.6s;
    animation-delay: 438.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4387) {
    -webkit-animation-delay: 438.7s;
    animation-delay: 438.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4388) {
    -webkit-animation-delay: 438.8s;
    animation-delay: 438.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4389) {
    -webkit-animation-delay: 438.9s;
    animation-delay: 438.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4390) {
    -webkit-animation-delay: 439s;
    animation-delay: 439s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4391) {
    -webkit-animation-delay: 439.1s;
    animation-delay: 439.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4392) {
    -webkit-animation-delay: 439.2s;
    animation-delay: 439.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4393) {
    -webkit-animation-delay: 439.3s;
    animation-delay: 439.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4394) {
    -webkit-animation-delay: 439.4s;
    animation-delay: 439.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4395) {
    -webkit-animation-delay: 439.5s;
    animation-delay: 439.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4396) {
    -webkit-animation-delay: 439.6s;
    animation-delay: 439.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4397) {
    -webkit-animation-delay: 439.7s;
    animation-delay: 439.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4398) {
    -webkit-animation-delay: 439.8s;
    animation-delay: 439.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4399) {
    -webkit-animation-delay: 439.9s;
    animation-delay: 439.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4400) {
    -webkit-animation-delay: 440s;
    animation-delay: 440s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4401) {
    -webkit-animation-delay: 440.1s;
    animation-delay: 440.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4402) {
    -webkit-animation-delay: 440.2s;
    animation-delay: 440.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4403) {
    -webkit-animation-delay: 440.3s;
    animation-delay: 440.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4404) {
    -webkit-animation-delay: 440.4s;
    animation-delay: 440.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4405) {
    -webkit-animation-delay: 440.5s;
    animation-delay: 440.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4406) {
    -webkit-animation-delay: 440.6s;
    animation-delay: 440.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4407) {
    -webkit-animation-delay: 440.7s;
    animation-delay: 440.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4408) {
    -webkit-animation-delay: 440.8s;
    animation-delay: 440.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4409) {
    -webkit-animation-delay: 440.9s;
    animation-delay: 440.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4410) {
    -webkit-animation-delay: 441s;
    animation-delay: 441s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4411) {
    -webkit-animation-delay: 441.1s;
    animation-delay: 441.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4412) {
    -webkit-animation-delay: 441.2s;
    animation-delay: 441.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4413) {
    -webkit-animation-delay: 441.3s;
    animation-delay: 441.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4414) {
    -webkit-animation-delay: 441.4s;
    animation-delay: 441.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4415) {
    -webkit-animation-delay: 441.5s;
    animation-delay: 441.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4416) {
    -webkit-animation-delay: 441.6s;
    animation-delay: 441.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4417) {
    -webkit-animation-delay: 441.7s;
    animation-delay: 441.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4418) {
    -webkit-animation-delay: 441.8s;
    animation-delay: 441.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4419) {
    -webkit-animation-delay: 441.9s;
    animation-delay: 441.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4420) {
    -webkit-animation-delay: 442s;
    animation-delay: 442s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4421) {
    -webkit-animation-delay: 442.1s;
    animation-delay: 442.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4422) {
    -webkit-animation-delay: 442.2s;
    animation-delay: 442.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4423) {
    -webkit-animation-delay: 442.3s;
    animation-delay: 442.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4424) {
    -webkit-animation-delay: 442.4s;
    animation-delay: 442.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4425) {
    -webkit-animation-delay: 442.5s;
    animation-delay: 442.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4426) {
    -webkit-animation-delay: 442.6s;
    animation-delay: 442.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4427) {
    -webkit-animation-delay: 442.7s;
    animation-delay: 442.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4428) {
    -webkit-animation-delay: 442.8s;
    animation-delay: 442.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4429) {
    -webkit-animation-delay: 442.9s;
    animation-delay: 442.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4430) {
    -webkit-animation-delay: 443s;
    animation-delay: 443s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4431) {
    -webkit-animation-delay: 443.1s;
    animation-delay: 443.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4432) {
    -webkit-animation-delay: 443.2s;
    animation-delay: 443.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4433) {
    -webkit-animation-delay: 443.3s;
    animation-delay: 443.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4434) {
    -webkit-animation-delay: 443.4s;
    animation-delay: 443.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4435) {
    -webkit-animation-delay: 443.5s;
    animation-delay: 443.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4436) {
    -webkit-animation-delay: 443.6s;
    animation-delay: 443.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4437) {
    -webkit-animation-delay: 443.7s;
    animation-delay: 443.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4438) {
    -webkit-animation-delay: 443.8s;
    animation-delay: 443.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4439) {
    -webkit-animation-delay: 443.9s;
    animation-delay: 443.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4440) {
    -webkit-animation-delay: 444s;
    animation-delay: 444s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4441) {
    -webkit-animation-delay: 444.1s;
    animation-delay: 444.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4442) {
    -webkit-animation-delay: 444.2s;
    animation-delay: 444.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4443) {
    -webkit-animation-delay: 444.3s;
    animation-delay: 444.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4444) {
    -webkit-animation-delay: 444.4s;
    animation-delay: 444.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4445) {
    -webkit-animation-delay: 444.5s;
    animation-delay: 444.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4446) {
    -webkit-animation-delay: 444.6s;
    animation-delay: 444.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4447) {
    -webkit-animation-delay: 444.7s;
    animation-delay: 444.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4448) {
    -webkit-animation-delay: 444.8s;
    animation-delay: 444.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4449) {
    -webkit-animation-delay: 444.9s;
    animation-delay: 444.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4450) {
    -webkit-animation-delay: 445s;
    animation-delay: 445s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4451) {
    -webkit-animation-delay: 445.1s;
    animation-delay: 445.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4452) {
    -webkit-animation-delay: 445.2s;
    animation-delay: 445.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4453) {
    -webkit-animation-delay: 445.3s;
    animation-delay: 445.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4454) {
    -webkit-animation-delay: 445.4s;
    animation-delay: 445.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4455) {
    -webkit-animation-delay: 445.5s;
    animation-delay: 445.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4456) {
    -webkit-animation-delay: 445.6s;
    animation-delay: 445.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4457) {
    -webkit-animation-delay: 445.7s;
    animation-delay: 445.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4458) {
    -webkit-animation-delay: 445.8s;
    animation-delay: 445.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4459) {
    -webkit-animation-delay: 445.9s;
    animation-delay: 445.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4460) {
    -webkit-animation-delay: 446s;
    animation-delay: 446s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4461) {
    -webkit-animation-delay: 446.1s;
    animation-delay: 446.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4462) {
    -webkit-animation-delay: 446.2s;
    animation-delay: 446.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4463) {
    -webkit-animation-delay: 446.3s;
    animation-delay: 446.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4464) {
    -webkit-animation-delay: 446.4s;
    animation-delay: 446.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4465) {
    -webkit-animation-delay: 446.5s;
    animation-delay: 446.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4466) {
    -webkit-animation-delay: 446.6s;
    animation-delay: 446.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4467) {
    -webkit-animation-delay: 446.7s;
    animation-delay: 446.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4468) {
    -webkit-animation-delay: 446.8s;
    animation-delay: 446.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4469) {
    -webkit-animation-delay: 446.9s;
    animation-delay: 446.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4470) {
    -webkit-animation-delay: 447s;
    animation-delay: 447s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4471) {
    -webkit-animation-delay: 447.1s;
    animation-delay: 447.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4472) {
    -webkit-animation-delay: 447.2s;
    animation-delay: 447.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4473) {
    -webkit-animation-delay: 447.3s;
    animation-delay: 447.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4474) {
    -webkit-animation-delay: 447.4s;
    animation-delay: 447.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4475) {
    -webkit-animation-delay: 447.5s;
    animation-delay: 447.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4476) {
    -webkit-animation-delay: 447.6s;
    animation-delay: 447.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4477) {
    -webkit-animation-delay: 447.7s;
    animation-delay: 447.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4478) {
    -webkit-animation-delay: 447.8s;
    animation-delay: 447.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4479) {
    -webkit-animation-delay: 447.9s;
    animation-delay: 447.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4480) {
    -webkit-animation-delay: 448s;
    animation-delay: 448s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4481) {
    -webkit-animation-delay: 448.1s;
    animation-delay: 448.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4482) {
    -webkit-animation-delay: 448.2s;
    animation-delay: 448.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4483) {
    -webkit-animation-delay: 448.3s;
    animation-delay: 448.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4484) {
    -webkit-animation-delay: 448.4s;
    animation-delay: 448.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4485) {
    -webkit-animation-delay: 448.5s;
    animation-delay: 448.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4486) {
    -webkit-animation-delay: 448.6s;
    animation-delay: 448.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4487) {
    -webkit-animation-delay: 448.7s;
    animation-delay: 448.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4488) {
    -webkit-animation-delay: 448.8s;
    animation-delay: 448.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4489) {
    -webkit-animation-delay: 448.9s;
    animation-delay: 448.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4490) {
    -webkit-animation-delay: 449s;
    animation-delay: 449s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4491) {
    -webkit-animation-delay: 449.1s;
    animation-delay: 449.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4492) {
    -webkit-animation-delay: 449.2s;
    animation-delay: 449.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4493) {
    -webkit-animation-delay: 449.3s;
    animation-delay: 449.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4494) {
    -webkit-animation-delay: 449.4s;
    animation-delay: 449.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4495) {
    -webkit-animation-delay: 449.5s;
    animation-delay: 449.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4496) {
    -webkit-animation-delay: 449.6s;
    animation-delay: 449.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4497) {
    -webkit-animation-delay: 449.7s;
    animation-delay: 449.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4498) {
    -webkit-animation-delay: 449.8s;
    animation-delay: 449.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4499) {
    -webkit-animation-delay: 449.9s;
    animation-delay: 449.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4500) {
    -webkit-animation-delay: 450s;
    animation-delay: 450s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4501) {
    -webkit-animation-delay: 450.1s;
    animation-delay: 450.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4502) {
    -webkit-animation-delay: 450.2s;
    animation-delay: 450.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4503) {
    -webkit-animation-delay: 450.3s;
    animation-delay: 450.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4504) {
    -webkit-animation-delay: 450.4s;
    animation-delay: 450.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4505) {
    -webkit-animation-delay: 450.5s;
    animation-delay: 450.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4506) {
    -webkit-animation-delay: 450.6s;
    animation-delay: 450.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4507) {
    -webkit-animation-delay: 450.7s;
    animation-delay: 450.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4508) {
    -webkit-animation-delay: 450.8s;
    animation-delay: 450.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4509) {
    -webkit-animation-delay: 450.9s;
    animation-delay: 450.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4510) {
    -webkit-animation-delay: 451s;
    animation-delay: 451s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4511) {
    -webkit-animation-delay: 451.1s;
    animation-delay: 451.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4512) {
    -webkit-animation-delay: 451.2s;
    animation-delay: 451.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4513) {
    -webkit-animation-delay: 451.3s;
    animation-delay: 451.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4514) {
    -webkit-animation-delay: 451.4s;
    animation-delay: 451.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4515) {
    -webkit-animation-delay: 451.5s;
    animation-delay: 451.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4516) {
    -webkit-animation-delay: 451.6s;
    animation-delay: 451.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4517) {
    -webkit-animation-delay: 451.7s;
    animation-delay: 451.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4518) {
    -webkit-animation-delay: 451.8s;
    animation-delay: 451.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4519) {
    -webkit-animation-delay: 451.9s;
    animation-delay: 451.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4520) {
    -webkit-animation-delay: 452s;
    animation-delay: 452s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4521) {
    -webkit-animation-delay: 452.1s;
    animation-delay: 452.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4522) {
    -webkit-animation-delay: 452.2s;
    animation-delay: 452.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4523) {
    -webkit-animation-delay: 452.3s;
    animation-delay: 452.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4524) {
    -webkit-animation-delay: 452.4s;
    animation-delay: 452.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4525) {
    -webkit-animation-delay: 452.5s;
    animation-delay: 452.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4526) {
    -webkit-animation-delay: 452.6s;
    animation-delay: 452.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4527) {
    -webkit-animation-delay: 452.7s;
    animation-delay: 452.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4528) {
    -webkit-animation-delay: 452.8s;
    animation-delay: 452.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4529) {
    -webkit-animation-delay: 452.9s;
    animation-delay: 452.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4530) {
    -webkit-animation-delay: 453s;
    animation-delay: 453s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4531) {
    -webkit-animation-delay: 453.1s;
    animation-delay: 453.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4532) {
    -webkit-animation-delay: 453.2s;
    animation-delay: 453.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4533) {
    -webkit-animation-delay: 453.3s;
    animation-delay: 453.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4534) {
    -webkit-animation-delay: 453.4s;
    animation-delay: 453.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4535) {
    -webkit-animation-delay: 453.5s;
    animation-delay: 453.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4536) {
    -webkit-animation-delay: 453.6s;
    animation-delay: 453.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4537) {
    -webkit-animation-delay: 453.7s;
    animation-delay: 453.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4538) {
    -webkit-animation-delay: 453.8s;
    animation-delay: 453.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4539) {
    -webkit-animation-delay: 453.9s;
    animation-delay: 453.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4540) {
    -webkit-animation-delay: 454s;
    animation-delay: 454s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4541) {
    -webkit-animation-delay: 454.1s;
    animation-delay: 454.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4542) {
    -webkit-animation-delay: 454.2s;
    animation-delay: 454.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4543) {
    -webkit-animation-delay: 454.3s;
    animation-delay: 454.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4544) {
    -webkit-animation-delay: 454.4s;
    animation-delay: 454.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4545) {
    -webkit-animation-delay: 454.5s;
    animation-delay: 454.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4546) {
    -webkit-animation-delay: 454.6s;
    animation-delay: 454.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4547) {
    -webkit-animation-delay: 454.7s;
    animation-delay: 454.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4548) {
    -webkit-animation-delay: 454.8s;
    animation-delay: 454.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4549) {
    -webkit-animation-delay: 454.9s;
    animation-delay: 454.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4550) {
    -webkit-animation-delay: 455s;
    animation-delay: 455s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4551) {
    -webkit-animation-delay: 455.1s;
    animation-delay: 455.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4552) {
    -webkit-animation-delay: 455.2s;
    animation-delay: 455.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4553) {
    -webkit-animation-delay: 455.3s;
    animation-delay: 455.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4554) {
    -webkit-animation-delay: 455.4s;
    animation-delay: 455.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4555) {
    -webkit-animation-delay: 455.5s;
    animation-delay: 455.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4556) {
    -webkit-animation-delay: 455.6s;
    animation-delay: 455.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4557) {
    -webkit-animation-delay: 455.7s;
    animation-delay: 455.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4558) {
    -webkit-animation-delay: 455.8s;
    animation-delay: 455.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4559) {
    -webkit-animation-delay: 455.9s;
    animation-delay: 455.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4560) {
    -webkit-animation-delay: 456s;
    animation-delay: 456s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4561) {
    -webkit-animation-delay: 456.1s;
    animation-delay: 456.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4562) {
    -webkit-animation-delay: 456.2s;
    animation-delay: 456.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4563) {
    -webkit-animation-delay: 456.3s;
    animation-delay: 456.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4564) {
    -webkit-animation-delay: 456.4s;
    animation-delay: 456.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4565) {
    -webkit-animation-delay: 456.5s;
    animation-delay: 456.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4566) {
    -webkit-animation-delay: 456.6s;
    animation-delay: 456.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4567) {
    -webkit-animation-delay: 456.7s;
    animation-delay: 456.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4568) {
    -webkit-animation-delay: 456.8s;
    animation-delay: 456.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4569) {
    -webkit-animation-delay: 456.9s;
    animation-delay: 456.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4570) {
    -webkit-animation-delay: 457s;
    animation-delay: 457s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4571) {
    -webkit-animation-delay: 457.1s;
    animation-delay: 457.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4572) {
    -webkit-animation-delay: 457.2s;
    animation-delay: 457.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4573) {
    -webkit-animation-delay: 457.3s;
    animation-delay: 457.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4574) {
    -webkit-animation-delay: 457.4s;
    animation-delay: 457.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4575) {
    -webkit-animation-delay: 457.5s;
    animation-delay: 457.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4576) {
    -webkit-animation-delay: 457.6s;
    animation-delay: 457.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4577) {
    -webkit-animation-delay: 457.7s;
    animation-delay: 457.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4578) {
    -webkit-animation-delay: 457.8s;
    animation-delay: 457.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4579) {
    -webkit-animation-delay: 457.9s;
    animation-delay: 457.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4580) {
    -webkit-animation-delay: 458s;
    animation-delay: 458s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4581) {
    -webkit-animation-delay: 458.1s;
    animation-delay: 458.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4582) {
    -webkit-animation-delay: 458.2s;
    animation-delay: 458.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4583) {
    -webkit-animation-delay: 458.3s;
    animation-delay: 458.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4584) {
    -webkit-animation-delay: 458.4s;
    animation-delay: 458.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4585) {
    -webkit-animation-delay: 458.5s;
    animation-delay: 458.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4586) {
    -webkit-animation-delay: 458.6s;
    animation-delay: 458.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4587) {
    -webkit-animation-delay: 458.7s;
    animation-delay: 458.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4588) {
    -webkit-animation-delay: 458.8s;
    animation-delay: 458.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4589) {
    -webkit-animation-delay: 458.9s;
    animation-delay: 458.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4590) {
    -webkit-animation-delay: 459s;
    animation-delay: 459s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4591) {
    -webkit-animation-delay: 459.1s;
    animation-delay: 459.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4592) {
    -webkit-animation-delay: 459.2s;
    animation-delay: 459.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4593) {
    -webkit-animation-delay: 459.3s;
    animation-delay: 459.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4594) {
    -webkit-animation-delay: 459.4s;
    animation-delay: 459.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4595) {
    -webkit-animation-delay: 459.5s;
    animation-delay: 459.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4596) {
    -webkit-animation-delay: 459.6s;
    animation-delay: 459.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4597) {
    -webkit-animation-delay: 459.7s;
    animation-delay: 459.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4598) {
    -webkit-animation-delay: 459.8s;
    animation-delay: 459.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4599) {
    -webkit-animation-delay: 459.9s;
    animation-delay: 459.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4600) {
    -webkit-animation-delay: 460s;
    animation-delay: 460s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4601) {
    -webkit-animation-delay: 460.1s;
    animation-delay: 460.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4602) {
    -webkit-animation-delay: 460.2s;
    animation-delay: 460.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4603) {
    -webkit-animation-delay: 460.3s;
    animation-delay: 460.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4604) {
    -webkit-animation-delay: 460.4s;
    animation-delay: 460.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4605) {
    -webkit-animation-delay: 460.5s;
    animation-delay: 460.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4606) {
    -webkit-animation-delay: 460.6s;
    animation-delay: 460.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4607) {
    -webkit-animation-delay: 460.7s;
    animation-delay: 460.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4608) {
    -webkit-animation-delay: 460.8s;
    animation-delay: 460.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4609) {
    -webkit-animation-delay: 460.9s;
    animation-delay: 460.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4610) {
    -webkit-animation-delay: 461s;
    animation-delay: 461s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4611) {
    -webkit-animation-delay: 461.1s;
    animation-delay: 461.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4612) {
    -webkit-animation-delay: 461.2s;
    animation-delay: 461.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4613) {
    -webkit-animation-delay: 461.3s;
    animation-delay: 461.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4614) {
    -webkit-animation-delay: 461.4s;
    animation-delay: 461.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4615) {
    -webkit-animation-delay: 461.5s;
    animation-delay: 461.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4616) {
    -webkit-animation-delay: 461.6s;
    animation-delay: 461.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4617) {
    -webkit-animation-delay: 461.7s;
    animation-delay: 461.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4618) {
    -webkit-animation-delay: 461.8s;
    animation-delay: 461.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4619) {
    -webkit-animation-delay: 461.9s;
    animation-delay: 461.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4620) {
    -webkit-animation-delay: 462s;
    animation-delay: 462s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4621) {
    -webkit-animation-delay: 462.1s;
    animation-delay: 462.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4622) {
    -webkit-animation-delay: 462.2s;
    animation-delay: 462.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4623) {
    -webkit-animation-delay: 462.3s;
    animation-delay: 462.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4624) {
    -webkit-animation-delay: 462.4s;
    animation-delay: 462.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4625) {
    -webkit-animation-delay: 462.5s;
    animation-delay: 462.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4626) {
    -webkit-animation-delay: 462.6s;
    animation-delay: 462.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4627) {
    -webkit-animation-delay: 462.7s;
    animation-delay: 462.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4628) {
    -webkit-animation-delay: 462.8s;
    animation-delay: 462.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4629) {
    -webkit-animation-delay: 462.9s;
    animation-delay: 462.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4630) {
    -webkit-animation-delay: 463s;
    animation-delay: 463s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4631) {
    -webkit-animation-delay: 463.1s;
    animation-delay: 463.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4632) {
    -webkit-animation-delay: 463.2s;
    animation-delay: 463.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4633) {
    -webkit-animation-delay: 463.3s;
    animation-delay: 463.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4634) {
    -webkit-animation-delay: 463.4s;
    animation-delay: 463.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4635) {
    -webkit-animation-delay: 463.5s;
    animation-delay: 463.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4636) {
    -webkit-animation-delay: 463.6s;
    animation-delay: 463.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4637) {
    -webkit-animation-delay: 463.7s;
    animation-delay: 463.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4638) {
    -webkit-animation-delay: 463.8s;
    animation-delay: 463.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4639) {
    -webkit-animation-delay: 463.9s;
    animation-delay: 463.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4640) {
    -webkit-animation-delay: 464s;
    animation-delay: 464s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4641) {
    -webkit-animation-delay: 464.1s;
    animation-delay: 464.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4642) {
    -webkit-animation-delay: 464.2s;
    animation-delay: 464.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4643) {
    -webkit-animation-delay: 464.3s;
    animation-delay: 464.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4644) {
    -webkit-animation-delay: 464.4s;
    animation-delay: 464.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4645) {
    -webkit-animation-delay: 464.5s;
    animation-delay: 464.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4646) {
    -webkit-animation-delay: 464.6s;
    animation-delay: 464.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4647) {
    -webkit-animation-delay: 464.7s;
    animation-delay: 464.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4648) {
    -webkit-animation-delay: 464.8s;
    animation-delay: 464.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4649) {
    -webkit-animation-delay: 464.9s;
    animation-delay: 464.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4650) {
    -webkit-animation-delay: 465s;
    animation-delay: 465s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4651) {
    -webkit-animation-delay: 465.1s;
    animation-delay: 465.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4652) {
    -webkit-animation-delay: 465.2s;
    animation-delay: 465.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4653) {
    -webkit-animation-delay: 465.3s;
    animation-delay: 465.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4654) {
    -webkit-animation-delay: 465.4s;
    animation-delay: 465.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4655) {
    -webkit-animation-delay: 465.5s;
    animation-delay: 465.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4656) {
    -webkit-animation-delay: 465.6s;
    animation-delay: 465.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4657) {
    -webkit-animation-delay: 465.7s;
    animation-delay: 465.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4658) {
    -webkit-animation-delay: 465.8s;
    animation-delay: 465.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4659) {
    -webkit-animation-delay: 465.9s;
    animation-delay: 465.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4660) {
    -webkit-animation-delay: 466s;
    animation-delay: 466s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4661) {
    -webkit-animation-delay: 466.1s;
    animation-delay: 466.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4662) {
    -webkit-animation-delay: 466.2s;
    animation-delay: 466.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4663) {
    -webkit-animation-delay: 466.3s;
    animation-delay: 466.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4664) {
    -webkit-animation-delay: 466.4s;
    animation-delay: 466.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4665) {
    -webkit-animation-delay: 466.5s;
    animation-delay: 466.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4666) {
    -webkit-animation-delay: 466.6s;
    animation-delay: 466.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4667) {
    -webkit-animation-delay: 466.7s;
    animation-delay: 466.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4668) {
    -webkit-animation-delay: 466.8s;
    animation-delay: 466.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4669) {
    -webkit-animation-delay: 466.9s;
    animation-delay: 466.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4670) {
    -webkit-animation-delay: 467s;
    animation-delay: 467s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4671) {
    -webkit-animation-delay: 467.1s;
    animation-delay: 467.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4672) {
    -webkit-animation-delay: 467.2s;
    animation-delay: 467.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4673) {
    -webkit-animation-delay: 467.3s;
    animation-delay: 467.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4674) {
    -webkit-animation-delay: 467.4s;
    animation-delay: 467.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4675) {
    -webkit-animation-delay: 467.5s;
    animation-delay: 467.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4676) {
    -webkit-animation-delay: 467.6s;
    animation-delay: 467.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4677) {
    -webkit-animation-delay: 467.7s;
    animation-delay: 467.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4678) {
    -webkit-animation-delay: 467.8s;
    animation-delay: 467.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4679) {
    -webkit-animation-delay: 467.9s;
    animation-delay: 467.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4680) {
    -webkit-animation-delay: 468s;
    animation-delay: 468s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4681) {
    -webkit-animation-delay: 468.1s;
    animation-delay: 468.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4682) {
    -webkit-animation-delay: 468.2s;
    animation-delay: 468.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4683) {
    -webkit-animation-delay: 468.3s;
    animation-delay: 468.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4684) {
    -webkit-animation-delay: 468.4s;
    animation-delay: 468.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4685) {
    -webkit-animation-delay: 468.5s;
    animation-delay: 468.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4686) {
    -webkit-animation-delay: 468.6s;
    animation-delay: 468.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4687) {
    -webkit-animation-delay: 468.7s;
    animation-delay: 468.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4688) {
    -webkit-animation-delay: 468.8s;
    animation-delay: 468.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4689) {
    -webkit-animation-delay: 468.9s;
    animation-delay: 468.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4690) {
    -webkit-animation-delay: 469s;
    animation-delay: 469s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4691) {
    -webkit-animation-delay: 469.1s;
    animation-delay: 469.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4692) {
    -webkit-animation-delay: 469.2s;
    animation-delay: 469.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4693) {
    -webkit-animation-delay: 469.3s;
    animation-delay: 469.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4694) {
    -webkit-animation-delay: 469.4s;
    animation-delay: 469.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4695) {
    -webkit-animation-delay: 469.5s;
    animation-delay: 469.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4696) {
    -webkit-animation-delay: 469.6s;
    animation-delay: 469.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4697) {
    -webkit-animation-delay: 469.7s;
    animation-delay: 469.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4698) {
    -webkit-animation-delay: 469.8s;
    animation-delay: 469.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4699) {
    -webkit-animation-delay: 469.9s;
    animation-delay: 469.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4700) {
    -webkit-animation-delay: 470s;
    animation-delay: 470s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4701) {
    -webkit-animation-delay: 470.1s;
    animation-delay: 470.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4702) {
    -webkit-animation-delay: 470.2s;
    animation-delay: 470.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4703) {
    -webkit-animation-delay: 470.3s;
    animation-delay: 470.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4704) {
    -webkit-animation-delay: 470.4s;
    animation-delay: 470.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4705) {
    -webkit-animation-delay: 470.5s;
    animation-delay: 470.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4706) {
    -webkit-animation-delay: 470.6s;
    animation-delay: 470.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4707) {
    -webkit-animation-delay: 470.7s;
    animation-delay: 470.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4708) {
    -webkit-animation-delay: 470.8s;
    animation-delay: 470.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4709) {
    -webkit-animation-delay: 470.9s;
    animation-delay: 470.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4710) {
    -webkit-animation-delay: 471s;
    animation-delay: 471s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4711) {
    -webkit-animation-delay: 471.1s;
    animation-delay: 471.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4712) {
    -webkit-animation-delay: 471.2s;
    animation-delay: 471.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4713) {
    -webkit-animation-delay: 471.3s;
    animation-delay: 471.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4714) {
    -webkit-animation-delay: 471.4s;
    animation-delay: 471.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4715) {
    -webkit-animation-delay: 471.5s;
    animation-delay: 471.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4716) {
    -webkit-animation-delay: 471.6s;
    animation-delay: 471.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4717) {
    -webkit-animation-delay: 471.7s;
    animation-delay: 471.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4718) {
    -webkit-animation-delay: 471.8s;
    animation-delay: 471.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4719) {
    -webkit-animation-delay: 471.9s;
    animation-delay: 471.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4720) {
    -webkit-animation-delay: 472s;
    animation-delay: 472s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4721) {
    -webkit-animation-delay: 472.1s;
    animation-delay: 472.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4722) {
    -webkit-animation-delay: 472.2s;
    animation-delay: 472.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4723) {
    -webkit-animation-delay: 472.3s;
    animation-delay: 472.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4724) {
    -webkit-animation-delay: 472.4s;
    animation-delay: 472.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4725) {
    -webkit-animation-delay: 472.5s;
    animation-delay: 472.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4726) {
    -webkit-animation-delay: 472.6s;
    animation-delay: 472.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4727) {
    -webkit-animation-delay: 472.7s;
    animation-delay: 472.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4728) {
    -webkit-animation-delay: 472.8s;
    animation-delay: 472.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4729) {
    -webkit-animation-delay: 472.9s;
    animation-delay: 472.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4730) {
    -webkit-animation-delay: 473s;
    animation-delay: 473s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4731) {
    -webkit-animation-delay: 473.1s;
    animation-delay: 473.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4732) {
    -webkit-animation-delay: 473.2s;
    animation-delay: 473.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4733) {
    -webkit-animation-delay: 473.3s;
    animation-delay: 473.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4734) {
    -webkit-animation-delay: 473.4s;
    animation-delay: 473.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4735) {
    -webkit-animation-delay: 473.5s;
    animation-delay: 473.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4736) {
    -webkit-animation-delay: 473.6s;
    animation-delay: 473.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4737) {
    -webkit-animation-delay: 473.7s;
    animation-delay: 473.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4738) {
    -webkit-animation-delay: 473.8s;
    animation-delay: 473.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4739) {
    -webkit-animation-delay: 473.9s;
    animation-delay: 473.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4740) {
    -webkit-animation-delay: 474s;
    animation-delay: 474s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4741) {
    -webkit-animation-delay: 474.1s;
    animation-delay: 474.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4742) {
    -webkit-animation-delay: 474.2s;
    animation-delay: 474.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4743) {
    -webkit-animation-delay: 474.3s;
    animation-delay: 474.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4744) {
    -webkit-animation-delay: 474.4s;
    animation-delay: 474.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4745) {
    -webkit-animation-delay: 474.5s;
    animation-delay: 474.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4746) {
    -webkit-animation-delay: 474.6s;
    animation-delay: 474.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4747) {
    -webkit-animation-delay: 474.7s;
    animation-delay: 474.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4748) {
    -webkit-animation-delay: 474.8s;
    animation-delay: 474.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4749) {
    -webkit-animation-delay: 474.9s;
    animation-delay: 474.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4750) {
    -webkit-animation-delay: 475s;
    animation-delay: 475s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4751) {
    -webkit-animation-delay: 475.1s;
    animation-delay: 475.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4752) {
    -webkit-animation-delay: 475.2s;
    animation-delay: 475.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4753) {
    -webkit-animation-delay: 475.3s;
    animation-delay: 475.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4754) {
    -webkit-animation-delay: 475.4s;
    animation-delay: 475.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4755) {
    -webkit-animation-delay: 475.5s;
    animation-delay: 475.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4756) {
    -webkit-animation-delay: 475.6s;
    animation-delay: 475.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4757) {
    -webkit-animation-delay: 475.7s;
    animation-delay: 475.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4758) {
    -webkit-animation-delay: 475.8s;
    animation-delay: 475.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4759) {
    -webkit-animation-delay: 475.9s;
    animation-delay: 475.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4760) {
    -webkit-animation-delay: 476s;
    animation-delay: 476s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4761) {
    -webkit-animation-delay: 476.1s;
    animation-delay: 476.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4762) {
    -webkit-animation-delay: 476.2s;
    animation-delay: 476.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4763) {
    -webkit-animation-delay: 476.3s;
    animation-delay: 476.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4764) {
    -webkit-animation-delay: 476.4s;
    animation-delay: 476.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4765) {
    -webkit-animation-delay: 476.5s;
    animation-delay: 476.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4766) {
    -webkit-animation-delay: 476.6s;
    animation-delay: 476.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4767) {
    -webkit-animation-delay: 476.7s;
    animation-delay: 476.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4768) {
    -webkit-animation-delay: 476.8s;
    animation-delay: 476.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4769) {
    -webkit-animation-delay: 476.9s;
    animation-delay: 476.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4770) {
    -webkit-animation-delay: 477s;
    animation-delay: 477s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4771) {
    -webkit-animation-delay: 477.1s;
    animation-delay: 477.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4772) {
    -webkit-animation-delay: 477.2s;
    animation-delay: 477.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4773) {
    -webkit-animation-delay: 477.3s;
    animation-delay: 477.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4774) {
    -webkit-animation-delay: 477.4s;
    animation-delay: 477.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4775) {
    -webkit-animation-delay: 477.5s;
    animation-delay: 477.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4776) {
    -webkit-animation-delay: 477.6s;
    animation-delay: 477.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4777) {
    -webkit-animation-delay: 477.7s;
    animation-delay: 477.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4778) {
    -webkit-animation-delay: 477.8s;
    animation-delay: 477.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4779) {
    -webkit-animation-delay: 477.9s;
    animation-delay: 477.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4780) {
    -webkit-animation-delay: 478s;
    animation-delay: 478s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4781) {
    -webkit-animation-delay: 478.1s;
    animation-delay: 478.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4782) {
    -webkit-animation-delay: 478.2s;
    animation-delay: 478.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4783) {
    -webkit-animation-delay: 478.3s;
    animation-delay: 478.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4784) {
    -webkit-animation-delay: 478.4s;
    animation-delay: 478.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4785) {
    -webkit-animation-delay: 478.5s;
    animation-delay: 478.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4786) {
    -webkit-animation-delay: 478.6s;
    animation-delay: 478.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4787) {
    -webkit-animation-delay: 478.7s;
    animation-delay: 478.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4788) {
    -webkit-animation-delay: 478.8s;
    animation-delay: 478.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4789) {
    -webkit-animation-delay: 478.9s;
    animation-delay: 478.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4790) {
    -webkit-animation-delay: 479s;
    animation-delay: 479s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4791) {
    -webkit-animation-delay: 479.1s;
    animation-delay: 479.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4792) {
    -webkit-animation-delay: 479.2s;
    animation-delay: 479.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4793) {
    -webkit-animation-delay: 479.3s;
    animation-delay: 479.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4794) {
    -webkit-animation-delay: 479.4s;
    animation-delay: 479.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4795) {
    -webkit-animation-delay: 479.5s;
    animation-delay: 479.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4796) {
    -webkit-animation-delay: 479.6s;
    animation-delay: 479.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4797) {
    -webkit-animation-delay: 479.7s;
    animation-delay: 479.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4798) {
    -webkit-animation-delay: 479.8s;
    animation-delay: 479.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4799) {
    -webkit-animation-delay: 479.9s;
    animation-delay: 479.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4800) {
    -webkit-animation-delay: 480s;
    animation-delay: 480s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4801) {
    -webkit-animation-delay: 480.1s;
    animation-delay: 480.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4802) {
    -webkit-animation-delay: 480.2s;
    animation-delay: 480.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4803) {
    -webkit-animation-delay: 480.3s;
    animation-delay: 480.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4804) {
    -webkit-animation-delay: 480.4s;
    animation-delay: 480.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4805) {
    -webkit-animation-delay: 480.5s;
    animation-delay: 480.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4806) {
    -webkit-animation-delay: 480.6s;
    animation-delay: 480.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4807) {
    -webkit-animation-delay: 480.7s;
    animation-delay: 480.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4808) {
    -webkit-animation-delay: 480.8s;
    animation-delay: 480.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4809) {
    -webkit-animation-delay: 480.9s;
    animation-delay: 480.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4810) {
    -webkit-animation-delay: 481s;
    animation-delay: 481s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4811) {
    -webkit-animation-delay: 481.1s;
    animation-delay: 481.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4812) {
    -webkit-animation-delay: 481.2s;
    animation-delay: 481.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4813) {
    -webkit-animation-delay: 481.3s;
    animation-delay: 481.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4814) {
    -webkit-animation-delay: 481.4s;
    animation-delay: 481.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4815) {
    -webkit-animation-delay: 481.5s;
    animation-delay: 481.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4816) {
    -webkit-animation-delay: 481.6s;
    animation-delay: 481.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4817) {
    -webkit-animation-delay: 481.7s;
    animation-delay: 481.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4818) {
    -webkit-animation-delay: 481.8s;
    animation-delay: 481.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4819) {
    -webkit-animation-delay: 481.9s;
    animation-delay: 481.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4820) {
    -webkit-animation-delay: 482s;
    animation-delay: 482s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4821) {
    -webkit-animation-delay: 482.1s;
    animation-delay: 482.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4822) {
    -webkit-animation-delay: 482.2s;
    animation-delay: 482.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4823) {
    -webkit-animation-delay: 482.3s;
    animation-delay: 482.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4824) {
    -webkit-animation-delay: 482.4s;
    animation-delay: 482.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4825) {
    -webkit-animation-delay: 482.5s;
    animation-delay: 482.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4826) {
    -webkit-animation-delay: 482.6s;
    animation-delay: 482.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4827) {
    -webkit-animation-delay: 482.7s;
    animation-delay: 482.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4828) {
    -webkit-animation-delay: 482.8s;
    animation-delay: 482.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4829) {
    -webkit-animation-delay: 482.9s;
    animation-delay: 482.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4830) {
    -webkit-animation-delay: 483s;
    animation-delay: 483s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4831) {
    -webkit-animation-delay: 483.1s;
    animation-delay: 483.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4832) {
    -webkit-animation-delay: 483.2s;
    animation-delay: 483.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4833) {
    -webkit-animation-delay: 483.3s;
    animation-delay: 483.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4834) {
    -webkit-animation-delay: 483.4s;
    animation-delay: 483.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4835) {
    -webkit-animation-delay: 483.5s;
    animation-delay: 483.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4836) {
    -webkit-animation-delay: 483.6s;
    animation-delay: 483.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4837) {
    -webkit-animation-delay: 483.7s;
    animation-delay: 483.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4838) {
    -webkit-animation-delay: 483.8s;
    animation-delay: 483.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4839) {
    -webkit-animation-delay: 483.9s;
    animation-delay: 483.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4840) {
    -webkit-animation-delay: 484s;
    animation-delay: 484s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4841) {
    -webkit-animation-delay: 484.1s;
    animation-delay: 484.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4842) {
    -webkit-animation-delay: 484.2s;
    animation-delay: 484.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4843) {
    -webkit-animation-delay: 484.3s;
    animation-delay: 484.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4844) {
    -webkit-animation-delay: 484.4s;
    animation-delay: 484.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4845) {
    -webkit-animation-delay: 484.5s;
    animation-delay: 484.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4846) {
    -webkit-animation-delay: 484.6s;
    animation-delay: 484.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4847) {
    -webkit-animation-delay: 484.7s;
    animation-delay: 484.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4848) {
    -webkit-animation-delay: 484.8s;
    animation-delay: 484.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4849) {
    -webkit-animation-delay: 484.9s;
    animation-delay: 484.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4850) {
    -webkit-animation-delay: 485s;
    animation-delay: 485s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4851) {
    -webkit-animation-delay: 485.1s;
    animation-delay: 485.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4852) {
    -webkit-animation-delay: 485.2s;
    animation-delay: 485.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4853) {
    -webkit-animation-delay: 485.3s;
    animation-delay: 485.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4854) {
    -webkit-animation-delay: 485.4s;
    animation-delay: 485.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4855) {
    -webkit-animation-delay: 485.5s;
    animation-delay: 485.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4856) {
    -webkit-animation-delay: 485.6s;
    animation-delay: 485.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4857) {
    -webkit-animation-delay: 485.7s;
    animation-delay: 485.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4858) {
    -webkit-animation-delay: 485.8s;
    animation-delay: 485.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4859) {
    -webkit-animation-delay: 485.9s;
    animation-delay: 485.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4860) {
    -webkit-animation-delay: 486s;
    animation-delay: 486s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4861) {
    -webkit-animation-delay: 486.1s;
    animation-delay: 486.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4862) {
    -webkit-animation-delay: 486.2s;
    animation-delay: 486.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4863) {
    -webkit-animation-delay: 486.3s;
    animation-delay: 486.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4864) {
    -webkit-animation-delay: 486.4s;
    animation-delay: 486.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4865) {
    -webkit-animation-delay: 486.5s;
    animation-delay: 486.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4866) {
    -webkit-animation-delay: 486.6s;
    animation-delay: 486.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4867) {
    -webkit-animation-delay: 486.7s;
    animation-delay: 486.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4868) {
    -webkit-animation-delay: 486.8s;
    animation-delay: 486.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4869) {
    -webkit-animation-delay: 486.9s;
    animation-delay: 486.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4870) {
    -webkit-animation-delay: 487s;
    animation-delay: 487s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4871) {
    -webkit-animation-delay: 487.1s;
    animation-delay: 487.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4872) {
    -webkit-animation-delay: 487.2s;
    animation-delay: 487.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4873) {
    -webkit-animation-delay: 487.3s;
    animation-delay: 487.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4874) {
    -webkit-animation-delay: 487.4s;
    animation-delay: 487.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4875) {
    -webkit-animation-delay: 487.5s;
    animation-delay: 487.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4876) {
    -webkit-animation-delay: 487.6s;
    animation-delay: 487.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4877) {
    -webkit-animation-delay: 487.7s;
    animation-delay: 487.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4878) {
    -webkit-animation-delay: 487.8s;
    animation-delay: 487.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4879) {
    -webkit-animation-delay: 487.9s;
    animation-delay: 487.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4880) {
    -webkit-animation-delay: 488s;
    animation-delay: 488s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4881) {
    -webkit-animation-delay: 488.1s;
    animation-delay: 488.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4882) {
    -webkit-animation-delay: 488.2s;
    animation-delay: 488.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4883) {
    -webkit-animation-delay: 488.3s;
    animation-delay: 488.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4884) {
    -webkit-animation-delay: 488.4s;
    animation-delay: 488.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4885) {
    -webkit-animation-delay: 488.5s;
    animation-delay: 488.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4886) {
    -webkit-animation-delay: 488.6s;
    animation-delay: 488.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4887) {
    -webkit-animation-delay: 488.7s;
    animation-delay: 488.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4888) {
    -webkit-animation-delay: 488.8s;
    animation-delay: 488.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4889) {
    -webkit-animation-delay: 488.9s;
    animation-delay: 488.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4890) {
    -webkit-animation-delay: 489s;
    animation-delay: 489s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4891) {
    -webkit-animation-delay: 489.1s;
    animation-delay: 489.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4892) {
    -webkit-animation-delay: 489.2s;
    animation-delay: 489.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4893) {
    -webkit-animation-delay: 489.3s;
    animation-delay: 489.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4894) {
    -webkit-animation-delay: 489.4s;
    animation-delay: 489.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4895) {
    -webkit-animation-delay: 489.5s;
    animation-delay: 489.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4896) {
    -webkit-animation-delay: 489.6s;
    animation-delay: 489.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4897) {
    -webkit-animation-delay: 489.7s;
    animation-delay: 489.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4898) {
    -webkit-animation-delay: 489.8s;
    animation-delay: 489.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4899) {
    -webkit-animation-delay: 489.9s;
    animation-delay: 489.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4900) {
    -webkit-animation-delay: 490s;
    animation-delay: 490s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4901) {
    -webkit-animation-delay: 490.1s;
    animation-delay: 490.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4902) {
    -webkit-animation-delay: 490.2s;
    animation-delay: 490.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4903) {
    -webkit-animation-delay: 490.3s;
    animation-delay: 490.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4904) {
    -webkit-animation-delay: 490.4s;
    animation-delay: 490.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4905) {
    -webkit-animation-delay: 490.5s;
    animation-delay: 490.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4906) {
    -webkit-animation-delay: 490.6s;
    animation-delay: 490.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4907) {
    -webkit-animation-delay: 490.7s;
    animation-delay: 490.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4908) {
    -webkit-animation-delay: 490.8s;
    animation-delay: 490.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4909) {
    -webkit-animation-delay: 490.9s;
    animation-delay: 490.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4910) {
    -webkit-animation-delay: 491s;
    animation-delay: 491s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4911) {
    -webkit-animation-delay: 491.1s;
    animation-delay: 491.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4912) {
    -webkit-animation-delay: 491.2s;
    animation-delay: 491.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4913) {
    -webkit-animation-delay: 491.3s;
    animation-delay: 491.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4914) {
    -webkit-animation-delay: 491.4s;
    animation-delay: 491.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4915) {
    -webkit-animation-delay: 491.5s;
    animation-delay: 491.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4916) {
    -webkit-animation-delay: 491.6s;
    animation-delay: 491.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4917) {
    -webkit-animation-delay: 491.7s;
    animation-delay: 491.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4918) {
    -webkit-animation-delay: 491.8s;
    animation-delay: 491.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4919) {
    -webkit-animation-delay: 491.9s;
    animation-delay: 491.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4920) {
    -webkit-animation-delay: 492s;
    animation-delay: 492s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4921) {
    -webkit-animation-delay: 492.1s;
    animation-delay: 492.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4922) {
    -webkit-animation-delay: 492.2s;
    animation-delay: 492.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4923) {
    -webkit-animation-delay: 492.3s;
    animation-delay: 492.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4924) {
    -webkit-animation-delay: 492.4s;
    animation-delay: 492.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4925) {
    -webkit-animation-delay: 492.5s;
    animation-delay: 492.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4926) {
    -webkit-animation-delay: 492.6s;
    animation-delay: 492.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4927) {
    -webkit-animation-delay: 492.7s;
    animation-delay: 492.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4928) {
    -webkit-animation-delay: 492.8s;
    animation-delay: 492.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4929) {
    -webkit-animation-delay: 492.9s;
    animation-delay: 492.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4930) {
    -webkit-animation-delay: 493s;
    animation-delay: 493s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4931) {
    -webkit-animation-delay: 493.1s;
    animation-delay: 493.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4932) {
    -webkit-animation-delay: 493.2s;
    animation-delay: 493.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4933) {
    -webkit-animation-delay: 493.3s;
    animation-delay: 493.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4934) {
    -webkit-animation-delay: 493.4s;
    animation-delay: 493.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4935) {
    -webkit-animation-delay: 493.5s;
    animation-delay: 493.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4936) {
    -webkit-animation-delay: 493.6s;
    animation-delay: 493.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4937) {
    -webkit-animation-delay: 493.7s;
    animation-delay: 493.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4938) {
    -webkit-animation-delay: 493.8s;
    animation-delay: 493.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4939) {
    -webkit-animation-delay: 493.9s;
    animation-delay: 493.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4940) {
    -webkit-animation-delay: 494s;
    animation-delay: 494s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4941) {
    -webkit-animation-delay: 494.1s;
    animation-delay: 494.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4942) {
    -webkit-animation-delay: 494.2s;
    animation-delay: 494.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4943) {
    -webkit-animation-delay: 494.3s;
    animation-delay: 494.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4944) {
    -webkit-animation-delay: 494.4s;
    animation-delay: 494.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4945) {
    -webkit-animation-delay: 494.5s;
    animation-delay: 494.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4946) {
    -webkit-animation-delay: 494.6s;
    animation-delay: 494.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4947) {
    -webkit-animation-delay: 494.7s;
    animation-delay: 494.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4948) {
    -webkit-animation-delay: 494.8s;
    animation-delay: 494.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4949) {
    -webkit-animation-delay: 494.9s;
    animation-delay: 494.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4950) {
    -webkit-animation-delay: 495s;
    animation-delay: 495s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4951) {
    -webkit-animation-delay: 495.1s;
    animation-delay: 495.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4952) {
    -webkit-animation-delay: 495.2s;
    animation-delay: 495.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4953) {
    -webkit-animation-delay: 495.3s;
    animation-delay: 495.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4954) {
    -webkit-animation-delay: 495.4s;
    animation-delay: 495.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4955) {
    -webkit-animation-delay: 495.5s;
    animation-delay: 495.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4956) {
    -webkit-animation-delay: 495.6s;
    animation-delay: 495.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4957) {
    -webkit-animation-delay: 495.7s;
    animation-delay: 495.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4958) {
    -webkit-animation-delay: 495.8s;
    animation-delay: 495.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4959) {
    -webkit-animation-delay: 495.9s;
    animation-delay: 495.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4960) {
    -webkit-animation-delay: 496s;
    animation-delay: 496s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4961) {
    -webkit-animation-delay: 496.1s;
    animation-delay: 496.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4962) {
    -webkit-animation-delay: 496.2s;
    animation-delay: 496.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4963) {
    -webkit-animation-delay: 496.3s;
    animation-delay: 496.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4964) {
    -webkit-animation-delay: 496.4s;
    animation-delay: 496.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4965) {
    -webkit-animation-delay: 496.5s;
    animation-delay: 496.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4966) {
    -webkit-animation-delay: 496.6s;
    animation-delay: 496.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4967) {
    -webkit-animation-delay: 496.7s;
    animation-delay: 496.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4968) {
    -webkit-animation-delay: 496.8s;
    animation-delay: 496.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4969) {
    -webkit-animation-delay: 496.9s;
    animation-delay: 496.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4970) {
    -webkit-animation-delay: 497s;
    animation-delay: 497s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4971) {
    -webkit-animation-delay: 497.1s;
    animation-delay: 497.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4972) {
    -webkit-animation-delay: 497.2s;
    animation-delay: 497.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4973) {
    -webkit-animation-delay: 497.3s;
    animation-delay: 497.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4974) {
    -webkit-animation-delay: 497.4s;
    animation-delay: 497.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4975) {
    -webkit-animation-delay: 497.5s;
    animation-delay: 497.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4976) {
    -webkit-animation-delay: 497.6s;
    animation-delay: 497.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4977) {
    -webkit-animation-delay: 497.7s;
    animation-delay: 497.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4978) {
    -webkit-animation-delay: 497.8s;
    animation-delay: 497.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4979) {
    -webkit-animation-delay: 497.9s;
    animation-delay: 497.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4980) {
    -webkit-animation-delay: 498s;
    animation-delay: 498s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4981) {
    -webkit-animation-delay: 498.1s;
    animation-delay: 498.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4982) {
    -webkit-animation-delay: 498.2s;
    animation-delay: 498.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4983) {
    -webkit-animation-delay: 498.3s;
    animation-delay: 498.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4984) {
    -webkit-animation-delay: 498.4s;
    animation-delay: 498.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4985) {
    -webkit-animation-delay: 498.5s;
    animation-delay: 498.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4986) {
    -webkit-animation-delay: 498.6s;
    animation-delay: 498.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4987) {
    -webkit-animation-delay: 498.7s;
    animation-delay: 498.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4988) {
    -webkit-animation-delay: 498.8s;
    animation-delay: 498.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4989) {
    -webkit-animation-delay: 498.9s;
    animation-delay: 498.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4990) {
    -webkit-animation-delay: 499s;
    animation-delay: 499s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4991) {
    -webkit-animation-delay: 499.1s;
    animation-delay: 499.1s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4992) {
    -webkit-animation-delay: 499.2s;
    animation-delay: 499.2s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4993) {
    -webkit-animation-delay: 499.3s;
    animation-delay: 499.3s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4994) {
    -webkit-animation-delay: 499.4s;
    animation-delay: 499.4s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4995) {
    -webkit-animation-delay: 499.5s;
    animation-delay: 499.5s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4996) {
    -webkit-animation-delay: 499.6s;
    animation-delay: 499.6s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4997) {
    -webkit-animation-delay: 499.7s;
    animation-delay: 499.7s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4998) {
    -webkit-animation-delay: 499.8s;
    animation-delay: 499.8s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4999) {
    -webkit-animation-delay: 499.9s;
    animation-delay: 499.9s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5000) {
    -webkit-animation-delay: 500s;
    animation-delay: 500s
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .completed .todo-title {
    text-decoration: line-through
}

.todo-application .content-right .todo-app-list-wrapper .no-results {
    display: none;
    padding: 1.5rem;
    text-align: center
}

.todo-application .content-right .todo-app-list-wrapper .no-results.show {
    display: block
}

.todo-application .content-right .app-content-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

.todo-application .content-right .app-content-overlay.show {
    visibility: visible;
    transition: all .3s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
    border-radius: .25rem
}

.todo-application.horizontal-layout {
    height: auto !important
}

.todo-application.horizontal-layout .sidebar .todo-sidebar {
    height: calc(100vh - 16.5rem)
}

.todo-application.horizontal-layout .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    height: calc(100% - 2.4rem)
}

.todo-application.horizontal-layout .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    height: calc(100vh - 17.5rem)
}

.todo-application.horizontal-layout .todo-new-task-sidebar {
    height: calc(100vh - 13.7rem);
    bottom: .1rem;
    position: absolute
}

.todo-application.horizontal-layout.horizontal-menu-padding .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    height: calc(100vh - 19rem)
}

.todo-application.horizontal-layout.horizontal-menu-padding .todo-new-task-sidebar {
    height: calc(100vh - 15.2rem)
}

.todo-application.horizontal-layout.horizontal-menu-padding .content-header {
    margin-bottom: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100px
    }

    75% {
        opacity: .5;
        top: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100px
    }

    75% {
        opacity: .5;
        top: 0
    }

    100% {
        opacity: 1
    }
}

@media (max-width:575.98px) {
    .todo-application .todo-new-task-sidebar {
        width: auto
    }

    .todo-application .todo-new-task-sidebar .assigned {
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .todo-application .todo-sidebar .sidebar-close-icon {
        visibility: visible !important
    }
}

@media (max-width:991.98px) {
    .todo-application .app-content .sidebar-left .todo-sidebar {
        transform: translateX(-130%);
        transition: all .3s ease-in-out;
        background-color: #fff;
        left: 0;
        position: absolute;
        z-index: 5;
        bottom: 0;
        height: calc(100vh - 8.4rem);
        top: 5rem
    }

    .todo-application .app-content .sidebar-left .show-inner-sidebar {
        transform: unset
    }

    .todo-application .app-content .sidebar-left.show .todo-sidebar {
        transform: translateX(0)
    }

    .todo-application .app-content .content-right {
        width: 100% !important
    }

    .todo-application .app-content .content-right .todo-app-list-wrapper {
        border-left: 0
    }

    .todo-application .app-content .todo-app-list .todo-task-list {
        position: relative;
        height: calc(100vh - 12.9rem)
    }
}

@media screen and (max-width:675px) {
    .todo-task-list-wrapper .todo-item .todo-title-wrapper {
        flex-wrap: wrap
    }

    .todo-task-list-wrapper .todo-item .todo-title-wrapper .todo-title-area {
        width: 100% !important
    }
}

@media (max-width:349.98px) {
    .todo-application .sidebar .todo-sidebar {
        width: 230px
    }
}

@media (max-width:1200px) {
    .todo-application.horizontal-menu-padding .app-content .todo-task-list {
        height: calc(100vh - 13.6rem)
    }

    .todo-application.horizontal-menu-padding .app-content .todo-sidebar {
        height: calc(100vh - 9.6rem)
    }

    .todo-application.horizontal-menu-padding .app-content .todo-new-task-sidebar {
        height: calc(100vh - 9.7rem);
        bottom: 0
    }

    .todo-application.horizontal-menu-padding .app-content .sidebar-left .todo-sidebar {
        height: calc(100vh - 9.6rem)
    }

    .todo-application.horizontal-menu-padding .app-content .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
        height: calc(100vh - 13.6rem)
    }

    .todo-application.horizontal-layout {
        height: auto !important
    }

    .todo-application.horizontal-layout .sidebar .todo-sidebar {
        height: calc(100vh - 8.35rem)
    }

    .todo-application.horizontal-layout .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
        height: calc(100% - 2.4rem)
    }

    .todo-application.horizontal-layout .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
        height: calc(100vh - 12.12rem)
    }

    .todo-application.horizontal-layout .todo-new-task-sidebar {
        height: calc(100vh - 8.3rem)
    }
}

span {
    font-size: 1rem
}

.todo-sort .btn:focus {
    color: #000
}

.wf-5 {
    width: 5px
}

.wf-10 {
    width: 10px
}

.wf-20 {
    width: 20px
}

.wf-30 {
    width: 30px
}

.wf-40 {
    width: 40px
}

.wf-50 {
    width: 50px
}

.wf-60 {
    width: 60px
}

.wf-70 {
    width: 70px
}

.wf-80 {
    width: 80px
}

.wf-90 {
    width: 90px
}

.wf-100 {
    width: 100px
}

.wf-120 {
    width: 120px
}

.wf-140 {
    width: 140px
}

.wf-150 {
    width: 150px
}

.wf-160 {
    width: 160px
}

.wf-170 {
    width: 170px
}

.wf-200 {
    width: 200px
}

.bg-gradient {
    background: #777;
    background: radial-gradient(ellipse at center, #777 1%, #111 100%)
}

body {
    font-family: Montserrat, Georgia, "Times New Roman", Times, serif !important;
    letter-spacing: .5px
}

.logo-img {
    height: 50px
}

.mw-150 {
    min-width: 150px
}

.w-150 {
    width: 150px
}

.h-150 {
    height: 150px
}

.fw-700 {
    font-weight: 700
}

.pt-20 {
    padding-top: 20px !important
}

.btn-dark {
    background: #464855 !important
}

.vertical-compact-menu .main-menu .navigation>li>a>i {
    font-size: 1.5rem;
    margin: .2rem 0 .3rem 0
}

.full-page {
    height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden
}

.full-modal {
    height: calc(100vh - 167px);
    overflow-y: auto;
    overflow-x: hidden
}

table td:last-child a.table-icon-btn {
    font-size: 20px;
    padding: 0;
    line-height: 1;
    margin: 0 3px;
    color: #666
}

table td:last-child a.table-icon-btn:hover {
    color: #000
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #323232
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    border-top-color: #673ab7
}

.tab-fix-content {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden
}

.tab-fix-title-content {
    height: calc(100vh - 365px);
    overflow-y: auto;
    overflow-x: hidden
}

.radio-inline-box {
    padding: 11px 0 3px;
    border: 1px solid rgba(0, 0, 0, .3)
}

.in-height {
    height: calc(100vh - 470px)
}

html body .content .content-wrapper {
    padding: 1rem
}

.menulisting li {
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #323232
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    height: calc(100vh - 178px);
    overflow: auto
}

.model-lavel {
    border-bottom: 2px solid #323232;
    font-weight: 800;
    display: block;
    color: #323232 !important
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    padding: 0 0 0 .5rem
}

.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item {
    color: #323232
}

.standard-button {
    font-size: 14px;
    border-radius: 0
}

.standard-button span {
    font-size: 14px
}

.vertical-compact-menu .main-menu .navigation>li.active>a {
    border-color: #323232 !important
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item {
    font-size: 16px;
    cursor: inherit
}

.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover {
    color: #000
}

.todo-application .todo-new-task-sidebar.full-todo-sidebar {
    width: 100%;
    right: 9%;
    z-index: 1111
}

.todo-application .todo-new-task-sidebar.full-sidebar {
    width: 100%;
    right: 9%;
    z-index: 1111
}

.mcon-dragger {
    position: relative;
    top: 7px
}

.image-container {
    border: 1px solid #e4e4e4;
    height: calc(100vh - 308px);
    margin-top: 10px;
    background: #fff
}

.image-titlebar {
    padding: 10px;
    border-bottom: 1px solid #eee
}

.vue-dropzone {
    border: 2px dashed #666 !important
}

.image-body {
    padding: 10px;
    height: calc(100% - 55px);
    overflow-y: scroll
}

.image-body .medbox {
    border: 1px solid #ccc;
    height: 140px;
    overflow: hidden;
    float: left;
    margin: 8px 7px;
    width: 140px;
    position: relative
}

.image-body .medbox img {
    width: 100%;
    height: auto
}

.image-body .medbox .btn-box {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%
}

.image-body .medbox .btn-box .btn {
    font-size: 13px
}

.nav-pills .nav-link {
    opacity: 1
}

.todo-application .app-content-overlay.show {
    visibility: visible;
    transition: all .3s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
    border-radius: .25rem
}

.todo-application .app-content-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

.main-menu.menu-fixed {
    overflow-y: auto
}

.main-menu.menu-fixed::-webkit-scrollbar {
    width: .1em;
    background: 0 0
}

.main-menu.menu-fixed:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .51)
}

.in-block {
    position: absolute;
    top: 3px;
    left: 5px
}

.modal-dialog.modal-lg {
    max-width: calc(75%)
}

.main-menu.menu-light .navigation>li.active>a,
.main-menu.menu-light .navigation>li>a {
    padding: .7rem 1.7rem;
    font-weight: 400;
    font-size: 1rem;
    text-transform: capitalize;
    text-align: left;
    color: #dcdcdc
}

.vertical-compact-menu .main-menu .navigation>li>a>span {
    font-size: 1rem
}

.bullet-danger {
    background: #dc3545
}

.bullet-success {
    background: #28a745
}

.todo-app-menu .fonticon-wrap {
    width: 38px
}

.swal2-top-end div {
    background: #28a745 !important
}

.swal2-top-end .swal2-title {
    color: #fff !important;
    padding: 5px 10px
}

.main-menu.menu-light .navigation {
    background: 0 0
}

.main-menu.menu-light .navigation>li:hover>a {
    color: #c3c3c3;
    padding-left: 2rem
}

.main-menu.menu-light .navigation>li>a i {
    margin-right: .7rem;
    top: .5px
}

.side-menu-head-title {
    color: #dcdcdc;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.1rem;
    white-space: nowrap
}

.side-menu-head-title-wrap {
    padding: 1.2rem 1.7rem .9rem
}

.side-menu-head-title-wrap a {
    z-index: 1;
    font-size: 17px
}

.vertical-compact-menu.menu-hide .main-menu .side-menu-head-title {
    opacity: 0;
    width: 0
}

.navigation li a {
    text-overflow: unset
}

.vertical-compact-menu.menu-hide .main-menu .navigation>li>a i {
    margin-right: 1.7rem
}

.vertical-compact-menu.menu-hide .main-menu.menu-light .navigation>li>a {
    padding: .7rem 1.5rem
}

.main-menu.menu-fixed {
    height: calc(100% - 7.71rem)
}

.fixed-bottom {
    z-index: 1200
}

*>.-intro-x:first-child,
*>.intro-x:first-child {
    z-index: 49;
    opacity: 1;
    position: relative;
    -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
    animation: intro-x-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

*>.intro-x:first-child {
    transform: translateX(50px)
}

.w-10 {
    width: 17.5rem
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.h-10 {
    height: 2.5rem
}

.bg-theme-1 {
    --bg-opacity: 1;
    background-color: #1c3faa;
    background-color: rgba(28, 63, 170, var(--bg-opacity))
}

.button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .375rem;
    font-weight: 500;
    cursor: pointer
}

.flex {
    display: flex
}

.justify-center {
    justify-content: center
}

.flex-1 {
    flex: 1 1 0%
}

.rounded-full {
    border-radius: 9999px
}

.progress {
    display: flex;
    height: .625rem;
    overflow: hidden;
    line-height: 0;
    font-size: .675rem;
    background-color: #f7f7f7;
    border-radius: .25rem
}

.progress-bar.bg-success {
    background-color: #10c469 !important;
    border: none !important
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.progress-bar.progress-bar-striped {
    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) !important;
    background-size: .625rem .625rem !important
}

.progress-bar {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap;
    background-color: #71b6f9 !important;
    transition: width .6s ease !important
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.35rem;
    padding-left: 1.5rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.175rem;
    opacity: 0
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

label {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 600
}

.progressbarwizard .nav-link {
    display: block;
    padding: .335rem 1rem !important
}

.nav.nav-pills.nav-justified .nav-link {
    text-align: center;
    margin-bottom: 0
}

.card-box {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 24px;
    border-radius: .25rem
}

.header-title.border-bottom {
    color: #fff;
    background: #00bcd4;
    padding-left: 15px
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-control-label::before {
    position: absolute;
    top: .175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    display: none
}

.relative {
    position: relative
}

.col-span-4 {
    grid-column: span 4/span 4
}

.w-full {
    width: 100%
}

.input {
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .45rem;
    padding-right: .45rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.absolute {
    position: absolute
}

.h-full {
    height: 100%
}

.justify-center {
    justify-content: center
}

.items-center {
    align-items: center
}

.flex {
    display: flex
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.pr-16 {
    padding-right: 4rem
}

.w-16 {
    width: 10rem
}

table td:last-child a.table-icon-btn {
    margin: 0
}

.table td:last-child {
    padding: .5rem 1rem
}

.invalid-feedback {
    margin-top: .2rem
}

.new-task-title {
    font-weight: 500
}

@media (min-width:1024px) {
    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:block {
        display: block
    }
}

.lg\:w-32 {
    width: 8rem
}

.lg\:mt-3 {
    margin-top: .75rem
}

.lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:992px) {
    .menu-open .main-menu.menu-light .navigation>li>a i {
        margin-right: .7rem
    }

    .main-menu.menu-light .navigation>li>a i {
        margin-right: 1.7rem
    }

    .vertical-compact-menu .main-menu .side-menu-head-title {
        opacity: 0
    }

    .vertical-compact-menu.menu-open .main-menu .side-menu-head-title {
        opacity: 1
    }

    .menu-open .header-navbar.navbar-brand-center .navbar-header {
        width: auto !important
    }

    html body .content .content-wrapper .content-body {
        overflow: hidden;
        overflow-y: auto
    }

    .image-container {
        height: auto
    }

    .image-body {
        height: auto
    }

    .tab-fix-title-content {
        overflow-y: unset;
        height: auto
    }

    .main-menu.menu-fixed {
        height: calc(100% - 7.14rem)
    }
}

@media (max-width:768px) {
    .pt-20 {
        padding-top: 0 !important
    }

    .btn-min-width {
        min-width: unset
    }

    .header-navbar .navbar-header .navbar-brand {
        margin-left: 0
    }

    #mobileToggleMenu {
        display: inline-block !important
    }

    .side-menu-head-title-wrap a {
        display: none
    }
}

@media (max-width:540px) {
    .main-menu.menu-fixed {
        height: calc(100% - 6.13rem)
    }

    .menu-open .header-navbar.navbar-brand-center .navbar-header {
        width: 209px !important
    }

    .material-vertical-layout .header-navbar .navbar-header .navbar-brand {
        top: unset !important
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding: .8rem 0 !important
    }

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
        margin-right: 0
    }

    #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
        top: unset
    }

    .card .card-header .heading-elements {
        margin-top: 0
    }
}

@media (min-width:640px) {
    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

body {
    font-family: Montserrat, sans-serif !important
}

label,
legend {
    font-weight: 500
}

footer {
    background-color: #313131;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 38px;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-family: Montserrat, sans-serif
}

footer p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    text-align: left
}

footer p a {
    color: #9fcc3a
}

@media (max-width:991px) {
    footer {
        height: 30px
    }
}

@media (max-width:555px) {
    footer {
        padding: 0 10px
    }

    footer p {
        font-size: 10px
    }
}

@media (max-width:351px) {
    footer p {
        font-size: 9px
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.spinner-border {
    display: none;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

#submitButton {
    pointer-events: unset
}

#submitButton.disable {
    pointer-events: none
}

span.button-text {
    opacity: 1;
    transition: .3s ease all
}

span.button-text.hide-button-text {
    opacity: 0;
    pointer-events: none
}

.spinner-border.show-spinner {
    display: inline-block
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

li.nav-item.active::before {
    display: flex;
    content: "";
    position: absolute;
    height: 3rem;
    width: 6px;
    background-color: #6D31ED;
    border-radius: 5px;
    left: -10px;
    top: 2px;
}

#main-menu-navigation {
    padding-inline: 1rem;
}