@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css);
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*@import "~bootstrap/dist/css/bootstrap.css";

body{
    background-color: #f7f7f7 !important;
}

.margin-top-70{
    margin-top: 70px;
}*/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  /**
   * Vertical Scrolling Adjustments
   */
  /**
   * Horizontal Scrolling Adjustments
   */
  /**
   * Fixed Header Height Adjustments
   */
  /**
   * Fixed row height adjustments
   */
  /**
   * Shared Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */ }
.ngx-datatable [hidden] {
    display: none !important; }
.ngx-datatable *,
  .ngx-datatable *:before,
  .ngx-datatable *:after {
    box-sizing: border-box; }
.ngx-datatable.scroll-vertical .datatable-body {
    overflow-y: auto; }
.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
    position: absolute; }
.ngx-datatable.scroll-horz .datatable-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    white-space: nowrap; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll {
    white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
      white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable .datatable-body-row,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-header-inner {
    display: flex;
    flex-direction: row;
    -o-flex-flow: row;
    flex-flow: row; }
.ngx-datatable .datatable-body-cell,
  .ngx-datatable .datatable-header-cell {
    overflow-x: hidden;
    vertical-align: top;
    display: inline-block;
    line-height: 1.625; }
.ngx-datatable .datatable-body-cell:focus,
    .ngx-datatable .datatable-header-cell:focus {
      outline: none; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-right {
    z-index: 9; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-row-group,
  .ngx-datatable .datatable-row-right {
    position: relative; }
.ngx-datatable .datatable-header {
    display: block;
    overflow: hidden; }
.ngx-datatable .datatable-header .datatable-header-inner {
      align-items: stretch;
      -webkit-align-items: stretch; }
.ngx-datatable .datatable-header .datatable-header-cell {
      position: relative;
      display: inline-block; }
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
        cursor: move; }
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
      .ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        padding: 0 4px;
        visibility: hidden; }
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
        cursor: ew-resize; }
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
        visibility: visible; }
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
        visibility: visible; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
        position: absolute;
        top: 0;
        bottom: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
          right: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
          left: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
        height: inherit; }
.ngx-datatable .datatable-body {
    position: relative;
    z-index: 10;
    display: block; }
.ngx-datatable .datatable-body .datatable-scroll {
      display: inline-block; }
.ngx-datatable .datatable-body .datatable-row-detail {
      overflow-y: hidden; }
.ngx-datatable .datatable-body .datatable-row-wrapper {
      display: flex;
      flex-direction: column; }
.ngx-datatable .datatable-body .datatable-body-row {
      outline: none; }
.ngx-datatable .datatable-body .datatable-body-row > div {
        display: flex; }
.ngx-datatable .datatable-footer {
    display: block;
    width: 100%;
    overflow: auto; }
.ngx-datatable .datatable-footer .datatable-footer-inner {
      display: flex;
      align-items: center;
      width: 100%; }
.ngx-datatable .datatable-footer .selected-count .page-count {
      flex: 1 1 40%; }
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
      flex: 1 1 60%; }
.ngx-datatable .datatable-footer .page-count {
      flex: 1 1 20%; }
.ngx-datatable .datatable-footer .datatable-pager {
      flex: 1 1 80%;
      text-align: right; }
.ngx-datatable .datatable-footer .datatable-pager .pager,
      .ngx-datatable .datatable-footer .datatable-pager .pager li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li,
      .ngx-datatable .datatable-footer .datatable-pager .pager li a {
        outline: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
        cursor: pointer;
        display: inline-block; }
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
        cursor: not-allowed; }
@font-face {
  font-family: 'data-table';
  src: url('data-table.eot');
  src: url('data-table.eot?#iefix') format('embedded-opentype'), url('data-table.woff') format('woff'),
    url('data-table.ttf') format('truetype'), url('data-table.svg#data-table') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'data-table' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^='datatable-icon-']:before,
[class*=' datatable-icon-']:before {
  font-family: 'data-table' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter:before {
  content: '\62';
}
.datatable-icon-collapse:before {
  content: '\61';
}
.datatable-icon-expand:before {
  content: '\63';
}
.datatable-icon-close:before {
  content: '\64';
}
.datatable-icon-up:before {
  content: '\65';
}
.datatable-icon-down:before {
  content: '\66';
}
.datatable-icon-sort:before {
  content: '\67';
}
.datatable-icon-done:before {
  content: '\68';
}
.datatable-icon-done-all:before {
  content: '\69';
}
.datatable-icon-search:before {
  content: '\6a';
}
.datatable-icon-pin:before {
  content: '\6b';
}
.datatable-icon-add:before {
  content: '\6d';
}
.datatable-icon-left:before {
  content: '\6f';
}
.datatable-icon-right:before {
  content: '\70';
}
.datatable-icon-skip:before {
  content: '\71';
}
.datatable-icon-prev:before {
  content: '\72';
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
:root {
    --main-orange: #df4823;
    --main-gray: #818181;
    --main-white: #e0e0e0;
    --main-black: #302b2b;
    --main-gradiant-from: #ff7e1d;
    --main-gradiant-to: #c72028;
}
:host ::ng-deep .email-fixed-header {
    min-height: calc(100% - 207px) !important;
    margin-top: 0 !important;
    overflow-y: hidden !important;
}
*:not(.la, i) {
    line-height: 1.5 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
html, body {
    height: 100%;
    background-color: #fff !important;
}
html {
    font-size: 62.5% !important;
}
body {
    margin: 0;
    /*font-family: Roboto, "Helvetica Neue", sans-serif;*/
    color: #000;
}
::-moz-selection {
    background-color: #df4823;
    color: #fff;
}
::selection {
    background-color: #df4823;
    color: #fff;
}
ul, li {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.pc {
    display: block;
}
.mb {
    display: none;
}
.progress_wraper .mat-progress-bar-fill::after, .guest .mat-progress-bar-buffer,
.ddamt .mat-progress-bar-buffer {
    background-color: #ff1635 !important;
}
.angular2_photoswipe {
    height: 100%
}
.angular2_photoswipe img {
    width: 100%;
    height: 100%
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    /* display: flex; */
    font-size: 15px;
}
#main-menu {
    z-index: 9999;
}
#main-menu span {
    font-size: 1.6rem;
}
body #main-menu i::before {
    font-size: 2.2rem !important;
}
html body .content.vehicle-operaion .content-wrapper {
    padding: 0;
}
.info-details {
    display: none;
}
.info-details.show {
    display: block;
}
.cssProgress {
    margin-bottom: 10px;
}
.cssProgress .progress1 {
    position: relative;
    overflow: hidden;

}
.cssProgress .cssProgress-bar {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    background: #2196f3;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    transition: width 0.8s ease-in-out;
}
.cssProgress.red .cssProgress-bar {
    background: #f44336;
}
.cssProgress .cssProgress-label {
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    color: #000;
    font-size: 0.7em;
    text-align: center;
    /*text-shadow: 0px 1px rgba(0, 0, 0, 0.3);*/
}
.cssProgress .cssProgress-active, .cssProgress.red .cssProgress-active {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
    -webkit-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 4s linear infinite;
}
.box-parent {
    transform: translateX(6px);
}
.bg-gray {
    background: #333;
}
/* end global styles */
/* top level selector on form element */
.radios-ghost input[type=radio] {
    position: relative;
    visibility: hidden;
    display: inline-block;
    padding: 20px;
}
.radios-ghost input[type=radio] + label {
    padding: 12px 30px;
    border: solid 3px #eee;
    color: #ddd;
    display: inline-block;
    cursor: pointer;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
}
.radios-ghost input[type=radio] + label:hover {
    color: #333;
    background: #eee;
}
.radios-ghost input[type=radio]:checked + label {
    background-color: #bbb;
    border-color: #bbb;
    color: #333;
}
@-webkit-keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}
@keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}
.progress1 {
    background-color: #EEE;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress1 .cssProgress-bar {
    height: 18px;
}
.progress1 .cssProgress-label {
    line-height: 18px;
}
.swal2-container {
    z-index: 10000 !important;
}
.item-marker1:hover {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.item-marker1:hover #shortinfor2 ~ span {
    display: none !important;
}
@media screen and (min-width: 991px) {

    .menu-collapsed .box-content-left {
        max-width: 350px;
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 10px 0 10px 10px;
        position: fixed;
        left: -290px !important;
        transition: all .15s linear;
        z-index: 2;
    }

    .menu-collapsed .box-content-left.show {
        left: 60px !important;
    }

    .menu-collapsed .box-content-left.expanded {
        max-width: 350px;
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 10px 0 10px 10px;
        position: fixed;
        left: -290px !important;
        transition: all .15s linear;
        z-index: 2;
    }

    .menu-collapsed .box-content-left.expanded.show {
        left: 260px !important;
    }

    .menu-collapsed .box-content-left.expanded.expanded1 {
        max-width: 350px;
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 10px 0 10px 10px;
        position: fixed;
        left: -290px !important;
        transition: all .15s linear;
        z-index: 2;
    }

    .menu-collapsed .box-content-left.expanded.expanded1.show {
        left: 260px !important;
    }

    .menu-expanded .box-content-left {
        max-width: 350px;
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 10px 0 10px 10px;
        position: fixed;
        left: -90px;
        transition: all .15s linear;
        z-index: 2;
    }

    .menu-expanded .box-content-left.show {
        left: 260px;

    }
}
/*================================renew=================================*/
.inner {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}
.content-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.nav-relative {
    position: relative;
}
.wrap_header {
    /*position: relative;*/
}
.wrap_center_header {
    position: relative;
    z-index: 1;
}
.wrap_sub_menu {
    padding: 0;
    list-style: none;
    gap: 50px;
    margin: 0;
    z-index: -1;
}
.wrap_sub_menu ul, .wrap_sub_menu li {
    list-style: none;
}
.wrap_sub_menu * {
    font-size: 1.8rem;
}
.wrap_sub_menu span {
    font-weight: bold;
}
/*.sub_menu_child {*/
/*    position: absolute;*/
/*    background-color: #fff;*/
/*    padding: 10px;*/
/*    z-index: 10;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 30px);*/
/*    width: max-content;*/
/*    opacity: 0;*/
/*    !*display: none;*!*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/
/*.sub_menu_item:hover .sub_menu_child {*/
/*    !*display: block;*!*/
/*    animation: slideDown 0.4s ease-in-out forwards;*/
/*}*/
/* Animation cho sub menu */
@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transform: translate(-50%, 30px);
    }
    100% {
        opacity: 1;
        height: auto;
        overflow: auto;
        transform: translate(-50%, 30px);
    }
}
@keyframes slideDown {
    0% {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transform: translate(-50%, 30px);
    }
    100% {
        opacity: 1;
        height: auto;
        overflow: auto;
        transform: translate(-50%, 30px);
    }
}
.sub_menu_child {
    position: absolute;
    transition: all 0.45s ease;
    /*background-color: #fff;*/
    z-index: 10;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 0%);
    padding-top: 15px;
}
.sub_menu_child.show {
    max-height: 350px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100%;
    min-height: 185px;
    bottom: 00%;
    transform: translate(-50%, 0%);
    position: relative;
}
.sub_menu_child.show:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: transparent;
    z-index: -1;
    left: -50%;
    right: -50%;
}
.wrap_sub_menu {
    position: relative;
}
.sub_menu_item {
    position: relative;
    cursor: pointer;
    height: 92px;
    text-align: center;
    padding: 0 15px;
    transition: all .45s ease;
    line-height: 92px !important;
}
.sub_menu_item.show {
    padding: 0 17px;
}
.sub_menu_item.active span {
    color: var(--main-orange);
}
.sub_menu_item:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--main-orange);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.sub_menu_item.active:before {
    width: 100%;
    left: 0;
}
.sub_menu_child li {
    padding: 5px 0;
    text-align: center;
}
.sub_menu_child li a, .sub_menu_child li a {
    color: #000;
}
.sub_menu_child li:hover, .sub_menu_child li a:hover {
    /*transform: scale(1.05);*/
    color: var(--main-orange);
}
.btn.btn-sm.btn-danger{
    color: white!important;
}
.btn-goBack{    
    position: fixed;
    background: #2c343ba3 !important;
    border-radius: 50% !important;
    bottom: 190px;
    right: 10px;
    width: 65px;
    height: 65px;
    color: white !important;
    z-index: 1100;
}
.heading-elements{
    top: 10px!important;
}
.wrap_right_heaeder {
    gap: 10px;
}
.wrap_right_heaeder .btn_contact {
    color: #fff;
    background-color: var(--main-orange);
    font-size: 1.6rem;
    padding: 16px 28px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity .2s linear;
    border-radius: 30px;

}
.wrap_right_heaeder .btn_contact:hover {
    opacity: 0.8;
}
.btn_hambuger, .btn_hambuger:focus {
    background: unset;
    outline: none;
    border: none;
}
.sec_top {
    margin-top: 160px;
}
.sec_main_banner .swiper-scrollbar-drag {
    background: var(--main-orange);
}
.sec_slide_news .swiper-wrapper {
    padding: 4% 0 0 4%
}
.sec_slide_news .swiper-button-next, .sec_slide_news .swiper-button-prev {
    position: relative;
    background-image: url('icon_fw.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    margin: unset;
    transform: unset;
    transition: all .2s linear;
}
.sec_slide_news .swiper-button-next:hover, .sec_slide_news .swiper-button-prev:hover {
    background-image: url('icon_fw_or.png');
}
.sec_slide_news .swiper-button-next {

}
.sec_slide_news .swiper-button-prev {
    transform: rotate(-180deg);
}
.sec_slide_news .swiper-button-next:after,
.sec_slide_news .swiper-button-prev:after {
    content: "";
}
/*end slide_new*/
.sec_news .swiper-button-next, .sec_news .swiper-button-prev {
    position: relative;
    inset: unset;
    width: unset;
    height: unset;
    margin-top: 0;
}
.sec_news .swiper-button-next:after, .sec_news .swiper-button-prev:after {
    display: none;
}
.sec_news .swiper-button-next i, .sec_news .swiper-button-prev i {
    color: var(--main-white);
    font-size: 7rem;
    transition: all .2s linear;
}
.sec_news .swiper-button-next:hover i, .sec_news .swiper-button-prev:hover i {
    color: var(--main-orange);
}
/*end sec_news    */
/*css content sub page*/
.sec_breadcrumb .list_breadcrumb {
    gap: 24px;
    margin-bottom: 0;
}
.sec_breadcrumb .list_breadcrumb li:last-child {
    color: var(--main-orange);
    font-weight: bold;
}
.sec_breadcrumb .list_breadcrumb * {
    font-size: 1.6rem;
    color: #000;
}
.sec_breadcrumb .list_breadcrumb img {
    width: 26px;
}
.sec_breadcrumb .list_breadcrumb a:hover {
    color: var(--main-orange);
    transition: all .2s linear;
    font-weight: bold;

}
.sec_main_mv {
    margin-top: 200px;
}
.sec_main_mv #map {
    width: 90%;
    height: 480px;
    margin: 100px auto;
    border-radius: 30px;
}
.sec_main_mv .ttl_main {
    margin-bottom: 20px;
    font-size: 7.4rem;
    font-weight: bold;
}
.sec_main_mv .ttl_main .ttl_main_color {
    font-size: 7.4rem;
    font-weight: bold;
    color: var(--main-orange);
}
.sec_main_mv .ttl_sub {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 34px;
    color: #c8cbce;
}
.wrap_btn_sys {
    padding: 24px 50px;
    color: var(--main-black);
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.wrap_btn_sys a {
    position: absolute;
    inset: 0;
}
.wrap_btn_sys * {
    font-size: 1.8rem;
}
.wrap_btn_sys span {
    margin-right: 10px;
}
.wrap_btn_sys i {
    transition: transform .2s linear;
}
.wrap_btn_sys:hover i {
    transform: translateX(10px);
}
.wrap_img_main {
    /*width: 90%;*/
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 100px auto;
    border-radius: 30px;
}
.content-img-inner{
    width: 90%;
    margin: 100px auto;
}
/* =============================  end sec ===============================*/
.expectation_effect {
    margin-top: 150px;
}
.ttl_main_sub {
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.ttl_main_sub.txt_line {
    border-bottom: 3px solid #000;
}
.wrap_effect_list {
    padding: 10px 0;
    gap: 50px;
    border-bottom: 1px solid var(--main-white);
}
.wrap_effect_list .txt_effect {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
    width: 10%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.wrap_effect_list .item_effect_list li {
    padding-left: 10px;
    position: relative;
    font-size: 1.6rem;
    line-height: 2 !important;
}
.wrap_effect_list .item_effect_list li:before {
    position: absolute;
    content: "";
    left: -10px;
    bottom: 50%;
    transform: translateY(50%);
    width: 6px;
    height: 6px;
    background-color: var(--main-orange);
    border-radius: 50%;
}
/* =============================  end sec ===============================*/
.wrap_erp_feature {
    margin-top: 150px;
}
.wrap_erp_feature .wrap_list_erp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 0;
    padding-bottom: 100px;
    border-bottom: 1px solid var(--main-white);
}
.wrap_erp_feature .wrap_list_erp .item_erp_feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    transition: all .2s linear;
    height: 280px;
    border: 1px solid #fff;

}
.wrap_erp_feature .wrap_list_erp .item_erp_feature:hover {
    border: 1px solid var(--main-orange);
    box-shadow: 0 0 30px rgba(216, 177, 171, 0.3);
}
.wrap_erp_feature .wrap_list_erp img {
    width: 70px;
    margin-bottom: 15px;
}
.wrap_erp_feature .wrap_list_erp .ttl_main_erp {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.wrap_erp_feature .wrap_list_erp .ttl_sub_erp {
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: center;
}
/* =============================  end sec ===============================*/
.wrap_slt_env {
    margin-top: 100px;
}
.box_slt_env {
    border-bottom: 1px solid var(--main-white);
    padding-bottom: 100px;
}
.wrap_slt_env p {
    margin-bottom: 0 !important;
}
.wrap_slt_env .wrap_des_env {
    background-color: #fff7f5;
    padding: 20px 30px
}
.wrap_des_env .wrap_txt_env {
    gap: 10px;
    margin: 10px 0;
}
.wrap_des_env .ttl_env {
    font-size: 1.8rem;
    font-weight: bold;
    width: 12%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.wrap_des_env .ttl_env.txt_or {
    color: var(--main-orange);
}
.wrap_des_env .des_env {
    font-size: 1.6rem;
}
/* =============================  end sec ===============================*/
.wrap_slt_conf {
    margin-top: 100px;

}
.box_slt_conf {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--main-white);
}
.wrap_hoz_tab {
    display: flex;
    flex-direction: column;
}
.wrap_hoz_tab .wrap_header_tab {
    margin: 40px 0;
}
.wrap_hoz_tab .wrap_header_tab .box_header_tab {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.wrap_hoz_tab .wrap_header_tab button {
    transition: background-color .3s;
    font-size: 2.4rem;
    color: #ddd;
    border: none;
    outline: none;
    /*padding: 20px 30px;*/
    padding: 14px 24px;
    border-radius: 50px;
    cursor: pointer;
    background: unset;
    font-weight: bold;
}
.wrap_hoz_tab .wrap_header_tab button.active, .wrap_hoz_tab .wrap_header_tab button:hover {
    background-color: #000;
    color: #fff;
}
.wrap_hoz_tab .wrap_content_tab {
    /*overflow: hidden;*/
    /*height: 100px;*/
}
.wrap_hoz_tab .wrap_content_tab .box_content_tab {
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-gap: 100px 50px;*/
    place-items: center;
}
.wrap_hoz_tab .wrap_flex_tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}
.wrap_hoz_tab .wrap_flex_tab.three_col {
    grid-template-columns: repeat(3, 1fr);
}
.wrap_hoz_tab .wrap_content_tab .wrap_flex_tab:not(:last-child) {
    margin-bottom: 60px;
}
.wrap_des_tab {

}
.wrap_des_tab:after {
    /*position: absolute;*/
    /*content: "";*/
    /*background-image: url("assets/images/subpages/__right_arrow.png");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*width: 34px;*/
    /*height: 42px;*/
    /*right: 50%;*/
    /*bottom: 50%;*/
    /*transform: translateY(-50%);*/

}
.wrap_hoz_tab .wrap_flex_tab .wrap_des_tab {
    position: relative;
    max-width: 325px;
    text-align: center;
}
.wrap_hoz_tab .wrap_flex_tab .wrap_des_tab:not(:last-child):after {
    position: absolute;
    content: "";
    background-image: url('__right_arrow.png');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    bottom: 50%;
    left: 99%;
    transform: translate(100%, -50%);
}
.wrap_hoz_tab .wrap_des_tab img {
    margin-bottom: 25px;
}
.wrap_hoz_tab .wrap_des_tab .txt_location {
    margin-bottom: 15px;
}
.wrap_hoz_tab .wrap_des_tab .txt_location * {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    color: var(--main-orange);
}
.wrap_hoz_tab .wrap_des_tab .txt_process {
    font-size: 2rem;
    font-weight: bold;
}
.wrap_hoz_tab .wrap_des_tab .txt_suss {
    font-size: 1.8rem;
}
/* =============================  end sec ===============================*/
.wrap_cold_chain {
    margin-top: 100px;
}
.box_cold_chain {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--main-white);
}
.wrap_cold_chain .wrap_list_cc {
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}
.wrap_cold_chain .ttl_cc {
    font-size: 1.8rem;
}
.wrap_cold_chain .des_cc {
    font-size: 2.4rem;
    font-weight: bold;
}
.wrap_cold_chain .wrap_des_cc {
    gap: 10px;
}
.wrap_cold_chain .wrap_des_cc img {
    width: 50px;
}
.wrap_cold_chain .wrap_img_cc {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* =============================  end sec ===============================*/
.wrap_slt_video {
    margin-top: 100px;
}
.box_slt_video {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--main-white);
}
.video_wrapper iframe {
    width: 100%;
    height: 100%;
}
.wrap_video {
    gap: 50px;
}
.wrap_video .video_wrapper {
    width: 50%;
    height: 315px;
    border-radius: 15px;
    overflow: hidden;
}
/* =============================  end sec ===============================*/
.wrap_slt_screen {
    margin-top: 100px;
}
.box_slt_screen {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--main-white);
}
.wrap_slt_img {
    margin-bottom: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--main-white);
    border-radius: 15px;
}
.wrap_slt_img img {
    height: 400px;
}
.wrap_ver_tab {
    display: flex;
    height: 100%;
    gap: 100px;
    margin-bottom: 50px;
}
.box_slt_screen .wrap_ver_tab:last-child {
    margin-bottom: 0;
}
.wrap_ver_tab .wrap_header_tab {
    cursor: pointer;
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 600px;
}
.wrap_ver_tab .wrap_header_tab button {
    background: unset;
    border: unset;
    outline: unset;
    font-size: 2.6rem;
    color: var(--main-white);
    transition: all .2s linear;
    padding: 12px 10px;
    text-align: left;
    font-weight: bold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.wrap_ver_tab .wrap_header_tab button.active, .wrap_ver_tab .wrap_header_tab button:hover {
    color: var(--main-orange);
}
.wrap_ver_tab .wrap_content_tab {
    flex: 1;
}
.wrap_ver_tab .wrap_content_tab img {
    max-height: 400px;
    height: 100%;
}
.wrap_ver_tab .box_content_tab {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.wrap_ver_tab .box_content_tab.active {
    opacity: 1;
}
.wrap_ver_tab .box_content_tab div {
    text-align: center;
    padding: 10px;
    border: 1px solid var(--main-white);
    border-radius: 15px;
}
/* =============================  end sec ===============================*/
.wrap_real_img {
    margin-top: 100px;
    padding-bottom: 100px;
}
.wrap_real_img .wrap_grid_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.wrap_real_img .wrap_grid_img .item_img_real {
    border-radius: 15px;
    overflow: hidden;
}
.wrap_real_img .wrap_grid_img .item_img_real img {
    transition: all .2s linear;
}
.wrap_real_img .wrap_grid_img .item_img_real:hover img {
    transform: scale(1.1);
}
/* =============================  end sec ===============================*/
.wrap_contact_com {
    gap: 22px;
    align-items: center;
    justify-content: center;
}
.wrap_contact_com img {
    width: 34px;
    margin: 0 10px 0 22px;
}
.wrap_contact_com .wrap_num {
    flex-direction: column;
}
.wrap_contact_com .wrap_num .txt_num {
    font-size: 1.6rem;
}
.wrap_contact_com .wrap_num .phone_num {
    font-size: 3rem;
    font-weight: bold;
}
.wrap_contact_com .wrap_time {
    font-size: 1.6rem;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.sec_contact_com {
    margin: 100px 0;
}
.wrap_contact_com.wrap_fl .wrap_contact_phone {
    gap: 0
}
.wrap_contact_com.wrap_fl .txt_num {
    font-size: 1.6rem;
}
/* =============================  end sec ===============================*/
.wrap_field_equipment {
    margin-top: 100px;
}
.equipment {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.equipment__wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex: 1;
}
.equipment__item--small {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.equipment__item--full {
    flex: 2;
}
.equipment__item--full.equipment__item--hide {
    flex: 1;
}
.equipment__item--small .equipment__item {
    height: 100%;
}
.equipment__item {
    background-color: #f5f8fc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.equipment__item:before {
    position: absolute;
    content: "";
    inset: 0;
    width: 0;
    z-index: 1;
    background-color: var(--main-orange);
    transition: all .15s ease-in;

}
.equipment__item:hover:before {
    width: 100%;
}
.equipment__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.equipment__item--small .equipment__item img {
    max-width: 130px;
    width: 100%;
}
.equipment__item--hide .hide {
    display: none;
}
.equipment__item--info {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: translateX(100%);
    transition: all .18s ease-in;
    cursor: pointer;
}
.equipment__item:hover .equipment__item--info {
    transform: translateX(0);
}
.equipment__item .equipment__item--info img {
    width: 42px;
    height: auto;
}
.equipment__item--info p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.equipment-modal-class .modal-content {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(163, 172, 181, 0.3);
    border: none;
}
/* =============================  end sec ===============================*/
.wrap_inquiry {
    margin: 100px 0;
}
.box_inquiry {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
}
.wrap_inquiry .box_inquiry p {
    margin-bottom: 0;
}
.wrap_inquiry .box_inquiry .ttl_main_inquiry {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.wrap_inquiry .box_inquiry .ttl_sub_inquiry {
    font-size: 2rem;
    margin-bottom: 40px;
}
.box_inquiry a {
    font-size: 1.6rem;
    padding: 16px 32px;
    background-color: var(--main-orange);
    color: #fff !important;
    border-radius: 30px;
    transition: all .2s linear;
}
.box_inquiry a:hover {
    opacity: .8;
}
/* =============================  end sec ===============================*/
/* =============================  end sec ===============================*/
/* =============================  end sec ===============================*/
/* =============================  end sec ===============================*/
/* =============================  end sec ===============================*/
/* =============================  end sec ===============================*/
.wrap_pagination {
    margin-top: 50px;
    text-align: center;
}
.wrap_pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.custom-pagination li {
    border: none;
    width: 40px;
    height: 40px;
}
.custom-pagination li * {
    font-size: 1.4rem;
}
.custom-pagination li a, .custom-pagination li div, .custom-pagination li.disabled span:not(.show-for-sr) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.wrap_pagination li.pagination-previous.disabled span,
.wrap_pagination li.pagination-next.disabled span {
    display: none !important;
}
.wrap_pagination .pagination-previous,
.wrap_pagination .pagination-next {
    position: relative;
}
.wrap_pagination li.pagination-previous.disabled:before,
.wrap_pagination li.pagination-next.disabled:after {
    position: absolute;
    inset: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}
.wrap_pagination li.disabled {
    pointer-events: none;
}
.custom-pagination li:hover, .custom-pagination li.current,
.custom-pagination li a:hover, .custom-pagination li div:hover {
    border: 1px solid var(--main-orange);
    background-color: var(--main-orange);
    color: #fff;
    transition: all .2s linear;
}
.wrap_info_com {
    padding: 10px 10px 0;
    max-width: 280px;
    width: 100%;
}
.wrap_info_com p {
    margin-bottom: 5px;
}
.wrap_info_com p span {
    font-size: 14px;
}
.wrap_info_com a {
    color: var(--main-orange) !important;
}
.wrap_info_com i {
    margin-right: 5px;
    font-size: 16px;
    color: var(--main-orange);
}
.wrap_confirm_contact .swal2-popup {
    padding-bottom: 0 !important;
}
.wrap_confirm_contact .swal2-confirm {
    width: 100% !important;
    background: var(--main-orange) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-size: 1.6rem !important;
}
@media screen and (min-width: 1960px) {
    .inner {
        max-width: 2000px;
    }
}
@media screen and (min-width: 1025px) {
    .inner {
        max-width: 1600px;
    }

    .content-inner {
        max-width: 1552px;
    }

    .w_60 img {
        width: 60%;
    }
}
@media screen and (max-width: 1024px) {

    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    .inner {
        padding: 0 2rem;
    }

    .content-inner {
        padding: 0 2rem;
    }

    .content-img-inner{
        width: 100%;
    }

    html body.fixed-navbar.admin-page {
        padding-top: 0 !important;
    }

    .sec_top {
        margin-top: 100px;
    }

    .wrap_left_header {
        height: 32px;
    }

    .wrap_left_header img {
        height: 100%;
    }

    .wrap_header .wrap_sub_menu {
        display: none !important;
    }

    .wrap_right_heaeder .btn_contact {
        font-size: 1.4rem;
        padding: 10px 14px;
    }

    .btn_hambuger {
        height: 32px;
    }

    .btn_hambuger img {
        height: 100%;
    }

    /*end main*/
    .sec_slide_news .swiper-wrapper {
        padding: 8% 0 0 5%;
    }

    .sec_news .swiper-button-next i, .sec_news .swiper-button-prev i {
        font-size: 5rem;
    }

    /* =============================  end sec ===============================*/
    .sec_breadcrumb .list_breadcrumb {
        gap: 20px;
    }

    .sec_breadcrumb .list_breadcrumb * {
        font-size: 1.4rem;
    }

    .sec_breadcrumb .list_breadcrumb img {
        width: 18px;
    }

    .sec_main_mv {
        margin-top: 100px;
    }


    .sec_main_mv .ttl_main, .sec_main_mv .ttl_main .ttl_main_color {
        font-size: 4rem;
    }

    .sec_main_mv .ttl_sub {
        font-size: 1.8rem;
    }

    .sec_main_mv .wrap_btn_sys {
        padding: 20px 36px;
    }

    .wrap_btn_sys * {
        font-size: 1.4rem;
    }

    .wrap_img_main, .sec_main_mv #map {
        width: 100%;
        height: 200px;
        border-radius: 0;
    }

    /* =============================  end sec ===============================*/
    .ttl_main_sub {
        font-size: 2.8rem;
        padding-bottom: 14px;
    }

    .expectation_effect {
        margin-top: 100px;
    }

    /* =============================  end sec ===============================*/
    .wrap_effect_list {
        padding: 20px 0;
    }

    .wrap_effect_list .txt_effect {
        width: 15%;
        font-size: 1.6rem;
    }

    .wrap_effect_list .item_effect_list li {
        font-size: 1.4rem;
    }

    .wrap_effect_list .item_effect_list li:before {
        width: 6px;
        height: 6px;
        left: -4px;
    }


    /* =============================  end sec ===============================*/
    .wrap_erp_feature {
        margin-top: 100px;
    }

    .wrap_erp_feature .wrap_list_erp {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .wrap_erp_feature .wrap_list_erp .item_erp_feature {
        height: 200px;
    }


    .wrap_erp_feature .wrap_list_erp img {
        width: 80px;
    }

    .wrap_erp_feature .wrap_list_erp .ttl_main_erp {
        font-size: 1.6rem;
    }

    .wrap_erp_feature .wrap_list_erp .ttl_sub_erp {
        font-size: 1.2rem;
    }

    /* =============================  end sec ===============================*/
    .wrap_des_env .wrap_txt_env {
        flex-direction: column;
        align-items: flex-start !important;
        margin: 0 0 30px 0;
        gap: 5px;
    }

    .wrap_slt_env .wrap_des_env {
        padding: 20px;
    }

    .wrap_des_env .wrap_txt_env:last-child {
        margin-bottom: 0;
    }

    .wrap_des_env .ttl_env {
        width: 100%;
        font-size: 1.6rem;
    }

    .wrap_des_env .des_env {
        font-size: 1.4rem;
    }

    /* =============================  end sec ===============================*/
    .wrap_hoz_tab .wrap_header_tab {
        margin: 20px 0;
    }

    .wrap_hoz_tab .wrap_header_tab .box_header_tab {
        /*width: 100%;*/
        /*max-width: 1024px;*/
        /*min-width: 640px;*/
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrap_hoz_tab .wrap_header_tab button {
        font-size: 2rem;
        padding: 10px 20px;
    }

    .wrap_hoz_tab .wrap_flex_tab {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrap_hoz_tab .wrap_flex_tab .wrap_des_tab:not(:last-child):after {
        width: 14px;
        height: 20px;

    }

    .wrap_hoz_tab .wrap_flex_tab .wrap_des_tab:nth-child(even):after {
        display: none;
    }

    .wrap_hoz_tab .wrap_des_tab img {
        padding: 20px
    }

    .wrap_hoz_tab .wrap_des_tab .txt_location * {
        font-size: 1.4rem;
    }

    .wrap_hoz_tab .wrap_des_tab .txt_process {
        font-size: 1.8rem;
    }

    .wrap_hoz_tab .wrap_des_tab .txt_suss {
        font-size: 1.4rem;
    }

    /* =============================  end sec ===============================*/
    .wrap_slt_img img {
        height: auto;
    }

    /* =============================  end sec ===============================*/
    .wrap_ver_tab {
        flex-direction: column-reverse;
        gap: 25px;
        margin-bottom: 100px;
    }

    .wrap_ver_tab .wrap_header_tab {
        flex-direction: unset;
        max-width: unset;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .wrap_ver_tab .wrap_header_tab button {
        font-size: 2.4rem;
        padding: 0;
    }

    /* =============================  end sec ===============================*/
    .wrap_cold_chain .wrap_list_cc {
        gap: 60px 10px;
        flex-wrap: wrap;
        margin: 40px 0;
    }

    .wrap_cold_chain .des_cc {
        font-size: 2rem;
    }

    .wrap_cold_chain .ttl_cc {
        font-size: 1.6rem;
    }

    .wrap_cold_chain .wrap_des_cc img {
        width: 40px;
    }

    .wrap_cold_chain .wrap_img_cc {
        height: auto;
    }


    /* =============================  end sec ===============================*/
    .wrap_video {
        flex-direction: column;
        gap: 30px
    }

    .wrap_video .video_wrapper {
        width: 100%;
    }

    /* =============================  end sec ===============================*/
    .sec_contact_com {
        margin: 60px 0;
    }

    .wrap_contact_com.wrap_fl,
    .wrap_contact_com.wrap_fl .wrap_contact_phone {
        flex-wrap: wrap;
    }

    .wrap_contact_com img {
        display: none;
    }

    .wrap_contact_com.wrap_fl {
        gap: 12px;
    }

    .wrap_contact_com.wrap_fl .wrap_contact_phone {
        flex-direction: column;
        gap: 0;
    }

    .wrap_contact_com .wrap_time {
        font-size: 1.4rem;
        padding: 10px 12px;
        border-radius: 5px;
    }

    .wrap_contact_com.wrap_fl .txt_num {
        font-size: 1.2rem;
    }

    wrap_contact_com .wrap_num .phone_num {
        font-size: 2rem;
    }

    /* =============================  end sec ===============================*/
    .equipment {
        flex-direction: column;
    }

    .equipment__item--small {
        flex-direction: row;
    }

    .equipment__item--small .equipment__item {
        width: 50%;
    }

    .equipment__item--hide .hide {
        opacity: 0;
        display: block;
    }

    .equipment__item--info p {
        font-size: 16px;
    }


    /* =============================  end sec ===============================*/

    .wrap_inquiry .content-inner{
        padding: 0;
    }

    .wrap_inquiry .box_inquiry{
        border-radius: 0;
        height: 300px;
    }


    .wrap_inquiry .box_inquiry .ttl_main_inquiry {
        font-size: 2.8rem;
    }

    .wrap_inquiry .box_inquiry .ttl_sub_inquiry {
        font-size: 1.6rem;
    }

    .box_inquiry a {
        font-size: 1.4rem;
        padding : 10px 16px;
    }

    /* =============================  end sec ===============================*/


}
@media screen and (max-width: 550px) {
    .wrap_erp_feature .wrap_list_erp {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrap_real_img .wrap_grid_img {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}
@media screen and (max-width: 375px) {
    .sec_news .swiper-button-next i, .sec_news .swiper-button-prev i {
        font-size: 3.5rem;
    }

    .wrap_hoz_tab .wrap_flex_tab {
        /*grid-template-columns: repeat(1, 1fr);*/
    }

    .wrap_hoz_tab .wrap_flex_tab .wrap_des_tab:after {
        /*display: none;*/
    }
}
@media screen and (max-width: 361px) {

}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }

.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }

.ct-square:after {
    content: "";
    display: table;
    clear: both; }

.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }

.ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }

.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }

.ct-major-second:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }

.ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }

.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }

.ct-major-third:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }

.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }

.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }

.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }

.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }

.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }

.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }

.ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }

.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }

.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }

.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }

.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }

.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }

.ct-octave:after {
    content: "";
    display: table;
    clear: both; }

.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }

.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }

.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }

.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }

.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }

.ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }

.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed; }

.cal-month-view .cal-days {
  border: 1px solid #e1e1e1;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid #e1e1e1; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  background-color: #b94a48;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: darkred; }

.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important; }

.cal-month-view .cal-open-day-events {
  padding: 15px;
  color: white;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }

.cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    border: 1px solid #e1e1e1;
    padding-left: 70px; }

.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }

.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }

.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px #e1e1e1; }

.cal-week-view .cal-event {
    font-size: 12px;
    background-color: #d1e8ff;
    border: 1px solid #1e90ff;
    color: #1e90ff; }

.cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }

.cal-week-view .cal-all-day-events {
    border: solid 1px #e1e1e1;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }

.cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }

.cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }

.cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }

.cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }

.cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }

.cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }

.cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }

.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }

.cal-week-view .cal-drag-active * {
      pointer-events: none; }

.cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px #e1e1e1;
    border-top: 0;
    -js-display: flex;
    display: flex; }

.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
        background-color: #ededed; }

.cal-week-view .cal-time-events .cal-day-column {
      position: relative; }

.cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }

.cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }

.cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }

.cal-week-view .cal-hour-odd {
    background-color: #fafafa; }

.cal-week-view .cal-hour-segment {
    position: relative; }

.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }

.cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }

.cal-week-view .cal-draggable {
    cursor: move; }

.cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }

.cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e1e1; }

.cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }

.cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px #e1e1e1;
    overflow-x: scroll;
    position: relative; }

.cal-day-view .cal-hour:nth-child(odd) {
    background-color: #fafafa; }

.cal-day-view mwl-calendar-day-view-hour-segment,
  .cal-day-view .cal-hour-segment {
    display: block; }

.cal-day-view .cal-hour-segment::after {
    content: '\00a0'; }

.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e1e1; }

.cal-day-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }

.cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }

.cal-day-view .cal-hour-segment:hover,
  .cal-day-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }

.cal-day-view .cal-drag-active .cal-hour-segment {
    pointer-events: none; }

.cal-day-view .cal-event-container {
    position: absolute;
    cursor: pointer; }

.cal-day-view .cal-event-container.resize-active {
      z-index: 1;
      pointer-events: none; }

.cal-day-view .cal-event {
    padding: 5px;
    font-size: 12px;
    background-color: #d1e8ff;
    border: 1px solid #1e90ff;
    color: #1e90ff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%; }

.cal-day-view .cal-all-day-events > * {
    cursor: pointer; }

.cal-day-view .cal-draggable {
    cursor: move; }

.cal-day-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.cal-day-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-day-view .cal-drag-active {
    z-index: 1; }

.cal-day-view .cal-drag-active * {
      pointer-events: none; }

.cal-day-view .cal-resize-handle {
    width: 100%;
    height: 4px;
    cursor: row-resize;
    position: absolute; }

.cal-day-view .cal-resize-handle.cal-resize-handle-after-end {
      bottom: 0; }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.switch.switch-small {
  min-width: 33px; }

.switch.switch-medium {
  min-width: 50px; }

.switch.switch-large {
  min-width: 60px; }

.switch.switch-small > .switch-pane > span {
  font-size: 9px; }

.switch.switch-medium > .switch-pane > span {
  font-size: 16px; }

.switch.switch-large > .switch-pane > span {
  font-size: 16px; }

.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap; }

.switch small {
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: calc(100% - 30px);
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

.switch.switch-small {
    height: 20px;
    border-radius: 20px; }

.switch.switch-small small {
      width: 20px;
      height: 20px;
      right: calc(100% - 20px); }

.switch.switch-small > .switch-pane > span {
      line-height: 20px; }

.switch.switch-small > .switch-pane .switch-label-checked {
      padding-right: 25px;
      padding-left: 10px; }

.switch.switch-small > .switch-pane .switch-label-unchecked {
      padding-left: 25px;
      padding-right: 10px; }

.switch.switch-medium {
    height: 30px;
    border-radius: 30px; }

.switch.switch-medium small {
      width: 30px;
      height: 30px;
      right: calc(100% - 30px); }

.switch.switch-medium > .switch-pane > span {
      line-height: 30px; }

.switch.switch-medium > .switch-pane .switch-label-checked {
      padding-right: 35px;
      padding-left: 15px; }

.switch.switch-medium > .switch-pane .switch-label-unchecked {
      padding-left: 35px;
      padding-right: 15px; }

.switch.switch-large {
    height: 40px;
    border-radius: 40px; }

.switch.switch-large small {
      width: 40px;
      height: 40px;
      right: calc(100% - 40px); }

.switch.switch-large > .switch-pane > span {
      line-height: 40px; }

.switch.switch-large > .switch-pane .switch-label-checked {
      padding-right: 45px;
      padding-left: 20px; }

.switch.switch-large > .switch-pane .switch-label-unchecked {
      padding-left: 45px;
      padding-right: 20px; }

.switch.checked {
    background: #64bd63; }

.switch.checked small {
      right: 0;
      left: auto; }

.switch.checked .switch-pane {
      top: 0; }

.switch.checked .switch-pane .switch-label-checked {
        opacity: 1; }

.switch.checked .switch-pane .switch-label-unchecked {
        opacity: 0; }

.switch.disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.switch .switch-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    justify-content: flex-start;
    align-items: center;
    top: -100%;
    position: relative;
    pointer-events: none; }

.switch .switch-pane > span {
      display: block;
      min-height: 100%; }

.switch .switch-pane .switch-label {
      color: black; }

.switch .switch-pane .switch-label-checked {
        opacity: 0; }

.switch .switch-pane .switch-label-unchecked {
        opacity: 1; }

.switch.loading {
    background-color: #f1f1f1; }

.switch.loading small {
      background-color: transparent;
      border: none;
      box-shadow: none;
      right: 50%;
      transform: translateX(50%); }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }
  .ct-area, .ct-line {
  pointer-events: none; }
  /*# sourceMappingURL=chartist-plugin-tooltip.css.map */

/*
bootstrap table theme
*/
.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 13px; }
.ngx-datatable.bootstrap .datatable-header {
    height: unset !important; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
      vertical-align: bottom;
      padding: 0.75rem;
      border-bottom: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
        line-height: 24px; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
    vertical-align: top;
    border-top: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
      background-color: rgba(0, 0, 0, 0.05); }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
      background-color: #1483ff;
      color: #fff; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
      padding: 0.75rem;
      text-align: left;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-body .empty-row {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0; }
.ngx-datatable.bootstrap .datatable-footer {
    background: #424242;
    color: #ededed;
    margin-top: -1px; }
.ngx-datatable.bootstrap .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
      margin: 0 10px;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
        margin: 10px 0px; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a, .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
          background-color: #545454;
          font-weight: bold; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0;
        border-radius: 3px;
        margin: 0 3px;
        text-align: center;
        vertical-align: top;
        text-decoration: none;
        vertical-align: bottom;
        color: #ededed; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 18px;
        line-height: 27px;
        padding: 0 3px; }
.ngx-datatable.bootstrap .datatable-summary-row .datatable-body-row .datatable-body-cell {
    font-weight: bold; }

@charset "UTF-8";
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #3f51b5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #3f51b5;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ff4081;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(63, 81, 181, 0.3);
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff4081;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #3f51b5;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill::after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff4081;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #3f51b5;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ff4081;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ff4081;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #ff4081;
}
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1e9ff2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff4961;
  --orange: #ff9149;
  --yellow: #ffc107;
  --green: #28d094;
  --teal: #20c997;
  --cyan: #666ee8;
  --white: #fff;
  --gray: #6b6f82;
  --gray-dark: #464855;
  --primary: #666ee8;
  --secondary: #6b6f82;
  --success: #28d094;
  --info: #1e9ff2;
  --warning: #ff9149;
  --danger: #ff4961;
  --light: #babfc7;
  --dark: #464855;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Quicksand", Georgia, "Times New Roman", Times, serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  text-align: left;
  background-color: #F4F5FA;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #5059e5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1e29ca;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6b6f82;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #464855;
}
h1, .h1 {
  font-size: 3.2rem;
}
h3, .h3 {
  font-size: 2.416rem;
}
h4, .h4 {
  font-size: 2.112rem;
}
h5, .h5 {
  font-size: 1.824rem;
}
h6, .h6 {
  font-size: 1.6rem;
}
.lead {
  font-size: 2rem;
  font-weight: 400;
}
.display-1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6b6f82;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #F4F5FA;
  border: 1px solid #626e82;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6b6f82;
}
code {
  font-size: 87.5%;
  color: #F74B5C;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #f2f3f5;
  border-radius: 0.21rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #6b6f82;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.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;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #6b6f82;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #626e82;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #626e82;
}
.table tbody + tbody {
  border-top: 2px solid #626e82;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #626e82;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #626e82;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}
.table-hover tbody tr:hover {
  color: #6b6f82;
  background-color: rgba(245, 247, 250, 0.5);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d6f9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afb4f3;
}
.table-hover .table-primary:hover {
  background-color: #bec1f6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bec1f6;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d7dc;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b2b4be;
}
.table-hover .table-secondary:hover {
  background-color: #c8cad0;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cad0;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3f2e1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fe7c7;
}
.table-hover .table-success:hover {
  background-color: #aeedd7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aeedd7;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c0e4fb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8acdf8;
}
.table-hover .table-info:hover {
  background-color: #a8daf9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a8daf9;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe0cc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc6a0;
}
.table-hover .table-warning:hover {
  background-color: #ffd1b3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd1b3;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffccd3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffa0ad;
}
.table-hover .table-danger:hover {
  background-color: #ffb3bd;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb3bd;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #ecedef;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #dbdee2;
}
.table-hover .table-light:hover {
  background-color: #dee0e3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dee0e3;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cbcccf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9fa0a7;
}
.table-hover .table-dark:hover {
  background-color: #bebfc3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bebfc3;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(245, 247, 250, 0.5);
}
.table-hover .table-active:hover {
  background-color: rgba(228, 233, 242, 0.5);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(228, 233, 242, 0.5);
}
.table .thead-dark th {
  color: #fff;
  background-color: #464855;
  border-color: #575a6a;
}
.table .thead-light th {
  color: #4e5154;
  background-color: #98a4b8;
  border-color: #626e82;
}
.table-dark {
  color: #fff;
  background-color: #464855;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #575a6a;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #4e5154;
  background-color: #fff;
  border-color: #1e9ff2;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #babfc7;
  opacity: 1;
}
.form-control::placeholder {
  color: #babfc7;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #98a4b8;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #4e5154;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}
.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 2rem;
  line-height: 1.25;
}
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.4rem;
  line-height: 1;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #6b6f82;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(2.4rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.21rem;
}
.form-control-lg {
  height: calc(1.25em + 2rem + 2px);
  padding: 1rem 1.25rem;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6b6f82;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28d094;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #2a2e30;
  background-color: rgba(40, 208, 148, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28d094;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328d094' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.375rem);
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 1.5rem);
  background-position: top calc(0.3125em + 0.375rem) right calc(0.3125em + 0.375rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28d094;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328d094' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28d094;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28d094;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28d094;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #4eddaa;
  background-color: #4eddaa;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28d094;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28d094;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28d094;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4961;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #fff;
  background-color: rgba(255, 73, 97, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff4961;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4961' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff4961' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.375rem);
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 1.5rem);
  background-position: top calc(0.3125em + 0.375rem) right calc(0.3125em + 0.375rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff4961;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4961' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff4961' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4961;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4961;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4961;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7c8d;
  background-color: #ff7c8d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4961;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4961;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4961;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #6b6f82;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1.6rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #6b6f82;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #454ee3;
  border-color: #3a44e1;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 132, 235, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3a44e1;
  border-color: #2f39e0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 132, 235, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a5d6d;
  border-color: #545766;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 133, 149, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545766;
  border-color: #4e515f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 133, 149, 0.5);
}
.btn-success {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-success:hover {
  color: #fff;
  background-color: #22b07d;
  border-color: #20a576;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 184, 133, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20a576;
  border-color: #1e9b6e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 184, 133, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-info:hover {
  color: #fff;
  background-color: #0d8bdd;
  border-color: #0c84d1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 173, 244, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c84d1;
  border-color: #0b7cc5;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 173, 244, 0.5);
}
.btn-warning {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-warning:hover {
  color: #2a2e30;
  background-color: #ff7a23;
  border-color: #ff7216;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 130, 69, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7216;
  border-color: #ff6a09;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 130, 69, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff2340;
  border-color: #ff1635;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 121, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1635;
  border-color: #ff092a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 121, 0.5);
}
.btn-light {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-light:hover {
  color: #2a2e30;
  background-color: #a5abb6;
  border-color: #9ea5b0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2a2e30;
  background-color: #9ea5b0;
  border-color: #979eaa;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-dark:hover {
  color: #fff;
  background-color: #353640;
  border-color: #2f3039;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 99, 111, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f3039;
  border-color: #292a32;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 99, 111, 0.5);
}
.btn-outline-primary {
  color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #666ee8;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}
.btn-outline-secondary {
  color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6b6f82;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6f82;
  border-color: #6b6f82;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}
.btn-outline-success {
  color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:hover {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28d094;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #2a2e30;
  background-color: #28d094;
  border-color: #28d094;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}
.btn-outline-info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1e9ff2;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}
.btn-outline-warning {
  color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:hover {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9149;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2a2e30;
  background-color: #ff9149;
  border-color: #ff9149;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}
.btn-outline-danger {
  color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff4961;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4961;
  border-color: #ff4961;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
.btn-outline-light {
  color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:hover {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #babfc7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2a2e30;
  background-color: #babfc7;
  border-color: #babfc7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}
.btn-outline-dark {
  color: #464855;
  border-color: #464855;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #464855;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #464855;
  border-color: #464855;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #5059e5;
  text-decoration: none;
}
.btn-link:hover {
  color: #1e29ca;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6b6f82;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.25rem;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.21rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #6b6f82;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #98a4b8;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2a2e30;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2122;
  text-decoration: none;
  background-color: #F4F5FA;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #666ee8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6b6f82;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6b6f82;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #2a2e30;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  text-align: center;
  white-space: nowrap;
  background-color: #F4F5FA;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.25em + 2rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.25rem;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(2.4rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.21rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 2.32rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #666ee8;
  background-color: #666ee8;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1e9ff2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6b6f82;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #98a4b8;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.66rem;
  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.66rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #666ee8;
  background-color: #666ee8;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.66rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 110, 232, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23464855' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #1e9ff2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(30, 159, 242, 0.5);
}
.custom-select:focus::-ms-value {
  color: #4e5154;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6b6f82;
  background-color: #98a4b8;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(2.4rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.4rem;
}
.custom-select-lg {
  height: calc(1.25em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 2rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.25em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1e9ff2;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #98a4b8;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  border: 1px solid #babfc7;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.25em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.25;
  color: #4e5154;
  content: "Browse";
  background-color: #F4F5FA;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F4F5FA, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #666ee8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #626e82;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #666ee8;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #626e82;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #666ee8;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #626e82;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #626e82;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6b6f82;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #babfc7;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #98a4b8 #98a4b8 #babfc7;
}
.nav-tabs .nav-link.disabled {
  color: #6b6f82;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4e5154;
  background-color: #F4F5FA;
  border-color: #626e82 #626e82 #F4F5FA;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #666ee8;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.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-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #464855;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #464855;
}
.navbar-light .navbar-nav .nav-link {
  color: #6b6f82;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #626e82;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #F4F5FA;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #464855;
}
.navbar-light .navbar-toggler {
  color: #6b6f82;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%236b6f82' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #6b6f82;
}
.navbar-light .navbar-text a {
  color: #464855;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #464855;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.35rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
  font-size: 1.7rem !important;
}
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.35rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #98a4b8;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6b6f82;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6b6f82;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5059e5;
  background-color: #fff;
  border: 1px solid #626e82;
}
.page-link:hover {
  z-index: 2;
  color: #1e29ca;
  text-decoration: none;
  background-color: #F4F5FA;
  border-color: #626e82;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.page-item.disabled .page-link {
  color: #6b6f82;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #626e82;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.25;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.21rem;
  border-bottom-left-radius: 0.21rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.21rem;
  border-bottom-right-radius: 0.21rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.4em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #666ee8;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3a44e1;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 110, 232, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6b6f82;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545766;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 111, 130, 0.5);
}
.badge-success {
  color: #2a2e30;
  background-color: #28d094;
}
a.badge-success:hover, a.badge-success:focus {
  color: #2a2e30;
  background-color: #20a576;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #1e9ff2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0c84d1;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}
.badge-warning {
  color: #2a2e30;
  background-color: #ff9149;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #2a2e30;
  background-color: #ff7216;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ff4961;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff1635;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
.badge-light {
  color: #2a2e30;
  background-color: #babfc7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #2a2e30;
  background-color: #9ea5b0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #464855;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #2f3039;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 72, 85, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #98a4b8;
  border-radius: 0.35rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  color: inherit;
}
.alert-primary {
  color: #353979;
  background-color: #e0e2fa;
  border-color: #d4d6f9;
}
.alert-primary hr {
  border-top-color: #bec1f6;
}
.alert-primary .alert-link {
  color: #252856;
}
.alert-secondary {
  color: #383a44;
  background-color: #e1e2e6;
  border-color: #d6d7dc;
}
.alert-secondary hr {
  border-top-color: #c8cad0;
}
.alert-secondary .alert-link {
  color: #212228;
}
.alert-success {
  color: #156c4d;
  background-color: #d4f6ea;
  border-color: #c3f2e1;
}
.alert-success hr {
  border-top-color: #aeedd7;
}
.alert-success .alert-link {
  color: #0d412f;
}
.alert-info {
  color: #10537e;
  background-color: #d2ecfc;
  border-color: #c0e4fb;
}
.alert-info hr {
  border-top-color: #a8daf9;
}
.alert-info .alert-link {
  color: #0a3551;
}
.alert-warning {
  color: #854b26;
  background-color: #ffe9db;
  border-color: #ffe0cc;
}
.alert-warning hr {
  border-top-color: #ffd1b3;
}
.alert-warning .alert-link {
  color: #5d351b;
}
.alert-danger {
  color: #852632;
  background-color: #ffdbdf;
  border-color: #ffccd3;
}
.alert-danger hr {
  border-top-color: #ffb3bd;
}
.alert-danger .alert-link {
  color: #5d1b23;
}
.alert-light {
  color: #616367;
  background-color: #f1f2f4;
  border-color: #ecedef;
}
.alert-light hr {
  border-top-color: #dee0e3;
}
.alert-light .alert-link {
  color: #484a4d;
}
.alert-dark {
  color: #24252c;
  background-color: #dadadd;
  border-color: #cbcccf;
}
.alert-dark hr {
  border-top-color: #bebfc3;
}
.alert-dark .alert-link {
  color: #0d0d10;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #EEE;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #666ee8;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #4e5154;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4e5154;
  text-decoration: none;
  background-color: #F4F5FA;
}
.list-group-item-action:active {
  color: #6b6f82;
  background-color: #98a4b8;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #E4E7ED;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6b6f82;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #353979;
  background-color: #d4d6f9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #353979;
  background-color: #bec1f6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #353979;
  border-color: #353979;
}
.list-group-item-secondary {
  color: #383a44;
  background-color: #d6d7dc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383a44;
  background-color: #c8cad0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383a44;
  border-color: #383a44;
}
.list-group-item-success {
  color: #156c4d;
  background-color: #c3f2e1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #156c4d;
  background-color: #aeedd7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #156c4d;
  border-color: #156c4d;
}
.list-group-item-info {
  color: #10537e;
  background-color: #c0e4fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #10537e;
  background-color: #a8daf9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #10537e;
  border-color: #10537e;
}
.list-group-item-warning {
  color: #854b26;
  background-color: #ffe0cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854b26;
  background-color: #ffd1b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854b26;
  border-color: #854b26;
}
.list-group-item-danger {
  color: #852632;
  background-color: #ffccd3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852632;
  background-color: #ffb3bd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852632;
  border-color: #852632;
}
.list-group-item-light {
  color: #616367;
  background-color: #ecedef;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #616367;
  background-color: #dee0e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #616367;
  border-color: #616367;
}
.list-group-item-dark {
  color: #24252c;
  background-color: #cbcccf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #24252c;
  background-color: #bebfc3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #24252c;
  border-color: #24252c;
}
.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6b6f82;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #626e82;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.45;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #626e82;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.35rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #464855;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #6b6f82;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #666ee8 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3a44e1 !important;
}
.bg-secondary {
  background-color: #6b6f82 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545766 !important;
}
.bg-success {
  background-color: #28d094 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #20a576 !important;
}
.bg-info {
  background-color: #1e9ff2 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c84d1 !important;
}
.bg-warning {
  background-color: #ff9149 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff7216 !important;
}
.bg-danger {
  background-color: #ff4961 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1635 !important;
}
.bg-light {
  background-color: #babfc7 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #9ea5b0 !important;
}
.bg-dark {
  background-color: #464855 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2f3039 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #626e82 !important;
}
.border-top {
  border-top: 1px solid #626e82 !important;
}
.border-right {
  border-right: 1px solid #626e82 !important;
}
.border-bottom {
  border-bottom: 1px solid #626e82 !important;
}
.border-left {
  border-left: 1px solid #626e82 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #666ee8 !important;
}
.border-secondary {
  border-color: #6b6f82 !important;
}
.border-success {
  border-color: #28d094 !important;
}
.border-info {
  border-color: #1e9ff2 !important;
}
.border-warning {
  border-color: #ff9149 !important;
}
.border-danger {
  border-color: #ff4961 !important;
}
.border-light {
  border-color: #babfc7 !important;
}
.border-dark {
  border-color: #464855 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.21rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.35rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-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-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-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-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-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-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-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-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1038;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1038;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1,
.my-1 {
  margin-top: 1rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 1.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3,
.my-3 {
  margin-top: 3rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 3.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 3.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 3.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 3.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 3.5rem !important;
}
.m-5 {
  margin: 4rem !important;
}
.mt-5,
.my-5 {
  margin-top: 4rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 4rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}
.pr-1,
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 1.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 3rem !important;
}
.pr-3,
.px-3 {
  padding-right: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}
.pl-3,
.px-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 3.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 3.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 3.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 3.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 3.5rem !important;
}
.p-5 {
  padding: 4rem !important;
}
.pt-5,
.py-5 {
  padding-top: 4rem !important;
}
.pr-5,
.px-5 {
  padding-right: 4rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}
.pl-5,
.px-5 {
  padding-left: 4rem !important;
}
.m-n1 {
  margin: -1rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}
.m-n2 {
  margin: -1.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important;
}
.m-n3 {
  margin: -3rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}
.m-n4 {
  margin: -3.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -3.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -3.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -3.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -3.5rem !important;
}
.m-n5 {
  margin: -4rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -4rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 1rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }

  .m-sm-2 {
    margin: 1.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.5rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 3rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3rem !important;
  }

  .m-sm-4 {
    margin: 3.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 3.5rem !important;
  }

  .m-sm-5 {
    margin: 4rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 4rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 4rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 1rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }

  .p-sm-2 {
    padding: 1.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.5rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 3rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 3rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 3rem !important;
  }

  .p-sm-4 {
    padding: 3.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 3.5rem !important;
  }

  .p-sm-5 {
    padding: 4rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 4rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 4rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 4rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

  .m-sm-n2 {
    margin: -1.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n3 {
    margin: -3rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3rem !important;
  }

  .m-sm-n4 {
    margin: -3.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n5 {
    margin: -4rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -4rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -4rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-2 {
    margin: 1.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 1.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.5rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 3rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 3rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 3rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 3rem !important;
  }

  .m-md-4 {
    margin: 3.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 3.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 3.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 3.5rem !important;
  }

  .m-md-5 {
    margin: 4rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 4rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 4rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 4rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 4rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-2 {
    padding: 1.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 1.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.5rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 3rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 3rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 3rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 3rem !important;
  }

  .p-md-4 {
    padding: 3.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 3.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 3.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 3.5rem !important;
  }

  .p-md-5 {
    padding: 4rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 4rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 4rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 4rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 4rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

  .m-md-n2 {
    margin: -1.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.5rem !important;
  }

  .m-md-n3 {
    margin: -3rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3rem !important;
  }

  .m-md-n4 {
    margin: -3.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -3.5rem !important;
  }

  .m-md-n5 {
    margin: -4rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -4rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -4rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-2 {
    margin: 1.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.5rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 3rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3rem !important;
  }

  .m-lg-4 {
    margin: 3.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 3.5rem !important;
  }

  .m-lg-5 {
    margin: 4rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 4rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 4rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-2 {
    padding: 1.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.5rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 3rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 3rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 3rem !important;
  }

  .p-lg-4 {
    padding: 3.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 3.5rem !important;
  }

  .p-lg-5 {
    padding: 4rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 4rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 4rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 4rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

  .m-lg-n2 {
    margin: -1.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n3 {
    margin: -3rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3rem !important;
  }

  .m-lg-n4 {
    margin: -3.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n5 {
    margin: -4rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -4rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -4rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-2 {
    margin: 1.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.5rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 3rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3rem !important;
  }

  .m-xl-4 {
    margin: 3.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 3.5rem !important;
  }

  .m-xl-5 {
    margin: 4rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 4rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-2 {
    padding: 1.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.5rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 3rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 3rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 3rem !important;
  }

  .p-xl-4 {
    padding: 3.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 3.5rem !important;
  }

  .p-xl-5 {
    padding: 4rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 4rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 4rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 4rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

  .m-xl-n2 {
    margin: -1.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3rem !important;
  }

  .m-xl-n4 {
    margin: -3.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n5 {
    margin: -4rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -4rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #666ee8 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #232fde !important;
}
.text-secondary {
  color: #6b6f82 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #484b58 !important;
}
.text-success {
  color: #28d094 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1c9066 !important;
}
.text-info {
  color: #1e9ff2 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0b75b9 !important;
}
.text-warning {
  color: #ff9149 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #fc6300 !important;
}
.text-danger {
  color: #ff4961 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #fc0021 !important;
}
.text-light {
  color: #babfc7 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #9098a5 !important;
}
.text-dark {
  color: #464855 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #23242b !important;
}
.text-body {
  color: #6b6f82 !important;
}
.text-muted {
  color: #6b6f82 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
  width: 100%;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #626e82 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #626e82;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #626e82;
  }
}
a:focus {
  outline: none;
}
.font-small-1 {
  font-size: 0.7rem !important;
}
.font-small-2 {
  font-size: 0.8rem !important;
}
.font-small-3 {
  font-size: 0.9rem !important;
}
.font-medium-1 {
  font-size: 1.1rem !important;
}
.font-medium-2 {
  font-size: 1.2rem !important;
}
.font-medium-3 {
  font-size: 1.3rem !important;
}
.font-medium-4 {
  font-size: 1.4rem !important;
}
.font-medium-5 {
  font-size: 1.5rem !important;
}
.font-large-1 {
  font-size: 2rem !important;
}
.font-large-2 {
  font-size: 3rem !important;
}
.font-large-3 {
  font-size: 4rem !important;
}
.font-large-4 {
  font-size: 5rem !important;
}
.font-large-5 {
  font-size: 6rem !important;
}
.text-bold-300 {
  font-weight: 300;
}
.text-bold-400 {
  font-weight: 400;
}
.text-bold-500 {
  font-weight: 500;
}
.text-bold-600 {
  font-weight: 600;
}
.text-bold-700 {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-highlight {
  padding: 4px 6px;
}
ol li, ul li, dl li {
  line-height: 1.8;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #F74B5C;
  background-color: #f2f3f5;
  border-radius: 0.25rem;
}
pre {
  background-color: #f7f7f9;
}
pre code {
  background-color: transparent !important;
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}
.example-container {
  width: 800px;
  width: 100%;
  padding-right: 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.6666666667%;
    max-width: 66.6666666667%;
  }
}
.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.3333333333%;
    max-width: 33.3333333333%;
  }
}
.table-white-space th, .table-white-space td {
  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 th, .table-bordered td {
  border: 1px solid #e3ebf3;
}
.table th, .table td {
  border-bottom: 1px solid #e3ebf3;
}
.table-bordered {
  border: 1px solid #e3ebf3;
}
.table-inverse {
  color: #eceeef;
  background-color: #00A5A8;
}
.table.table-column th, .table.table-column td {
  border: none;
  border-left: 1px solid #e3ebf3;
}
.table.table-column th:first-child, .table.table-column td:first-child {
  border-left: none;
}
.table.table-xl th, .table.table-xl td {
  padding: 1.25rem 2rem;
}
.table.table-lg th, .table.table-lg td {
  padding: 0.9rem 2rem;
}
.table.table-de th, .table.table-de td {
  padding: 0.75rem 2rem;
}
.table.table-sm th, .table.table-sm td {
  padding: 0.6rem 2rem;
}
.table.table-xs th, .table.table-xs td {
  padding: 0.4rem 2rem;
}
/*
* Table sizing
*/
.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;
}
.handsontable .ht_master .wtHolder {
  width: auto !important;
  height: auto !important;
}
#hot-display-license-info {
  display: none;
}
form {
  /* .form-body{
      overflow: hidden;
  } */
}
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 {
  /* Firefox 18- */
  color: #aeb5da;
}
form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  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 #2c343b;
}
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: white;
}
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: 0.15rem;
  left: 0;
}
form .custom-control-indicator + .custom-control-description {
  margin-left: 1rem;
}
select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}
/*Bootstrap Enhance */
.custom-checkbox {
  margin-bottom: 0;
}
.custom-checkbox .custom-control-input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 159, 242, 0.5);
}
.custom-checkbox input:disabled:checked ~ .custom-control-indicator {
  opacity: 0.5;
}
.custom-checkbox input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
}
.custom-control-input > input:focus ~ .custom-control-indicator {
  padding: 0.51rem;
}
.custom-control-indicator {
  width: 1.1rem;
  height: 1.075rem;
  line-height: 1.05rem;
  top: 0.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: 0.4rem 1rem;
}
.custom-control {
  min-height: auto;
}
.checkbox-input-group .input-group .skin.skin-square, .checkbox-input-group .input-group .skin-polaris.skin, .radio-input-group .input-group .skin.skin-square, .radio-input-group .input-group .skin-polaris.skin {
  height: 16px;
  width: 22px;
}
.checkbox-input-group .input-group .skin.skin-square .icheckbox_square-red, .checkbox-input-group .input-group .skin-polaris.skin .icheckbox_square-red, .radio-input-group .input-group .skin.skin-square .icheckbox_square-red, .radio-input-group .input-group .skin-polaris.skin .icheckbox_square-red {
  top: -3px;
}
.checkbox-input-group .input-group .skin.skin-square .iradio_polaris, .checkbox-input-group .input-group .skin-polaris.skin .iradio_polaris, .radio-input-group .input-group .skin.skin-square .iradio_polaris, .radio-input-group .input-group .skin-polaris.skin .iradio_polaris {
  top: -7px;
}
.switchery-input-group .input-group .input-group-text {
  padding: 0.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:focus, .btn.focus, .btn:active, .btn.active {
  outline: none;
  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, .btn.btn-social-icon {
  padding: 0.7rem 0.25rem 0.85rem 3.75rem;
}
.btn-min-width {
  min-width: 8.5rem;
}
.color-box {
  width: 100%;
  height: 2.75rem;
  border-radius: 0.25rem;
}
.btn-float {
  padding: 15px;
  white-space: normal;
  box-shadow: 0 6px 10px rgba(0, 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 a[data-toggle=collapse]:after {
  position: absolute;
  top: 48%;
  right: 20px;
  margin-top: -8px;
  font-family: "feather";
  content: "−";
  transition: all 300ms linear 0s;
}
.collapse-icon a[data-toggle=collapse]:before {
  position: absolute;
  top: 48%;
  right: 20px;
  margin-top: -8px;
  font-family: "feather";
  content: "+";
  transition: all 300ms linear 0s;
}
.collapse-icon.left a {
  padding-left: 28px;
}
.collapse-icon.left a:before, .collapse-icon.left a:after {
  left: 20px;
  right: auto;
}
.collapse-icon a[aria-expanded=true]:before {
  opacity: 0;
}
.collapse-icon a[aria-expanded=false]:after {
  opacity: 0;
}
.collapse-icon.accordion-icon-rotate a[aria-expanded=true]:before {
  transform: rotate(180deg);
}
.collapse-icon.accordion-icon-rotate a[aria-expanded=false]:after {
  transform: rotate(-180deg);
}
.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:after {
  margin-top: -16px;
}
.header-navbar .navbar-container .mega-dropdown-menu .collapse-icon a[data-toggle=collapse]:before {
  margin-top: -16px;
}
.dropdown.dropdown-demo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu {
  border: 1px solid #E4E5EC;
  border-radius: 0.35rem;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.2s linear;
  margin: -0.1rem 0 0;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
  min-width: 11rem;
}
.dropdown .dropdown-menu .dropdown-header {
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #626e82;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  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: 0.5rem;
}
.dropdown .dropdown-menu {
  border: 1px solid #E4E5EC;
  border-radius: 0.35rem;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.2s linear;
  margin: -0.1rem 0 0;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2) !important;
  min-width: 11rem;
}
.dropdown .dropdown-menu .dropdown-header {
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #626e82;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
  color: #fff;
}
.show > .dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
  display: block;
}
.dropdown-toggle::after {
  font-size: 0.8rem;
  font-family: "LineAwesome";
  content: "" !important;
  border: none !important;
  position: relative;
  top: 0px;
  right: 0px;
  padding: 0 2px 0 6px;
  margin: 0 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: 0.85rem;
  right: 2px;
}
.navbar-horizontal .dropdown-toggle::after {
  top: 14px !important;
}
.dropdown-menu-right {
  right: 0;
}
.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu .dropdown-submenu {
  position: relative;
}
.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.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: "" !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: #cccccc;
}
.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: "" !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: 0.86rem;
  line-height: 1.67;
}
.dropdown-item.buttons-columnVisibility.active {
  color: #000;
}
.drilldown-menu .dropdown-item.active.hover, .drilldown-menu .dropdown-item.active:hover, .drilldown-menu .dropdown-item:active.hover, .drilldown-menu .dropdown-item:active:hover {
  color: #fff;
}
.selectBox-arrow-light .selectboxit-default-arrow {
  border-top-color: #fff;
}
.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::before,
.navbar-dark .hamburger-inner::after {
  background-color: #fff;
}
.header-navbar {
  padding: 0px;
  min-height: 6.5rem;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  transition: 300ms ease all;
  /* For sm screen*/
}
.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: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
}
.header-navbar.navbar-without-dd-arrow .nav-link.dropdown-toggle::after {
  display: none;
}
.header-navbar.navbar-brand-center .navbar-header {
  width: 192px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, 0);
  z-index: 999;
}
.header-navbar .navbar-header {
  height: 100%;
  width: 260px;
  height: 6.6rem;
  float: left;
  position: relative;
  padding: 0rem 0.85rem;
  transition: 300ms ease all;
}
.header-navbar .navbar-header .navbar-brand {
  padding: 18px 0px;
  margin-right: 0;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 36px;
}
.header-navbar .navbar-header .navbar-brand .brand-text {
  display: inline;
  padding-left: 6px;
  font-weight: 500;
  vertical-align: middle;
}
.header-navbar .navbar-container {
  padding: 0rem 18px;
  height: 6.5rem;
  transition: 300ms ease all;
  background: inherit;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
  padding: 1.9rem 1rem;
  font-size: 1.15rem;
}
.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
  margin-right: 0.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: 0.4rem;
  margin-left: 0.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: 0.5rem;
  width: 36px;
}
.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
  padding: 1.7rem 1rem 1.7rem 1rem;
}
.header-navbar .navbar-container ul.nav li div.input-group {
  padding: 0.7rem 1rem;
}
.header-navbar .navbar-container ul.nav li i.ficon {
  font-size: 1.5rem;
}
.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: 0.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: 0rem;
}
@media (max-width: 767.98px) {
  .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .header-navbar .navbar-header .menu-toggle {
    top: 2px;
    position: relative;
  }
  .header-navbar .navbar-header .open-navbar-container i {
    font-size: 1.8rem;
  }
  .header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .header-navbar.navbar-with-menu .navbar-container {
    width: 100%;
    display: table;
    background: #fff;
    padding: 0rem 1rem;
    margin: 0;
    height: auto;
  }
}
/* Modern menu For md screen*/
@media (max-width: 991.98px) {
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .menu-toggle {
    top: 2px;
    position: relative;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .open-navbar-container i {
    font-size: 1.8rem;
  }
  [data-menu=vertical-menu-modern] .header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  [data-menu=vertical-menu-modern] .header-navbar.navbar-with-menu .navbar-container {
    width: 100%;
    display: table;
    background: #fff;
    padding: 0rem 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 .open-navbar-container,
[data-menu=vertical-menu-modern] .navbar-header .navbar-nav .nav-menu-main {
    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, 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 .form-control,
.navbar-dark .nav-search .btn-secondary {
  color: #fff;
  background: #2c343b;
}
.navbar-dark .navbar-nav li {
  line-height: 1;
}
.navbar-dark .navbar-nav .active.nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-dark .navbar-nav .disabled.nav-link {
  color: #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, 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, 0.03);
}
.navbar-semi-light .navbar-nav .disabled.nav-link {
  color: #6b6f82;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown .dropdown-menu {
  display: flex;
}
.navigation-main .mega-dropdown-menu,
.navbar-nav .mega-dropdown-menu {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: calc(100% - 50px);
  padding: 0.5rem 0;
  /* fallback if needed */
  margin: 0px 25px;
  box-shadow: none;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
  z-index: 9999;
}
.navigation-main .mega-dropdown-menu ul,
.navbar-nav .mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.navigation-main .mega-dropdown-menu ul li,
.navbar-nav .mega-dropdown-menu ul li {
  list-style: none;
}
.navigation-main .mega-dropdown-menu ul li a,
.navbar-nav .mega-dropdown-menu ul li a {
  display: block;
  color: #464855;
}
.navigation-main .mega-dropdown-menu ul li a.dropdown-item:active,
.navbar-nav .mega-dropdown-menu ul li a.dropdown-item:active {
  color: #fff;
}
.navigation-main .mega-dropdown-menu ul li a .children-in,
.navbar-nav .mega-dropdown-menu ul li a .children-in {
  float: right;
}
.navigation-main .mega-dropdown-menu ul li a:hover,
.navbar-nav .mega-dropdown-menu ul li a:hover {
  text-decoration: none;
  color: #6b6f82;
}
.navigation-main .mega-dropdown-menu ul li a:focus,
.navbar-nav .mega-dropdown-menu ul li a:focus {
  text-decoration: none;
  color: #6b6f82;
}
.navigation-main .mega-dropdown-menu ul a.dropdown-item,
.navbar-nav .mega-dropdown-menu ul a.dropdown-item {
  padding: 10px;
}
.navigation-main .mega-dropdown-menu p.accordion-text,
.navbar-nav .mega-dropdown-menu p.accordion-text {
  line-height: 1.45;
}
.navigation-main .mega-dropdown-menu .dropdown-menu-header,
.navbar-nav .mega-dropdown-menu .dropdown-menu-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #E4E5EC;
}
.navigation-main .mega-dropdown-menu h6 i.la,
.navbar-nav .mega-dropdown-menu h6 i.la {
  font-size: 1.1rem;
}
.horizontal-top-icon-menu .mega-dropdown-menu {
  margin: 0px 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: 0px auto;
  transform: rotate(0deg);
  transition: 0.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(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-menu-icon span:nth-child(1) {
  top: 0px;
}
.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: 132px;
  }
  .header-navbar #navbar-mobile .search-input.open .input::-moz-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: 0.9rem;
  }
  .header-navbar .navbar-container .show .dropdown-menu {
    right: 0;
    left: 0 !important;
    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: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 1.5rem 0.4rem;
  }
  .header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
    margin-right: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.8rem 0.6rem !important;
  }
  .header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1.4rem 0.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-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    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::before,
.navbar-dark .hamburger-inner::after,
.navbar-semi-dark .hamburger-inner,
.navbar-semi-dark .hamburger-inner::before,
.navbar-semi-dark .hamburger-inner::after {
    background-color: #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 200ms 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: 0.2rem;
  }
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.2rem 0.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;
  }
}
/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px;
  }
}
/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px;
  }
}
@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: 0.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: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #navbar-demo .header-navbar.navbar-semi-dark .navbar-header,
#navbar-demo .header-navbar.navbar-brand-center .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-radio label,
#navbar-demo .navbar-container .nav-checkbox 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: 0.6rem !important;
  }
  .internationalization .card .card-body .header-navbar .navbar-wrapper .navbar-header .nav-link.open-navbar-container .la.la-ellipsis-v {
    position: relative;
  }
}
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-group,
.card-deck {
  margin-bottom: 0.75rem;
}
.card {
  margin-bottom: 1.875rem;
  border: none;
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
}
.card .card {
  box-shadow: none !important;
}
.card .card-title {
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.12rem;
}
.card .card-bordered {
  border: 1px solid rgba(0, 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, 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, 0.15);
  position: absolute;
  bottom: -32px;
  right: 0px;
}
.card-moved .card,
.card-moved .card-header {
  background-color: #ff9149;
  color: #fff;
}
.handle,
.titleArea {
  cursor: move;
}
.card-header {
  border-bottom: none;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header .heading-elements,
.card-header .heading-elements-toggle {
  background-color: inherit;
  position: absolute;
  top: 20px;
  right: 0;
}
.card-header .heading-elements.heading-top-elements .page-item,
.card-header .heading-elements-toggle.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 #EEEEEE;
}
.text-white .card-text {
  color: white;
}
.text-white .card-img-overlay .text-muted {
  color: #FFF !important;
}
.text-white code {
  background-color: white;
}
.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: 0px;
  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, 0.18);
  padding: 8px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .heading-elements.visible {
    display: block;
    margin-top: 0;
    top: 100%;
    top: 37px;
    height: auto;
    left: 0px;
    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;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  background-color: transparent;
  padding: 0 0 0.75rem 0rem;
}
.breadcrumb > li + li::before {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}
/* Custom scss for page headers style */
.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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@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: 0.25rem;
}
.pager li > a:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #6b6f82;
  background-color: #fff;
}
.pager [class*=text-] .pager {
  text-align: inherit;
}
.badge {
  color: #fff;
  font-weight: 400;
}
.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;
  top: -2px;
  right: 3px;
  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: 0.85rem;
  color: #555;
}
.badge.badge-striped a {
  color: #555;
}
.badge.badge.float-right {
  margin-left: 0.5rem;
  margin-top: 0.15rem;
}
.badge-xl {
  font-size: 1.8rem;
}
.badge-lg {
  font-size: 1.2rem;
}
.badge-md {
  font-size: 1rem;
}
.badge-sm {
  font-size: 0.8rem;
}
.badge-secondary {
  background-color: #6b6f82;
}
.badge-secondary.badge-glow {
  box-shadow: 0px 0px 10px #6b6f82;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  background-color: #545766;
}
.badge-primary {
  background-color: #666ee8;
}
.badge-primary.badge-glow {
  box-shadow: 0px 0px 10px #666ee8;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #3a44e1;
}
.badge-success {
  background-color: #28d094;
}
.badge-success.badge-glow {
  box-shadow: 0px 0px 10px #28d094;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #20a576;
}
.badge-info {
  background-color: #1e9ff2;
}
.badge-info.badge-glow {
  box-shadow: 0px 0px 10px #1e9ff2;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #0c84d1;
}
.badge-warning {
  background-color: #ff9149;
}
.badge-warning.badge-glow {
  box-shadow: 0px 0px 10px #ff9149;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #ff7216;
}
.badge-danger {
  background-color: #ff4961;
}
.badge-danger.badge-glow {
  box-shadow: 0px 0px 10px #ff4961;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  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: 0.5rem;
}
.block-area {
  padding: 0.24rem 0.3rem;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  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: 0.25rem;
}
.nav.wrap-border {
  border: 1px solid #ddd;
}
.nav.wrap-border li.nav-header {
  margin: 0 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: 0.5rem 0;
}
.nav .modern-nav-toggle {
  padding: 25px 0px;
}
.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: 0.25rem;
}
@media (min-width: 576px) {
  .nav.nav-pills.nav-justified .nav-link.active,
.nav.nav-pills.nav-justified .nav-link.active:hover,
.nav.nav-pills.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav.nav-pills.nav-justified .nav-link {
  display: block;
}
.nav.nav-pills.nav-justified .nav-link.active {
  border: none;
}
.nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
  border: none;
}
.nav.nav-pills.nav-pill-bordered .nav-item {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
}
.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  background-color: #ffffff;
  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: 0.25rem;
  color: #666ee8;
  background-color: #ffffff;
}
.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: 0.25rem 0.25rem 0 0;
}
.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
  border-radius: 0 0 0.25rem 0.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: 0.5rem 0.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: 0.25rem 0.25rem 0 0;
}
.nav.nav-tabs .nav-item .nav-link i.float-right {
  margin-left: 0.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: 0.25rem;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-justified .nav-link.active,
.nav.nav-tabs.nav-justified .nav-link.active:hover,
.nav.nav-tabs.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link {
  display: block;
}
.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, 0.1);
  border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link {
  padding: 0.8rem 0.5rem;
  background: rgba(40, 44, 42, 0.05);
  color: #74777b;
  line-height: 1;
  transition: color 0.2s;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
  background: none;
  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:hover, .nav.nav-tabs.nav-topline .nav-item a.nav-link:focus {
  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: 0.5rem 1rem;
  transition: color 0.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:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
  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 0.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, 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, 0.1);
  border-bottom-color: #ff9149;
}
.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
  top: 0px;
}
.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: 0.5rem 0.7rem 0;
}
.nav.nav-tabs.nav-iconfall .nav-item:hover, .nav.nav-tabs.nav-iconfall .nav-item:focus {
  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 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a:hover, .nav.nav-tabs.nav-iconfall .nav-item a:focus {
  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 0.2s ease-in;
  transform: scale3d(0, 1, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a i:before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  transition: transform 0.2s, opacity 0.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: 0.5rem 0;
}
@media (min-width: 576px) {
  .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
.nav.nav-tabs.nav-iconfall.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: 0.25rem 0 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 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 0.25rem 0.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 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: 0.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, 0.15) !important;
}
.alert.alert-icon-right[class*=bg-] {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert[class*=alert-icon-] .alert-icon {
  content: "";
  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 white;
  border-radius: 100%;
}
.media-bordered .media {
  border-top: 1px solid #E4E7ED;
}
.media-bordered .media:first-child {
  border-top: 0;
}
.media-notation a {
  margin-right: 0.5rem;
}
.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: 0.5rem !important;
}
.progress.progress-xs {
  height: 0.25rem !important;
}
.progress.box-shadow {
  box-shadow: 0px 10px 15px 0px rgba(107, 111, 130, 0.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: -14px;
}
.users-list li img {
  border: 2px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(107, 111, 130, 0.3);
}
.users-list li .badge {
  background: rgba(255, 255, 255, 0.8);
  color: #6b6f82;
  margin-bottom: 6px;
}
.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: white;
  margin-top: 0.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;
}
.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: 0.6rem;
  margin-left: 0.5rem;
}
.popover {
  z-index: 999;
}
.popover.popover-top:after, .popover.popover-top:before, .popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before {
  margin-left: -10px;
}
.popover.popover-right:after, .popover.popover-right:before, .popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before {
  margin-top: -10px;
}
.popover.popover-bottom:after, .popover.popover-bottom:before, .popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before {
  margin-left: -10px;
}
.popover.popover-left:after, .popover.popover-left:before, .popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before {
  margin-top: -10px;
}
.selectboxit-container .selectboxit-options {
  z-index: 998;
}
.icon-bg-circle {
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}
.icon-left {
  margin-right: 0.5rem;
}
.icon-right {
  margin-right: 0.5rem;
}
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.blockOverlay {
  z-index: 1050 !important;
}
.blockElement, .blockPage {
  z-index: 1051 !important;
}
.embed-responsive:before {
  padding-top: 57%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  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: 0.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;
}
.spinner {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 576px) {
  .line-on-side {
    border-bottom: none;
    line-height: 1.25rem;
  }
}
.white {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white .card-header, .bg-white .card-footer {
  background-color: transparent;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.selectboxit.selectboxit-btn.bg-white {
  background-color: #ffffff !important;
}
.alert-white {
  border-color: #ffffff !important;
  background-color: white !important;
  color: #a6a6a6 !important;
}
.alert-white .alert-link {
  color: #919191 !important;
}
.border-white {
  border-color: #ffffff;
}
.overlay-white {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.color-info.white {
  background-color: #ffffff !important;
}
.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
  color: #FFFFFF;
}
.btn-white:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white:focus, .btn-white:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #FFF !important;
}
.btn-outline-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
input[type=checkbox].bg-white + .custom-control-label:before, input[type=radio].bg-white + .custom-control-label:before {
  background-color: #ffffff !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}
.border-white {
  border: 1px solid #ffffff !important;
}
.border-top-white {
  border-top: 1px solid #ffffff;
}
.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.black {
  color: #000000 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-black .card-header, .bg-black .card-footer {
  background-color: transparent;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.selectboxit.selectboxit-btn.bg-black {
  background-color: #000000 !important;
}
.alert-black {
  border-color: #000000 !important;
  background-color: #242424 !important;
  color: black !important;
}
.alert-black .alert-link {
  color: black !important;
}
.border-black {
  border-color: #000000;
}
.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.color-info.black {
  background-color: #000000 !important;
}
.btn-black {
  border-color: !important;
  background-color: #000000 !important;
  color: #FFFFFF;
}
.btn-black:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black:focus, .btn-black:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-outline-black {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000;
  color: #FFF !important;
}
.btn-outline-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input[type=checkbox].bg-black + .custom-control-label:before, input[type=radio].bg-black + .custom-control-label:before {
  background-color: #000000 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.border-black {
  border: 1px solid #000000 !important;
}
.border-top-black {
  border-top: 1px solid #000000;
}
.border-bottom-black {
  border-bottom: 1px solid #000000;
}
.border-left-black {
  border-left: 1px solid #000000;
}
.border-right-black {
  border-right: 1px solid #000000;
}
.primary.lighten-5 {
  color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5 {
  background-color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 215, 249, 0.6);
}
.btn-primary.btn-lighten-5 {
  border-color: #3a44e1 !important;
  background-color: #d5d7f9 !important;
}
.btn-primary.btn-lighten-5:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #d5d7f9 !important;
  color: #d5d7f9 !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #d5d7f9 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d5d7f9 !important;
}
.border-primary.border-lighten-5 {
  border: 1px solid #d5d7f9 !important;
}
.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #d5d7f9 !important;
}
.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #d5d7f9 !important;
}
.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #d5d7f9 !important;
}
.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #d5d7f9 !important;
}
.overlay-primary.overlay-lighten-5 {
  background: #d5d7f9;
  /* The Fallback */
  background: rgba(213, 215, 249, 0.8);
}
.primary.lighten-4 {
  color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4 {
  background-color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(191, 194, 245, 0.6);
}
.btn-primary.btn-lighten-4 {
  border-color: #3a44e1 !important;
  background-color: #bfc2f5 !important;
}
.btn-primary.btn-lighten-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #bfc2f5 !important;
  color: #bfc2f5 !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #bfc2f5 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bfc2f5 !important;
}
.border-primary.border-lighten-4 {
  border: 1px solid #bfc2f5 !important;
}
.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #bfc2f5 !important;
}
.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #bfc2f5 !important;
}
.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #bfc2f5 !important;
}
.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #bfc2f5 !important;
}
.overlay-primary.overlay-lighten-4 {
  background: #bfc2f5;
  /* The Fallback */
  background: rgba(191, 194, 245, 0.8);
}
.primary.lighten-3 {
  color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3 {
  background-color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(169, 173, 242, 0.6);
}
.btn-primary.btn-lighten-3 {
  border-color: #3a44e1 !important;
  background-color: #a9adf2 !important;
}
.btn-primary.btn-lighten-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #a9adf2 !important;
  color: #a9adf2 !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #a9adf2 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a9adf2 !important;
}
.border-primary.border-lighten-3 {
  border: 1px solid #a9adf2 !important;
}
.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #a9adf2 !important;
}
.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #a9adf2 !important;
}
.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #a9adf2 !important;
}
.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #a9adf2 !important;
}
.overlay-primary.overlay-lighten-3 {
  background: #a9adf2;
  /* The Fallback */
  background: rgba(169, 173, 242, 0.8);
}
.primary.lighten-2 {
  color: #9298ef !important;
}
.bg-primary.bg-lighten-2 {
  background-color: #9298ef !important;
}
.bg-primary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 152, 239, 0.6);
}
.btn-primary.btn-lighten-2 {
  border-color: #3a44e1 !important;
  background-color: #9298ef !important;
}
.btn-primary.btn-lighten-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #9298ef !important;
  color: #9298ef !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #9298ef !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9298ef !important;
}
.border-primary.border-lighten-2 {
  border: 1px solid #9298ef !important;
}
.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #9298ef !important;
}
.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #9298ef !important;
}
.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #9298ef !important;
}
.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #9298ef !important;
}
.overlay-primary.overlay-lighten-2 {
  background: #9298ef;
  /* The Fallback */
  background: rgba(146, 152, 239, 0.8);
}
.primary.lighten-1 {
  color: #7c83eb !important;
}
.bg-primary.bg-lighten-1 {
  background-color: #7c83eb !important;
}
.bg-primary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(124, 131, 235, 0.6);
}
.btn-primary.btn-lighten-1 {
  border-color: #3a44e1 !important;
  background-color: #7c83eb !important;
}
.btn-primary.btn-lighten-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #7c83eb !important;
  color: #7c83eb !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #7c83eb !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7c83eb !important;
}
.border-primary.border-lighten-1 {
  border: 1px solid #7c83eb !important;
}
.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #7c83eb !important;
}
.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #7c83eb !important;
}
.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #7c83eb !important;
}
.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #7c83eb !important;
}
.overlay-primary.overlay-lighten-1 {
  background: #7c83eb;
  /* The Fallback */
  background: rgba(124, 131, 235, 0.8);
}
.primary {
  color: #666ee8 !important;
}
.bg-primary {
  background-color: #666ee8 !important;
}
.bg-primary .card-header, .bg-primary .card-footer {
  background-color: transparent;
}
.bg-primary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
.selectboxit.selectboxit-btn.bg-primary {
  background-color: #666ee8 !important;
}
.alert-primary {
  border-color: #666ee8 !important;
  background-color: #a4a9f1 !important;
  color: #141b87 !important;
}
.alert-primary .alert-link {
  color: #0f1464 !important;
}
.border-primary {
  border-color: #666ee8;
}
.overlay-primary {
  background: #666ee8;
  /* The Fallback */
  background: rgba(102, 110, 232, 0.8);
}
.color-info.primary {
  background-color: #666ee8 !important;
}
.btn-primary {
  border-color: #3a44e1 !important;
  background-color: #666ee8 !important;
  color: #FFFFFF;
}
.btn-primary:hover {
  border-color: #5059e5 !important;
  background-color: #7c83eb !important;
  color: #FFF !important;
}
.btn-primary:focus, .btn-primary:active {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
  color: #FFF !important;
}
.btn-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
.btn-outline-primary {
  border-color: #666ee8;
  background-color: transparent;
  color: #666ee8;
}
.btn-outline-primary:hover {
  background-color: #666ee8;
  color: #FFF !important;
}
.btn-outline-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
input[type=checkbox].bg-primary + .custom-control-label:before, input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #666ee8 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #666ee8 !important;
}
.border-primary {
  border: 1px solid #666ee8 !important;
}
.border-top-primary {
  border-top: 1px solid #666ee8;
}
.border-bottom-primary {
  border-bottom: 1px solid #666ee8;
}
.border-left-primary {
  border-left: 1px solid #666ee8;
}
.border-right-primary {
  border-right: 1px solid #666ee8;
}
.primary.darken-1 {
  color: #5059e5 !important;
}
.bg-primary.bg-darken-1 {
  background-color: #5059e5 !important;
}
.bg-primary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(80, 89, 229, 0.6);
}
.btn-primary.btn-darken-1 {
  border-color: #3a44e1 !important;
  background-color: #5059e5 !important;
}
.btn-primary.btn-darken-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-1 {
  border-color: #5059e5 !important;
  color: #5059e5 !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #5059e5 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5059e5 !important;
}
.border-primary.border-darken-1 {
  border: 1px solid #5059e5 !important;
}
.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #5059e5 !important;
}
.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #5059e5 !important;
}
.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #5059e5 !important;
}
.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #5059e5 !important;
}
.overlay-primary.overlay-darken-1 {
  background: #5059e5;
  /* The Fallback */
  background: rgba(80, 89, 229, 0.8);
}
.primary.darken-2 {
  color: #3a44e1 !important;
}
.bg-primary.bg-darken-2 {
  background-color: #3a44e1 !important;
}
.bg-primary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(58, 68, 225, 0.6);
}
.btn-primary.btn-darken-2 {
  border-color: #3a44e1 !important;
  background-color: #3a44e1 !important;
}
.btn-primary.btn-darken-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-2 {
  border-color: #3a44e1 !important;
  color: #3a44e1 !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #3a44e1 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3a44e1 !important;
}
.border-primary.border-darken-2 {
  border: 1px solid #3a44e1 !important;
}
.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #3a44e1 !important;
}
.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #3a44e1 !important;
}
.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #3a44e1 !important;
}
.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #3a44e1 !important;
}
.overlay-primary.overlay-darken-2 {
  background: #3a44e1;
  /* The Fallback */
  background: rgba(58, 68, 225, 0.8);
}
.primary.darken-3 {
  color: #232fde !important;
}
.bg-primary.bg-darken-3 {
  background-color: #232fde !important;
}
.bg-primary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(35, 47, 222, 0.6);
}
.btn-primary.btn-darken-3 {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-3 {
  border-color: #232fde !important;
  color: #232fde !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #232fde !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #232fde !important;
}
.border-primary.border-darken-3 {
  border: 1px solid #232fde !important;
}
.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #232fde !important;
}
.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #232fde !important;
}
.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #232fde !important;
}
.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #232fde !important;
}
.overlay-primary.overlay-darken-3 {
  background: #232fde;
  /* The Fallback */
  background: rgba(35, 47, 222, 0.8);
}
.primary.darken-4 {
  color: #1e29ca !important;
}
.bg-primary.bg-darken-4 {
  background-color: #1e29ca !important;
}
.bg-primary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 41, 202, 0.6);
}
.btn-primary.btn-darken-4 {
  border-color: #3a44e1 !important;
  background-color: #1e29ca !important;
}
.btn-primary.btn-darken-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4 {
  border-color: #1e29ca !important;
  color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #1e29ca !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e29ca !important;
}
.border-primary.border-darken-4 {
  border: 1px solid #1e29ca !important;
}
.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #1e29ca !important;
}
.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #1e29ca !important;
}
.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #1e29ca !important;
}
.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #1e29ca !important;
}
.overlay-primary.overlay-darken-4 {
  background: #1e29ca;
  /* The Fallback */
  background: rgba(30, 41, 202, 0.8);
}
.primary.accent-1 {
  color: #efefff !important;
}
.bg-primary.bg-accent-1 {
  background-color: #efefff !important;
}
.bg-primary.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 239, 255, 0.6);
}
.btn-primary.btn-accent-1 {
  border-color: #3a44e1 !important;
  background-color: #efefff !important;
}
.btn-primary.btn-accent-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-1 {
  border-color: #efefff !important;
  color: #efefff !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #efefff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #efefff !important;
}
.border-primary.border-accent-1 {
  border: 1px solid #efefff !important;
}
.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #efefff !important;
}
.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #efefff !important;
}
.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #efefff !important;
}
.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #efefff !important;
}
.overlay-primary.overlay-accent-1 {
  background: #efefff;
  /* The Fallback */
  background: rgba(239, 239, 255, 0.8);
}
.primary.accent-2 {
  color: #dbdbff !important;
}
.bg-primary.bg-accent-2 {
  background-color: #dbdbff !important;
}
.bg-primary.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(219, 219, 255, 0.6);
}
.btn-primary.btn-accent-2 {
  border-color: #3a44e1 !important;
  background-color: #dbdbff !important;
}
.btn-primary.btn-accent-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-2 {
  border-color: #dbdbff !important;
  color: #dbdbff !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #dbdbff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dbdbff !important;
}
.border-primary.border-accent-2 {
  border: 1px solid #dbdbff !important;
}
.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #dbdbff !important;
}
.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #dbdbff !important;
}
.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #dbdbff !important;
}
.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #dbdbff !important;
}
.overlay-primary.overlay-accent-2 {
  background: #dbdbff;
  /* The Fallback */
  background: rgba(219, 219, 255, 0.8);
}
.primary.accent-3 {
  color: #bcbfff !important;
}
.bg-primary.bg-accent-3 {
  background-color: #bcbfff !important;
}
.bg-primary.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(188, 191, 255, 0.6);
}
.btn-primary.btn-accent-3 {
  border-color: #3a44e1 !important;
  background-color: #bcbfff !important;
}
.btn-primary.btn-accent-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-3 {
  border-color: #bcbfff !important;
  color: #bcbfff !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #bcbfff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcbfff !important;
}
.border-primary.border-accent-3 {
  border: 1px solid #bcbfff !important;
}
.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #bcbfff !important;
}
.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #bcbfff !important;
}
.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #bcbfff !important;
}
.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #bcbfff !important;
}
.overlay-primary.overlay-accent-3 {
  background: #bcbfff;
  /* The Fallback */
  background: rgba(188, 191, 255, 0.8);
}
.primary.accent-4 {
  color: #a2a6ff !important;
}
.bg-primary.bg-accent-4 {
  background-color: #a2a6ff !important;
}
.bg-primary.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(162, 166, 255, 0.6);
}
.btn-primary.btn-accent-4 {
  border-color: #3a44e1 !important;
  background-color: #a2a6ff !important;
}
.btn-primary.btn-accent-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-4 {
  border-color: #a2a6ff !important;
  color: #a2a6ff !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #a2a6ff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a2a6ff !important;
}
.border-primary.border-accent-4 {
  border: 1px solid #a2a6ff !important;
}
.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #a2a6ff !important;
}
.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #a2a6ff !important;
}
.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #a2a6ff !important;
}
.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #a2a6ff !important;
}
.overlay-primary.overlay-accent-4 {
  background: #a2a6ff;
  /* The Fallback */
  background: rgba(162, 166, 255, 0.8);
}
.secondary.lighten-5 {
  color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5 {
  background-color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(175, 178, 189, 0.6);
}
.btn-secondary.btn-lighten-5 {
  border-color: #545766 !important;
  background-color: #afb2bd !important;
}
.btn-secondary.btn-lighten-5:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #afb2bd !important;
  color: #afb2bd !important;
}
.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #afb2bd !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #afb2bd !important;
}
.border-secondary.border-lighten-5 {
  border: 1px solid #afb2bd !important;
}
.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #afb2bd !important;
}
.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #afb2bd !important;
}
.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #afb2bd !important;
}
.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #afb2bd !important;
}
.overlay-secondary.overlay-lighten-5 {
  background: #afb2bd;
  /* The Fallback */
  background: rgba(175, 178, 189, 0.8);
}
.secondary.lighten-4 {
  color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4 {
  background-color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(161, 164, 178, 0.6);
}
.btn-secondary.btn-lighten-4 {
  border-color: #545766 !important;
  background-color: #a1a4b2 !important;
}
.btn-secondary.btn-lighten-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #a1a4b2 !important;
  color: #a1a4b2 !important;
}
.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #a1a4b2 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a1a4b2 !important;
}
.border-secondary.border-lighten-4 {
  border: 1px solid #a1a4b2 !important;
}
.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #a1a4b2 !important;
}
.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #a1a4b2 !important;
}
.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #a1a4b2 !important;
}
.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #a1a4b2 !important;
}
.overlay-secondary.overlay-lighten-4 {
  background: #a1a4b2;
  /* The Fallback */
  background: rgba(161, 164, 178, 0.8);
}
.secondary.lighten-3 {
  color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3 {
  background-color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(147, 151, 166, 0.6);
}
.btn-secondary.btn-lighten-3 {
  border-color: #545766 !important;
  background-color: #9397a6 !important;
}
.btn-secondary.btn-lighten-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #9397a6 !important;
  color: #9397a6 !important;
}
.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #9397a6 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9397a6 !important;
}
.border-secondary.border-lighten-3 {
  border: 1px solid #9397a6 !important;
}
.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #9397a6 !important;
}
.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #9397a6 !important;
}
.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #9397a6 !important;
}
.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #9397a6 !important;
}
.overlay-secondary.overlay-lighten-3 {
  background: #9397a6;
  /* The Fallback */
  background: rgba(147, 151, 166, 0.8);
}
.secondary.lighten-2 {
  color: #85899b !important;
}
.bg-secondary.bg-lighten-2 {
  background-color: #85899b !important;
}
.bg-secondary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(133, 137, 155, 0.6);
}
.btn-secondary.btn-lighten-2 {
  border-color: #545766 !important;
  background-color: #85899b !important;
}
.btn-secondary.btn-lighten-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #85899b !important;
  color: #85899b !important;
}
.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #85899b !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #85899b !important;
}
.border-secondary.border-lighten-2 {
  border: 1px solid #85899b !important;
}
.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #85899b !important;
}
.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #85899b !important;
}
.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #85899b !important;
}
.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #85899b !important;
}
.overlay-secondary.overlay-lighten-2 {
  background: #85899b;
  /* The Fallback */
  background: rgba(133, 137, 155, 0.8);
}
.secondary.lighten-1 {
  color: #777b8f !important;
}
.bg-secondary.bg-lighten-1 {
  background-color: #777b8f !important;
}
.bg-secondary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(119, 123, 143, 0.6);
}
.btn-secondary.btn-lighten-1 {
  border-color: #545766 !important;
  background-color: #777b8f !important;
}
.btn-secondary.btn-lighten-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #777b8f !important;
  color: #777b8f !important;
}
.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #777b8f !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #777b8f !important;
}
.border-secondary.border-lighten-1 {
  border: 1px solid #777b8f !important;
}
.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #777b8f !important;
}
.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #777b8f !important;
}
.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #777b8f !important;
}
.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #777b8f !important;
}
.overlay-secondary.overlay-lighten-1 {
  background: #777b8f;
  /* The Fallback */
  background: rgba(119, 123, 143, 0.8);
}
.secondary {
  color: #6b6f82 !important;
}
.bg-secondary {
  background-color: #6b6f82 !important;
}
.bg-secondary .card-header, .bg-secondary .card-footer {
  background-color: transparent;
}
.bg-secondary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
.selectboxit.selectboxit-btn.bg-secondary {
  background-color: #6b6f82 !important;
}
.alert-secondary {
  border-color: #6b6f82 !important;
  background-color: #9094a4 !important;
  color: #1a1b20 !important;
}
.alert-secondary .alert-link {
  color: #08080a !important;
}
.border-secondary {
  border-color: #6b6f82;
}
.overlay-secondary {
  background: #6b6f82;
  /* The Fallback */
  background: rgba(107, 111, 130, 0.8);
}
.color-info.secondary {
  background-color: #6b6f82 !important;
}
.btn-secondary {
  border-color: #545766 !important;
  background-color: #6b6f82 !important;
  color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: #5f6374 !important;
  background-color: #777b8f !important;
  color: #FFF !important;
}
.btn-secondary:focus, .btn-secondary:active {
  border-color: #545766 !important;
  background-color: #484b58 !important;
  color: #FFF !important;
}
.btn-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
.btn-outline-secondary {
  border-color: #6b6f82;
  background-color: transparent;
  color: #6b6f82;
}
.btn-outline-secondary:hover {
  background-color: #6b6f82;
  color: #FFF !important;
}
.btn-outline-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
input[type=checkbox].bg-secondary + .custom-control-label:before, input[type=radio].bg-secondary + .custom-control-label:before {
  background-color: #6b6f82 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6b6f82 !important;
}
.border-secondary {
  border: 1px solid #6b6f82 !important;
}
.border-top-secondary {
  border-top: 1px solid #6b6f82;
}
.border-bottom-secondary {
  border-bottom: 1px solid #6b6f82;
}
.border-left-secondary {
  border-left: 1px solid #6b6f82;
}
.border-right-secondary {
  border-right: 1px solid #6b6f82;
}
.secondary.darken-1 {
  color: #5f6374 !important;
}
.bg-secondary.bg-darken-1 {
  background-color: #5f6374 !important;
}
.bg-secondary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(95, 99, 116, 0.6);
}
.btn-secondary.btn-darken-1 {
  border-color: #545766 !important;
  background-color: #5f6374 !important;
}
.btn-secondary.btn-darken-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #5f6374 !important;
  color: #5f6374 !important;
}
.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #5f6374 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5f6374 !important;
}
.border-secondary.border-darken-1 {
  border: 1px solid #5f6374 !important;
}
.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #5f6374 !important;
}
.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #5f6374 !important;
}
.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #5f6374 !important;
}
.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #5f6374 !important;
}
.overlay-secondary.overlay-darken-1 {
  background: #5f6374;
  /* The Fallback */
  background: rgba(95, 99, 116, 0.8);
}
.secondary.darken-2 {
  color: #545766 !important;
}
.bg-secondary.bg-darken-2 {
  background-color: #545766 !important;
}
.bg-secondary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 87, 102, 0.6);
}
.btn-secondary.btn-darken-2 {
  border-color: #545766 !important;
  background-color: #545766 !important;
}
.btn-secondary.btn-darken-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #545766 !important;
  color: #545766 !important;
}
.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #545766 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #545766 !important;
}
.border-secondary.border-darken-2 {
  border: 1px solid #545766 !important;
}
.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #545766 !important;
}
.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #545766 !important;
}
.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #545766 !important;
}
.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #545766 !important;
}
.overlay-secondary.overlay-darken-2 {
  background: #545766;
  /* The Fallback */
  background: rgba(84, 87, 102, 0.8);
}
.secondary.darken-3 {
  color: #484b58 !important;
}
.bg-secondary.bg-darken-3 {
  background-color: #484b58 !important;
}
.bg-secondary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(72, 75, 88, 0.6);
}
.btn-secondary.btn-darken-3 {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #484b58 !important;
  color: #484b58 !important;
}
.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #484b58 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #484b58 !important;
}
.border-secondary.border-darken-3 {
  border: 1px solid #484b58 !important;
}
.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #484b58 !important;
}
.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #484b58 !important;
}
.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #484b58 !important;
}
.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #484b58 !important;
}
.overlay-secondary.overlay-darken-3 {
  background: #484b58;
  /* The Fallback */
  background: rgba(72, 75, 88, 0.8);
}
.secondary.darken-4 {
  color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4 {
  background-color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(61, 63, 74, 0.6);
}
.btn-secondary.btn-darken-4 {
  border-color: #545766 !important;
  background-color: #3d3f4a !important;
}
.btn-secondary.btn-darken-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #3d3f4a !important;
  color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #3d3f4a !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3d3f4a !important;
}
.border-secondary.border-darken-4 {
  border: 1px solid #3d3f4a !important;
}
.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #3d3f4a !important;
}
.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #3d3f4a !important;
}
.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #3d3f4a !important;
}
.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #3d3f4a !important;
}
.overlay-secondary.overlay-darken-4 {
  background: #3d3f4a;
  /* The Fallback */
  background: rgba(61, 63, 74, 0.8);
}
.success.lighten-5 {
  color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5 {
  background-color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 233, 201, 0.6);
}
.btn-success.btn-lighten-5 {
  border-color: #20a576 !important;
  background-color: #8ee9c9 !important;
}
.btn-success.btn-lighten-5:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-5 {
  border-color: #8ee9c9 !important;
  color: #8ee9c9 !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #8ee9c9 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8ee9c9 !important;
}
.border-success.border-lighten-5 {
  border: 1px solid #8ee9c9 !important;
}
.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #8ee9c9 !important;
}
.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #8ee9c9 !important;
}
.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #8ee9c9 !important;
}
.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #8ee9c9 !important;
}
.overlay-success.overlay-lighten-5 {
  background: #8ee9c9;
  /* The Fallback */
  background: rgba(142, 233, 201, 0.8);
}
.success.lighten-4 {
  color: #79e5be !important;
}
.bg-success.bg-lighten-4 {
  background-color: #79e5be !important;
}
.bg-success.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(121, 229, 190, 0.6);
}
.btn-success.btn-lighten-4 {
  border-color: #20a576 !important;
  background-color: #79e5be !important;
}
.btn-success.btn-lighten-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-4 {
  border-color: #79e5be !important;
  color: #79e5be !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #79e5be !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #79e5be !important;
}
.border-success.border-lighten-4 {
  border: 1px solid #79e5be !important;
}
.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #79e5be !important;
}
.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #79e5be !important;
}
.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #79e5be !important;
}
.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #79e5be !important;
}
.overlay-success.overlay-lighten-4 {
  background: #79e5be;
  /* The Fallback */
  background: rgba(121, 229, 190, 0.8);
}
.success.lighten-3 {
  color: #63e1b4 !important;
}
.bg-success.bg-lighten-3 {
  background-color: #63e1b4 !important;
}
.bg-success.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(99, 225, 180, 0.6);
}
.btn-success.btn-lighten-3 {
  border-color: #20a576 !important;
  background-color: #63e1b4 !important;
}
.btn-success.btn-lighten-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-3 {
  border-color: #63e1b4 !important;
  color: #63e1b4 !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #63e1b4 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #63e1b4 !important;
}
.border-success.border-lighten-3 {
  border: 1px solid #63e1b4 !important;
}
.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #63e1b4 !important;
}
.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #63e1b4 !important;
}
.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #63e1b4 !important;
}
.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #63e1b4 !important;
}
.overlay-success.overlay-lighten-3 {
  background: #63e1b4;
  /* The Fallback */
  background: rgba(99, 225, 180, 0.8);
}
.success.lighten-2 {
  color: #4eddaa !important;
}
.bg-success.bg-lighten-2 {
  background-color: #4eddaa !important;
}
.bg-success.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 221, 170, 0.6);
}
.btn-success.btn-lighten-2 {
  border-color: #20a576 !important;
  background-color: #4eddaa !important;
}
.btn-success.btn-lighten-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-2 {
  border-color: #4eddaa !important;
  color: #4eddaa !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #4eddaa !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eddaa !important;
}
.border-success.border-lighten-2 {
  border: 1px solid #4eddaa !important;
}
.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #4eddaa !important;
}
.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eddaa !important;
}
.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #4eddaa !important;
}
.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #4eddaa !important;
}
.overlay-success.overlay-lighten-2 {
  background: #4eddaa;
  /* The Fallback */
  background: rgba(78, 221, 170, 0.8);
}
.success.lighten-1 {
  color: #39d9a0 !important;
}
.bg-success.bg-lighten-1 {
  background-color: #39d9a0 !important;
}
.bg-success.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(57, 217, 160, 0.6);
}
.btn-success.btn-lighten-1 {
  border-color: #20a576 !important;
  background-color: #39d9a0 !important;
}
.btn-success.btn-lighten-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-1 {
  border-color: #39d9a0 !important;
  color: #39d9a0 !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #39d9a0 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39d9a0 !important;
}
.border-success.border-lighten-1 {
  border: 1px solid #39d9a0 !important;
}
.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #39d9a0 !important;
}
.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #39d9a0 !important;
}
.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #39d9a0 !important;
}
.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #39d9a0 !important;
}
.overlay-success.overlay-lighten-1 {
  background: #39d9a0;
  /* The Fallback */
  background: rgba(57, 217, 160, 0.8);
}
.success {
  color: #28d094 !important;
}
.bg-success {
  background-color: #28d094 !important;
}
.bg-success .card-header, .bg-success .card-footer {
  background-color: transparent;
}
.bg-success.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
.selectboxit.selectboxit-btn.bg-success {
  background-color: #28d094 !important;
}
.alert-success {
  border-color: #28d094 !important;
  background-color: #5fe0b2 !important;
  color: #0b3a29 !important;
}
.alert-success .alert-link {
  color: #051811 !important;
}
.border-success {
  border-color: #28d094;
}
.overlay-success {
  background: #28d094;
  /* The Fallback */
  background: rgba(40, 208, 148, 0.8);
}
.color-info.success {
  background-color: #28d094 !important;
}
.btn-success {
  border-color: #20a576 !important;
  background-color: #28d094 !important;
  color: #FFFFFF;
}
.btn-success:hover {
  border-color: #24bb85 !important;
  background-color: #39d9a0 !important;
  color: #FFF !important;
}
.btn-success:focus, .btn-success:active {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
  color: #FFF !important;
}
.btn-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
.btn-outline-success {
  border-color: #28d094;
  background-color: transparent;
  color: #28d094;
}
.btn-outline-success:hover {
  background-color: #28d094;
  color: #FFF !important;
}
.btn-outline-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
input[type=checkbox].bg-success + .custom-control-label:before, input[type=radio].bg-success + .custom-control-label:before {
  background-color: #28d094 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #28d094 !important;
}
.border-success {
  border: 1px solid #28d094 !important;
}
.border-top-success {
  border-top: 1px solid #28d094;
}
.border-bottom-success {
  border-bottom: 1px solid #28d094;
}
.border-left-success {
  border-left: 1px solid #28d094;
}
.border-right-success {
  border-right: 1px solid #28d094;
}
.success.darken-1 {
  color: #24bb85 !important;
}
.bg-success.bg-darken-1 {
  background-color: #24bb85 !important;
}
.bg-success.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(36, 187, 133, 0.6);
}
.btn-success.btn-darken-1 {
  border-color: #20a576 !important;
  background-color: #24bb85 !important;
}
.btn-success.btn-darken-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-1 {
  border-color: #24bb85 !important;
  color: #24bb85 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #24bb85 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #24bb85 !important;
}
.border-success.border-darken-1 {
  border: 1px solid #24bb85 !important;
}
.border-top-success.border-top-darken-1 {
  border-top: 1px solid #24bb85 !important;
}
.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #24bb85 !important;
}
.border-left-success.border-left-darken-1 {
  border-left: 1px solid #24bb85 !important;
}
.border-right-success.border-right-darken-1 {
  border-right: 1px solid #24bb85 !important;
}
.overlay-success.overlay-darken-1 {
  background: #24bb85;
  /* The Fallback */
  background: rgba(36, 187, 133, 0.8);
}
.success.darken-2 {
  color: #20a576 !important;
}
.bg-success.bg-darken-2 {
  background-color: #20a576 !important;
}
.bg-success.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(32, 165, 118, 0.6);
}
.btn-success.btn-darken-2 {
  border-color: #20a576 !important;
  background-color: #20a576 !important;
}
.btn-success.btn-darken-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-2 {
  border-color: #20a576 !important;
  color: #20a576 !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #20a576 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #20a576 !important;
}
.border-success.border-darken-2 {
  border: 1px solid #20a576 !important;
}
.border-top-success.border-top-darken-2 {
  border-top: 1px solid #20a576 !important;
}
.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #20a576 !important;
}
.border-left-success.border-left-darken-2 {
  border-left: 1px solid #20a576 !important;
}
.border-right-success.border-right-darken-2 {
  border-right: 1px solid #20a576 !important;
}
.overlay-success.overlay-darken-2 {
  background: #20a576;
  /* The Fallback */
  background: rgba(32, 165, 118, 0.8);
}
.success.darken-3 {
  color: #1c9066 !important;
}
.bg-success.bg-darken-3 {
  background-color: #1c9066 !important;
}
.bg-success.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(28, 144, 102, 0.6);
}
.btn-success.btn-darken-3 {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-3 {
  border-color: #1c9066 !important;
  color: #1c9066 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #1c9066 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1c9066 !important;
}
.border-success.border-darken-3 {
  border: 1px solid #1c9066 !important;
}
.border-top-success.border-top-darken-3 {
  border-top: 1px solid #1c9066 !important;
}
.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #1c9066 !important;
}
.border-left-success.border-left-darken-3 {
  border-left: 1px solid #1c9066 !important;
}
.border-right-success.border-right-darken-3 {
  border-right: 1px solid #1c9066 !important;
}
.overlay-success.overlay-darken-3 {
  background: #1c9066;
  /* The Fallback */
  background: rgba(28, 144, 102, 0.8);
}
.success.darken-4 {
  color: #187a57 !important;
}
.bg-success.bg-darken-4 {
  background-color: #187a57 !important;
}
.bg-success.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 122, 87, 0.6);
}
.btn-success.btn-darken-4 {
  border-color: #20a576 !important;
  background-color: #187a57 !important;
}
.btn-success.btn-darken-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4 {
  border-color: #187a57 !important;
  color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #187a57 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #187a57 !important;
}
.border-success.border-darken-4 {
  border: 1px solid #187a57 !important;
}
.border-top-success.border-top-darken-4 {
  border-top: 1px solid #187a57 !important;
}
.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #187a57 !important;
}
.border-left-success.border-left-darken-4 {
  border-left: 1px solid #187a57 !important;
}
.border-right-success.border-right-darken-4 {
  border-right: 1px solid #187a57 !important;
}
.overlay-success.overlay-darken-4 {
  background: #187a57;
  /* The Fallback */
  background: rgba(24, 122, 87, 0.8);
}
.success.accent-1 {
  color: #e1fff0 !important;
}
.bg-success.bg-accent-1 {
  background-color: #e1fff0 !important;
}
.bg-success.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 255, 240, 0.6);
}
.btn-success.btn-accent-1 {
  border-color: #20a576 !important;
  background-color: #e1fff0 !important;
}
.btn-success.btn-accent-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff0 !important;
  color: #e1fff0 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff0 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1fff0 !important;
}
.border-success.border-accent-1 {
  border: 1px solid #e1fff0 !important;
}
.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff0 !important;
}
.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff0 !important;
}
.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff0 !important;
}
.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff0 !important;
}
.overlay-success.overlay-accent-1 {
  background: #e1fff0;
  /* The Fallback */
  background: rgba(225, 255, 240, 0.8);
}
.success.accent-2 {
  color: #aeffd5 !important;
}
.bg-success.bg-accent-2 {
  background-color: #aeffd5 !important;
}
.bg-success.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(174, 255, 213, 0.6);
}
.btn-success.btn-accent-2 {
  border-color: #20a576 !important;
  background-color: #aeffd5 !important;
}
.btn-success.btn-accent-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd5 !important;
  color: #aeffd5 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd5 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeffd5 !important;
}
.border-success.border-accent-2 {
  border: 1px solid #aeffd5 !important;
}
.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd5 !important;
}
.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd5 !important;
}
.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd5 !important;
}
.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd5 !important;
}
.overlay-success.overlay-accent-2 {
  background: #aeffd5;
  /* The Fallback */
  background: rgba(174, 255, 213, 0.8);
}
.success.accent-3 {
  color: #7bffbb !important;
}
.bg-success.bg-accent-3 {
  background-color: #7bffbb !important;
}
.bg-success.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 255, 187, 0.6);
}
.btn-success.btn-accent-3 {
  border-color: #20a576 !important;
  background-color: #7bffbb !important;
}
.btn-success.btn-accent-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffbb !important;
  color: #7bffbb !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffbb !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7bffbb !important;
}
.border-success.border-accent-3 {
  border: 1px solid #7bffbb !important;
}
.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffbb !important;
}
.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffbb !important;
}
.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffbb !important;
}
.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffbb !important;
}
.overlay-success.overlay-accent-3 {
  background: #7bffbb;
  /* The Fallback */
  background: rgba(123, 255, 187, 0.8);
}
.success.accent-4 {
  color: #62ffae !important;
}
.bg-success.bg-accent-4 {
  background-color: #62ffae !important;
}
.bg-success.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(98, 255, 174, 0.6);
}
.btn-success.btn-accent-4 {
  border-color: #20a576 !important;
  background-color: #62ffae !important;
}
.btn-success.btn-accent-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffae !important;
  color: #62ffae !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffae !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffae !important;
}
.border-success.border-accent-4 {
  border: 1px solid #62ffae !important;
}
.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffae !important;
}
.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffae !important;
}
.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffae !important;
}
.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffae !important;
}
.overlay-success.overlay-accent-4 {
  background: #62ffae;
  /* The Fallback */
  background: rgba(98, 255, 174, 0.8);
}
.info.lighten-5 {
  color: #97d2f9 !important;
}
.bg-info.bg-lighten-5 {
  background-color: #97d2f9 !important;
}
.bg-info.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(151, 210, 249, 0.6);
}
.btn-info.btn-lighten-5 {
  border-color: #0c84d1 !important;
  background-color: #97d2f9 !important;
}
.btn-info.btn-lighten-5:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-5 {
  border-color: #97d2f9 !important;
  color: #97d2f9 !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #97d2f9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #97d2f9 !important;
}
.border-info.border-lighten-5 {
  border: 1px solid #97d2f9 !important;
}
.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #97d2f9 !important;
}
.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #97d2f9 !important;
}
.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #97d2f9 !important;
}
.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #97d2f9 !important;
}
.overlay-info.overlay-lighten-5 {
  background: #97d2f9;
  /* The Fallback */
  background: rgba(151, 210, 249, 0.8);
}
.info.lighten-4 {
  color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4 {
  background-color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(126, 200, 248, 0.6);
}
.btn-info.btn-lighten-4 {
  border-color: #0c84d1 !important;
  background-color: #7ec8f8 !important;
}
.btn-info.btn-lighten-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-4 {
  border-color: #7ec8f8 !important;
  color: #7ec8f8 !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #7ec8f8 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7ec8f8 !important;
}
.border-info.border-lighten-4 {
  border: 1px solid #7ec8f8 !important;
}
.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #7ec8f8 !important;
}
.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #7ec8f8 !important;
}
.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #7ec8f8 !important;
}
.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #7ec8f8 !important;
}
.overlay-info.overlay-lighten-4 {
  background: #7ec8f8;
  /* The Fallback */
  background: rgba(126, 200, 248, 0.8);
}
.info.lighten-3 {
  color: #66bef6 !important;
}
.bg-info.bg-lighten-3 {
  background-color: #66bef6 !important;
}
.bg-info.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 190, 246, 0.6);
}
.btn-info.btn-lighten-3 {
  border-color: #0c84d1 !important;
  background-color: #66bef6 !important;
}
.btn-info.btn-lighten-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-3 {
  border-color: #66bef6 !important;
  color: #66bef6 !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #66bef6 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66bef6 !important;
}
.border-info.border-lighten-3 {
  border: 1px solid #66bef6 !important;
}
.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #66bef6 !important;
}
.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #66bef6 !important;
}
.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #66bef6 !important;
}
.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #66bef6 !important;
}
.overlay-info.overlay-lighten-3 {
  background: #66bef6;
  /* The Fallback */
  background: rgba(102, 190, 246, 0.8);
}
.info.lighten-2 {
  color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2 {
  background-color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 180, 245, 0.6);
}
.btn-info.btn-lighten-2 {
  border-color: #0c84d1 !important;
  background-color: #4eb4f5 !important;
}
.btn-info.btn-lighten-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-2 {
  border-color: #4eb4f5 !important;
  color: #4eb4f5 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #4eb4f5 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eb4f5 !important;
}
.border-info.border-lighten-2 {
  border: 1px solid #4eb4f5 !important;
}
.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #4eb4f5 !important;
}
.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eb4f5 !important;
}
.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #4eb4f5 !important;
}
.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #4eb4f5 !important;
}
.overlay-info.overlay-lighten-2 {
  background: #4eb4f5;
  /* The Fallback */
  background: rgba(78, 180, 245, 0.8);
}
.info.lighten-1 {
  color: #36a9f3 !important;
}
.bg-info.bg-lighten-1 {
  background-color: #36a9f3 !important;
}
.bg-info.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(54, 169, 243, 0.6);
}
.btn-info.btn-lighten-1 {
  border-color: #0c84d1 !important;
  background-color: #36a9f3 !important;
}
.btn-info.btn-lighten-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-1 {
  border-color: #36a9f3 !important;
  color: #36a9f3 !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #36a9f3 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #36a9f3 !important;
}
.border-info.border-lighten-1 {
  border: 1px solid #36a9f3 !important;
}
.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #36a9f3 !important;
}
.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #36a9f3 !important;
}
.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #36a9f3 !important;
}
.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #36a9f3 !important;
}
.overlay-info.overlay-lighten-1 {
  background: #36a9f3;
  /* The Fallback */
  background: rgba(54, 169, 243, 0.8);
}
.info {
  color: #1e9ff2 !important;
}
.bg-info {
  background-color: #1e9ff2 !important;
}
.bg-info .card-header, .bg-info .card-footer {
  background-color: transparent;
}
.bg-info.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
.selectboxit.selectboxit-btn.bg-info {
  background-color: #1e9ff2 !important;
}
.alert-info {
  border-color: #1e9ff2 !important;
  background-color: #62bcf6 !important;
  color: #053858 !important;
}
.alert-info .alert-link {
  color: #031f32 !important;
}
.border-info {
  border-color: #1e9ff2;
}
.overlay-info {
  background: #1e9ff2;
  /* The Fallback */
  background: rgba(30, 159, 242, 0.8);
}
.color-info.info {
  background-color: #1e9ff2 !important;
}
.btn-info {
  border-color: #0c84d1 !important;
  background-color: #1e9ff2 !important;
  color: #FFFFFF;
}
.btn-info:hover {
  border-color: #0d93e9 !important;
  background-color: #36a9f3 !important;
  color: #FFF !important;
}
.btn-info:focus, .btn-info:active {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
  color: #FFF !important;
}
.btn-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
.btn-outline-info {
  border-color: #1e9ff2;
  background-color: transparent;
  color: #1e9ff2;
}
.btn-outline-info:hover {
  background-color: #1e9ff2;
  color: #FFF !important;
}
.btn-outline-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
input[type=checkbox].bg-info + .custom-control-label:before, input[type=radio].bg-info + .custom-control-label:before {
  background-color: #1e9ff2 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e9ff2 !important;
}
.border-info {
  border: 1px solid #1e9ff2 !important;
}
.border-top-info {
  border-top: 1px solid #1e9ff2;
}
.border-bottom-info {
  border-bottom: 1px solid #1e9ff2;
}
.border-left-info {
  border-left: 1px solid #1e9ff2;
}
.border-right-info {
  border-right: 1px solid #1e9ff2;
}
.info.darken-1 {
  color: #0d93e9 !important;
}
.bg-info.bg-darken-1 {
  background-color: #0d93e9 !important;
}
.bg-info.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 147, 233, 0.6);
}
.btn-info.btn-darken-1 {
  border-color: #0c84d1 !important;
  background-color: #0d93e9 !important;
}
.btn-info.btn-darken-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-1 {
  border-color: #0d93e9 !important;
  color: #0d93e9 !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #0d93e9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d93e9 !important;
}
.border-info.border-darken-1 {
  border: 1px solid #0d93e9 !important;
}
.border-top-info.border-top-darken-1 {
  border-top: 1px solid #0d93e9 !important;
}
.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #0d93e9 !important;
}
.border-left-info.border-left-darken-1 {
  border-left: 1px solid #0d93e9 !important;
}
.border-right-info.border-right-darken-1 {
  border-right: 1px solid #0d93e9 !important;
}
.overlay-info.overlay-darken-1 {
  background: #0d93e9;
  /* The Fallback */
  background: rgba(13, 147, 233, 0.8);
}
.info.darken-2 {
  color: #0c84d1 !important;
}
.bg-info.bg-darken-2 {
  background-color: #0c84d1 !important;
}
.bg-info.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(12, 132, 209, 0.6);
}
.btn-info.btn-darken-2 {
  border-color: #0c84d1 !important;
  background-color: #0c84d1 !important;
}
.btn-info.btn-darken-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-2 {
  border-color: #0c84d1 !important;
  color: #0c84d1 !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #0c84d1 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c84d1 !important;
}
.border-info.border-darken-2 {
  border: 1px solid #0c84d1 !important;
}
.border-top-info.border-top-darken-2 {
  border-top: 1px solid #0c84d1 !important;
}
.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #0c84d1 !important;
}
.border-left-info.border-left-darken-2 {
  border-left: 1px solid #0c84d1 !important;
}
.border-right-info.border-right-darken-2 {
  border-right: 1px solid #0c84d1 !important;
}
.overlay-info.overlay-darken-2 {
  background: #0c84d1;
  /* The Fallback */
  background: rgba(12, 132, 209, 0.8);
}
.info.darken-3 {
  color: #0b75b9 !important;
}
.bg-info.bg-darken-3 {
  background-color: #0b75b9 !important;
}
.bg-info.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(11, 117, 185, 0.6);
}
.btn-info.btn-darken-3 {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-3 {
  border-color: #0b75b9 !important;
  color: #0b75b9 !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #0b75b9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0b75b9 !important;
}
.border-info.border-darken-3 {
  border: 1px solid #0b75b9 !important;
}
.border-top-info.border-top-darken-3 {
  border-top: 1px solid #0b75b9 !important;
}
.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #0b75b9 !important;
}
.border-left-info.border-left-darken-3 {
  border-left: 1px solid #0b75b9 !important;
}
.border-right-info.border-right-darken-3 {
  border-right: 1px solid #0b75b9 !important;
}
.overlay-info.overlay-darken-3 {
  background: #0b75b9;
  /* The Fallback */
  background: rgba(11, 117, 185, 0.8);
}
.info.darken-4 {
  color: #0965a1 !important;
}
.bg-info.bg-darken-4 {
  background-color: #0965a1 !important;
}
.bg-info.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(9, 101, 161, 0.6);
}
.btn-info.btn-darken-4 {
  border-color: #0c84d1 !important;
  background-color: #0965a1 !important;
}
.btn-info.btn-darken-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4 {
  border-color: #0965a1 !important;
  color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #0965a1 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0965a1 !important;
}
.border-info.border-darken-4 {
  border: 1px solid #0965a1 !important;
}
.border-top-info.border-top-darken-4 {
  border-top: 1px solid #0965a1 !important;
}
.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #0965a1 !important;
}
.border-left-info.border-left-darken-4 {
  border-left: 1px solid #0965a1 !important;
}
.border-right-info.border-right-darken-4 {
  border-right: 1px solid #0965a1 !important;
}
.overlay-info.overlay-darken-4 {
  background: #0965a1;
  /* The Fallback */
  background: rgba(9, 101, 161, 0.8);
}
.info.accent-1 {
  color: #eff5ff !important;
}
.bg-info.bg-accent-1 {
  background-color: #eff5ff !important;
}
.bg-info.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 245, 255, 0.6);
}
.btn-info.btn-accent-1 {
  border-color: #0c84d1 !important;
  background-color: #eff5ff !important;
}
.btn-info.btn-accent-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-1 {
  border-color: #eff5ff !important;
  color: #eff5ff !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #eff5ff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eff5ff !important;
}
.border-info.border-accent-1 {
  border: 1px solid #eff5ff !important;
}
.border-top-info.border-top-accent-1 {
  border-top: 1px solid #eff5ff !important;
}
.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #eff5ff !important;
}
.border-left-info.border-left-accent-1 {
  border-left: 1px solid #eff5ff !important;
}
.border-right-info.border-right-accent-1 {
  border-right: 1px solid #eff5ff !important;
}
.overlay-info.overlay-accent-1 {
  background: #eff5ff;
  /* The Fallback */
  background: rgba(239, 245, 255, 0.8);
}
.info.accent-2 {
  color: #dfecff !important;
}
.bg-info.bg-accent-2 {
  background-color: #dfecff !important;
}
.bg-info.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(223, 236, 255, 0.6);
}
.btn-info.btn-accent-2 {
  border-color: #0c84d1 !important;
  background-color: #dfecff !important;
}
.btn-info.btn-accent-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-2 {
  border-color: #dfecff !important;
  color: #dfecff !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #dfecff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dfecff !important;
}
.border-info.border-accent-2 {
  border: 1px solid #dfecff !important;
}
.border-top-info.border-top-accent-2 {
  border-top: 1px solid #dfecff !important;
}
.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #dfecff !important;
}
.border-left-info.border-left-accent-2 {
  border-left: 1px solid #dfecff !important;
}
.border-right-info.border-right-accent-2 {
  border-right: 1px solid #dfecff !important;
}
.overlay-info.overlay-accent-2 {
  background: #dfecff;
  /* The Fallback */
  background: rgba(223, 236, 255, 0.8);
}
.info.accent-3 {
  color: #accfff !important;
}
.bg-info.bg-accent-3 {
  background-color: #accfff !important;
}
.bg-info.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(172, 207, 255, 0.6);
}
.btn-info.btn-accent-3 {
  border-color: #0c84d1 !important;
  background-color: #accfff !important;
}
.btn-info.btn-accent-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-3 {
  border-color: #accfff !important;
  color: #accfff !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #accfff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #accfff !important;
}
.border-info.border-accent-3 {
  border: 1px solid #accfff !important;
}
.border-top-info.border-top-accent-3 {
  border-top: 1px solid #accfff !important;
}
.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #accfff !important;
}
.border-left-info.border-left-accent-3 {
  border-left: 1px solid #accfff !important;
}
.border-right-info.border-right-accent-3 {
  border-right: 1px solid #accfff !important;
}
.overlay-info.overlay-accent-3 {
  background: #accfff;
  /* The Fallback */
  background: rgba(172, 207, 255, 0.8);
}
.info.accent-4 {
  color: #92c0ff !important;
}
.bg-info.bg-accent-4 {
  background-color: #92c0ff !important;
}
.bg-info.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 192, 255, 0.6);
}
.btn-info.btn-accent-4 {
  border-color: #0c84d1 !important;
  background-color: #92c0ff !important;
}
.btn-info.btn-accent-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-4 {
  border-color: #92c0ff !important;
  color: #92c0ff !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #92c0ff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #92c0ff !important;
}
.border-info.border-accent-4 {
  border: 1px solid #92c0ff !important;
}
.border-top-info.border-top-accent-4 {
  border-top: 1px solid #92c0ff !important;
}
.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #92c0ff !important;
}
.border-left-info.border-left-accent-4 {
  border-left: 1px solid #92c0ff !important;
}
.border-right-info.border-right-accent-4 {
  border-right: 1px solid #92c0ff !important;
}
.overlay-info.overlay-accent-4 {
  background: #92c0ff;
  /* The Fallback */
  background: rgba(146, 192, 255, 0.8);
}
.warning.lighten-5 {
  color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5 {
  background-color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 222, 201, 0.6);
}
.btn-warning.btn-lighten-5 {
  border-color: #ff7216 !important;
  background-color: #ffdec9 !important;
}
.btn-warning.btn-lighten-5:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #ffdec9 !important;
  color: #ffdec9 !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #ffdec9 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdec9 !important;
}
.border-warning.border-lighten-5 {
  border: 1px solid #ffdec9 !important;
}
.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #ffdec9 !important;
}
.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffdec9 !important;
}
.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #ffdec9 !important;
}
.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #ffdec9 !important;
}
.overlay-warning.overlay-lighten-5 {
  background: #ffdec9;
  /* The Fallback */
  background: rgba(255, 222, 201, 0.8);
}
.warning.lighten-4 {
  color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4 {
  background-color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 207, 175, 0.6);
}
.btn-warning.btn-lighten-4 {
  border-color: #ff7216 !important;
  background-color: #ffcfaf !important;
}
.btn-warning.btn-lighten-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #ffcfaf !important;
  color: #ffcfaf !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #ffcfaf !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcfaf !important;
}
.border-warning.border-lighten-4 {
  border: 1px solid #ffcfaf !important;
}
.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #ffcfaf !important;
}
.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcfaf !important;
}
.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #ffcfaf !important;
}
.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #ffcfaf !important;
}
.overlay-warning.overlay-lighten-4 {
  background: #ffcfaf;
  /* The Fallback */
  background: rgba(255, 207, 175, 0.8);
}
.warning.lighten-3 {
  color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3 {
  background-color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 191, 150, 0.6);
}
.btn-warning.btn-lighten-3 {
  border-color: #ff7216 !important;
  background-color: #ffbf96 !important;
}
.btn-warning.btn-lighten-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #ffbf96 !important;
  color: #ffbf96 !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #ffbf96 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffbf96 !important;
}
.border-warning.border-lighten-3 {
  border: 1px solid #ffbf96 !important;
}
.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #ffbf96 !important;
}
.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffbf96 !important;
}
.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #ffbf96 !important;
}
.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #ffbf96 !important;
}
.overlay-warning.overlay-lighten-3 {
  background: #ffbf96;
  /* The Fallback */
  background: rgba(255, 191, 150, 0.8);
}
.warning.lighten-2 {
  color: #ffb07c !important;
}
.bg-warning.bg-lighten-2 {
  background-color: #ffb07c !important;
}
.bg-warning.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 176, 124, 0.6);
}
.btn-warning.btn-lighten-2 {
  border-color: #ff7216 !important;
  background-color: #ffb07c !important;
}
.btn-warning.btn-lighten-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #ffb07c !important;
  color: #ffb07c !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #ffb07c !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb07c !important;
}
.border-warning.border-lighten-2 {
  border: 1px solid #ffb07c !important;
}
.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #ffb07c !important;
}
.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffb07c !important;
}
.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #ffb07c !important;
}
.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #ffb07c !important;
}
.overlay-warning.overlay-lighten-2 {
  background: #ffb07c;
  /* The Fallback */
  background: rgba(255, 176, 124, 0.8);
}
.warning.lighten-1 {
  color: #ffa063 !important;
}
.bg-warning.bg-lighten-1 {
  background-color: #ffa063 !important;
}
.bg-warning.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 99, 0.6);
}
.btn-warning.btn-lighten-1 {
  border-color: #ff7216 !important;
  background-color: #ffa063 !important;
}
.btn-warning.btn-lighten-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #ffa063 !important;
  color: #ffa063 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #ffa063 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa063 !important;
}
.border-warning.border-lighten-1 {
  border: 1px solid #ffa063 !important;
}
.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #ffa063 !important;
}
.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffa063 !important;
}
.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #ffa063 !important;
}
.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #ffa063 !important;
}
.overlay-warning.overlay-lighten-1 {
  background: #ffa063;
  /* The Fallback */
  background: rgba(255, 160, 99, 0.8);
}
.warning {
  color: #ff9149 !important;
}
.bg-warning {
  background-color: #ff9149 !important;
}
.bg-warning .card-header, .bg-warning .card-footer {
  background-color: transparent;
}
.bg-warning.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
.selectboxit.selectboxit-btn.bg-warning {
  background-color: #ff9149 !important;
}
.alert-warning {
  border-color: #ff9149 !important;
  background-color: #ffbc90 !important;
  color: #963b00 !important;
}
.alert-warning .alert-link {
  color: #6d2b00 !important;
}
.border-warning {
  border-color: #ff9149;
}
.overlay-warning {
  background: #ff9149;
  /* The Fallback */
  background: rgba(255, 145, 73, 0.8);
}
.color-info.warning {
  background-color: #ff9149 !important;
}
.btn-warning {
  border-color: #ff7216 !important;
  background-color: #ff9149 !important;
  color: #FFFFFF;
}
.btn-warning:hover {
  border-color: #ff8230 !important;
  background-color: #ffa063 !important;
  color: #FFF !important;
}
.btn-warning:focus, .btn-warning:active {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
  color: #FFF !important;
}
.btn-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
.btn-outline-warning {
  border-color: #ff9149;
  background-color: transparent;
  color: #ff9149;
}
.btn-outline-warning:hover {
  background-color: #ff9149;
  color: #FFF !important;
}
.btn-outline-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
input[type=checkbox].bg-warning + .custom-control-label:before, input[type=radio].bg-warning + .custom-control-label:before {
  background-color: #ff9149 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9149 !important;
}
.border-warning {
  border: 1px solid #ff9149 !important;
}
.border-top-warning {
  border-top: 1px solid #ff9149;
}
.border-bottom-warning {
  border-bottom: 1px solid #ff9149;
}
.border-left-warning {
  border-left: 1px solid #ff9149;
}
.border-right-warning {
  border-right: 1px solid #ff9149;
}
.warning.darken-1 {
  color: #ff8230 !important;
}
.bg-warning.bg-darken-1 {
  background-color: #ff8230 !important;
}
.bg-warning.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 130, 48, 0.6);
}
.btn-warning.btn-darken-1 {
  border-color: #ff7216 !important;
  background-color: #ff8230 !important;
}
.btn-warning.btn-darken-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-1 {
  border-color: #ff8230 !important;
  color: #ff8230 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #ff8230 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8230 !important;
}
.border-warning.border-darken-1 {
  border: 1px solid #ff8230 !important;
}
.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #ff8230 !important;
}
.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #ff8230 !important;
}
.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #ff8230 !important;
}
.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #ff8230 !important;
}
.overlay-warning.overlay-darken-1 {
  background: #ff8230;
  /* The Fallback */
  background: rgba(255, 130, 48, 0.8);
}
.warning.darken-2 {
  color: #ff7216 !important;
}
.bg-warning.bg-darken-2 {
  background-color: #ff7216 !important;
}
.bg-warning.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 114, 22, 0.6);
}
.btn-warning.btn-darken-2 {
  border-color: #ff7216 !important;
  background-color: #ff7216 !important;
}
.btn-warning.btn-darken-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-2 {
  border-color: #ff7216 !important;
  color: #ff7216 !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #ff7216 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7216 !important;
}
.border-warning.border-darken-2 {
  border: 1px solid #ff7216 !important;
}
.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #ff7216 !important;
}
.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #ff7216 !important;
}
.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #ff7216 !important;
}
.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #ff7216 !important;
}
.overlay-warning.overlay-darken-2 {
  background: #ff7216;
  /* The Fallback */
  background: rgba(255, 114, 22, 0.8);
}
.warning.darken-3 {
  color: #fc6300 !important;
}
.bg-warning.bg-darken-3 {
  background-color: #fc6300 !important;
}
.bg-warning.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 99, 0, 0.6);
}
.btn-warning.btn-darken-3 {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-3 {
  border-color: #fc6300 !important;
  color: #fc6300 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #fc6300 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc6300 !important;
}
.border-warning.border-darken-3 {
  border: 1px solid #fc6300 !important;
}
.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #fc6300 !important;
}
.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #fc6300 !important;
}
.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #fc6300 !important;
}
.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #fc6300 !important;
}
.overlay-warning.overlay-darken-3 {
  background: #fc6300;
  /* The Fallback */
  background: rgba(252, 99, 0, 0.8);
}
.warning.darken-4 {
  color: #e25900 !important;
}
.bg-warning.bg-darken-4 {
  background-color: #e25900 !important;
}
.bg-warning.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 89, 0, 0.6);
}
.btn-warning.btn-darken-4 {
  border-color: #ff7216 !important;
  background-color: #e25900 !important;
}
.btn-warning.btn-darken-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4 {
  border-color: #e25900 !important;
  color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #e25900 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e25900 !important;
}
.border-warning.border-darken-4 {
  border: 1px solid #e25900 !important;
}
.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #e25900 !important;
}
.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #e25900 !important;
}
.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #e25900 !important;
}
.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #e25900 !important;
}
.overlay-warning.overlay-darken-4 {
  background: #e25900;
  /* The Fallback */
  background: rgba(226, 89, 0, 0.8);
}
.warning.accent-1 {
  color: #fff5ef !important;
}
.bg-warning.bg-accent-1 {
  background-color: #fff5ef !important;
}
.bg-warning.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 239, 0.6);
}
.btn-warning.btn-accent-1 {
  border-color: #ff7216 !important;
  background-color: #fff5ef !important;
}
.btn-warning.btn-accent-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fff5ef !important;
  color: #fff5ef !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #fff5ef !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5ef !important;
}
.border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}
.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}
.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}
.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}
.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}
.overlay-warning.overlay-accent-1 {
  background: #fff5ef;
  /* The Fallback */
  background: rgba(255, 245, 239, 0.8);
}
.warning.accent-2 {
  color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 216, 0.6);
}
.btn-warning.btn-accent-2 {
  border-color: #ff7216 !important;
  background-color: #ffe5d8 !important;
}
.btn-warning.btn-accent-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe5d8 !important;
}
.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}
.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}
.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}
.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}
.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}
.overlay-warning.overlay-accent-2 {
  background: #ffe5d8;
  /* The Fallback */
  background: rgba(255, 229, 216, 0.8);
}
.warning.accent-3 {
  color: #ffddd0 !important;
}
.bg-warning.bg-accent-3 {
  background-color: #ffddd0 !important;
}
.bg-warning.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 221, 208, 0.6);
}
.btn-warning.btn-accent-3 {
  border-color: #ff7216 !important;
  background-color: #ffddd0 !important;
}
.btn-warning.btn-accent-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-3 {
  border-color: #ffddd0 !important;
  color: #ffddd0 !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #ffddd0 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffddd0 !important;
}
.border-warning.border-accent-3 {
  border: 1px solid #ffddd0 !important;
}
.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #ffddd0 !important;
}
.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #ffddd0 !important;
}
.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #ffddd0 !important;
}
.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #ffddd0 !important;
}
.overlay-warning.overlay-accent-3 {
  background: #ffddd0;
  /* The Fallback */
  background: rgba(255, 221, 208, 0.8);
}
.warning.accent-4 {
  color: #ffcab7 !important;
}
.bg-warning.bg-accent-4 {
  background-color: #ffcab7 !important;
}
.bg-warning.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 183, 0.6);
}
.btn-warning.btn-accent-4 {
  border-color: #ff7216 !important;
  background-color: #ffcab7 !important;
}
.btn-warning.btn-accent-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffcab7 !important;
  color: #ffcab7 !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffcab7 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab7 !important;
}
.border-warning.border-accent-4 {
  border: 1px solid #ffcab7 !important;
}
.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffcab7 !important;
}
.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffcab7 !important;
}
.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffcab7 !important;
}
.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffcab7 !important;
}
.overlay-warning.overlay-accent-4 {
  background: #ffcab7;
  /* The Fallback */
  background: rgba(255, 202, 183, 0.8);
}
.danger.lighten-5 {
  color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5 {
  background-color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 201, 208, 0.6);
}
.btn-danger.btn-lighten-5 {
  border-color: #ff1635 !important;
  background-color: #ffc9d0 !important;
}
.btn-danger.btn-lighten-5:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #ffc9d0 !important;
  color: #ffc9d0 !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #ffc9d0 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc9d0 !important;
}
.border-danger.border-lighten-5 {
  border: 1px solid #ffc9d0 !important;
}
.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #ffc9d0 !important;
}
.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffc9d0 !important;
}
.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #ffc9d0 !important;
}
.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #ffc9d0 !important;
}
.overlay-danger.overlay-lighten-5 {
  background: #ffc9d0;
  /* The Fallback */
  background: rgba(255, 201, 208, 0.8);
}
.danger.lighten-4 {
  color: #ffafba !important;
}
.bg-danger.bg-lighten-4 {
  background-color: #ffafba !important;
}
.bg-danger.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 175, 186, 0.6);
}
.btn-danger.btn-lighten-4 {
  border-color: #ff1635 !important;
  background-color: #ffafba !important;
}
.btn-danger.btn-lighten-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffafba !important;
  color: #ffafba !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffafba !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffafba !important;
}
.border-danger.border-lighten-4 {
  border: 1px solid #ffafba !important;
}
.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffafba !important;
}
.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffafba !important;
}
.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffafba !important;
}
.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffafba !important;
}
.overlay-danger.overlay-lighten-4 {
  background: #ffafba;
  /* The Fallback */
  background: rgba(255, 175, 186, 0.8);
}
.danger.lighten-3 {
  color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3 {
  background-color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 150, 163, 0.6);
}
.btn-danger.btn-lighten-3 {
  border-color: #ff1635 !important;
  background-color: #ff96a3 !important;
}
.btn-danger.btn-lighten-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ff96a3 !important;
  color: #ff96a3 !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ff96a3 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff96a3 !important;
}
.border-danger.border-lighten-3 {
  border: 1px solid #ff96a3 !important;
}
.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ff96a3 !important;
}
.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ff96a3 !important;
}
.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ff96a3 !important;
}
.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ff96a3 !important;
}
.overlay-danger.overlay-lighten-3 {
  background: #ff96a3;
  /* The Fallback */
  background: rgba(255, 150, 163, 0.8);
}
.danger.lighten-2 {
  color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2 {
  background-color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 124, 141, 0.6);
}
.btn-danger.btn-lighten-2 {
  border-color: #ff1635 !important;
  background-color: #ff7c8d !important;
}
.btn-danger.btn-lighten-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ff7c8d !important;
  color: #ff7c8d !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ff7c8d !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7c8d !important;
}
.border-danger.border-lighten-2 {
  border: 1px solid #ff7c8d !important;
}
.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff7c8d !important;
}
.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff7c8d !important;
}
.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff7c8d !important;
}
.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff7c8d !important;
}
.overlay-danger.overlay-lighten-2 {
  background: #ff7c8d;
  /* The Fallback */
  background: rgba(255, 124, 141, 0.8);
}
.danger.lighten-1 {
  color: #ff6377 !important;
}
.bg-danger.bg-lighten-1 {
  background-color: #ff6377 !important;
}
.bg-danger.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 99, 119, 0.6);
}
.btn-danger.btn-lighten-1 {
  border-color: #ff1635 !important;
  background-color: #ff6377 !important;
}
.btn-danger.btn-lighten-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff6377 !important;
  color: #ff6377 !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff6377 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6377 !important;
}
.border-danger.border-lighten-1 {
  border: 1px solid #ff6377 !important;
}
.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff6377 !important;
}
.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff6377 !important;
}
.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff6377 !important;
}
.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff6377 !important;
}
.overlay-danger.overlay-lighten-1 {
  background: #ff6377;
  /* The Fallback */
  background: rgba(255, 99, 119, 0.8);
}
.danger {
  color: #ff4961 !important;
}
.bg-danger {
  background-color: #ff4961 !important;
}
.bg-danger .card-header, .bg-danger .card-footer {
  background-color: transparent;
}
.bg-danger.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
.selectboxit.selectboxit-btn.bg-danger {
  background-color: #ff4961 !important;
}
.alert-danger {
  border-color: #ff4961 !important;
  background-color: #ff909f !important;
  color: #960014 !important;
}
.alert-danger .alert-link {
  color: #6d000e !important;
}
.border-danger {
  border-color: #ff4961;
}
.overlay-danger {
  background: #ff4961;
  /* The Fallback */
  background: rgba(255, 73, 97, 0.8);
}
.color-info.danger {
  background-color: #ff4961 !important;
}
.btn-danger {
  border-color: #ff1635 !important;
  background-color: #ff4961 !important;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: #ff304b !important;
  background-color: #ff6377 !important;
  color: #FFF !important;
}
.btn-danger:focus, .btn-danger:active {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
  color: #FFF !important;
}
.btn-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
.btn-outline-danger {
  border-color: #ff4961;
  background-color: transparent;
  color: #ff4961;
}
.btn-outline-danger:hover {
  background-color: #ff4961;
  color: #FFF !important;
}
.btn-outline-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
input[type=checkbox].bg-danger + .custom-control-label:before, input[type=radio].bg-danger + .custom-control-label:before {
  background-color: #ff4961 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4961 !important;
}
.border-danger {
  border: 1px solid #ff4961 !important;
}
.border-top-danger {
  border-top: 1px solid #ff4961;
}
.border-bottom-danger {
  border-bottom: 1px solid #ff4961;
}
.border-left-danger {
  border-left: 1px solid #ff4961;
}
.border-right-danger {
  border-right: 1px solid #ff4961;
}
.danger.darken-1 {
  color: #ff304b !important;
}
.bg-danger.bg-darken-1 {
  background-color: #ff304b !important;
}
.bg-danger.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 48, 75, 0.6);
}
.btn-danger.btn-darken-1 {
  border-color: #ff1635 !important;
  background-color: #ff304b !important;
}
.btn-danger.btn-darken-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff304b !important;
  color: #ff304b !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff304b !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff304b !important;
}
.border-danger.border-darken-1 {
  border: 1px solid #ff304b !important;
}
.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff304b !important;
}
.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff304b !important;
}
.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff304b !important;
}
.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff304b !important;
}
.overlay-danger.overlay-darken-1 {
  background: #ff304b;
  /* The Fallback */
  background: rgba(255, 48, 75, 0.8);
}
.danger.darken-2 {
  color: #ff1635 !important;
}
.bg-danger.bg-darken-2 {
  background-color: #ff1635 !important;
}
.bg-danger.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 22, 53, 0.6);
}
.btn-danger.btn-darken-2 {
  border-color: #ff1635 !important;
  background-color: #ff1635 !important;
}
.btn-danger.btn-darken-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff1635 !important;
  color: #ff1635 !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff1635 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1635 !important;
}
.border-danger.border-darken-2 {
  border: 1px solid #ff1635 !important;
}
.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff1635 !important;
}
.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff1635 !important;
}
.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff1635 !important;
}
.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff1635 !important;
}
.overlay-danger.overlay-darken-2 {
  background: #ff1635;
  /* The Fallback */
  background: rgba(255, 22, 53, 0.8);
}
.danger.darken-3 {
  color: #fc0021 !important;
}
.bg-danger.bg-darken-3 {
  background-color: #fc0021 !important;
}
.bg-danger.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 0, 33, 0.6);
}
.btn-danger.btn-darken-3 {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-3 {
  border-color: #fc0021 !important;
  color: #fc0021 !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #fc0021 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc0021 !important;
}
.border-danger.border-darken-3 {
  border: 1px solid #fc0021 !important;
}
.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #fc0021 !important;
}
.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #fc0021 !important;
}
.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #fc0021 !important;
}
.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #fc0021 !important;
}
.overlay-danger.overlay-darken-3 {
  background: #fc0021;
  /* The Fallback */
  background: rgba(252, 0, 33, 0.8);
}
.danger.darken-4 {
  color: #e2001e !important;
}
.bg-danger.bg-darken-4 {
  background-color: #e2001e !important;
}
.bg-danger.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 0, 30, 0.6);
}
.btn-danger.btn-darken-4 {
  border-color: #ff1635 !important;
  background-color: #e2001e !important;
}
.btn-danger.btn-darken-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4 {
  border-color: #e2001e !important;
  color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #e2001e !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e2001e !important;
}
.border-danger.border-darken-4 {
  border: 1px solid #e2001e !important;
}
.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #e2001e !important;
}
.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #e2001e !important;
}
.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #e2001e !important;
}
.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #e2001e !important;
}
.overlay-danger.overlay-darken-4 {
  background: #e2001e;
  /* The Fallback */
  background: rgba(226, 0, 30, 0.8);
}
.danger.accent-1 {
  color: #ffeef1 !important;
}
.bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}
.bg-danger.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 241, 0.6);
}
.btn-danger.btn-accent-1 {
  border-color: #ff1635 !important;
  background-color: #ffeef1 !important;
}
.btn-danger.btn-accent-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeef1 !important;
}
.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}
.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}
.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}
.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}
.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}
.overlay-danger.overlay-accent-1 {
  background: #ffeef1;
  /* The Fallback */
  background: rgba(255, 238, 241, 0.8);
}
.danger.accent-2 {
  color: #ffd6db !important;
}
.bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}
.bg-danger.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 219, 0.6);
}
.btn-danger.btn-accent-2 {
  border-color: #ff1635 !important;
  background-color: #ffd6db !important;
}
.btn-danger.btn-accent-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd6db !important;
}
.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}
.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}
.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}
.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}
.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}
.overlay-danger.overlay-accent-2 {
  background: #ffd6db;
  /* The Fallback */
  background: rgba(255, 214, 219, 0.8);
}
.danger.accent-3 {
  color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3 {
  background-color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 208, 211, 0.6);
}
.btn-danger.btn-accent-3 {
  border-color: #ff1635 !important;
  background-color: #ffd0d3 !important;
}
.btn-danger.btn-accent-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffd0d3 !important;
  color: #ffd0d3 !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffd0d3 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd0d3 !important;
}
.border-danger.border-accent-3 {
  border: 1px solid #ffd0d3 !important;
}
.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffd0d3 !important;
}
.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffd0d3 !important;
}
.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffd0d3 !important;
}
.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffd0d3 !important;
}
.overlay-danger.overlay-accent-3 {
  background: #ffd0d3;
  /* The Fallback */
  background: rgba(255, 208, 211, 0.8);
}
.danger.accent-4 {
  color: #ffb7bc !important;
}
.bg-danger.bg-accent-4 {
  background-color: #ffb7bc !important;
}
.bg-danger.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 183, 188, 0.6);
}
.btn-danger.btn-accent-4 {
  border-color: #ff1635 !important;
  background-color: #ffb7bc !important;
}
.btn-danger.btn-accent-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffb7bc !important;
  color: #ffb7bc !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffb7bc !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb7bc !important;
}
.border-danger.border-accent-4 {
  border: 1px solid #ffb7bc !important;
}
.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffb7bc !important;
}
.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffb7bc !important;
}
.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffb7bc !important;
}
.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffb7bc !important;
}
.overlay-danger.overlay-accent-4 {
  background: #ffb7bc;
  /* The Fallback */
  background: rgba(255, 183, 188, 0.8);
}
.light {
  color: #e0e0e0 !important;
}
.bg-light {
  background-color: #e0e0e0 !important;
}
.bg-light .card-header, .bg-light .card-footer {
  background-color: transparent;
}
.bg-light.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
.selectboxit.selectboxit-btn.bg-light {
  background-color: #e0e0e0 !important;
}
.alert-light {
  border-color: #e0e0e0 !important;
  background-color: white !important;
  color: #878787 !important;
}
.alert-light .alert-link {
  color: #727272 !important;
}
.border-light {
  border-color: #e0e0e0;
}
.overlay-light {
  background: #e0e0e0;
  /* The Fallback */
  background: rgba(224, 224, 224, 0.8);
}
.color-info.light {
  background-color: #e0e0e0 !important;
}
.btn-light {
  border-color: !important;
  background-color: #e0e0e0 !important;
  color: #FFFFFF;
}
.btn-light:hover {
  border-color: #9e9e9e !important;
  background-color: #bdbdbd !important;
  color: #FFF !important;
}
.btn-light:focus, .btn-light:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
.btn-outline-light {
  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: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
input[type=checkbox].bg-light + .custom-control-label:before, input[type=radio].bg-light + .custom-control-label:before {
  background-color: #e0e0e0 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0e0e0 !important;
}
.border-light {
  border: 1px solid #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;
}
.light.lighten-1 {
  color: #bdbdbd !important;
}
.bg-light.bg-lighten-1 {
  background-color: #bdbdbd !important;
}
.bg-light.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(189, 189, 189, 0.6);
}
.btn-light.btn-lighten-1 {
  border-color: !important;
  background-color: #bdbdbd !important;
}
.btn-light.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-lighten-1:focus, .btn-light.btn-lighten-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(189, 189, 189, 0.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: 0px 1px 20px 1px rgba(158, 158, 158, 0.6);
}
.btn-light.btn-darken-1 {
  border-color: !important;
  background-color: #9e9e9e !important;
}
.btn-light.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-darken-1:focus, .btn-light.btn-darken-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(158, 158, 158, 0.8);
}
.dark {
  color: #424242 !important;
}
.bg-dark {
  background-color: #424242 !important;
}
.bg-dark .card-header, .bg-dark .card-footer {
  background-color: transparent;
}
.bg-dark.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
.selectboxit.selectboxit-btn.bg-dark {
  background-color: #424242 !important;
}
.alert-dark {
  border-color: #424242 !important;
  background-color: #666666 !important;
  color: black !important;
}
.alert-dark .alert-link {
  color: black !important;
}
.border-dark {
  border-color: #424242;
}
.overlay-dark {
  background: #424242;
  /* The Fallback */
  background: rgba(66, 66, 66, 0.8);
}
.color-info.dark {
  background-color: #424242 !important;
}
.btn-dark {
  border-color: !important;
  background-color: #424242 !important;
  color: #FFFFFF;
}
.btn-dark:hover {
  border-color: #212121 !important;
  background-color: #616161 !important;
  color: #FFF !important;
}
.btn-dark:focus, .btn-dark:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
.btn-outline-dark {
  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: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
input[type=checkbox].bg-dark + .custom-control-label:before, input[type=radio].bg-dark + .custom-control-label:before {
  background-color: #424242 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important;
}
.border-dark {
  border: 1px solid #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;
}
.dark.lighten-1 {
  color: #616161 !important;
}
.bg-dark.bg-lighten-1 {
  background-color: #616161 !important;
}
.bg-dark.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(97, 97, 97, 0.6);
}
.btn-dark.btn-lighten-1 {
  border-color: !important;
  background-color: #616161 !important;
}
.btn-dark.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-lighten-1:focus, .btn-dark.btn-lighten-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(97, 97, 97, 0.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: 0px 1px 20px 1px rgba(33, 33, 33, 0.6);
}
.btn-dark.btn-darken-1 {
  border-color: !important;
  background-color: #212121 !important;
}
.btn-dark.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-darken-1:focus, .btn-dark.btn-darken-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(33, 33, 33, 0.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: 0px 1px 20px 1px rgba(255, 235, 238, 0.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:focus, .btn-red.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 235, 238, 0.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: 0px 1px 20px 1px rgba(255, 205, 210, 0.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:focus, .btn-red.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 205, 210, 0.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: 0px 1px 20px 1px rgba(239, 154, 154, 0.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:focus, .btn-red.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(239, 154, 154, 0.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: 0px 1px 20px 1px rgba(229, 115, 115, 0.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:focus, .btn-red.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(229, 115, 115, 0.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: 0px 1px 20px 1px rgba(239, 83, 80, 0.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:focus, .btn-red.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(239, 83, 80, 0.8);
}
.red {
  color: #f44336 !important;
}
.bg-red {
  background-color: #f44336 !important;
}
.bg-red .card-header, .bg-red .card-footer {
  background-color: transparent;
}
.bg-red.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
.selectboxit.selectboxit-btn.bg-red {
  background-color: #f44336 !important;
}
.alert-red {
  border-color: #f44336 !important;
  background-color: #f8827a !important;
  color: #710e06 !important;
}
.alert-red .alert-link {
  color: #4b0904 !important;
}
.border-red {
  border-color: #f44336;
}
.overlay-red {
  background: #f44336;
  /* The Fallback */
  background: rgba(244, 67, 54, 0.8);
}
.color-info.red {
  background-color: #f44336 !important;
}
.btn-red {
  border-color: #d32f2f !important;
  background-color: #f44336 !important;
  color: #FFFFFF;
}
.btn-red:hover {
  border-color: #e53935 !important;
  background-color: #ef5350 !important;
  color: #FFF !important;
}
.btn-red:focus, .btn-red:active {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
  color: #FFF !important;
}
.btn-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
.btn-outline-red {
  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: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
input[type=checkbox].bg-red + .custom-control-label:before, input[type=radio].bg-red + .custom-control-label:before {
  background-color: #f44336 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f44336 !important;
}
.border-red {
  border: 1px solid #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;
}
.red.darken-1 {
  color: #e53935 !important;
}
.bg-red.bg-darken-1 {
  background-color: #e53935 !important;
}
.bg-red.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 57, 53, 0.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:focus, .btn-red.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(229, 57, 53, 0.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: 0px 1px 20px 1px rgba(211, 47, 47, 0.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:focus, .btn-red.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(211, 47, 47, 0.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: 0px 1px 20px 1px rgba(198, 40, 40, 0.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:focus, .btn-red.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(198, 40, 40, 0.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: 0px 1px 20px 1px rgba(183, 28, 28, 0.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:focus, .btn-red.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(183, 28, 28, 0.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: 0px 1px 20px 1px rgba(255, 138, 128, 0.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:focus, .btn-red.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 138, 128, 0.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: 0px 1px 20px 1px rgba(255, 82, 82, 0.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:focus, .btn-red.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 82, 82, 0.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: 0px 1px 20px 1px rgba(255, 23, 68, 0.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:focus, .btn-red.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 23, 68, 0.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: 0px 1px 20px 1px rgba(213, 0, 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:focus, .btn-red.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(213, 0, 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: 0px 1px 20px 1px rgba(252, 228, 236, 0.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:focus, .btn-pink.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(252, 228, 236, 0.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: 0px 1px 20px 1px rgba(248, 187, 208, 0.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:focus, .btn-pink.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(248, 187, 208, 0.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: 0px 1px 20px 1px rgba(244, 143, 177, 0.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:focus, .btn-pink.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(244, 143, 177, 0.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: 0px 1px 20px 1px rgba(240, 98, 146, 0.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:focus, .btn-pink.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(240, 98, 146, 0.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: 0px 1px 20px 1px rgba(236, 64, 122, 0.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:focus, .btn-pink.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 64, 122, 0.8);
}
.pink {
  color: #e91e63 !important;
}
.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink .card-header, .bg-pink .card-footer {
  background-color: transparent;
}
.bg-pink.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
.selectboxit.selectboxit-btn.bg-pink {
  background-color: #e91e63 !important;
}
.alert-pink {
  border-color: #e91e63 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important;
}
.alert-pink .alert-link {
  color: #280410 !important;
}
.border-pink {
  border-color: #e91e63;
}
.overlay-pink {
  background: #e91e63;
  /* The Fallback */
  background: rgba(233, 30, 99, 0.8);
}
.color-info.pink {
  background-color: #e91e63 !important;
}
.btn-pink {
  border-color: #c2185b !important;
  background-color: #e91e63 !important;
  color: #FFFFFF;
}
.btn-pink:hover {
  border-color: #d81b60 !important;
  background-color: #ec407a !important;
  color: #FFF !important;
}
.btn-pink:focus, .btn-pink:active {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
  color: #FFF !important;
}
.btn-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
.btn-outline-pink {
  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: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
input[type=checkbox].bg-pink + .custom-control-label:before, input[type=radio].bg-pink + .custom-control-label:before {
  background-color: #e91e63 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e91e63 !important;
}
.border-pink {
  border: 1px solid #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;
}
.pink.darken-1 {
  color: #d81b60 !important;
}
.bg-pink.bg-darken-1 {
  background-color: #d81b60 !important;
}
.bg-pink.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(216, 27, 96, 0.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:focus, .btn-pink.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(216, 27, 96, 0.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: 0px 1px 20px 1px rgba(194, 24, 91, 0.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:focus, .btn-pink.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(194, 24, 91, 0.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: 0px 1px 20px 1px rgba(173, 20, 87, 0.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:focus, .btn-pink.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(173, 20, 87, 0.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: 0px 1px 20px 1px rgba(136, 14, 79, 0.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:focus, .btn-pink.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(136, 14, 79, 0.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: 0px 1px 20px 1px rgba(255, 128, 171, 0.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:focus, .btn-pink.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 128, 171, 0.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: 0px 1px 20px 1px rgba(255, 64, 129, 0.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:focus, .btn-pink.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 64, 129, 0.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: 0px 1px 20px 1px rgba(245, 0, 87, 0.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:focus, .btn-pink.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(245, 0, 87, 0.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: 0px 1px 20px 1px rgba(197, 17, 98, 0.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:focus, .btn-pink.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(197, 17, 98, 0.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: 0px 1px 20px 1px rgba(243, 229, 245, 0.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:focus, .btn-purple.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(243, 229, 245, 0.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: 0px 1px 20px 1px rgba(225, 190, 231, 0.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:focus, .btn-purple.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(225, 190, 231, 0.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: 0px 1px 20px 1px rgba(206, 147, 216, 0.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:focus, .btn-purple.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(206, 147, 216, 0.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: 0px 1px 20px 1px rgba(186, 104, 200, 0.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:focus, .btn-purple.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(186, 104, 200, 0.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: 0px 1px 20px 1px rgba(171, 71, 188, 0.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:focus, .btn-purple.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(171, 71, 188, 0.8);
}
.purple {
  color: #9c27b0 !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple .card-header, .bg-purple .card-footer {
  background-color: transparent;
}
.bg-purple.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
.selectboxit.selectboxit-btn.bg-purple {
  background-color: #9c27b0 !important;
}
.alert-purple {
  border-color: #9c27b0 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important;
}
.alert-purple .alert-link {
  color: black !important;
}
.border-purple {
  border-color: #9c27b0;
}
.overlay-purple {
  background: #9c27b0;
  /* The Fallback */
  background: rgba(156, 39, 176, 0.8);
}
.color-info.purple {
  background-color: #9c27b0 !important;
}
.btn-purple {
  border-color: #7b1fa2 !important;
  background-color: #9c27b0 !important;
  color: #FFFFFF;
}
.btn-purple:hover {
  border-color: #8e24aa !important;
  background-color: #ab47bc !important;
  color: #FFF !important;
}
.btn-purple:focus, .btn-purple:active {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
  color: #FFF !important;
}
.btn-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
.btn-outline-purple {
  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: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
input[type=checkbox].bg-purple + .custom-control-label:before, input[type=radio].bg-purple + .custom-control-label:before {
  background-color: #9c27b0 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9c27b0 !important;
}
.border-purple {
  border: 1px solid #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;
}
.purple.darken-1 {
  color: #8e24aa !important;
}
.bg-purple.bg-darken-1 {
  background-color: #8e24aa !important;
}
.bg-purple.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 36, 170, 0.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:focus, .btn-purple.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(142, 36, 170, 0.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: 0px 1px 20px 1px rgba(123, 31, 162, 0.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:focus, .btn-purple.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(123, 31, 162, 0.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: 0px 1px 20px 1px rgba(106, 27, 154, 0.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:focus, .btn-purple.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(106, 27, 154, 0.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: 0px 1px 20px 1px rgba(74, 20, 140, 0.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:focus, .btn-purple.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(74, 20, 140, 0.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: 0px 1px 20px 1px rgba(234, 128, 252, 0.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:focus, .btn-purple.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(234, 128, 252, 0.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: 0px 1px 20px 1px rgba(224, 64, 251, 0.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:focus, .btn-purple.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 64, 251, 0.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: 0px 1px 20px 1px rgba(213, 0, 249, 0.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:focus, .btn-purple.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(213, 0, 249, 0.8);
}
.purple.accent-4 {
  color: #dd00ff !important;
}
.bg-purple.bg-accent-4 {
  background-color: #dd00ff !important;
}
.bg-purple.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(221, 0, 255, 0.6);
}
.btn-purple.btn-accent-4 {
  border-color: #7b1fa2 !important;
  background-color: #dd00ff !important;
}
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-4 {
  border-color: #dd00ff !important;
  color: #dd00ff !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #dd00ff !important;
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd00ff !important;
}
.border-purple.border-accent-4 {
  border: 1px solid #dd00ff !important;
}
.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #dd00ff !important;
}
.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #dd00ff !important;
}
.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #dd00ff !important;
}
.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #dd00ff !important;
}
.overlay-purple.overlay-accent-4 {
  background: #dd00ff;
  /* The Fallback */
  background: rgba(221, 0, 255, 0.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: 0px 1px 20px 1px rgba(227, 242, 253, 0.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:focus, .btn-blue.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(227, 242, 253, 0.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: 0px 1px 20px 1px rgba(187, 222, 251, 0.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:focus, .btn-blue.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(187, 222, 251, 0.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: 0px 1px 20px 1px rgba(144, 202, 249, 0.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:focus, .btn-blue.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(144, 202, 249, 0.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: 0px 1px 20px 1px rgba(100, 181, 246, 0.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:focus, .btn-blue.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 181, 246, 0.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: 0px 1px 20px 1px rgba(66, 165, 245, 0.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:focus, .btn-blue.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(66, 165, 245, 0.8);
}
.blue {
  color: #2196f3 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-blue .card-header, .bg-blue .card-footer {
  background-color: transparent;
}
.bg-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
.selectboxit.selectboxit-btn.bg-blue {
  background-color: #2196f3 !important;
}
.alert-blue {
  border-color: #2196f3 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important;
}
.alert-blue .alert-link {
  color: #031f36 !important;
}
.border-blue {
  border-color: #2196f3;
}
.overlay-blue {
  background: #2196f3;
  /* The Fallback */
  background: rgba(33, 150, 243, 0.8);
}
.color-info.blue {
  background-color: #2196f3 !important;
}
.btn-blue {
  border-color: #1976d2 !important;
  background-color: #2196f3 !important;
  color: #FFFFFF;
}
.btn-blue:hover {
  border-color: #1e88e5 !important;
  background-color: #42a5f5 !important;
  color: #FFF !important;
}
.btn-blue:focus, .btn-blue:active {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
  color: #FFF !important;
}
.btn-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
.btn-outline-blue {
  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: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
input[type=checkbox].bg-blue + .custom-control-label:before, input[type=radio].bg-blue + .custom-control-label:before {
  background-color: #2196f3 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196f3 !important;
}
.border-blue {
  border: 1px solid #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;
}
.blue.darken-1 {
  color: #1e88e5 !important;
}
.bg-blue.bg-darken-1 {
  background-color: #1e88e5 !important;
}
.bg-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 136, 229, 0.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:focus, .btn-blue.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(30, 136, 229, 0.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: 0px 1px 20px 1px rgba(25, 118, 210, 0.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:focus, .btn-blue.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(25, 118, 210, 0.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: 0px 1px 20px 1px rgba(21, 101, 192, 0.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:focus, .btn-blue.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(21, 101, 192, 0.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: 0px 1px 20px 1px rgba(13, 71, 161, 0.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:focus, .btn-blue.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(13, 71, 161, 0.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: 0px 1px 20px 1px rgba(130, 177, 255, 0.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:focus, .btn-blue.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(130, 177, 255, 0.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: 0px 1px 20px 1px rgba(68, 138, 255, 0.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:focus, .btn-blue.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(68, 138, 255, 0.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: 0px 1px 20px 1px rgba(41, 121, 255, 0.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:focus, .btn-blue.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(41, 121, 255, 0.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: 0px 1px 20px 1px rgba(41, 98, 255, 0.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:focus, .btn-blue.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(41, 98, 255, 0.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: 0px 1px 20px 1px rgba(224, 247, 250, 0.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:focus, .btn-cyan.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 247, 250, 0.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: 0px 1px 20px 1px rgba(178, 235, 242, 0.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:focus, .btn-cyan.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(178, 235, 242, 0.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: 0px 1px 20px 1px rgba(128, 222, 234, 0.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:focus, .btn-cyan.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(128, 222, 234, 0.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: 0px 1px 20px 1px rgba(77, 208, 225, 0.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:focus, .btn-cyan.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(77, 208, 225, 0.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: 0px 1px 20px 1px rgba(38, 198, 218, 0.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:focus, .btn-cyan.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 198, 218, 0.8);
}
.cyan {
  color: #00bcd4 !important;
}
.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan .card-header, .bg-cyan .card-footer {
  background-color: transparent;
}
.bg-cyan.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
.selectboxit.selectboxit-btn.bg-cyan {
  background-color: #00bcd4 !important;
}
.alert-cyan {
  border-color: #00bcd4 !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important;
}
.alert-cyan .alert-link {
  color: black !important;
}
.border-cyan {
  border-color: #00bcd4;
}
.overlay-cyan {
  background: #00bcd4;
  /* The Fallback */
  background: rgba(0, 188, 212, 0.8);
}
.color-info.cyan {
  background-color: #00bcd4 !important;
}
.btn-cyan {
  border-color: #0097a7 !important;
  background-color: #00bcd4 !important;
  color: #FFFFFF;
}
.btn-cyan:hover {
  border-color: #00acc1 !important;
  background-color: #26c6da !important;
  color: #FFF !important;
}
.btn-cyan:focus, .btn-cyan:active {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
  color: #FFF !important;
}
.btn-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
.btn-outline-cyan {
  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: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
input[type=checkbox].bg-cyan + .custom-control-label:before, input[type=radio].bg-cyan + .custom-control-label:before {
  background-color: #00bcd4 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bcd4 !important;
}
.border-cyan {
  border: 1px solid #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;
}
.cyan.darken-1 {
  color: #00acc1 !important;
}
.bg-cyan.bg-darken-1 {
  background-color: #00acc1 !important;
}
.bg-cyan.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 172, 193, 0.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:focus, .btn-cyan.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 172, 193, 0.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: 0px 1px 20px 1px rgba(0, 151, 167, 0.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:focus, .btn-cyan.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 151, 167, 0.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: 0px 1px 20px 1px rgba(0, 131, 143, 0.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:focus, .btn-cyan.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 131, 143, 0.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: 0px 1px 20px 1px rgba(0, 96, 100, 0.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:focus, .btn-cyan.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 96, 100, 0.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: 0px 1px 20px 1px rgba(132, 255, 255, 0.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:focus, .btn-cyan.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(132, 255, 255, 0.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: 0px 1px 20px 1px rgba(24, 255, 255, 0.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:focus, .btn-cyan.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(24, 255, 255, 0.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: 0px 1px 20px 1px rgba(0, 229, 255, 0.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:focus, .btn-cyan.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 229, 255, 0.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: 0px 1px 20px 1px rgba(0, 184, 212, 0.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:focus, .btn-cyan.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 184, 212, 0.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: 0px 1px 20px 1px rgba(224, 242, 241, 0.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:focus, .btn-teal.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 242, 241, 0.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: 0px 1px 20px 1px rgba(178, 223, 219, 0.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:focus, .btn-teal.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(178, 223, 219, 0.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: 0px 1px 20px 1px rgba(128, 203, 196, 0.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:focus, .btn-teal.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(128, 203, 196, 0.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: 0px 1px 20px 1px rgba(77, 182, 172, 0.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:focus, .btn-teal.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(77, 182, 172, 0.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: 0px 1px 20px 1px rgba(38, 166, 154, 0.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:focus, .btn-teal.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 166, 154, 0.8);
}
.teal {
  color: #009688 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-teal .card-header, .bg-teal .card-footer {
  background-color: transparent;
}
.bg-teal.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
.selectboxit.selectboxit-btn.bg-teal {
  background-color: #009688 !important;
}
.alert-teal {
  border-color: #009688 !important;
  background-color: #00ddc9 !important;
  color: black !important;
}
.alert-teal .alert-link {
  color: black !important;
}
.border-teal {
  border-color: #009688;
}
.overlay-teal {
  background: #009688;
  /* The Fallback */
  background: rgba(0, 150, 136, 0.8);
}
.color-info.teal {
  background-color: #009688 !important;
}
.btn-teal {
  border-color: #00796b !important;
  background-color: #009688 !important;
  color: #FFFFFF;
}
.btn-teal:hover {
  border-color: #00897b !important;
  background-color: #26a69a !important;
  color: #FFF !important;
}
.btn-teal:focus, .btn-teal:active {
  border-color: #00796b !important;
  background-color: #00695c !important;
  color: #FFF !important;
}
.btn-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
.btn-outline-teal {
  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: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
input[type=checkbox].bg-teal + .custom-control-label:before, input[type=radio].bg-teal + .custom-control-label:before {
  background-color: #009688 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}
.border-teal {
  border: 1px solid #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;
}
.teal.darken-1 {
  color: #00897b !important;
}
.bg-teal.bg-darken-1 {
  background-color: #00897b !important;
}
.bg-teal.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 137, 123, 0.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:focus, .btn-teal.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 137, 123, 0.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: 0px 1px 20px 1px rgba(0, 121, 107, 0.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:focus, .btn-teal.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 121, 107, 0.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: 0px 1px 20px 1px rgba(0, 105, 92, 0.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:focus, .btn-teal.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 105, 92, 0.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: 0px 1px 20px 1px rgba(0, 77, 64, 0.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:focus, .btn-teal.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 77, 64, 0.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: 0px 1px 20px 1px rgba(167, 255, 235, 0.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:focus, .btn-teal.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(167, 255, 235, 0.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: 0px 1px 20px 1px rgba(100, 255, 218, 0.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:focus, .btn-teal.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 255, 218, 0.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: 0px 1px 20px 1px rgba(29, 233, 182, 0.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:focus, .btn-teal.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(29, 233, 182, 0.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: 0px 1px 20px 1px rgba(0, 191, 165, 0.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:focus, .btn-teal.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 191, 165, 0.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: 0px 1px 20px 1px rgba(255, 253, 231, 0.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:focus, .btn-yellow.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 253, 231, 0.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: 0px 1px 20px 1px rgba(255, 249, 196, 0.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:focus, .btn-yellow.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 249, 196, 0.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: 0px 1px 20px 1px rgba(255, 245, 157, 0.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:focus, .btn-yellow.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 245, 157, 0.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: 0px 1px 20px 1px rgba(255, 241, 118, 0.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:focus, .btn-yellow.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 241, 118, 0.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: 0px 1px 20px 1px rgba(255, 238, 88, 0.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:focus, .btn-yellow.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 238, 88, 0.8);
}
.yellow {
  color: #ffeb3b !important;
}
.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow .card-header, .bg-yellow .card-footer {
  background-color: transparent;
}
.bg-yellow.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
.selectboxit.selectboxit-btn.bg-yellow {
  background-color: #ffeb3b !important;
}
.alert-yellow {
  border-color: #ffeb3b !important;
  background-color: #fff282 !important;
  color: #887a00 !important;
}
.alert-yellow .alert-link {
  color: #5f5500 !important;
}
.border-yellow {
  border-color: #ffeb3b;
}
.overlay-yellow {
  background: #ffeb3b;
  /* The Fallback */
  background: rgba(255, 235, 59, 0.8);
}
.color-info.yellow {
  background-color: #ffeb3b !important;
}
.btn-yellow {
  border-color: #fbc02d !important;
  background-color: #ffeb3b !important;
  color: #FFFFFF;
}
.btn-yellow:hover {
  border-color: #fdd835 !important;
  background-color: #ffee58 !important;
  color: #FFF !important;
}
.btn-yellow:focus, .btn-yellow:active {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
  color: #FFF !important;
}
.btn-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
.btn-outline-yellow {
  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: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
input[type=checkbox].bg-yellow + .custom-control-label:before, input[type=radio].bg-yellow + .custom-control-label:before {
  background-color: #ffeb3b !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeb3b !important;
}
.border-yellow {
  border: 1px solid #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;
}
.yellow.darken-1 {
  color: #fdd835 !important;
}
.bg-yellow.bg-darken-1 {
  background-color: #fdd835 !important;
}
.bg-yellow.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(253, 216, 53, 0.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:focus, .btn-yellow.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(253, 216, 53, 0.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: 0px 1px 20px 1px rgba(251, 192, 45, 0.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:focus, .btn-yellow.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(251, 192, 45, 0.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: 0px 1px 20px 1px rgba(249, 168, 37, 0.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:focus, .btn-yellow.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(249, 168, 37, 0.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: 0px 1px 20px 1px rgba(245, 127, 23, 0.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:focus, .btn-yellow.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(245, 127, 23, 0.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: 0px 1px 20px 1px rgba(255, 255, 141, 0.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:focus, .btn-yellow.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 255, 141, 0.8);
}
.yellow.accent-2 {
  color: #ffff00 !important;
}
.bg-yellow.bg-accent-2 {
  background-color: #ffff00 !important;
}
.bg-yellow.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 0, 0.6);
}
.btn-yellow.btn-accent-2 {
  border-color: #fbc02d !important;
  background-color: #ffff00 !important;
}
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ffff00 !important;
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff00 !important;
}
.border-yellow.border-accent-2 {
  border: 1px solid #ffff00 !important;
}
.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ffff00 !important;
}
.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ffff00 !important;
}
.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ffff00 !important;
}
.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ffff00 !important;
}
.overlay-yellow.overlay-accent-2 {
  background: #ffff00;
  /* The Fallback */
  background: rgba(255, 255, 0, 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: 0px 1px 20px 1px rgba(255, 234, 0, 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:focus, .btn-yellow.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 234, 0, 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: 0px 1px 20px 1px rgba(255, 214, 0, 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:focus, .btn-yellow.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 214, 0, 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: 0px 1px 20px 1px rgba(255, 248, 225, 0.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:focus, .btn-amber.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 248, 225, 0.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: 0px 1px 20px 1px rgba(255, 236, 179, 0.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:focus, .btn-amber.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 236, 179, 0.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: 0px 1px 20px 1px rgba(255, 224, 130, 0.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:focus, .btn-amber.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 224, 130, 0.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: 0px 1px 20px 1px rgba(255, 213, 79, 0.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:focus, .btn-amber.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 213, 79, 0.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: 0px 1px 20px 1px rgba(255, 202, 40, 0.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:focus, .btn-amber.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 202, 40, 0.8);
}
.amber {
  color: #ffc107 !important;
}
.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber .card-header, .bg-amber .card-footer {
  background-color: transparent;
}
.bg-amber.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
.selectboxit.selectboxit-btn.bg-amber {
  background-color: #ffc107 !important;
}
.alert-amber {
  border-color: #ffc107 !important;
  background-color: #ffd34e !important;
  color: #543f00 !important;
}
.alert-amber .alert-link {
  color: #2b2000 !important;
}
.border-amber {
  border-color: #ffc107;
}
.overlay-amber {
  background: #ffc107;
  /* The Fallback */
  background: rgba(255, 193, 7, 0.8);
}
.color-info.amber {
  background-color: #ffc107 !important;
}
.btn-amber {
  border-color: #ffa000 !important;
  background-color: #ffc107 !important;
  color: #FFFFFF;
}
.btn-amber:hover {
  border-color: #ffb300 !important;
  background-color: #ffca28 !important;
  color: #FFF !important;
}
.btn-amber:focus, .btn-amber:active {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
  color: #FFF !important;
}
.btn-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
.btn-outline-amber {
  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: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
input[type=checkbox].bg-amber + .custom-control-label:before, input[type=radio].bg-amber + .custom-control-label:before {
  background-color: #ffc107 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}
.border-amber {
  border: 1px solid #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;
}
.amber.darken-1 {
  color: #ffb300 !important;
}
.bg-amber.bg-darken-1 {
  background-color: #ffb300 !important;
}
.bg-amber.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 179, 0, 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:focus, .btn-amber.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 179, 0, 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: 0px 1px 20px 1px rgba(255, 160, 0, 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:focus, .btn-amber.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 160, 0, 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: 0px 1px 20px 1px rgba(255, 143, 0, 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:focus, .btn-amber.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 143, 0, 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: 0px 1px 20px 1px rgba(255, 111, 0, 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:focus, .btn-amber.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 111, 0, 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: 0px 1px 20px 1px rgba(255, 229, 127, 0.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:focus, .btn-amber.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 229, 127, 0.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: 0px 1px 20px 1px rgba(255, 215, 64, 0.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:focus, .btn-amber.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 215, 64, 0.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: 0px 1px 20px 1px rgba(255, 196, 0, 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:focus, .btn-amber.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 196, 0, 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: 0px 1px 20px 1px rgba(255, 171, 0, 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:focus, .btn-amber.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 171, 0, 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: 0px 1px 20px 1px rgba(236, 239, 241, 0.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:focus, .btn-blue-grey.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.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: 0px 1px 20px 1px rgba(207, 216, 220, 0.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:focus, .btn-blue-grey.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.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: 0px 1px 20px 1px rgba(176, 190, 197, 0.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:focus, .btn-blue-grey.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.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: 0px 1px 20px 1px rgba(144, 164, 174, 0.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:focus, .btn-blue-grey.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(144, 164, 174, 0.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: 0px 1px 20px 1px rgba(120, 144, 156, 0.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:focus, .btn-blue-grey.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.blue-grey {
  color: #607d8b !important;
}
.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey .card-header, .bg-blue-grey .card-footer {
  background-color: transparent;
}
.bg-blue-grey.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}
.selectboxit.selectboxit-btn.bg-blue-grey {
  background-color: #607d8b !important;
}
.alert-blue-grey {
  border-color: #607d8b !important;
  background-color: #87a0ac !important;
  color: #171e21 !important;
}
.alert-blue-grey .alert-link {
  color: #060809 !important;
}
.border-blue-grey {
  border-color: #607d8b;
}
.overlay-blue-grey {
  background: #607d8b;
  /* The Fallback */
  background: rgba(96, 125, 139, 0.8);
}
.color-info.blue-grey {
  background-color: #607d8b !important;
}
.btn-blue-grey {
  border-color: #455a64 !important;
  background-color: #607d8b !important;
  color: #FFFFFF;
}
.btn-blue-grey:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-blue-grey:focus, .btn-blue-grey:active {
  border-color: #455a64 !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}
.btn-outline-blue-grey {
  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: 0px 1px 20px 1px rgba(96, 125, 139, 0.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;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607d8b !important;
}
.border-blue-grey {
  border: 1px solid #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;
}
.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: 0px 1px 20px 1px rgba(84, 110, 122, 0.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:focus, .btn-blue-grey.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.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: 0px 1px 20px 1px rgba(69, 90, 100, 0.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:focus, .btn-blue-grey.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(69, 90, 100, 0.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: 0px 1px 20px 1px rgba(55, 71, 79, 0.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:focus, .btn-blue-grey.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.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: 0px 1px 20px 1px rgba(38, 50, 56, 0.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:focus, .btn-blue-grey.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.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: 0px 1px 20px 1px rgba(236, 239, 241, 0.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:focus, .btn-grey-blue.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.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: 0px 1px 20px 1px rgba(207, 216, 220, 0.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:focus, .btn-grey-blue.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.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: 0px 1px 20px 1px rgba(176, 190, 197, 0.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:focus, .btn-grey-blue.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.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: 0px 1px 20px 1px rgba(111, 133, 173, 0.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:focus, .btn-grey-blue.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(111, 133, 173, 0.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: 0px 1px 20px 1px rgba(120, 144, 156, 0.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:focus, .btn-grey-blue.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.grey-blue {
  color: #1b2942 !important;
}
.bg-grey-blue {
  background-color: #1b2942 !important;
}
.bg-grey-blue .card-header, .bg-grey-blue .card-footer {
  background-color: transparent;
}
.bg-grey-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}
.selectboxit.selectboxit-btn.bg-grey-blue {
  background-color: #1b2942 !important;
}
.alert-grey-blue {
  border-color: #1b2942 !important;
  background-color: #304875 !important;
  color: black !important;
}
.alert-grey-blue .alert-link {
  color: black !important;
}
.border-grey-blue {
  border-color: #1b2942;
}
.overlay-grey-blue {
  background: #1b2942;
  /* The Fallback */
  background: rgba(27, 41, 66, 0.8);
}
.color-info.grey-blue {
  background-color: #1b2942 !important;
}
.btn-grey-blue {
  border-color: #2c303b !important;
  background-color: #1b2942 !important;
  color: #FFFFFF;
}
.btn-grey-blue:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-grey-blue:focus, .btn-grey-blue:active {
  border-color: #2c303b !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}
.btn-outline-grey-blue {
  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: 0px 1px 20px 1px rgba(27, 41, 66, 0.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;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b2942 !important;
}
.border-grey-blue {
  border: 1px solid #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;
}
.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: 0px 1px 20px 1px rgba(84, 110, 122, 0.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:focus, .btn-grey-blue.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.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: 0px 1px 20px 1px rgba(44, 48, 59, 0.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:focus, .btn-grey-blue.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(44, 48, 59, 0.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: 0px 1px 20px 1px rgba(55, 71, 79, 0.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:focus, .btn-grey-blue.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.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: 0px 1px 20px 1px rgba(38, 50, 56, 0.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:focus, .btn-grey-blue.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}
.shades.black {
  color: #000000 !important;
}
.bg-shades.bg-black {
  background-color: #000000 !important;
}
.bg-shades.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important;
}
.btn-shades.btn-black:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-black:focus, .btn-shades.btn-black:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-outline-shades.btn-outline-black:hover {
  background-color: #000000 !important;
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.border-shades.border-black {
  border: 1px solid #000000 !important;
}
.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important;
}
.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important;
}
.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important;
}
.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important;
}
.overlay-shades.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.shades.white {
  color: #ffffff !important;
}
.bg-shades.bg-white {
  background-color: #ffffff !important;
}
.bg-shades.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.btn-shades.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
}
.btn-shades.btn-white:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-white:focus, .btn-shades.btn-white:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-shades.btn-outline-white:hover {
  background-color: #ffffff !important;
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}
.border-shades.border-white {
  border: 1px solid #ffffff !important;
}
.border-top-shades.border-top-white {
  border-top: 1px solid #ffffff !important;
}
.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}
.border-left-shades.border-left-white {
  border-left: 1px solid #ffffff !important;
}
.border-right-shades.border-right-white {
  border-right: 1px solid #ffffff !important;
}
.overlay-shades.overlay-white {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.shades.transparent {
  color: transparent !important;
}
.bg-shades.bg-transparent {
  background-color: transparent !important;
}
.bg-shades.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important;
}
.btn-shades.btn-transparent:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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: transparent;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}
.border-black {
  border: 1px solid #000000;
}
.border-top-black {
  border-top: 1px solid #000000;
}
.border-bottom-black {
  border-bottom: 1px solid #000000;
}
.border-left-black {
  border-left: 1px solid #000000;
}
.border-right-black {
  border-right: 1px solid #000000;
}
.white {
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-top-white {
  border-top: 1px solid #ffffff;
}
.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.transparent {
  color: transparent;
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 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;
}
html {
  font-size: 14px;
  height: 100%;
  width: 100%;
}
html body {
  height: 100%;
  background-color: #F4F5FA;
  direction: ltr;
}
html body.fixed-navbar {
  padding-top: 6.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, 0.5);
  cursor: pointer;
  transition: all 0.7s;
  z-index: -1;
}
html body .content {
  padding: 0;
  position: relative;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: calc(100% - 3.2rem);
}
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, 0.5);
  cursor: pointer;
  transition: all 0.7s;
  z-index: -1;
}
html body .content .content-wrapper {
  padding: 2.1rem 2rem 0;
  overflow-x: hidden;
}
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: 0px !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: 0px !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("/assets/images/backgrounds/bg-2.jpg") no-repeat center center fixed;
  background-size: cover;
}
html body .pace .pace-progress {
  background: #ff4961;
}
/*
* Blank page
*/
.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;
  }
}
/*
* Col 3 layout for detached and general type
*/
@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, 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 {
  display: flex;
  align-items: center;
}
.header-navbar .navbar-container .avatar i {
  position: absolute;
  right: 10px;
  bottom: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translateY(50%);
}
@media screen and (max-width: 991px) {
  .navbar-container.content {
    padding: 1rem !important;
  }
}
footer.footer {
  padding: 0.8rem;
}
footer.navbar-shadow {
  box-shadow: 1px 0px 20px rgba(0, 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: 0.3rem;
}
.main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  z-index: 1000;
  position: absolute;
  display: table-cell;
}
.main-menu.menu-light, .vertical-overlay-menu.menu-hide .menu-light.main-menu {
  color: #6b6f82;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-light .main-menu-header {
  padding: 20px;
}
.main-menu.menu-light .main-menu-header .menu-search {
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  color: #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 20px;
}
.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 0.2s ease;
}
.main-menu.menu-light .navigation li a i, .main-menu.menu-light .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a span {
  display: inline-block;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a, .main-menu.menu-light .navigation li.active > a {
  color: #fff;
}
.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 > a {
  color: #545766;
  background: whitesmoke;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-light .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
  color: #545766;
}
.main-menu.menu-light .navigation > li.hover > a > i, .main-menu.menu-light .navigation > li:hover > a > i, .main-menu.menu-light .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-light .navigation > li.hover > a > span, .main-menu.menu-light .navigation > li:hover > a > span, .main-menu.menu-light .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next, .main-menu.menu-light .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-light .navigation > li.active > a {
  color: #6b6f82;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active {
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active > a {
  color: #85899b;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active .hover > a {
  background: whitesmoke;
}
.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: transparent;
}
.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 > a {
  padding: 12px 18px 12px 64px;
}
.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: transparent;
}
.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 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: normal;
}
.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, .vertical-overlay-menu.menu-hide .menu-dark.main-menu {
  color: #dcdcdc;
  background: #2c343b;
}
.main-menu.menu-dark .main-menu-header {
  padding: 20px;
}
.main-menu.menu-dark .main-menu-header .menu-search {
  background: #161a1e;
  padding: 0.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 20px;
}
.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 0.2s ease;
}
.main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a span {
  display: inline-block;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a, .main-menu.menu-dark .navigation li.active > a {
  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 > a {
  color: #c3c3c3;
  background: #232a2f;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
  color: #c3c3c3;
}
.main-menu.menu-dark .navigation > li.hover > a > i, .main-menu.menu-dark .navigation > li:hover > a > i, .main-menu.menu-dark .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-dark .navigation > li.hover > a > span, .main-menu.menu-dark .navigation > li:hover > a > span, .main-menu.menu-dark .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next, .main-menu.menu-dark .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-dark .navigation > li.active > a {
  color: #dcdcdc;
  font-weight: 700;
  background: #1f2529;
}
.main-menu.menu-dark .navigation > li .active {
  background: #1f2529;
}
.main-menu.menu-dark .navigation > li .active > a {
  color: #f6f6f6;
  font-weight: 700;
  background: #1f2529;
}
.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: transparent;
}
.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 > a {
  padding: 12px 18px 12px 64px;
}
.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: transparent;
}
.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 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: white;
}
.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: normal;
}
.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, .vertical-overlay-menu.menu-hide .menu-fixed.main-menu {
  position: fixed;
  height: 100%;
  /* fallback if needed */
  top: 6.5rem;
  height: calc(100% - 6.5rem);
}
.main-menu.menu-fixed .main-menu-footer {
  position: fixed;
}
.main-menu.menu-shadow, .vertical-overlay-menu.menu-hide .menu-shadow.main-menu {
  box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, 0.1);
}
.main-menu.menu-border, .vertical-overlay-menu.menu-hide .menu-border.main-menu {
  border-right: 1px solid #e4e7ed;
}
.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, 0.1);
}
.main-menu .main-menu-content, .vertical-overlay-menu.menu-hide .main-menu .main-menu-content {
  height: 100%;
  position: relative;
}
.main-menu ul, .vertical-overlay-menu.menu-hide .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul.navigation-main, .vertical-overlay-menu.menu-hide .main-menu ul.navigation-main {
  overflow-x: hidden;
}
.main-menu a, .vertical-overlay-menu.menu-hide .main-menu a {
  outline: none;
}
.main-menu a:hover, .vertical-overlay-menu.menu-hide .main-menu a:hover, .main-menu a:focus, .vertical-overlay-menu.menu-hide .main-menu a:focus {
  text-decoration: none;
}
.navigation {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.navigation .navigation-header {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  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;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation li .is-hidden {
  /* transition: all 250ms ease-in;
     transform: scale(0);
     opacity: 0; */
}
.navigation li .is-shown {
  /* transition: all 250ms ease-in;
     transform: scale(1);
     opacity: 1; */
}
.navigation li.disabled a {
  cursor: not-allowed;
}
.menu-popout li.disabled a {
  cursor: not-allowed;
}
.dropdown-notification .notification-text {
  margin-bottom: 0.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 0.3s ease 0.15s;
}
.main-menu-footer {
  position: relative;
  overflow: hidden;
  bottom: 0;
  display: block;
  z-index: 1000;
  color: #c5c9d4;
  background-color: #16181e;
}
.main-menu-footer.footer-open {
  max-height: 500px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer.footer-close {
  max-height: 15px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer a {
  color: #a8aebe;
}
.main-menu-footer a:hover, .main-menu-footer a:focus {
  color: #fff;
}
.main-menu-footer .header {
  height: 19px;
  border-bottom: 1px solid #21242c;
}
.main-menu-footer .toggle {
  transform: rotate(0deg);
}
.main-menu-footer .content {
  padding: 0;
}
.main-menu-footer .content .actions > a {
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 1rem 0;
  color: #a8aebe;
  text-align: center;
  border-top: 1px solid #21242c;
  border-left: 1px solid #21242c;
}
.main-menu-footer .content .actions > a > span {
  font-size: 1.35rem;
}
.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
  color: #fff;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left: 0;
}
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after,
.vertical-layout.menu-collapsed .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-expanded .menu-icon-right ul.navigation li > a > i,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > i,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
  float: right !important;
  margin: 0px -12px 0px 0px !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: 0px 4px 0 8px;
}
.horizontal-layout .navbar-fixed {
  z-index: 999 !important;
}
@media (max-width: 767.98px) {
  .menu-hide .main-menu, .vertical-overlay-menu.menu-hide .main-menu,
.menu-open .main-menu {
    transition: transform 0.25s, top 0.35s, height 0.35s;
  }

  .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    transform: translate3d(-240px, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000;
  }

  .menu-open .main-menu, .menu-open .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide .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: 0px;
    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, 0.16);
}
.box-shadow-2 {
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}
.box-shadow-3 {
  box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}
.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}
.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(62, 57, 107, 0.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 - 6.5rem - 4rem);
}
.full-height-vh {
  height: 100vh;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  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 0.25s ease;
}
.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30;
}
.spinner {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  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(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  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: #ffffff;
  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");
}
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar i {
  position: absolute;
  right: -7px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.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: 1000px;
}
.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;
}
.avatar-lg span.text-circle {
  width: 54px;
  height: 54px;
}
.avatar-lg i {
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
}
.avatar-md {
  width: 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;
}
.avatar-sm span.text-circle {
  width: 32px;
  height: 32px;
}
.avatar-sm i {
  height: 8px;
  width: 8px;
}
.avatar-xs {
  width: 24px;
}
.avatar-xs span.text-circle {
  width: 24px;
  height: 24px;
}
.avatar-xs i {
  height: 7px;
  width: 7px;
}
.navbar-container a.nav-link-search {
  float: left;
}
.navbar-container .search-input {
  float: left;
  padding-top: 1.2rem;
  width: 0;
}
.navbar-container .search-input .input {
  width: 0;
  border: none;
  background: none;
  transition: all 0.2s ease-out;
  line-height: 16px;
}
.navbar-container .search-input.open .input {
  width: 136px;
  padding: 5px 10px;
  outline: none;
  background: none;
  transition: all 0.3s ease-out;
}
.navbar-light .search-input .input, .navbar-semi-dark .search-input .input {
  color: #2C303B;
}
.navbar-light .search-input .input::-moz-placeholder, .navbar-semi-dark .search-input .input::-moz-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;
  border-bottom: 1px solid #2C303B;
}
.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
  color: #F9FAFD;
}
.navbar-dark .search-input .input::-moz-placeholder, .navbar-semi-light .search-input .input::-moz-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;
  border-bottom: 1px solid #F9FAFD;
}
@media (max-width: 991.98px) {
  #navbar-mobile .search-input.open .input {
    width: 136px;
    color: #2C303B;
    border-bottom: 1px solid #2C303B;
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 1;
    padding: 10px 10px;
    top: -5px;
  }
}
@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: 0.6px;
}
[class*=bs-callout] .media {
  border-radius: 0.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: 0.25rem;
  border-bottom-left-radius: 0.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: 0.25rem;
  border-bottom-right-radius: 0.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 .media, [class*=bs-callout].callout-square .callout-arrow-left, [class*=bs-callout].callout-square .callout-arrow-right {
  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 > :first-child, .btn-social-icon > :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, 0.2);
}
.btn-social.btn-lg, .btn-lg.btn-social-icon, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon {
  padding-left: 4.25rem;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child {
  line-height: 4.7rem;
  width: 4rem;
  font-size: 1.8em;
}
.btn-social.btn-sm, .btn-sm.btn-social-icon, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon {
  padding-left: 4.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child {
  line-height: 3.2rem;
  width: 4rem;
  font-size: 1.4em;
}
.btn-social.btn-xs, .btn-xs.btn-social-icon {
  padding-left: 2.25rem;
  font-size: 0.75rem;
  line-height: 0.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, .btn-group-lg > .btn-social-icon.btn {
  height: 5rem;
  width: 5rem;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 3.5rem;
  width: 3.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;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-bitbucket {
  background-color: #205081;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dropbox {
  background-color: #1087dd;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook {
  background-color: #3b5998;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-flickr {
  background-color: #ff0084;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-foursquare {
  background-color: #f94877;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: #fff;
}
.btn-github:hover {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #444444;
  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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google {
  background-color: #dd4b39;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-instagram {
  background-color: #3f729b;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-linkedin {
  background-color: #007bb6;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-microsoft {
  background-color: #2672ec;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-odnoklassniki {
  background-color: #f4731c;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-openid {
  background-color: #f7931e;
  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 0.2rem rgba(223, 224, 224, 0.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 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-pinterest {
  background-color: #cb2027;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-reddit {
  background-color: #eff7ff;
  color: #2a2e30;
  background-color: #eff7ff;
  border-color: #000;
}
.btn-reddit:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #2a2e30;
  background-color: #eff7ff;
  border-color: #000;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
  color: #2a2e30;
  background-color: #bcdeff;
  border-color: black;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}
.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: #fff;
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-soundcloud.disabled, .btn-soundcloud:disabled {
  color: #fff;
  background-color: #ff5500;
  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: #cc4400;
  border-color: #dfdfdf;
}
.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-tumblr {
  background-color: #2c4762;
  color: #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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-twitter {
  background-color: #55acee;
  color: #2a2e30;
  background-color: #55acee;
  border-color: #fff;
}
.btn-twitter:hover {
  color: #2a2e30;
  background-color: #fff;
  border-color: #55acee;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #2a2e30;
  background-color: #55acee;
  border-color: #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 0.2rem rgba(223, 224, 224, 0.5);
}
.btn-vimeo {
  background-color: #1ab7ea;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-vk {
  background-color: #587ea3;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-yahoo {
  background-color: #720e9e;
  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 0.2rem rgba(255, 255, 255, 0.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 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-adn {
  border: 1px solid #d87a68 !important;
  color: #d87a68;
}
.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081;
}
.btn-outline-dropbox {
  border: 1px solid #1087dd !important;
  color: #1087dd;
}
.btn-outline-facebook {
  border: 1px solid #3b5998 !important;
  color: #3b5998;
}
.btn-outline-flickr {
  border: 1px solid #ff0084 !important;
  color: #ff0084;
}
.btn-outline-foursquare {
  border: 1px solid #f94877 !important;
  color: #f94877;
}
.btn-outline-github {
  border: 1px solid #444444 !important;
  color: #444444;
}
.btn-outline-google {
  border: 1px solid #dd4b39 !important;
  color: #dd4b39;
}
.btn-outline-instagram {
  border: 1px solid #3f729b !important;
  color: #3f729b;
}
.btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
  color: #007bb6;
}
.btn-outline-microsoft {
  border: 1px solid #2672ec !important;
  color: #2672ec;
}
.btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
  color: #f4731c;
}
.btn-outline-openid {
  border: 1px solid #f7931e !important;
  color: #f7931e;
}
.btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
  color: #cb2027;
}
.btn-outline-reddit {
  border: 1px solid #ff4500 !important;
  color: #ff4500;
}
.btn-outline-soundcloud {
  border: 1px solid #ff5500 !important;
  color: #ff5500;
}
.btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
  color: #2c4762;
}
.btn-outline-twitter {
  border: 1px solid #55acee !important;
  color: #55acee;
}
.btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
  color: #1ab7ea;
}
.btn-outline-vk {
  border: 1px solid #587ea3 !important;
  color: #587ea3;
}
.btn-outline-yahoo {
  border: 1px solid #720e9e !important;
  color: #720e9e;
}
.btn-outline-adn:hover {
  color: #ad412d;
  border: 1px solid #ad412d !important;
}
.btn-outline-bitbucket:hover {
  color: #0c1d2f;
  border: 1px solid #0c1d2f !important;
}
.btn-outline-dropbox:hover {
  color: #094d7e;
  border: 1px solid #094d7e !important;
}
.btn-outline-facebook:hover {
  color: #1e2e4f;
  border: 1px solid #1e2e4f !important;
}
.btn-outline-flickr:hover {
  color: #99004f;
  border: 1px solid #99004f !important;
}
.btn-outline-foursquare:hover {
  color: #d4073d;
  border: 1px solid #d4073d !important;
}
.btn-outline-github:hover {
  color: #111111;
  border: 1px solid #111111 !important;
}
.btn-outline-google:hover {
  color: #96271a;
  border: 1px solid #96271a !important;
}
.btn-outline-instagram:hover {
  color: #223d52;
  border: 1px solid #223d52 !important;
}
.btn-outline-linkedin:hover {
  color: #003650;
  border: 1px solid #003650 !important;
}
.btn-outline-microsoft:hover {
  color: #0e459e;
  border: 1px solid #0e459e !important;
}
.btn-outline-odnoklassniki:hover {
  color: #a24608;
  border: 1px solid #a24608 !important;
}
.btn-outline-openid:hover {
  color: #a95e06;
  border: 1px solid #a95e06 !important;
}
.btn-outline-pinterest:hover {
  color: #731216;
  border: 1px solid #731216 !important;
}
.btn-outline-reddit:hover {
  color: #992900;
  border: 1px solid #992900 !important;
}
.btn-outline-soundcloud:hover {
  color: #993300;
  border: 1px solid #993300 !important;
}
.btn-outline-tumblr:hover {
  color: #0c141c;
  border: 1px solid #0c141c !important;
}
.btn-outline-twitter:hover {
  color: #147bc9;
  border: 1px solid #147bc9 !important;
}
.btn-outline-vimeo:hover {
  color: #0d7091;
  border: 1px solid #0d7091 !important;
}
.btn-outline-vk:hover {
  color: #344b61;
  border: 1px solid #344b61 !important;
}
.btn-outline-yahoo:hover {
  color: #2e0640;
  border: 1px solid #2e0640 !important;
}
.bg-adn {
  background-color: #d87a68;
}
.bg-bitbucket {
  background-color: #205081;
}
.bg-dropbox {
  background-color: #1087dd;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-flickr {
  background-color: #ff0084;
}
.bg-foursquare {
  background-color: #f94877;
}
.bg-github {
  background-color: #444444;
}
.bg-google {
  background-color: #dd4b39;
}
.bg-instagram {
  background-color: #3f729b;
}
.bg-linkedin {
  background-color: #007bb6;
}
.bg-microsoft {
  background-color: #2672ec;
}
.bg-odnoklassniki {
  background-color: #f4731c;
}
.bg-openid {
  background-color: #f7931e;
}
.bg-pinterest {
  background-color: #cb2027;
}
.bg-reddit {
  background-color: #ff4500;
}
.bg-soundcloud {
  background-color: #ff5500;
}
.bg-tumblr {
  background-color: #2c4762;
}
.bg-twitter {
  background-color: #55acee;
}
.bg-vimeo {
  background-color: #1ab7ea;
}
.bg-vk {
  background-color: #587ea3;
}
.bg-yahoo {
  background-color: #720e9e;
}
.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: 0.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: 0rem;
}
.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::before, .content-head-image .content .content-wrapper .content-header .breadcrumbs-top .breadcrumb li::after {
  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: 0.1875rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.fonticon-container > .fonticon-wrap > i {
  font-size: 2.28rem;
  transition: all 0.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: 0.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;
}
.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #FFF;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 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("/assets/images/slider/top.png") 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: 0.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: 0.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;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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: 0.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: 0.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: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.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: 0.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, 0.1);
  opacity: 0.9;
}
.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.ps-theme-dark:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 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, 0.2);
  opacity: 0.9;
}
.ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-theme-light > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-theme-light > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.ps-theme-light > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover > .ps-scrollbar-x-rail,
.ps-theme-light:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-theme-light:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(255, 255, 255, 0.8);
}
.ps-theme-light:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.ps-theme-light:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(255, 255, 255, 0.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: 0.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: 0.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;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #55595c !important;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #55595c !important;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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: 0.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: 0.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: 0.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: 0.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, 0.1);
  opacity: 0.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, 0.4);
}
.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.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, 0.4);
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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, 0.1);
  opacity: 0.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, 0.4);
}
.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.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, 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: 0.6;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 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, 0.1);
  opacity: 0.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, 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, 0.1);
  opacity: 0.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, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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, 0.1);
  opacity: 0.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, 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, 0.1);
  opacity: 0.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, 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: 0.6;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 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, 0.1);
  opacity: 0.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, 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, 0.1);
  opacity: 0.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, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  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, 0.1);
  opacity: 0.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, 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, 0.1);
  opacity: 0.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, 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: 0.6;
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.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, 0.4);
}
.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.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, 0.4);
}
/* to make scrollbars always visible */
.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.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;
}
/* ------------------------------------------------------------------------------
*
*  # Editor CSS
*
*  Summernote, Code Mirror & ACE Editors
*
*
* ---------------------------------------------------------------------------- */
/* CKEditor Starts */
#cke_ckeditor-inline {
  max-width: 68%;
}
/* CKEditor Ends */
/* Summernote Style Starts */
.note-editor.note-frame {
  border-radius: 0.3rem;
}
.note-popover.popover {
  display: none;
}
.note-toolbar.panel-heading {
  color: #333;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 0.25rem 1rem 0.55rem !important;
}
.note-toolbar button.note-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
}
.note-toolbar .dropdown-toggle::after {
  display: none;
}
/* Summernote Style Ends */
.content {
  overflow: visible;
  position: relative;
  width: auto;
  margin-left: 0;
  min-height: auto;
  padding: inherit;
}
/* TinyMCE */
.mce-tinymce-inline {
  max-width: 80% !important;
}
.mce-container-body {
  overflow: auto;
}
/* Code Mirror */
.CodeMirror {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.CodeMirror .CodeMirror-selected {
  background-color: skyblue !important;
}
.CodeMirror .CodeMirror-selectedtext {
  color: white;
}
.CodeMirror .styled-background {
  background-color: #ff7;
}
.CodeMirror .cm-matchhighlight {
  background-color: lightgreen;
}
.CodeMirror .CodeMirror-selection-highlight-scrollbar {
  background-color: green;
}
#codemirror-tabs + .CodeMirror .cm-tab {
  background: url("/assets/images/icons/img.png");
  background-position: right;
  background-repeat: no-repeat;
}
iframe#preview {
  height: 300px;
  border: 1px solid black;
  width: 100%;
}
/* Ace Editor */
.ace_editor {
  position: relative;
  overflow: hidden;
  height: 320px;
}
/* Quill Editor */
.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor, .ql-toolbar {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}
.group-area {
  margin-bottom: 3rem;
}
.block {
  display: block;
  width: 100%;
}
select[multiple=multiple] {
  overflow: auto;
}
/* Input with icon */
.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;
}
select.form-control:not([size]):not([multiple]),
input.form-control {
  /*--------------------------
      Sizing
      --------------------------*/
}
select.form-control:not([size]):not([multiple]).input-xl,
input.form-control.input-xl {
  height: 3.75rem;
  padding: 0.5rem 1rem;
  font-size: 2.1rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-xl .form-control,
input.form-control.form-group-xl .form-control {
  height: 3.75rem;
  padding: 0.5rem 0.5rem;
  font-size: 2.1rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-xl .form-control-static,
input.form-control.form-group-xl .form-control-static {
  height: 4.57rem;
  padding: 0.5rem 0.5rem;
  font-size: 2.1rem;
  line-height: 1.7;
}
select.form-control:not([size]):not([multiple]).input-lg,
input.form-control.input-lg {
  height: 3rem;
  padding: 0.75rem 0.75rem;
  font-size: 2rem;
  line-height: 1.45;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-lg .form-control,
input.form-control.form-group-lg .form-control {
  height: 3rem;
  padding: 1rem 1.25rem;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 0.35rem;
}
select.form-control:not([size]):not([multiple]).form-group-lg select.form-control,
input.form-control.form-group-lg select.form-control {
  height: calc(1.25em + 2rem + 2px);
  line-height: calc(1.25em + 2rem + 2px);
}
select.form-control:not([size]):not([multiple]).form-group-lg textarea.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg select[multiple].form-control,
input.form-control.form-group-lg textarea.form-control,
input.form-control.form-group-lg select[multiple].form-control {
  height: auto;
}
select.form-control:not([size]):not([multiple]).form-group-lg .form-control-static,
input.form-control.form-group-lg .form-control-static {
  height: calc(1.25em + 2rem + 2px);
  min-height: 3.45rem;
  padding: 2rem 1.25rem;
  font-size: 2rem;
  line-height: 1.25;
}
select.form-control:not([size]):not([multiple]).input-sm,
input.form-control.input-sm {
  height: 2rem;
  padding: 0.95rem 0.95rem;
  font-size: 1.5rem;
  line-height: 1.45;
  border-radius: 0.21rem;
}
select.form-control:not([size]):not([multiple]).form-group-sm .form-control,
input.form-control.form-group-sm .form-control {
  /* font-size: $font-size-sm;
      line-height: $line-height-sm; */
  height: calc(2.4rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.45;
  border-radius: 0.21rem;
}
select.form-control:not([size]):not([multiple]).form-group-sm .form-control-static,
input.form-control.form-group-sm .form-control-static {
  font-size: 1.4rem;
  line-height: 1;
}
select.form-control:not([size]):not([multiple]).input-xs,
input.form-control.input-xs {
  height: 1.525rem;
  padding: 0.1rem 0.525rem;
  font-size: 0.75rem;
  line-height: 1.45;
  border-radius: 0.12rem;
}
select.form-control:not([size]):not([multiple]).form-group-xs .form-control,
input.form-control.form-group-xs .form-control {
  height: 1.525rem;
  padding: 0.2rem 0.275rem;
  font-size: 0.75rem;
  line-height: 1.45;
  border-radius: 0.12rem;
}
select.form-control:not([size]):not([multiple]).form-group-xs .form-control-static,
input.form-control.form-group-xs .form-control-static {
  height: 1.525rem;
  padding: 0.2rem 0.275rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
select.form-control:not([size]):not([multiple]).input-xl + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xl > .form-control-position,
input.form-control.input-xl + .form-control-position,
input.form-control.form-group-xl > .form-control-position {
  width: 4.57rem;
  height: 4.57rem;
  line-height: 4.57rem;
  top: 4px;
}
select.form-control:not([size]):not([multiple]).input-lg + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-lg > .form-control-position,
input.form-control.input-lg + .form-control-position,
input.form-control.form-group-lg > .form-control-position {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  top: 4px;
}
select.form-control:not([size]):not([multiple]).input-sm + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-sm > .form-control-position,
input.form-control.input-sm + .form-control-position,
input.form-control.form-group-sm > .form-control-position {
  width: calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  line-height: 2rem;
  top: 2px;
}
select.form-control:not([size]):not([multiple]).input-xs + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xs > .form-control-position,
input.form-control.input-xs + .form-control-position,
input.form-control.form-group-xs > .form-control-position {
  width: 1.525rem;
  height: 1.525rem;
  line-height: 1.525rem;
  top: 0;
}
/*---------------------------------
Input Icon
---------------------------------*/
.position-relative .form-control {
  padding-right: calc(1.25em + 1.5rem + 2px);
}
.position-relative .form-control.input-xl {
  padding-right: 4.57rem;
}
.position-relative .form-control.input-lg {
  padding-right: calc(1.25em + 2rem + 2px);
}
.position-relative .form-control.input-sm {
  padding-right: calc(2.4rem + 2px);
}
.position-relative .form-control.input-xs {
  padding-right: 1.525rem;
}
/* Input Icon left */
.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: 0.5rem;
  padding-left: 4.57rem;
}
.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: 0.75rem;
  padding-left: 1.7rem;
}
.has-icon-left .form-control.input-xs {
  padding-right: 0.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=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  line-height: 1.45;
}
.font-size-large {
  font-size: 2rem;
}
.font-size-base {
  font-size: 1.6rem;
}
.font-size-small {
  font-size: 1.4rem;
}
.font-size-xsmall {
  font-size: 0.75rem;
}
.form-group-style {
  position: relative;
  border: 1px solid rgba(0, 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: none;
}
.form-group-style.focus {
  background-color: #f0f0f0;
}
.form-group-style.focus label {
  opacity: 0.5;
}
.form-group-style label.filled {
  opacity: 0.5;
}
.input-group-xs .form-control,
.input-group-xs .input-group-addon,
.input-group-xs .input-group-btn > button {
  padding: 0.175rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.677777;
  border-bottom-left-radius: 0.175rem;
  border-top-left-radius: 0.175rem;
}
.input-group-xs .input-group-btn > button {
  border-radius: 0.175rem;
}
/* .input-group-btn > button {
    &.dropdown-toggle::after{
        margin-top: -1.75rem;
    }
} */
.input-group-addon {
  padding: 0.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,
.select2-container--default {
  width: 100% !important;
}
.select2-container--classic:focus,
.select2-container--default:focus {
  outline: none;
}
.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: 0.5rem;
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #CCCCCC !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: #CCCCCC !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: 2px 6px !important;
  margin-top: 0px !important;
  background-color: #666ee8 !important;
  border-color: #3a44e1 !important;
  color: #fff;
  margin-right: 8px !important;
  margin-bottom: 2px;
}
.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: 0.5rem;
}
.select2-container--classic .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple i {
  position: relative;
  top: 1px;
  margin-right: 0.5rem;
  padding-left: 1px;
}
.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice,
.select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.select2-container--classic .select2-results__options .select2-results__option i,
.select2-container--default .select2-results__options .select2-results__option i {
  margin-right: 0.5rem;
}
.select2-container--classic .select2-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)0.55 !important;
  font-size: 2rem;
  margin-bottom: 0 !important;
  padding: 0.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: 0.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: 0.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: 0.2rem 0.75rem !important;
  font-size: 2rem;
}
.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: 2rem;
}
.select2-container--classic .select-sm,
.select2-container--default .select-sm {
  height: calc(calc(2.4rem + 2px) + 0.5rem) !important;
  font-size: 1.4rem;
  padding: 0.35rem 0.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: 0.5rem !important;
}
.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
  min-height: calc(calc(2.4rem + 2px) + 0.5rem) !important;
  padding: 0.25rem 0.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 0.5rem !important;
  font-size: 1.4rem;
}
.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: 0.35rem 0;
  margin-top: 0;
}
.select2-container--classic .select-xs,
.select2-container--default .select-xs {
  height: calc(calc(2.4rem + 2px)) !important;
  padding: 0 0.2rem;
  font-size: 0.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: 0.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: 0.175rem !important;
}
.select2-container--classic .select-xs.select2-selection--multiple,
.select2-container--default .select-xs.select2-selection--multiple {
  min-height: calc(calc(2.4rem + 2px) + 0.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 0.4rem !important;
  font-size: 0.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: 0.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;
}
table.dataTable {
  border-spacing: 0px;
}
.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: 0.01%;
    overflow-x: auto;
  }
}
.DTFC_LeftBodyLiner {
  top: -1px !important;
}
div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 0;
}
td.highlight {
  font-weight: bold;
  color: #666ee8;
  background-color: whitesmoke !important;
}
tr.group {
  background-color: #ededed !important;
}
tr.group:hover {
  background-color: #ededed !important;
}
th {
  white-space: nowrap;
}
.toolbar {
  float: left;
}
.no-style thead > tr > th, .no-style tfoot > tr > th {
  border-bottom: 1px solid #e3ebf3;
}
table.dataTable.compact tbody td {
  padding: 4px;
}
.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected {
  background-color: #666ee8;
  color: #fff;
}
table.dataTable tbody > tr > .selected {
  background-color: #666ee8;
}
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 {
  cursor: pointer;
}
.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
  background: white;
}
@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.row:last-child div[class^=col-]:first-child {
    display: contents;
  }
  div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
  }
  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;
  }
}
.datepaginator .pagination li, .datepaginator-sm .pagination li, .datepaginator-lg .pagination li {
  display: inline-block;
}
.datepaginator .pagination li a, .datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a {
  position: relative;
  float: left;
  padding: 0.5rem 0.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-sm .pagination li a.dp-off, .datepaginator-lg .pagination li a.dp-off {
  background-color: #f5f5f5 !important;
}
.datepaginator .pagination li a.dp-today, .datepaginator-sm .pagination li a.dp-today, .datepaginator-lg .pagination li a.dp-today {
  background-color: #1e9ff2 !important;
}
.datepaginator .pagination li a.dp-selected, .datepaginator-sm .pagination li a.dp-selected, .datepaginator-lg .pagination li a.dp-selected {
  background-color: #1e9ff2 !important;
}
.datepaginator .pagination li a .dp-divider, .datepaginator-sm .pagination li a .dp-divider, .datepaginator-lg .pagination li a .dp-divider {
  border-left: 2px solid #ddd !important;
}
.datepaginator .pagination li a #dp-calendar, .datepaginator-sm .pagination li a #dp-calendar, .datepaginator-lg .pagination li a #dp-calendar {
  padding: 0px 5px 0 0 !important;
  margin-right: 3px;
  position: absolute;
  right: -5px;
  top: 0px;
  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: 0.5rem 0.7rem;
}
.pagination li a.no-border {
  padding: 0.5rem 1rem;
}
.pagination.pagination-round.pagination-flat li.active a {
  border-width: 1px;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.pagination.pagination-round.pagination-flat.pagination-sm li.active a {
  padding: 0.5rem 0.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: 0.5rem 1rem;
}
.pagination.pagination-curved li a {
  border-radius: 0.25rem;
}
.pagination.pagination-curved.pagination-sm li.active a {
  padding: 0.5rem 0.7rem;
}
.pagination.pagination-flat li a {
  border: 0;
  border-radius: 0.25rem;
}
.pagination.pagination-flat li.active a {
  border-width: 1px;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.pagination.pagination-flat.pagination-sm li.active a {
  padding: 0.5rem 0.7rem;
}
.main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  z-index: 1000;
  position: absolute;
  display: table-cell;
}
.main-menu.menu-light, .vertical-overlay-menu.menu-hide .menu-light.main-menu {
  color: #6b6f82;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.main-menu.menu-light .main-menu-header {
  padding: 20px;
}
.main-menu.menu-light .main-menu-header .menu-search {
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  color: #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 20px;
}
.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 0.2s ease;
}
.main-menu.menu-light .navigation li a i, .main-menu.menu-light .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-light .navigation li a span {
  display: inline-block;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: #bdbfc9;
}
.main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a, .main-menu.menu-light .navigation li.active > a {
  color: #fff;
}
.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 > a {
  color: #545766;
  background: whitesmoke;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-light .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
  color: #545766;
}
.main-menu.menu-light .navigation > li.hover > a > i, .main-menu.menu-light .navigation > li:hover > a > i, .main-menu.menu-light .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-light .navigation > li.hover > a > span, .main-menu.menu-light .navigation > li:hover > a > span, .main-menu.menu-light .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next, .main-menu.menu-light .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-light .navigation > li.active > a {
  color: #6b6f82;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active {
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active > a {
  color: #85899b;
  font-weight: 700;
  background: #f0f0f0;
}
.main-menu.menu-light .navigation > li .active .hover > a {
  background: whitesmoke;
}
.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: transparent;
}
.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 > a {
  padding: 12px 18px 12px 64px;
}
.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: transparent;
}
.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 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: normal;
}
.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, .vertical-overlay-menu.menu-hide .menu-dark.main-menu {
  color: #dcdcdc;
  background: #2c343b;
}
.main-menu.menu-dark .main-menu-header {
  padding: 20px;
}
.main-menu.menu-dark .main-menu-header .menu-search {
  background: #161a1e;
  padding: 0.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 20px;
}
.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 0.2s ease;
}
.main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
  transition: all 0.2s ease;
}
.main-menu.menu-dark .navigation li a span {
  display: inline-block;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a, .main-menu.menu-dark .navigation li.active > a {
  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 > a {
  color: #c3c3c3;
  background: #232a2f;
  border-right: 4px solid #1e9ff2;
}
.main-menu.menu-dark .navigation > li.open .hover > a {
  transform: translateX(-4px);
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}
.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
  color: #c3c3c3;
}
.main-menu.menu-dark .navigation > li.hover > a > i, .main-menu.menu-dark .navigation > li:hover > a > i, .main-menu.menu-dark .navigation > li.active > a > i {
  transform: translateX(6px);
}
.main-menu.menu-dark .navigation > li.hover > a > span, .main-menu.menu-dark .navigation > li:hover > a > span, .main-menu.menu-dark .navigation > li.active > a > span {
  transform: translateX(4px);
}
.main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next, .main-menu.menu-dark .navigation > li.active > a.mm-next {
  background-color: inherit;
}
.main-menu.menu-dark .navigation > li.active > a {
  color: #dcdcdc;
  font-weight: 700;
  background: #1f2529;
}
.main-menu.menu-dark .navigation > li .active {
  background: #1f2529;
}
.main-menu.menu-dark .navigation > li .active > a {
  color: #f6f6f6;
  font-weight: 700;
  background: #1f2529;
}
.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: transparent;
}
.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 > a {
  padding: 12px 18px 12px 64px;
}
.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: transparent;
}
.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 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: white;
}
.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: normal;
}
.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, .vertical-overlay-menu.menu-hide .menu-fixed.main-menu {
  position: fixed;
  height: 100%;
  /* fallback if needed */
  top: 6.5rem;
  height: calc(100% - 6.5rem);
}
.main-menu.menu-fixed .main-menu-footer {
  position: fixed;
}
.main-menu.menu-shadow, .vertical-overlay-menu.menu-hide .menu-shadow.main-menu {
  box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, 0.1);
}
.main-menu.menu-border, .vertical-overlay-menu.menu-hide .menu-border.main-menu {
  border-right: 1px solid #e4e7ed;
}
.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, 0.1);
}
.main-menu .main-menu-content, .vertical-overlay-menu.menu-hide .main-menu .main-menu-content {
  height: 100%;
  position: relative;
}
.main-menu ul, .vertical-overlay-menu.menu-hide .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul.navigation-main, .vertical-overlay-menu.menu-hide .main-menu ul.navigation-main {
  overflow-x: hidden;
}
.main-menu a, .vertical-overlay-menu.menu-hide .main-menu a {
  outline: none;
}
.main-menu a:hover, .vertical-overlay-menu.menu-hide .main-menu a:hover, .main-menu a:focus, .vertical-overlay-menu.menu-hide .main-menu a:focus {
  text-decoration: none;
}
.navigation {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.navigation .navigation-header {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  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;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation li .is-hidden {
  /* transition: all 250ms ease-in;
     transform: scale(0);
     opacity: 0; */
}
.navigation li .is-shown {
  /* transition: all 250ms ease-in;
     transform: scale(1);
     opacity: 1; */
}
.navigation li.disabled a {
  cursor: not-allowed;
}
.menu-popout li.disabled a {
  cursor: not-allowed;
}
.dropdown-notification .notification-text {
  margin-bottom: 0.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 0.3s ease 0.15s;
}
.main-menu-footer {
  position: relative;
  overflow: hidden;
  bottom: 0;
  display: block;
  z-index: 1000;
  color: #c5c9d4;
  background-color: #16181e;
}
.main-menu-footer.footer-open {
  max-height: 500px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer.footer-close {
  max-height: 15px;
  transition: max-height 0.2s ease-in-out;
}
.main-menu-footer a {
  color: #a8aebe;
}
.main-menu-footer a:hover, .main-menu-footer a:focus {
  color: #fff;
}
.main-menu-footer .header {
  height: 19px;
  border-bottom: 1px solid #21242c;
}
.main-menu-footer .toggle {
  transform: rotate(0deg);
}
.main-menu-footer .content {
  padding: 0;
}
.main-menu-footer .content .actions > a {
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 1rem 0;
  color: #a8aebe;
  text-align: center;
  border-top: 1px solid #21242c;
  border-left: 1px solid #21242c;
}
.main-menu-footer .content .actions > a > span {
  font-size: 1.35rem;
}
.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
  color: #fff;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
  margin-left: 0;
}
.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after,
.vertical-layout.menu-collapsed .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-expanded .menu-icon-right ul.navigation li > a > i,
.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > i,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
  float: right !important;
  margin: 0px -12px 0px 0px !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: 0px 4px 0 8px;
}
.horizontal-layout .navbar-fixed {
  z-index: 999 !important;
}
@media (max-width: 767.98px) {
  .menu-hide .main-menu, .vertical-overlay-menu.menu-hide .main-menu,
.menu-open .main-menu {
    transition: transform 0.25s, top 0.35s, height 0.35s;
  }

  .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    transform: translate3d(-240px, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000;
  }

  .menu-open .main-menu, .menu-open .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide .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: 0px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .drag-target {
    z-index: 0;
  }
}
body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern .toggle-icon {
  margin-right: 1rem;
}
@media (min-width: 576px) {
  body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu {
    right: 0;
  }
}
body.vertical-layout.vertical-menu-modern .navbar .navbar-brand {
  white-space: nowrap;
}
body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle {
  position: absolute;
  right: 0;
}
body.vertical-layout.vertical-menu-modern .main-menu {
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.vertical-layout.vertical-menu-modern .main-menu li a span {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
  float: left;
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-container {
  margin-left: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .la-ellipsis-h,
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
  margin-right: 12px;
  float: left;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
  margin-left: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar-brand-center .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar-brand-center .footer {
  margin-left: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
  float: left;
  width: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
  width: 260px;
  z-index: 1000;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
  display: block;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.navbar-brand-center .navbar-header {
  float: left;
  width: auto;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.navbar-brand-center .navbar-brand .brand-text {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand {
  padding: 18px 0px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-container {
  margin-left: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 60px;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer {
  width: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body {
  opacity: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content {
  padding: 20px 10px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
  overflow: visible;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .ft-minus {
  display: block;
  font-size: 1.2rem;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
  text-overflow: inherit;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span.badge {
  float: none !important;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i {
  margin-right: 12px;
  float: left;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i:before {
  font-size: 1.6rem;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper {
  overflow: visible;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width: 260px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .la-ellipsis-h {
  display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
  display: block;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
          animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:not(.mm-next):after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar-brand-center .content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar-brand-center .footer {
  margin-left: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content {
  margin: 0;
  margin-right: 60px;
}
@media (min-width: 576px) {
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu {
    right: 0;
  }
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title {
    right: 60px;
  }
  body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content {
    right: 60px;
    left: inherit;
  }
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header {
  float: right;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container {
  margin: 0;
  margin-right: 60px;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer {
  margin: 0;
  margin-right: 60px;
}
[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
  padding: 14px 16px !important;
}
[data-textdirection=rtl] body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .la-ellipsis-h {
  padding: 12px 0px;
}
@media (min-width: 992px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 260px;
  }
  body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .ft-minus {
    display: none;
  }
  body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 260px;
  }
  body.vertical-layout.vertical-menu-modern .content,
body.vertical-layout.vertical-menu-modern .footer {
    margin-left: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .content {
    margin: 0;
    margin-right: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header {
    float: right;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container {
    margin: 0;
    margin-right: 260px;
  }
  body.vertical-layout.vertical-menu-modern.menu-flipped .footer {
    margin: 0;
    margin-right: 260px;
  }
}
@media (max-width: 991.98px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern .content,
body.vertical-layout.vertical-menu-modern .footer {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .main-menu {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  body.vertical-layout.vertical-menu-modern.vertical-menu-modern .content,
body.vertical-layout.vertical-menu-modern.vertical-menu-modern .footer {
    margin-left: 0;
  }
  body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-container {
    margin-left: 0px !important;
  }
  body.vertical-layout.vertical-menu-modern.menu-expanded .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 0px !important;
  }

  html.loading .main-menu, html.loading .vertical-overlay-menu.menu-hide .main-menu, .vertical-overlay-menu.menu-hide html.loading .main-menu {
    opacity: 0;
    transform: translate3d(0px, 0, 0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu[data-menu=vertical-menu-modern] #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #2c303b;
  }
}
.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: 0;
}
.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 0.25s, opacity 0.25s, transform 0.25s;
  width: 280px;
  left: -280px;
}
.vertical-overlay-menu .main-menu .navigation .navigation-header .la-ellipsis-h,
.vertical-overlay-menu .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
.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: 200ms ease all;
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  bottom: 55px;
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  width: 280px;
}
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(280px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.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 {
  position: relative;
}
.vertical-overlay-menu.boxed-layout .main-menu.menu-fixed {
  position: absolute;
}
@media (max-width: 991.98px) {
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 0px;
  }
  .vertical-overlay-menu[data-menu=vertical-compact-menu].boxed-layout.menu-open .main-menu {
    transform: translate3d(120px, 0, 0);
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .vertical-overlay-menu .header-navbar .navbar-header .mobile-menu a.menu-toggle {
    padding-top: 1rem;
  }
  .vertical-overlay-menu .header-navbar .navbar-header li.nav-item.d-md-none a.open-navbar-container {
    padding-top: 1rem;
  }
}
.horizontal-menu .navbar-horizontal .nav-item i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.horizontal-menu .navbar-horizontal .nav-item a span {
  font-size: 0.95rem;
  position: relative;
  top: -2px;
}
.horizontal-menu .navbar-horizontal.navbar-icon-right .nav-item i {
  top: -4px;
  position: relative;
}
.horizontal-menu .navbar-horizontal ul#main-menu-navigation > li > a {
  padding: 1.8rem 1rem;
}
.horizontal-menu #main-menu-navigation ul li a span {
  transition: all 0.2s ease;
  display: inline-block;
}
.horizontal-menu #main-menu-navigation ul li a span:hover,
.horizontal-menu #main-menu-navigation ul li a span .hover {
  transform: translateX(4px);
}
.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item > a > span {
  display: none;
}
.horizontal-menu .navigation-header {
  font-family: inherit;
  color: #929292;
  padding: 8px 20px;
  font-size: 1rem;
}
.horizontal-menu .navbar-flipped .navbar-nav .nav-item {
  float: right;
}
.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
  border-bottom: 1px solid #1e9ff2;
  background: #fff;
}
.horizontal-menu .navbar-light .active > a {
  background: whitesmoke;
  font-weight: 500;
}
.horizontal-menu .navbar-dark .nav-item.active > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.horizontal-menu .navbar-dark .nav-item:hover,
.horizontal-menu .navbar-dark .nav-item .hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.horizontal-menu .navbar-dark .active > a {
  background: whitesmoke;
  font-weight: 500;
}
.horizontal-menu[data-col=content-left-sidebar] .sticky-wrapper {
  float: none;
}
.horizontal-layout .main-menu .navigation > li > ul > li > a i {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .horizontal-layout.horizontal-menu-padding .header-navbar.navbar-with-menu .navbar-container {
    max-width: 100%;
  }
}
.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: 0;
}
.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 0.25s, opacity 0.25s, transform 0.25s;
  width: 280px;
  left: -280px;
}
.vertical-overlay-menu .main-menu .navigation .navigation-header .la-ellipsis-h,
.vertical-overlay-menu .main-menu .navigation .navigation-header .nav-menu-icon {
  display: none;
}
.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: 200ms ease all;
}
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
}
.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
  top: 8px;
}
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  transform: rotate(90deg);
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  bottom: 55px;
}
.vertical-overlay-menu .main-menu .main-menu-footer {
  width: 280px;
}
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(280px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.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 {
  position: relative;
}
.vertical-overlay-menu.boxed-layout .main-menu.menu-fixed {
  position: absolute;
}
@media (max-width: 991.98px) {
  .vertical-overlay-menu .main-menu .main-menu-footer {
    bottom: 0px;
  }
  .vertical-overlay-menu[data-menu=vertical-compact-menu].boxed-layout.menu-open .main-menu {
    transform: translate3d(120px, 0, 0);
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .vertical-overlay-menu #navbar-mobile .search-input.open .input {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .vertical-overlay-menu .header-navbar .navbar-header .mobile-menu a.menu-toggle {
    padding-top: 1rem;
  }
  .vertical-overlay-menu .header-navbar .navbar-header li.nav-item.d-md-none a.open-navbar-container {
    padding-top: 1rem;
  }
}
.white {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white .card-header, .bg-white .card-footer {
  background-color: transparent;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.selectboxit.selectboxit-btn.bg-white {
  background-color: #ffffff !important;
}
.alert-white {
  border-color: #ffffff !important;
  background-color: white !important;
  color: #a6a6a6 !important;
}
.alert-white .alert-link {
  color: #919191 !important;
}
.border-white {
  border-color: #ffffff;
}
.overlay-white {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.color-info.white {
  background-color: #ffffff !important;
}
.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
  color: #FFFFFF;
}
.btn-white:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white:focus, .btn-white:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #FFF !important;
}
.btn-outline-white.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
input[type=checkbox].bg-white + .custom-control-label:before, input[type=radio].bg-white + .custom-control-label:before {
  background-color: #ffffff !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}
.border-white {
  border: 1px solid #ffffff !important;
}
.border-top-white {
  border-top: 1px solid #ffffff;
}
.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.black {
  color: #000000 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-black .card-header, .bg-black .card-footer {
  background-color: transparent;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.selectboxit.selectboxit-btn.bg-black {
  background-color: #000000 !important;
}
.alert-black {
  border-color: #000000 !important;
  background-color: #242424 !important;
  color: black !important;
}
.alert-black .alert-link {
  color: black !important;
}
.border-black {
  border-color: #000000;
}
.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.color-info.black {
  background-color: #000000 !important;
}
.btn-black {
  border-color: !important;
  background-color: #000000 !important;
  color: #FFFFFF;
}
.btn-black:hover {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black:focus, .btn-black:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-outline-black {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000;
  color: #FFF !important;
}
.btn-outline-black.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input[type=checkbox].bg-black + .custom-control-label:before, input[type=radio].bg-black + .custom-control-label:before {
  background-color: #000000 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.border-black {
  border: 1px solid #000000 !important;
}
.border-top-black {
  border-top: 1px solid #000000;
}
.border-bottom-black {
  border-bottom: 1px solid #000000;
}
.border-left-black {
  border-left: 1px solid #000000;
}
.border-right-black {
  border-right: 1px solid #000000;
}
.primary.lighten-5 {
  color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5 {
  background-color: #d5d7f9 !important;
}
.bg-primary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(213, 215, 249, 0.6);
}
.btn-primary.btn-lighten-5 {
  border-color: #3a44e1 !important;
  background-color: #d5d7f9 !important;
}
.btn-primary.btn-lighten-5:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #d5d7f9 !important;
  color: #d5d7f9 !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #d5d7f9 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d5d7f9 !important;
}
.border-primary.border-lighten-5 {
  border: 1px solid #d5d7f9 !important;
}
.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #d5d7f9 !important;
}
.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #d5d7f9 !important;
}
.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #d5d7f9 !important;
}
.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #d5d7f9 !important;
}
.overlay-primary.overlay-lighten-5 {
  background: #d5d7f9;
  /* The Fallback */
  background: rgba(213, 215, 249, 0.8);
}
.primary.lighten-4 {
  color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4 {
  background-color: #bfc2f5 !important;
}
.bg-primary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(191, 194, 245, 0.6);
}
.btn-primary.btn-lighten-4 {
  border-color: #3a44e1 !important;
  background-color: #bfc2f5 !important;
}
.btn-primary.btn-lighten-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #bfc2f5 !important;
  color: #bfc2f5 !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #bfc2f5 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bfc2f5 !important;
}
.border-primary.border-lighten-4 {
  border: 1px solid #bfc2f5 !important;
}
.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #bfc2f5 !important;
}
.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #bfc2f5 !important;
}
.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #bfc2f5 !important;
}
.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #bfc2f5 !important;
}
.overlay-primary.overlay-lighten-4 {
  background: #bfc2f5;
  /* The Fallback */
  background: rgba(191, 194, 245, 0.8);
}
.primary.lighten-3 {
  color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3 {
  background-color: #a9adf2 !important;
}
.bg-primary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(169, 173, 242, 0.6);
}
.btn-primary.btn-lighten-3 {
  border-color: #3a44e1 !important;
  background-color: #a9adf2 !important;
}
.btn-primary.btn-lighten-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #a9adf2 !important;
  color: #a9adf2 !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #a9adf2 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a9adf2 !important;
}
.border-primary.border-lighten-3 {
  border: 1px solid #a9adf2 !important;
}
.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #a9adf2 !important;
}
.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #a9adf2 !important;
}
.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #a9adf2 !important;
}
.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #a9adf2 !important;
}
.overlay-primary.overlay-lighten-3 {
  background: #a9adf2;
  /* The Fallback */
  background: rgba(169, 173, 242, 0.8);
}
.primary.lighten-2 {
  color: #9298ef !important;
}
.bg-primary.bg-lighten-2 {
  background-color: #9298ef !important;
}
.bg-primary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 152, 239, 0.6);
}
.btn-primary.btn-lighten-2 {
  border-color: #3a44e1 !important;
  background-color: #9298ef !important;
}
.btn-primary.btn-lighten-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #9298ef !important;
  color: #9298ef !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #9298ef !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9298ef !important;
}
.border-primary.border-lighten-2 {
  border: 1px solid #9298ef !important;
}
.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #9298ef !important;
}
.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #9298ef !important;
}
.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #9298ef !important;
}
.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #9298ef !important;
}
.overlay-primary.overlay-lighten-2 {
  background: #9298ef;
  /* The Fallback */
  background: rgba(146, 152, 239, 0.8);
}
.primary.lighten-1 {
  color: #7c83eb !important;
}
.bg-primary.bg-lighten-1 {
  background-color: #7c83eb !important;
}
.bg-primary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(124, 131, 235, 0.6);
}
.btn-primary.btn-lighten-1 {
  border-color: #3a44e1 !important;
  background-color: #7c83eb !important;
}
.btn-primary.btn-lighten-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #7c83eb !important;
  color: #7c83eb !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #7c83eb !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7c83eb !important;
}
.border-primary.border-lighten-1 {
  border: 1px solid #7c83eb !important;
}
.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #7c83eb !important;
}
.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #7c83eb !important;
}
.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #7c83eb !important;
}
.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #7c83eb !important;
}
.overlay-primary.overlay-lighten-1 {
  background: #7c83eb;
  /* The Fallback */
  background: rgba(124, 131, 235, 0.8);
}
.primary {
  color: #666ee8 !important;
}
.bg-primary {
  background-color: #666ee8 !important;
}
.bg-primary .card-header, .bg-primary .card-footer {
  background-color: transparent;
}
.bg-primary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
.selectboxit.selectboxit-btn.bg-primary {
  background-color: #666ee8 !important;
}
.alert-primary {
  border-color: #666ee8 !important;
  background-color: #a4a9f1 !important;
  color: #141b87 !important;
}
.alert-primary .alert-link {
  color: #0f1464 !important;
}
.border-primary {
  border-color: #666ee8;
}
.overlay-primary {
  background: #666ee8;
  /* The Fallback */
  background: rgba(102, 110, 232, 0.8);
}
.color-info.primary {
  background-color: #666ee8 !important;
}
.btn-primary {
  border-color: #3a44e1 !important;
  background-color: #666ee8 !important;
  color: #FFFFFF;
}
.btn-primary:hover {
  border-color: #5059e5 !important;
  background-color: #7c83eb !important;
  color: #FFF !important;
}
.btn-primary:focus, .btn-primary:active {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
  color: #FFF !important;
}
.btn-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
.btn-outline-primary {
  border-color: #666ee8;
  background-color: transparent;
  color: #666ee8;
}
.btn-outline-primary:hover {
  background-color: #666ee8;
  color: #FFF !important;
}
.btn-outline-primary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 110, 232, 0.6);
}
input[type=checkbox].bg-primary + .custom-control-label:before, input[type=radio].bg-primary + .custom-control-label:before {
  background-color: #666ee8 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #666ee8 !important;
}
.border-primary {
  border: 1px solid #666ee8 !important;
}
.border-top-primary {
  border-top: 1px solid #666ee8;
}
.border-bottom-primary {
  border-bottom: 1px solid #666ee8;
}
.border-left-primary {
  border-left: 1px solid #666ee8;
}
.border-right-primary {
  border-right: 1px solid #666ee8;
}
.primary.darken-1 {
  color: #5059e5 !important;
}
.bg-primary.bg-darken-1 {
  background-color: #5059e5 !important;
}
.bg-primary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(80, 89, 229, 0.6);
}
.btn-primary.btn-darken-1 {
  border-color: #3a44e1 !important;
  background-color: #5059e5 !important;
}
.btn-primary.btn-darken-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-1 {
  border-color: #5059e5 !important;
  color: #5059e5 !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #5059e5 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5059e5 !important;
}
.border-primary.border-darken-1 {
  border: 1px solid #5059e5 !important;
}
.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #5059e5 !important;
}
.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #5059e5 !important;
}
.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #5059e5 !important;
}
.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #5059e5 !important;
}
.overlay-primary.overlay-darken-1 {
  background: #5059e5;
  /* The Fallback */
  background: rgba(80, 89, 229, 0.8);
}
.primary.darken-2 {
  color: #3a44e1 !important;
}
.bg-primary.bg-darken-2 {
  background-color: #3a44e1 !important;
}
.bg-primary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(58, 68, 225, 0.6);
}
.btn-primary.btn-darken-2 {
  border-color: #3a44e1 !important;
  background-color: #3a44e1 !important;
}
.btn-primary.btn-darken-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-2 {
  border-color: #3a44e1 !important;
  color: #3a44e1 !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #3a44e1 !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3a44e1 !important;
}
.border-primary.border-darken-2 {
  border: 1px solid #3a44e1 !important;
}
.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #3a44e1 !important;
}
.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #3a44e1 !important;
}
.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #3a44e1 !important;
}
.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #3a44e1 !important;
}
.overlay-primary.overlay-darken-2 {
  background: #3a44e1;
  /* The Fallback */
  background: rgba(58, 68, 225, 0.8);
}
.primary.darken-3 {
  color: #232fde !important;
}
.bg-primary.bg-darken-3 {
  background-color: #232fde !important;
}
.bg-primary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(35, 47, 222, 0.6);
}
.btn-primary.btn-darken-3 {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-3 {
  border-color: #232fde !important;
  color: #232fde !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #232fde !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #232fde !important;
}
.border-primary.border-darken-3 {
  border: 1px solid #232fde !important;
}
.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #232fde !important;
}
.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #232fde !important;
}
.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #232fde !important;
}
.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #232fde !important;
}
.overlay-primary.overlay-darken-3 {
  background: #232fde;
  /* The Fallback */
  background: rgba(35, 47, 222, 0.8);
}
.primary.darken-4 {
  color: #1e29ca !important;
}
.bg-primary.bg-darken-4 {
  background-color: #1e29ca !important;
}
.bg-primary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 41, 202, 0.6);
}
.btn-primary.btn-darken-4 {
  border-color: #3a44e1 !important;
  background-color: #1e29ca !important;
}
.btn-primary.btn-darken-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4 {
  border-color: #1e29ca !important;
  color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #1e29ca !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e29ca !important;
}
.border-primary.border-darken-4 {
  border: 1px solid #1e29ca !important;
}
.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #1e29ca !important;
}
.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #1e29ca !important;
}
.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #1e29ca !important;
}
.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #1e29ca !important;
}
.overlay-primary.overlay-darken-4 {
  background: #1e29ca;
  /* The Fallback */
  background: rgba(30, 41, 202, 0.8);
}
.primary.accent-1 {
  color: #efefff !important;
}
.bg-primary.bg-accent-1 {
  background-color: #efefff !important;
}
.bg-primary.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 239, 255, 0.6);
}
.btn-primary.btn-accent-1 {
  border-color: #3a44e1 !important;
  background-color: #efefff !important;
}
.btn-primary.btn-accent-1:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-1 {
  border-color: #efefff !important;
  color: #efefff !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #efefff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #efefff !important;
}
.border-primary.border-accent-1 {
  border: 1px solid #efefff !important;
}
.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #efefff !important;
}
.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #efefff !important;
}
.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #efefff !important;
}
.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #efefff !important;
}
.overlay-primary.overlay-accent-1 {
  background: #efefff;
  /* The Fallback */
  background: rgba(239, 239, 255, 0.8);
}
.primary.accent-2 {
  color: #dbdbff !important;
}
.bg-primary.bg-accent-2 {
  background-color: #dbdbff !important;
}
.bg-primary.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(219, 219, 255, 0.6);
}
.btn-primary.btn-accent-2 {
  border-color: #3a44e1 !important;
  background-color: #dbdbff !important;
}
.btn-primary.btn-accent-2:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-2 {
  border-color: #dbdbff !important;
  color: #dbdbff !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #dbdbff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dbdbff !important;
}
.border-primary.border-accent-2 {
  border: 1px solid #dbdbff !important;
}
.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #dbdbff !important;
}
.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #dbdbff !important;
}
.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #dbdbff !important;
}
.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #dbdbff !important;
}
.overlay-primary.overlay-accent-2 {
  background: #dbdbff;
  /* The Fallback */
  background: rgba(219, 219, 255, 0.8);
}
.primary.accent-3 {
  color: #bcbfff !important;
}
.bg-primary.bg-accent-3 {
  background-color: #bcbfff !important;
}
.bg-primary.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(188, 191, 255, 0.6);
}
.btn-primary.btn-accent-3 {
  border-color: #3a44e1 !important;
  background-color: #bcbfff !important;
}
.btn-primary.btn-accent-3:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-3 {
  border-color: #bcbfff !important;
  color: #bcbfff !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #bcbfff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcbfff !important;
}
.border-primary.border-accent-3 {
  border: 1px solid #bcbfff !important;
}
.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #bcbfff !important;
}
.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #bcbfff !important;
}
.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #bcbfff !important;
}
.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #bcbfff !important;
}
.overlay-primary.overlay-accent-3 {
  background: #bcbfff;
  /* The Fallback */
  background: rgba(188, 191, 255, 0.8);
}
.primary.accent-4 {
  color: #a2a6ff !important;
}
.bg-primary.bg-accent-4 {
  background-color: #a2a6ff !important;
}
.bg-primary.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(162, 166, 255, 0.6);
}
.btn-primary.btn-accent-4 {
  border-color: #3a44e1 !important;
  background-color: #a2a6ff !important;
}
.btn-primary.btn-accent-4:hover {
  border-color: #3a44e1 !important;
  background-color: #232fde !important;
}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
  border-color: #232fde !important;
  background-color: #1e29ca !important;
}
.btn-outline-primary.btn-outline-accent-4 {
  border-color: #a2a6ff !important;
  color: #a2a6ff !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #a2a6ff !important;
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a2a6ff !important;
}
.border-primary.border-accent-4 {
  border: 1px solid #a2a6ff !important;
}
.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #a2a6ff !important;
}
.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #a2a6ff !important;
}
.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #a2a6ff !important;
}
.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #a2a6ff !important;
}
.overlay-primary.overlay-accent-4 {
  background: #a2a6ff;
  /* The Fallback */
  background: rgba(162, 166, 255, 0.8);
}
.secondary.lighten-5 {
  color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5 {
  background-color: #afb2bd !important;
}
.bg-secondary.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(175, 178, 189, 0.6);
}
.btn-secondary.btn-lighten-5 {
  border-color: #545766 !important;
  background-color: #afb2bd !important;
}
.btn-secondary.btn-lighten-5:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #afb2bd !important;
  color: #afb2bd !important;
}
.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #afb2bd !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #afb2bd !important;
}
.border-secondary.border-lighten-5 {
  border: 1px solid #afb2bd !important;
}
.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #afb2bd !important;
}
.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #afb2bd !important;
}
.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #afb2bd !important;
}
.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #afb2bd !important;
}
.overlay-secondary.overlay-lighten-5 {
  background: #afb2bd;
  /* The Fallback */
  background: rgba(175, 178, 189, 0.8);
}
.secondary.lighten-4 {
  color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4 {
  background-color: #a1a4b2 !important;
}
.bg-secondary.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(161, 164, 178, 0.6);
}
.btn-secondary.btn-lighten-4 {
  border-color: #545766 !important;
  background-color: #a1a4b2 !important;
}
.btn-secondary.btn-lighten-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #a1a4b2 !important;
  color: #a1a4b2 !important;
}
.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #a1a4b2 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a1a4b2 !important;
}
.border-secondary.border-lighten-4 {
  border: 1px solid #a1a4b2 !important;
}
.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #a1a4b2 !important;
}
.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #a1a4b2 !important;
}
.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #a1a4b2 !important;
}
.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #a1a4b2 !important;
}
.overlay-secondary.overlay-lighten-4 {
  background: #a1a4b2;
  /* The Fallback */
  background: rgba(161, 164, 178, 0.8);
}
.secondary.lighten-3 {
  color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3 {
  background-color: #9397a6 !important;
}
.bg-secondary.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(147, 151, 166, 0.6);
}
.btn-secondary.btn-lighten-3 {
  border-color: #545766 !important;
  background-color: #9397a6 !important;
}
.btn-secondary.btn-lighten-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #9397a6 !important;
  color: #9397a6 !important;
}
.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #9397a6 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9397a6 !important;
}
.border-secondary.border-lighten-3 {
  border: 1px solid #9397a6 !important;
}
.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #9397a6 !important;
}
.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #9397a6 !important;
}
.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #9397a6 !important;
}
.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #9397a6 !important;
}
.overlay-secondary.overlay-lighten-3 {
  background: #9397a6;
  /* The Fallback */
  background: rgba(147, 151, 166, 0.8);
}
.secondary.lighten-2 {
  color: #85899b !important;
}
.bg-secondary.bg-lighten-2 {
  background-color: #85899b !important;
}
.bg-secondary.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(133, 137, 155, 0.6);
}
.btn-secondary.btn-lighten-2 {
  border-color: #545766 !important;
  background-color: #85899b !important;
}
.btn-secondary.btn-lighten-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #85899b !important;
  color: #85899b !important;
}
.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #85899b !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #85899b !important;
}
.border-secondary.border-lighten-2 {
  border: 1px solid #85899b !important;
}
.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #85899b !important;
}
.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #85899b !important;
}
.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #85899b !important;
}
.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #85899b !important;
}
.overlay-secondary.overlay-lighten-2 {
  background: #85899b;
  /* The Fallback */
  background: rgba(133, 137, 155, 0.8);
}
.secondary.lighten-1 {
  color: #777b8f !important;
}
.bg-secondary.bg-lighten-1 {
  background-color: #777b8f !important;
}
.bg-secondary.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(119, 123, 143, 0.6);
}
.btn-secondary.btn-lighten-1 {
  border-color: #545766 !important;
  background-color: #777b8f !important;
}
.btn-secondary.btn-lighten-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #777b8f !important;
  color: #777b8f !important;
}
.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #777b8f !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #777b8f !important;
}
.border-secondary.border-lighten-1 {
  border: 1px solid #777b8f !important;
}
.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #777b8f !important;
}
.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #777b8f !important;
}
.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #777b8f !important;
}
.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #777b8f !important;
}
.overlay-secondary.overlay-lighten-1 {
  background: #777b8f;
  /* The Fallback */
  background: rgba(119, 123, 143, 0.8);
}
.secondary {
  color: #6b6f82 !important;
}
.bg-secondary {
  background-color: #6b6f82 !important;
}
.bg-secondary .card-header, .bg-secondary .card-footer {
  background-color: transparent;
}
.bg-secondary.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
.selectboxit.selectboxit-btn.bg-secondary {
  background-color: #6b6f82 !important;
}
.alert-secondary {
  border-color: #6b6f82 !important;
  background-color: #9094a4 !important;
  color: #1a1b20 !important;
}
.alert-secondary .alert-link {
  color: #08080a !important;
}
.border-secondary {
  border-color: #6b6f82;
}
.overlay-secondary {
  background: #6b6f82;
  /* The Fallback */
  background: rgba(107, 111, 130, 0.8);
}
.color-info.secondary {
  background-color: #6b6f82 !important;
}
.btn-secondary {
  border-color: #545766 !important;
  background-color: #6b6f82 !important;
  color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: #5f6374 !important;
  background-color: #777b8f !important;
  color: #FFF !important;
}
.btn-secondary:focus, .btn-secondary:active {
  border-color: #545766 !important;
  background-color: #484b58 !important;
  color: #FFF !important;
}
.btn-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
.btn-outline-secondary {
  border-color: #6b6f82;
  background-color: transparent;
  color: #6b6f82;
}
.btn-outline-secondary:hover {
  background-color: #6b6f82;
  color: #FFF !important;
}
.btn-outline-secondary.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(107, 111, 130, 0.6);
}
input[type=checkbox].bg-secondary + .custom-control-label:before, input[type=radio].bg-secondary + .custom-control-label:before {
  background-color: #6b6f82 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6b6f82 !important;
}
.border-secondary {
  border: 1px solid #6b6f82 !important;
}
.border-top-secondary {
  border-top: 1px solid #6b6f82;
}
.border-bottom-secondary {
  border-bottom: 1px solid #6b6f82;
}
.border-left-secondary {
  border-left: 1px solid #6b6f82;
}
.border-right-secondary {
  border-right: 1px solid #6b6f82;
}
.secondary.darken-1 {
  color: #5f6374 !important;
}
.bg-secondary.bg-darken-1 {
  background-color: #5f6374 !important;
}
.bg-secondary.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(95, 99, 116, 0.6);
}
.btn-secondary.btn-darken-1 {
  border-color: #545766 !important;
  background-color: #5f6374 !important;
}
.btn-secondary.btn-darken-1:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #5f6374 !important;
  color: #5f6374 !important;
}
.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #5f6374 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5f6374 !important;
}
.border-secondary.border-darken-1 {
  border: 1px solid #5f6374 !important;
}
.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #5f6374 !important;
}
.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #5f6374 !important;
}
.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #5f6374 !important;
}
.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #5f6374 !important;
}
.overlay-secondary.overlay-darken-1 {
  background: #5f6374;
  /* The Fallback */
  background: rgba(95, 99, 116, 0.8);
}
.secondary.darken-2 {
  color: #545766 !important;
}
.bg-secondary.bg-darken-2 {
  background-color: #545766 !important;
}
.bg-secondary.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(84, 87, 102, 0.6);
}
.btn-secondary.btn-darken-2 {
  border-color: #545766 !important;
  background-color: #545766 !important;
}
.btn-secondary.btn-darken-2:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #545766 !important;
  color: #545766 !important;
}
.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #545766 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #545766 !important;
}
.border-secondary.border-darken-2 {
  border: 1px solid #545766 !important;
}
.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #545766 !important;
}
.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #545766 !important;
}
.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #545766 !important;
}
.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #545766 !important;
}
.overlay-secondary.overlay-darken-2 {
  background: #545766;
  /* The Fallback */
  background: rgba(84, 87, 102, 0.8);
}
.secondary.darken-3 {
  color: #484b58 !important;
}
.bg-secondary.bg-darken-3 {
  background-color: #484b58 !important;
}
.bg-secondary.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(72, 75, 88, 0.6);
}
.btn-secondary.btn-darken-3 {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #484b58 !important;
  color: #484b58 !important;
}
.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #484b58 !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #484b58 !important;
}
.border-secondary.border-darken-3 {
  border: 1px solid #484b58 !important;
}
.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #484b58 !important;
}
.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #484b58 !important;
}
.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #484b58 !important;
}
.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #484b58 !important;
}
.overlay-secondary.overlay-darken-3 {
  background: #484b58;
  /* The Fallback */
  background: rgba(72, 75, 88, 0.8);
}
.secondary.darken-4 {
  color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4 {
  background-color: #3d3f4a !important;
}
.bg-secondary.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(61, 63, 74, 0.6);
}
.btn-secondary.btn-darken-4 {
  border-color: #545766 !important;
  background-color: #3d3f4a !important;
}
.btn-secondary.btn-darken-4:hover {
  border-color: #545766 !important;
  background-color: #484b58 !important;
}
.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
  border-color: #484b58 !important;
  background-color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #3d3f4a !important;
  color: #3d3f4a !important;
}
.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #3d3f4a !important;
}
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3d3f4a !important;
}
.border-secondary.border-darken-4 {
  border: 1px solid #3d3f4a !important;
}
.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #3d3f4a !important;
}
.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #3d3f4a !important;
}
.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #3d3f4a !important;
}
.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #3d3f4a !important;
}
.overlay-secondary.overlay-darken-4 {
  background: #3d3f4a;
  /* The Fallback */
  background: rgba(61, 63, 74, 0.8);
}
.success.lighten-5 {
  color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5 {
  background-color: #8ee9c9 !important;
}
.bg-success.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 233, 201, 0.6);
}
.btn-success.btn-lighten-5 {
  border-color: #20a576 !important;
  background-color: #8ee9c9 !important;
}
.btn-success.btn-lighten-5:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-5 {
  border-color: #8ee9c9 !important;
  color: #8ee9c9 !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #8ee9c9 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8ee9c9 !important;
}
.border-success.border-lighten-5 {
  border: 1px solid #8ee9c9 !important;
}
.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #8ee9c9 !important;
}
.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #8ee9c9 !important;
}
.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #8ee9c9 !important;
}
.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #8ee9c9 !important;
}
.overlay-success.overlay-lighten-5 {
  background: #8ee9c9;
  /* The Fallback */
  background: rgba(142, 233, 201, 0.8);
}
.success.lighten-4 {
  color: #79e5be !important;
}
.bg-success.bg-lighten-4 {
  background-color: #79e5be !important;
}
.bg-success.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(121, 229, 190, 0.6);
}
.btn-success.btn-lighten-4 {
  border-color: #20a576 !important;
  background-color: #79e5be !important;
}
.btn-success.btn-lighten-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-4 {
  border-color: #79e5be !important;
  color: #79e5be !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #79e5be !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #79e5be !important;
}
.border-success.border-lighten-4 {
  border: 1px solid #79e5be !important;
}
.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #79e5be !important;
}
.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #79e5be !important;
}
.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #79e5be !important;
}
.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #79e5be !important;
}
.overlay-success.overlay-lighten-4 {
  background: #79e5be;
  /* The Fallback */
  background: rgba(121, 229, 190, 0.8);
}
.success.lighten-3 {
  color: #63e1b4 !important;
}
.bg-success.bg-lighten-3 {
  background-color: #63e1b4 !important;
}
.bg-success.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(99, 225, 180, 0.6);
}
.btn-success.btn-lighten-3 {
  border-color: #20a576 !important;
  background-color: #63e1b4 !important;
}
.btn-success.btn-lighten-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-3 {
  border-color: #63e1b4 !important;
  color: #63e1b4 !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #63e1b4 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #63e1b4 !important;
}
.border-success.border-lighten-3 {
  border: 1px solid #63e1b4 !important;
}
.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #63e1b4 !important;
}
.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #63e1b4 !important;
}
.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #63e1b4 !important;
}
.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #63e1b4 !important;
}
.overlay-success.overlay-lighten-3 {
  background: #63e1b4;
  /* The Fallback */
  background: rgba(99, 225, 180, 0.8);
}
.success.lighten-2 {
  color: #4eddaa !important;
}
.bg-success.bg-lighten-2 {
  background-color: #4eddaa !important;
}
.bg-success.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 221, 170, 0.6);
}
.btn-success.btn-lighten-2 {
  border-color: #20a576 !important;
  background-color: #4eddaa !important;
}
.btn-success.btn-lighten-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-2 {
  border-color: #4eddaa !important;
  color: #4eddaa !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #4eddaa !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eddaa !important;
}
.border-success.border-lighten-2 {
  border: 1px solid #4eddaa !important;
}
.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #4eddaa !important;
}
.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eddaa !important;
}
.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #4eddaa !important;
}
.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #4eddaa !important;
}
.overlay-success.overlay-lighten-2 {
  background: #4eddaa;
  /* The Fallback */
  background: rgba(78, 221, 170, 0.8);
}
.success.lighten-1 {
  color: #39d9a0 !important;
}
.bg-success.bg-lighten-1 {
  background-color: #39d9a0 !important;
}
.bg-success.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(57, 217, 160, 0.6);
}
.btn-success.btn-lighten-1 {
  border-color: #20a576 !important;
  background-color: #39d9a0 !important;
}
.btn-success.btn-lighten-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-lighten-1 {
  border-color: #39d9a0 !important;
  color: #39d9a0 !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #39d9a0 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #39d9a0 !important;
}
.border-success.border-lighten-1 {
  border: 1px solid #39d9a0 !important;
}
.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #39d9a0 !important;
}
.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #39d9a0 !important;
}
.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #39d9a0 !important;
}
.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #39d9a0 !important;
}
.overlay-success.overlay-lighten-1 {
  background: #39d9a0;
  /* The Fallback */
  background: rgba(57, 217, 160, 0.8);
}
.success {
  color: #28d094 !important;
}
.bg-success {
  background-color: #28d094 !important;
}
.bg-success .card-header, .bg-success .card-footer {
  background-color: transparent;
}
.bg-success.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
.selectboxit.selectboxit-btn.bg-success {
  background-color: #28d094 !important;
}
.alert-success {
  border-color: #28d094 !important;
  background-color: #5fe0b2 !important;
  color: #0b3a29 !important;
}
.alert-success .alert-link {
  color: #051811 !important;
}
.border-success {
  border-color: #28d094;
}
.overlay-success {
  background: #28d094;
  /* The Fallback */
  background: rgba(40, 208, 148, 0.8);
}
.color-info.success {
  background-color: #28d094 !important;
}
.btn-success {
  border-color: #20a576 !important;
  background-color: #28d094 !important;
  color: #FFFFFF;
}
.btn-success:hover {
  border-color: #24bb85 !important;
  background-color: #39d9a0 !important;
  color: #FFF !important;
}
.btn-success:focus, .btn-success:active {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
  color: #FFF !important;
}
.btn-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
.btn-outline-success {
  border-color: #28d094;
  background-color: transparent;
  color: #28d094;
}
.btn-outline-success:hover {
  background-color: #28d094;
  color: #FFF !important;
}
.btn-outline-success.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(40, 208, 148, 0.6);
}
input[type=checkbox].bg-success + .custom-control-label:before, input[type=radio].bg-success + .custom-control-label:before {
  background-color: #28d094 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #28d094 !important;
}
.border-success {
  border: 1px solid #28d094 !important;
}
.border-top-success {
  border-top: 1px solid #28d094;
}
.border-bottom-success {
  border-bottom: 1px solid #28d094;
}
.border-left-success {
  border-left: 1px solid #28d094;
}
.border-right-success {
  border-right: 1px solid #28d094;
}
.success.darken-1 {
  color: #24bb85 !important;
}
.bg-success.bg-darken-1 {
  background-color: #24bb85 !important;
}
.bg-success.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(36, 187, 133, 0.6);
}
.btn-success.btn-darken-1 {
  border-color: #20a576 !important;
  background-color: #24bb85 !important;
}
.btn-success.btn-darken-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-1 {
  border-color: #24bb85 !important;
  color: #24bb85 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #24bb85 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #24bb85 !important;
}
.border-success.border-darken-1 {
  border: 1px solid #24bb85 !important;
}
.border-top-success.border-top-darken-1 {
  border-top: 1px solid #24bb85 !important;
}
.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #24bb85 !important;
}
.border-left-success.border-left-darken-1 {
  border-left: 1px solid #24bb85 !important;
}
.border-right-success.border-right-darken-1 {
  border-right: 1px solid #24bb85 !important;
}
.overlay-success.overlay-darken-1 {
  background: #24bb85;
  /* The Fallback */
  background: rgba(36, 187, 133, 0.8);
}
.success.darken-2 {
  color: #20a576 !important;
}
.bg-success.bg-darken-2 {
  background-color: #20a576 !important;
}
.bg-success.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(32, 165, 118, 0.6);
}
.btn-success.btn-darken-2 {
  border-color: #20a576 !important;
  background-color: #20a576 !important;
}
.btn-success.btn-darken-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-2 {
  border-color: #20a576 !important;
  color: #20a576 !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #20a576 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #20a576 !important;
}
.border-success.border-darken-2 {
  border: 1px solid #20a576 !important;
}
.border-top-success.border-top-darken-2 {
  border-top: 1px solid #20a576 !important;
}
.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #20a576 !important;
}
.border-left-success.border-left-darken-2 {
  border-left: 1px solid #20a576 !important;
}
.border-right-success.border-right-darken-2 {
  border-right: 1px solid #20a576 !important;
}
.overlay-success.overlay-darken-2 {
  background: #20a576;
  /* The Fallback */
  background: rgba(32, 165, 118, 0.8);
}
.success.darken-3 {
  color: #1c9066 !important;
}
.bg-success.bg-darken-3 {
  background-color: #1c9066 !important;
}
.bg-success.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(28, 144, 102, 0.6);
}
.btn-success.btn-darken-3 {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-3 {
  border-color: #1c9066 !important;
  color: #1c9066 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #1c9066 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1c9066 !important;
}
.border-success.border-darken-3 {
  border: 1px solid #1c9066 !important;
}
.border-top-success.border-top-darken-3 {
  border-top: 1px solid #1c9066 !important;
}
.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #1c9066 !important;
}
.border-left-success.border-left-darken-3 {
  border-left: 1px solid #1c9066 !important;
}
.border-right-success.border-right-darken-3 {
  border-right: 1px solid #1c9066 !important;
}
.overlay-success.overlay-darken-3 {
  background: #1c9066;
  /* The Fallback */
  background: rgba(28, 144, 102, 0.8);
}
.success.darken-4 {
  color: #187a57 !important;
}
.bg-success.bg-darken-4 {
  background-color: #187a57 !important;
}
.bg-success.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(24, 122, 87, 0.6);
}
.btn-success.btn-darken-4 {
  border-color: #20a576 !important;
  background-color: #187a57 !important;
}
.btn-success.btn-darken-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4 {
  border-color: #187a57 !important;
  color: #187a57 !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #187a57 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #187a57 !important;
}
.border-success.border-darken-4 {
  border: 1px solid #187a57 !important;
}
.border-top-success.border-top-darken-4 {
  border-top: 1px solid #187a57 !important;
}
.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #187a57 !important;
}
.border-left-success.border-left-darken-4 {
  border-left: 1px solid #187a57 !important;
}
.border-right-success.border-right-darken-4 {
  border-right: 1px solid #187a57 !important;
}
.overlay-success.overlay-darken-4 {
  background: #187a57;
  /* The Fallback */
  background: rgba(24, 122, 87, 0.8);
}
.success.accent-1 {
  color: #e1fff0 !important;
}
.bg-success.bg-accent-1 {
  background-color: #e1fff0 !important;
}
.bg-success.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(225, 255, 240, 0.6);
}
.btn-success.btn-accent-1 {
  border-color: #20a576 !important;
  background-color: #e1fff0 !important;
}
.btn-success.btn-accent-1:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff0 !important;
  color: #e1fff0 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff0 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1fff0 !important;
}
.border-success.border-accent-1 {
  border: 1px solid #e1fff0 !important;
}
.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff0 !important;
}
.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff0 !important;
}
.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff0 !important;
}
.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff0 !important;
}
.overlay-success.overlay-accent-1 {
  background: #e1fff0;
  /* The Fallback */
  background: rgba(225, 255, 240, 0.8);
}
.success.accent-2 {
  color: #aeffd5 !important;
}
.bg-success.bg-accent-2 {
  background-color: #aeffd5 !important;
}
.bg-success.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(174, 255, 213, 0.6);
}
.btn-success.btn-accent-2 {
  border-color: #20a576 !important;
  background-color: #aeffd5 !important;
}
.btn-success.btn-accent-2:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd5 !important;
  color: #aeffd5 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd5 !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeffd5 !important;
}
.border-success.border-accent-2 {
  border: 1px solid #aeffd5 !important;
}
.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd5 !important;
}
.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd5 !important;
}
.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd5 !important;
}
.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd5 !important;
}
.overlay-success.overlay-accent-2 {
  background: #aeffd5;
  /* The Fallback */
  background: rgba(174, 255, 213, 0.8);
}
.success.accent-3 {
  color: #7bffbb !important;
}
.bg-success.bg-accent-3 {
  background-color: #7bffbb !important;
}
.bg-success.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(123, 255, 187, 0.6);
}
.btn-success.btn-accent-3 {
  border-color: #20a576 !important;
  background-color: #7bffbb !important;
}
.btn-success.btn-accent-3:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffbb !important;
  color: #7bffbb !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffbb !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7bffbb !important;
}
.border-success.border-accent-3 {
  border: 1px solid #7bffbb !important;
}
.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffbb !important;
}
.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffbb !important;
}
.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffbb !important;
}
.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffbb !important;
}
.overlay-success.overlay-accent-3 {
  background: #7bffbb;
  /* The Fallback */
  background: rgba(123, 255, 187, 0.8);
}
.success.accent-4 {
  color: #62ffae !important;
}
.bg-success.bg-accent-4 {
  background-color: #62ffae !important;
}
.bg-success.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(98, 255, 174, 0.6);
}
.btn-success.btn-accent-4 {
  border-color: #20a576 !important;
  background-color: #62ffae !important;
}
.btn-success.btn-accent-4:hover {
  border-color: #20a576 !important;
  background-color: #1c9066 !important;
}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
  border-color: #1c9066 !important;
  background-color: #187a57 !important;
}
.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffae !important;
  color: #62ffae !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffae !important;
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffae !important;
}
.border-success.border-accent-4 {
  border: 1px solid #62ffae !important;
}
.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffae !important;
}
.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffae !important;
}
.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffae !important;
}
.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffae !important;
}
.overlay-success.overlay-accent-4 {
  background: #62ffae;
  /* The Fallback */
  background: rgba(98, 255, 174, 0.8);
}
.info.lighten-5 {
  color: #97d2f9 !important;
}
.bg-info.bg-lighten-5 {
  background-color: #97d2f9 !important;
}
.bg-info.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(151, 210, 249, 0.6);
}
.btn-info.btn-lighten-5 {
  border-color: #0c84d1 !important;
  background-color: #97d2f9 !important;
}
.btn-info.btn-lighten-5:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-5 {
  border-color: #97d2f9 !important;
  color: #97d2f9 !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #97d2f9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #97d2f9 !important;
}
.border-info.border-lighten-5 {
  border: 1px solid #97d2f9 !important;
}
.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #97d2f9 !important;
}
.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #97d2f9 !important;
}
.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #97d2f9 !important;
}
.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #97d2f9 !important;
}
.overlay-info.overlay-lighten-5 {
  background: #97d2f9;
  /* The Fallback */
  background: rgba(151, 210, 249, 0.8);
}
.info.lighten-4 {
  color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4 {
  background-color: #7ec8f8 !important;
}
.bg-info.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(126, 200, 248, 0.6);
}
.btn-info.btn-lighten-4 {
  border-color: #0c84d1 !important;
  background-color: #7ec8f8 !important;
}
.btn-info.btn-lighten-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-4 {
  border-color: #7ec8f8 !important;
  color: #7ec8f8 !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #7ec8f8 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7ec8f8 !important;
}
.border-info.border-lighten-4 {
  border: 1px solid #7ec8f8 !important;
}
.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #7ec8f8 !important;
}
.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #7ec8f8 !important;
}
.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #7ec8f8 !important;
}
.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #7ec8f8 !important;
}
.overlay-info.overlay-lighten-4 {
  background: #7ec8f8;
  /* The Fallback */
  background: rgba(126, 200, 248, 0.8);
}
.info.lighten-3 {
  color: #66bef6 !important;
}
.bg-info.bg-lighten-3 {
  background-color: #66bef6 !important;
}
.bg-info.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(102, 190, 246, 0.6);
}
.btn-info.btn-lighten-3 {
  border-color: #0c84d1 !important;
  background-color: #66bef6 !important;
}
.btn-info.btn-lighten-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-3 {
  border-color: #66bef6 !important;
  color: #66bef6 !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #66bef6 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66bef6 !important;
}
.border-info.border-lighten-3 {
  border: 1px solid #66bef6 !important;
}
.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #66bef6 !important;
}
.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #66bef6 !important;
}
.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #66bef6 !important;
}
.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #66bef6 !important;
}
.overlay-info.overlay-lighten-3 {
  background: #66bef6;
  /* The Fallback */
  background: rgba(102, 190, 246, 0.8);
}
.info.lighten-2 {
  color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2 {
  background-color: #4eb4f5 !important;
}
.bg-info.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(78, 180, 245, 0.6);
}
.btn-info.btn-lighten-2 {
  border-color: #0c84d1 !important;
  background-color: #4eb4f5 !important;
}
.btn-info.btn-lighten-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-2 {
  border-color: #4eb4f5 !important;
  color: #4eb4f5 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #4eb4f5 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4eb4f5 !important;
}
.border-info.border-lighten-2 {
  border: 1px solid #4eb4f5 !important;
}
.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #4eb4f5 !important;
}
.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #4eb4f5 !important;
}
.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #4eb4f5 !important;
}
.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #4eb4f5 !important;
}
.overlay-info.overlay-lighten-2 {
  background: #4eb4f5;
  /* The Fallback */
  background: rgba(78, 180, 245, 0.8);
}
.info.lighten-1 {
  color: #36a9f3 !important;
}
.bg-info.bg-lighten-1 {
  background-color: #36a9f3 !important;
}
.bg-info.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(54, 169, 243, 0.6);
}
.btn-info.btn-lighten-1 {
  border-color: #0c84d1 !important;
  background-color: #36a9f3 !important;
}
.btn-info.btn-lighten-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-lighten-1 {
  border-color: #36a9f3 !important;
  color: #36a9f3 !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #36a9f3 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #36a9f3 !important;
}
.border-info.border-lighten-1 {
  border: 1px solid #36a9f3 !important;
}
.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #36a9f3 !important;
}
.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #36a9f3 !important;
}
.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #36a9f3 !important;
}
.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #36a9f3 !important;
}
.overlay-info.overlay-lighten-1 {
  background: #36a9f3;
  /* The Fallback */
  background: rgba(54, 169, 243, 0.8);
}
.info {
  color: #1e9ff2 !important;
}
.bg-info {
  background-color: #1e9ff2 !important;
}
.bg-info .card-header, .bg-info .card-footer {
  background-color: transparent;
}
.bg-info.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
.selectboxit.selectboxit-btn.bg-info {
  background-color: #1e9ff2 !important;
}
.alert-info {
  border-color: #1e9ff2 !important;
  background-color: #62bcf6 !important;
  color: #053858 !important;
}
.alert-info .alert-link {
  color: #031f32 !important;
}
.border-info {
  border-color: #1e9ff2;
}
.overlay-info {
  background: #1e9ff2;
  /* The Fallback */
  background: rgba(30, 159, 242, 0.8);
}
.color-info.info {
  background-color: #1e9ff2 !important;
}
.btn-info {
  border-color: #0c84d1 !important;
  background-color: #1e9ff2 !important;
  color: #FFFFFF;
}
.btn-info:hover {
  border-color: #0d93e9 !important;
  background-color: #36a9f3 !important;
  color: #FFF !important;
}
.btn-info:focus, .btn-info:active {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
  color: #FFF !important;
}
.btn-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
.btn-outline-info {
  border-color: #1e9ff2;
  background-color: transparent;
  color: #1e9ff2;
}
.btn-outline-info:hover {
  background-color: #1e9ff2;
  color: #FFF !important;
}
.btn-outline-info.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 159, 242, 0.6);
}
input[type=checkbox].bg-info + .custom-control-label:before, input[type=radio].bg-info + .custom-control-label:before {
  background-color: #1e9ff2 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e9ff2 !important;
}
.border-info {
  border: 1px solid #1e9ff2 !important;
}
.border-top-info {
  border-top: 1px solid #1e9ff2;
}
.border-bottom-info {
  border-bottom: 1px solid #1e9ff2;
}
.border-left-info {
  border-left: 1px solid #1e9ff2;
}
.border-right-info {
  border-right: 1px solid #1e9ff2;
}
.info.darken-1 {
  color: #0d93e9 !important;
}
.bg-info.bg-darken-1 {
  background-color: #0d93e9 !important;
}
.bg-info.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(13, 147, 233, 0.6);
}
.btn-info.btn-darken-1 {
  border-color: #0c84d1 !important;
  background-color: #0d93e9 !important;
}
.btn-info.btn-darken-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-1 {
  border-color: #0d93e9 !important;
  color: #0d93e9 !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #0d93e9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d93e9 !important;
}
.border-info.border-darken-1 {
  border: 1px solid #0d93e9 !important;
}
.border-top-info.border-top-darken-1 {
  border-top: 1px solid #0d93e9 !important;
}
.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #0d93e9 !important;
}
.border-left-info.border-left-darken-1 {
  border-left: 1px solid #0d93e9 !important;
}
.border-right-info.border-right-darken-1 {
  border-right: 1px solid #0d93e9 !important;
}
.overlay-info.overlay-darken-1 {
  background: #0d93e9;
  /* The Fallback */
  background: rgba(13, 147, 233, 0.8);
}
.info.darken-2 {
  color: #0c84d1 !important;
}
.bg-info.bg-darken-2 {
  background-color: #0c84d1 !important;
}
.bg-info.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(12, 132, 209, 0.6);
}
.btn-info.btn-darken-2 {
  border-color: #0c84d1 !important;
  background-color: #0c84d1 !important;
}
.btn-info.btn-darken-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-2 {
  border-color: #0c84d1 !important;
  color: #0c84d1 !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #0c84d1 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0c84d1 !important;
}
.border-info.border-darken-2 {
  border: 1px solid #0c84d1 !important;
}
.border-top-info.border-top-darken-2 {
  border-top: 1px solid #0c84d1 !important;
}
.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #0c84d1 !important;
}
.border-left-info.border-left-darken-2 {
  border-left: 1px solid #0c84d1 !important;
}
.border-right-info.border-right-darken-2 {
  border-right: 1px solid #0c84d1 !important;
}
.overlay-info.overlay-darken-2 {
  background: #0c84d1;
  /* The Fallback */
  background: rgba(12, 132, 209, 0.8);
}
.info.darken-3 {
  color: #0b75b9 !important;
}
.bg-info.bg-darken-3 {
  background-color: #0b75b9 !important;
}
.bg-info.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(11, 117, 185, 0.6);
}
.btn-info.btn-darken-3 {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-3 {
  border-color: #0b75b9 !important;
  color: #0b75b9 !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #0b75b9 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0b75b9 !important;
}
.border-info.border-darken-3 {
  border: 1px solid #0b75b9 !important;
}
.border-top-info.border-top-darken-3 {
  border-top: 1px solid #0b75b9 !important;
}
.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #0b75b9 !important;
}
.border-left-info.border-left-darken-3 {
  border-left: 1px solid #0b75b9 !important;
}
.border-right-info.border-right-darken-3 {
  border-right: 1px solid #0b75b9 !important;
}
.overlay-info.overlay-darken-3 {
  background: #0b75b9;
  /* The Fallback */
  background: rgba(11, 117, 185, 0.8);
}
.info.darken-4 {
  color: #0965a1 !important;
}
.bg-info.bg-darken-4 {
  background-color: #0965a1 !important;
}
.bg-info.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(9, 101, 161, 0.6);
}
.btn-info.btn-darken-4 {
  border-color: #0c84d1 !important;
  background-color: #0965a1 !important;
}
.btn-info.btn-darken-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4 {
  border-color: #0965a1 !important;
  color: #0965a1 !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #0965a1 !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0965a1 !important;
}
.border-info.border-darken-4 {
  border: 1px solid #0965a1 !important;
}
.border-top-info.border-top-darken-4 {
  border-top: 1px solid #0965a1 !important;
}
.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #0965a1 !important;
}
.border-left-info.border-left-darken-4 {
  border-left: 1px solid #0965a1 !important;
}
.border-right-info.border-right-darken-4 {
  border-right: 1px solid #0965a1 !important;
}
.overlay-info.overlay-darken-4 {
  background: #0965a1;
  /* The Fallback */
  background: rgba(9, 101, 161, 0.8);
}
.info.accent-1 {
  color: #eff5ff !important;
}
.bg-info.bg-accent-1 {
  background-color: #eff5ff !important;
}
.bg-info.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(239, 245, 255, 0.6);
}
.btn-info.btn-accent-1 {
  border-color: #0c84d1 !important;
  background-color: #eff5ff !important;
}
.btn-info.btn-accent-1:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-1 {
  border-color: #eff5ff !important;
  color: #eff5ff !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #eff5ff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eff5ff !important;
}
.border-info.border-accent-1 {
  border: 1px solid #eff5ff !important;
}
.border-top-info.border-top-accent-1 {
  border-top: 1px solid #eff5ff !important;
}
.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #eff5ff !important;
}
.border-left-info.border-left-accent-1 {
  border-left: 1px solid #eff5ff !important;
}
.border-right-info.border-right-accent-1 {
  border-right: 1px solid #eff5ff !important;
}
.overlay-info.overlay-accent-1 {
  background: #eff5ff;
  /* The Fallback */
  background: rgba(239, 245, 255, 0.8);
}
.info.accent-2 {
  color: #dfecff !important;
}
.bg-info.bg-accent-2 {
  background-color: #dfecff !important;
}
.bg-info.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(223, 236, 255, 0.6);
}
.btn-info.btn-accent-2 {
  border-color: #0c84d1 !important;
  background-color: #dfecff !important;
}
.btn-info.btn-accent-2:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-2 {
  border-color: #dfecff !important;
  color: #dfecff !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #dfecff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dfecff !important;
}
.border-info.border-accent-2 {
  border: 1px solid #dfecff !important;
}
.border-top-info.border-top-accent-2 {
  border-top: 1px solid #dfecff !important;
}
.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #dfecff !important;
}
.border-left-info.border-left-accent-2 {
  border-left: 1px solid #dfecff !important;
}
.border-right-info.border-right-accent-2 {
  border-right: 1px solid #dfecff !important;
}
.overlay-info.overlay-accent-2 {
  background: #dfecff;
  /* The Fallback */
  background: rgba(223, 236, 255, 0.8);
}
.info.accent-3 {
  color: #accfff !important;
}
.bg-info.bg-accent-3 {
  background-color: #accfff !important;
}
.bg-info.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(172, 207, 255, 0.6);
}
.btn-info.btn-accent-3 {
  border-color: #0c84d1 !important;
  background-color: #accfff !important;
}
.btn-info.btn-accent-3:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-3 {
  border-color: #accfff !important;
  color: #accfff !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #accfff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #accfff !important;
}
.border-info.border-accent-3 {
  border: 1px solid #accfff !important;
}
.border-top-info.border-top-accent-3 {
  border-top: 1px solid #accfff !important;
}
.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #accfff !important;
}
.border-left-info.border-left-accent-3 {
  border-left: 1px solid #accfff !important;
}
.border-right-info.border-right-accent-3 {
  border-right: 1px solid #accfff !important;
}
.overlay-info.overlay-accent-3 {
  background: #accfff;
  /* The Fallback */
  background: rgba(172, 207, 255, 0.8);
}
.info.accent-4 {
  color: #92c0ff !important;
}
.bg-info.bg-accent-4 {
  background-color: #92c0ff !important;
}
.bg-info.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(146, 192, 255, 0.6);
}
.btn-info.btn-accent-4 {
  border-color: #0c84d1 !important;
  background-color: #92c0ff !important;
}
.btn-info.btn-accent-4:hover {
  border-color: #0c84d1 !important;
  background-color: #0b75b9 !important;
}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
  border-color: #0b75b9 !important;
  background-color: #0965a1 !important;
}
.btn-outline-info.btn-outline-accent-4 {
  border-color: #92c0ff !important;
  color: #92c0ff !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #92c0ff !important;
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #92c0ff !important;
}
.border-info.border-accent-4 {
  border: 1px solid #92c0ff !important;
}
.border-top-info.border-top-accent-4 {
  border-top: 1px solid #92c0ff !important;
}
.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #92c0ff !important;
}
.border-left-info.border-left-accent-4 {
  border-left: 1px solid #92c0ff !important;
}
.border-right-info.border-right-accent-4 {
  border-right: 1px solid #92c0ff !important;
}
.overlay-info.overlay-accent-4 {
  background: #92c0ff;
  /* The Fallback */
  background: rgba(146, 192, 255, 0.8);
}
.warning.lighten-5 {
  color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5 {
  background-color: #ffdec9 !important;
}
.bg-warning.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 222, 201, 0.6);
}
.btn-warning.btn-lighten-5 {
  border-color: #ff7216 !important;
  background-color: #ffdec9 !important;
}
.btn-warning.btn-lighten-5:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #ffdec9 !important;
  color: #ffdec9 !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #ffdec9 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdec9 !important;
}
.border-warning.border-lighten-5 {
  border: 1px solid #ffdec9 !important;
}
.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #ffdec9 !important;
}
.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffdec9 !important;
}
.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #ffdec9 !important;
}
.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #ffdec9 !important;
}
.overlay-warning.overlay-lighten-5 {
  background: #ffdec9;
  /* The Fallback */
  background: rgba(255, 222, 201, 0.8);
}
.warning.lighten-4 {
  color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4 {
  background-color: #ffcfaf !important;
}
.bg-warning.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 207, 175, 0.6);
}
.btn-warning.btn-lighten-4 {
  border-color: #ff7216 !important;
  background-color: #ffcfaf !important;
}
.btn-warning.btn-lighten-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #ffcfaf !important;
  color: #ffcfaf !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #ffcfaf !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcfaf !important;
}
.border-warning.border-lighten-4 {
  border: 1px solid #ffcfaf !important;
}
.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #ffcfaf !important;
}
.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcfaf !important;
}
.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #ffcfaf !important;
}
.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #ffcfaf !important;
}
.overlay-warning.overlay-lighten-4 {
  background: #ffcfaf;
  /* The Fallback */
  background: rgba(255, 207, 175, 0.8);
}
.warning.lighten-3 {
  color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3 {
  background-color: #ffbf96 !important;
}
.bg-warning.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 191, 150, 0.6);
}
.btn-warning.btn-lighten-3 {
  border-color: #ff7216 !important;
  background-color: #ffbf96 !important;
}
.btn-warning.btn-lighten-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #ffbf96 !important;
  color: #ffbf96 !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #ffbf96 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffbf96 !important;
}
.border-warning.border-lighten-3 {
  border: 1px solid #ffbf96 !important;
}
.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #ffbf96 !important;
}
.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffbf96 !important;
}
.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #ffbf96 !important;
}
.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #ffbf96 !important;
}
.overlay-warning.overlay-lighten-3 {
  background: #ffbf96;
  /* The Fallback */
  background: rgba(255, 191, 150, 0.8);
}
.warning.lighten-2 {
  color: #ffb07c !important;
}
.bg-warning.bg-lighten-2 {
  background-color: #ffb07c !important;
}
.bg-warning.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 176, 124, 0.6);
}
.btn-warning.btn-lighten-2 {
  border-color: #ff7216 !important;
  background-color: #ffb07c !important;
}
.btn-warning.btn-lighten-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #ffb07c !important;
  color: #ffb07c !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #ffb07c !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb07c !important;
}
.border-warning.border-lighten-2 {
  border: 1px solid #ffb07c !important;
}
.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #ffb07c !important;
}
.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffb07c !important;
}
.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #ffb07c !important;
}
.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #ffb07c !important;
}
.overlay-warning.overlay-lighten-2 {
  background: #ffb07c;
  /* The Fallback */
  background: rgba(255, 176, 124, 0.8);
}
.warning.lighten-1 {
  color: #ffa063 !important;
}
.bg-warning.bg-lighten-1 {
  background-color: #ffa063 !important;
}
.bg-warning.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 160, 99, 0.6);
}
.btn-warning.btn-lighten-1 {
  border-color: #ff7216 !important;
  background-color: #ffa063 !important;
}
.btn-warning.btn-lighten-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #ffa063 !important;
  color: #ffa063 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #ffa063 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa063 !important;
}
.border-warning.border-lighten-1 {
  border: 1px solid #ffa063 !important;
}
.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #ffa063 !important;
}
.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffa063 !important;
}
.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #ffa063 !important;
}
.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #ffa063 !important;
}
.overlay-warning.overlay-lighten-1 {
  background: #ffa063;
  /* The Fallback */
  background: rgba(255, 160, 99, 0.8);
}
.warning {
  color: #ff9149 !important;
}
.bg-warning {
  background-color: #ff9149 !important;
}
.bg-warning .card-header, .bg-warning .card-footer {
  background-color: transparent;
}
.bg-warning.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
.selectboxit.selectboxit-btn.bg-warning {
  background-color: #ff9149 !important;
}
.alert-warning {
  border-color: #ff9149 !important;
  background-color: #ffbc90 !important;
  color: #963b00 !important;
}
.alert-warning .alert-link {
  color: #6d2b00 !important;
}
.border-warning {
  border-color: #ff9149;
}
.overlay-warning {
  background: #ff9149;
  /* The Fallback */
  background: rgba(255, 145, 73, 0.8);
}
.color-info.warning {
  background-color: #ff9149 !important;
}
.btn-warning {
  border-color: #ff7216 !important;
  background-color: #ff9149 !important;
  color: #FFFFFF;
}
.btn-warning:hover {
  border-color: #ff8230 !important;
  background-color: #ffa063 !important;
  color: #FFF !important;
}
.btn-warning:focus, .btn-warning:active {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
  color: #FFF !important;
}
.btn-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
.btn-outline-warning {
  border-color: #ff9149;
  background-color: transparent;
  color: #ff9149;
}
.btn-outline-warning:hover {
  background-color: #ff9149;
  color: #FFF !important;
}
.btn-outline-warning.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 145, 73, 0.6);
}
input[type=checkbox].bg-warning + .custom-control-label:before, input[type=radio].bg-warning + .custom-control-label:before {
  background-color: #ff9149 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9149 !important;
}
.border-warning {
  border: 1px solid #ff9149 !important;
}
.border-top-warning {
  border-top: 1px solid #ff9149;
}
.border-bottom-warning {
  border-bottom: 1px solid #ff9149;
}
.border-left-warning {
  border-left: 1px solid #ff9149;
}
.border-right-warning {
  border-right: 1px solid #ff9149;
}
.warning.darken-1 {
  color: #ff8230 !important;
}
.bg-warning.bg-darken-1 {
  background-color: #ff8230 !important;
}
.bg-warning.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 130, 48, 0.6);
}
.btn-warning.btn-darken-1 {
  border-color: #ff7216 !important;
  background-color: #ff8230 !important;
}
.btn-warning.btn-darken-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-1 {
  border-color: #ff8230 !important;
  color: #ff8230 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #ff8230 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8230 !important;
}
.border-warning.border-darken-1 {
  border: 1px solid #ff8230 !important;
}
.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #ff8230 !important;
}
.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #ff8230 !important;
}
.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #ff8230 !important;
}
.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #ff8230 !important;
}
.overlay-warning.overlay-darken-1 {
  background: #ff8230;
  /* The Fallback */
  background: rgba(255, 130, 48, 0.8);
}
.warning.darken-2 {
  color: #ff7216 !important;
}
.bg-warning.bg-darken-2 {
  background-color: #ff7216 !important;
}
.bg-warning.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 114, 22, 0.6);
}
.btn-warning.btn-darken-2 {
  border-color: #ff7216 !important;
  background-color: #ff7216 !important;
}
.btn-warning.btn-darken-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-2 {
  border-color: #ff7216 !important;
  color: #ff7216 !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #ff7216 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7216 !important;
}
.border-warning.border-darken-2 {
  border: 1px solid #ff7216 !important;
}
.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #ff7216 !important;
}
.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #ff7216 !important;
}
.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #ff7216 !important;
}
.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #ff7216 !important;
}
.overlay-warning.overlay-darken-2 {
  background: #ff7216;
  /* The Fallback */
  background: rgba(255, 114, 22, 0.8);
}
.warning.darken-3 {
  color: #fc6300 !important;
}
.bg-warning.bg-darken-3 {
  background-color: #fc6300 !important;
}
.bg-warning.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 99, 0, 0.6);
}
.btn-warning.btn-darken-3 {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-3 {
  border-color: #fc6300 !important;
  color: #fc6300 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #fc6300 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc6300 !important;
}
.border-warning.border-darken-3 {
  border: 1px solid #fc6300 !important;
}
.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #fc6300 !important;
}
.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #fc6300 !important;
}
.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #fc6300 !important;
}
.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #fc6300 !important;
}
.overlay-warning.overlay-darken-3 {
  background: #fc6300;
  /* The Fallback */
  background: rgba(252, 99, 0, 0.8);
}
.warning.darken-4 {
  color: #e25900 !important;
}
.bg-warning.bg-darken-4 {
  background-color: #e25900 !important;
}
.bg-warning.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 89, 0, 0.6);
}
.btn-warning.btn-darken-4 {
  border-color: #ff7216 !important;
  background-color: #e25900 !important;
}
.btn-warning.btn-darken-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4 {
  border-color: #e25900 !important;
  color: #e25900 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #e25900 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e25900 !important;
}
.border-warning.border-darken-4 {
  border: 1px solid #e25900 !important;
}
.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #e25900 !important;
}
.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #e25900 !important;
}
.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #e25900 !important;
}
.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #e25900 !important;
}
.overlay-warning.overlay-darken-4 {
  background: #e25900;
  /* The Fallback */
  background: rgba(226, 89, 0, 0.8);
}
.warning.accent-1 {
  color: #fff5ef !important;
}
.bg-warning.bg-accent-1 {
  background-color: #fff5ef !important;
}
.bg-warning.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 245, 239, 0.6);
}
.btn-warning.btn-accent-1 {
  border-color: #ff7216 !important;
  background-color: #fff5ef !important;
}
.btn-warning.btn-accent-1:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fff5ef !important;
  color: #fff5ef !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #fff5ef !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff5ef !important;
}
.border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}
.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}
.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}
.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}
.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}
.overlay-warning.overlay-accent-1 {
  background: #fff5ef;
  /* The Fallback */
  background: rgba(255, 245, 239, 0.8);
}
.warning.accent-2 {
  color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}
.bg-warning.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 229, 216, 0.6);
}
.btn-warning.btn-accent-2 {
  border-color: #ff7216 !important;
  background-color: #ffe5d8 !important;
}
.btn-warning.btn-accent-2:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe5d8 !important;
}
.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}
.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}
.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}
.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}
.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}
.overlay-warning.overlay-accent-2 {
  background: #ffe5d8;
  /* The Fallback */
  background: rgba(255, 229, 216, 0.8);
}
.warning.accent-3 {
  color: #ffddd0 !important;
}
.bg-warning.bg-accent-3 {
  background-color: #ffddd0 !important;
}
.bg-warning.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 221, 208, 0.6);
}
.btn-warning.btn-accent-3 {
  border-color: #ff7216 !important;
  background-color: #ffddd0 !important;
}
.btn-warning.btn-accent-3:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-3 {
  border-color: #ffddd0 !important;
  color: #ffddd0 !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #ffddd0 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffddd0 !important;
}
.border-warning.border-accent-3 {
  border: 1px solid #ffddd0 !important;
}
.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #ffddd0 !important;
}
.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #ffddd0 !important;
}
.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #ffddd0 !important;
}
.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #ffddd0 !important;
}
.overlay-warning.overlay-accent-3 {
  background: #ffddd0;
  /* The Fallback */
  background: rgba(255, 221, 208, 0.8);
}
.warning.accent-4 {
  color: #ffcab7 !important;
}
.bg-warning.bg-accent-4 {
  background-color: #ffcab7 !important;
}
.bg-warning.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 202, 183, 0.6);
}
.btn-warning.btn-accent-4 {
  border-color: #ff7216 !important;
  background-color: #ffcab7 !important;
}
.btn-warning.btn-accent-4:hover {
  border-color: #ff7216 !important;
  background-color: #fc6300 !important;
}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
  border-color: #fc6300 !important;
  background-color: #e25900 !important;
}
.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffcab7 !important;
  color: #ffcab7 !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffcab7 !important;
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcab7 !important;
}
.border-warning.border-accent-4 {
  border: 1px solid #ffcab7 !important;
}
.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffcab7 !important;
}
.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffcab7 !important;
}
.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffcab7 !important;
}
.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffcab7 !important;
}
.overlay-warning.overlay-accent-4 {
  background: #ffcab7;
  /* The Fallback */
  background: rgba(255, 202, 183, 0.8);
}
.danger.lighten-5 {
  color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5 {
  background-color: #ffc9d0 !important;
}
.bg-danger.bg-lighten-5.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 201, 208, 0.6);
}
.btn-danger.btn-lighten-5 {
  border-color: #ff1635 !important;
  background-color: #ffc9d0 !important;
}
.btn-danger.btn-lighten-5:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #ffc9d0 !important;
  color: #ffc9d0 !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #ffc9d0 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc9d0 !important;
}
.border-danger.border-lighten-5 {
  border: 1px solid #ffc9d0 !important;
}
.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #ffc9d0 !important;
}
.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffc9d0 !important;
}
.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #ffc9d0 !important;
}
.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #ffc9d0 !important;
}
.overlay-danger.overlay-lighten-5 {
  background: #ffc9d0;
  /* The Fallback */
  background: rgba(255, 201, 208, 0.8);
}
.danger.lighten-4 {
  color: #ffafba !important;
}
.bg-danger.bg-lighten-4 {
  background-color: #ffafba !important;
}
.bg-danger.bg-lighten-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 175, 186, 0.6);
}
.btn-danger.btn-lighten-4 {
  border-color: #ff1635 !important;
  background-color: #ffafba !important;
}
.btn-danger.btn-lighten-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffafba !important;
  color: #ffafba !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffafba !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffafba !important;
}
.border-danger.border-lighten-4 {
  border: 1px solid #ffafba !important;
}
.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffafba !important;
}
.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffafba !important;
}
.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffafba !important;
}
.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffafba !important;
}
.overlay-danger.overlay-lighten-4 {
  background: #ffafba;
  /* The Fallback */
  background: rgba(255, 175, 186, 0.8);
}
.danger.lighten-3 {
  color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3 {
  background-color: #ff96a3 !important;
}
.bg-danger.bg-lighten-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 150, 163, 0.6);
}
.btn-danger.btn-lighten-3 {
  border-color: #ff1635 !important;
  background-color: #ff96a3 !important;
}
.btn-danger.btn-lighten-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ff96a3 !important;
  color: #ff96a3 !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ff96a3 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff96a3 !important;
}
.border-danger.border-lighten-3 {
  border: 1px solid #ff96a3 !important;
}
.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ff96a3 !important;
}
.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ff96a3 !important;
}
.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ff96a3 !important;
}
.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ff96a3 !important;
}
.overlay-danger.overlay-lighten-3 {
  background: #ff96a3;
  /* The Fallback */
  background: rgba(255, 150, 163, 0.8);
}
.danger.lighten-2 {
  color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2 {
  background-color: #ff7c8d !important;
}
.bg-danger.bg-lighten-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 124, 141, 0.6);
}
.btn-danger.btn-lighten-2 {
  border-color: #ff1635 !important;
  background-color: #ff7c8d !important;
}
.btn-danger.btn-lighten-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ff7c8d !important;
  color: #ff7c8d !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ff7c8d !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7c8d !important;
}
.border-danger.border-lighten-2 {
  border: 1px solid #ff7c8d !important;
}
.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff7c8d !important;
}
.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff7c8d !important;
}
.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff7c8d !important;
}
.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff7c8d !important;
}
.overlay-danger.overlay-lighten-2 {
  background: #ff7c8d;
  /* The Fallback */
  background: rgba(255, 124, 141, 0.8);
}
.danger.lighten-1 {
  color: #ff6377 !important;
}
.bg-danger.bg-lighten-1 {
  background-color: #ff6377 !important;
}
.bg-danger.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 99, 119, 0.6);
}
.btn-danger.btn-lighten-1 {
  border-color: #ff1635 !important;
  background-color: #ff6377 !important;
}
.btn-danger.btn-lighten-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff6377 !important;
  color: #ff6377 !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff6377 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6377 !important;
}
.border-danger.border-lighten-1 {
  border: 1px solid #ff6377 !important;
}
.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff6377 !important;
}
.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff6377 !important;
}
.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff6377 !important;
}
.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff6377 !important;
}
.overlay-danger.overlay-lighten-1 {
  background: #ff6377;
  /* The Fallback */
  background: rgba(255, 99, 119, 0.8);
}
.danger {
  color: #ff4961 !important;
}
.bg-danger {
  background-color: #ff4961 !important;
}
.bg-danger .card-header, .bg-danger .card-footer {
  background-color: transparent;
}
.bg-danger.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
.selectboxit.selectboxit-btn.bg-danger {
  background-color: #ff4961 !important;
}
.alert-danger {
  border-color: #ff4961 !important;
  background-color: #ff909f !important;
  color: #960014 !important;
}
.alert-danger .alert-link {
  color: #6d000e !important;
}
.border-danger {
  border-color: #ff4961;
}
.overlay-danger {
  background: #ff4961;
  /* The Fallback */
  background: rgba(255, 73, 97, 0.8);
}
.color-info.danger {
  background-color: #ff4961 !important;
}
.btn-danger {
  border-color: #ff1635 !important;
  background-color: #ff4961 !important;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: #ff304b !important;
  background-color: #ff6377 !important;
  color: #FFF !important;
}
.btn-danger:focus, .btn-danger:active {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
  color: #FFF !important;
}
.btn-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
.btn-outline-danger {
  border-color: #ff4961;
  background-color: transparent;
  color: #ff4961;
}
.btn-outline-danger:hover {
  background-color: #ff4961;
  color: #FFF !important;
}
.btn-outline-danger.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 73, 97, 0.6);
}
input[type=checkbox].bg-danger + .custom-control-label:before, input[type=radio].bg-danger + .custom-control-label:before {
  background-color: #ff4961 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4961 !important;
}
.border-danger {
  border: 1px solid #ff4961 !important;
}
.border-top-danger {
  border-top: 1px solid #ff4961;
}
.border-bottom-danger {
  border-bottom: 1px solid #ff4961;
}
.border-left-danger {
  border-left: 1px solid #ff4961;
}
.border-right-danger {
  border-right: 1px solid #ff4961;
}
.danger.darken-1 {
  color: #ff304b !important;
}
.bg-danger.bg-darken-1 {
  background-color: #ff304b !important;
}
.bg-danger.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 48, 75, 0.6);
}
.btn-danger.btn-darken-1 {
  border-color: #ff1635 !important;
  background-color: #ff304b !important;
}
.btn-danger.btn-darken-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff304b !important;
  color: #ff304b !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff304b !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff304b !important;
}
.border-danger.border-darken-1 {
  border: 1px solid #ff304b !important;
}
.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff304b !important;
}
.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff304b !important;
}
.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff304b !important;
}
.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff304b !important;
}
.overlay-danger.overlay-darken-1 {
  background: #ff304b;
  /* The Fallback */
  background: rgba(255, 48, 75, 0.8);
}
.danger.darken-2 {
  color: #ff1635 !important;
}
.bg-danger.bg-darken-2 {
  background-color: #ff1635 !important;
}
.bg-danger.bg-darken-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 22, 53, 0.6);
}
.btn-danger.btn-darken-2 {
  border-color: #ff1635 !important;
  background-color: #ff1635 !important;
}
.btn-danger.btn-darken-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff1635 !important;
  color: #ff1635 !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff1635 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1635 !important;
}
.border-danger.border-darken-2 {
  border: 1px solid #ff1635 !important;
}
.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff1635 !important;
}
.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff1635 !important;
}
.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff1635 !important;
}
.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff1635 !important;
}
.overlay-danger.overlay-darken-2 {
  background: #ff1635;
  /* The Fallback */
  background: rgba(255, 22, 53, 0.8);
}
.danger.darken-3 {
  color: #fc0021 !important;
}
.bg-danger.bg-darken-3 {
  background-color: #fc0021 !important;
}
.bg-danger.bg-darken-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(252, 0, 33, 0.6);
}
.btn-danger.btn-darken-3 {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-3 {
  border-color: #fc0021 !important;
  color: #fc0021 !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #fc0021 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc0021 !important;
}
.border-danger.border-darken-3 {
  border: 1px solid #fc0021 !important;
}
.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #fc0021 !important;
}
.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #fc0021 !important;
}
.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #fc0021 !important;
}
.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #fc0021 !important;
}
.overlay-danger.overlay-darken-3 {
  background: #fc0021;
  /* The Fallback */
  background: rgba(252, 0, 33, 0.8);
}
.danger.darken-4 {
  color: #e2001e !important;
}
.bg-danger.bg-darken-4 {
  background-color: #e2001e !important;
}
.bg-danger.bg-darken-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(226, 0, 30, 0.6);
}
.btn-danger.btn-darken-4 {
  border-color: #ff1635 !important;
  background-color: #e2001e !important;
}
.btn-danger.btn-darken-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4 {
  border-color: #e2001e !important;
  color: #e2001e !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #e2001e !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e2001e !important;
}
.border-danger.border-darken-4 {
  border: 1px solid #e2001e !important;
}
.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #e2001e !important;
}
.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #e2001e !important;
}
.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #e2001e !important;
}
.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #e2001e !important;
}
.overlay-danger.overlay-darken-4 {
  background: #e2001e;
  /* The Fallback */
  background: rgba(226, 0, 30, 0.8);
}
.danger.accent-1 {
  color: #ffeef1 !important;
}
.bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}
.bg-danger.bg-accent-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 238, 241, 0.6);
}
.btn-danger.btn-accent-1 {
  border-color: #ff1635 !important;
  background-color: #ffeef1 !important;
}
.btn-danger.btn-accent-1:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeef1 !important;
}
.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}
.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}
.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}
.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}
.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}
.overlay-danger.overlay-accent-1 {
  background: #ffeef1;
  /* The Fallback */
  background: rgba(255, 238, 241, 0.8);
}
.danger.accent-2 {
  color: #ffd6db !important;
}
.bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}
.bg-danger.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 214, 219, 0.6);
}
.btn-danger.btn-accent-2 {
  border-color: #ff1635 !important;
  background-color: #ffd6db !important;
}
.btn-danger.btn-accent-2:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd6db !important;
}
.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}
.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}
.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}
.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}
.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}
.overlay-danger.overlay-accent-2 {
  background: #ffd6db;
  /* The Fallback */
  background: rgba(255, 214, 219, 0.8);
}
.danger.accent-3 {
  color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3 {
  background-color: #ffd0d3 !important;
}
.bg-danger.bg-accent-3.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 208, 211, 0.6);
}
.btn-danger.btn-accent-3 {
  border-color: #ff1635 !important;
  background-color: #ffd0d3 !important;
}
.btn-danger.btn-accent-3:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffd0d3 !important;
  color: #ffd0d3 !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffd0d3 !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd0d3 !important;
}
.border-danger.border-accent-3 {
  border: 1px solid #ffd0d3 !important;
}
.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffd0d3 !important;
}
.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffd0d3 !important;
}
.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffd0d3 !important;
}
.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffd0d3 !important;
}
.overlay-danger.overlay-accent-3 {
  background: #ffd0d3;
  /* The Fallback */
  background: rgba(255, 208, 211, 0.8);
}
.danger.accent-4 {
  color: #ffb7bc !important;
}
.bg-danger.bg-accent-4 {
  background-color: #ffb7bc !important;
}
.bg-danger.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 183, 188, 0.6);
}
.btn-danger.btn-accent-4 {
  border-color: #ff1635 !important;
  background-color: #ffb7bc !important;
}
.btn-danger.btn-accent-4:hover {
  border-color: #ff1635 !important;
  background-color: #fc0021 !important;
}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
  border-color: #fc0021 !important;
  background-color: #e2001e !important;
}
.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffb7bc !important;
  color: #ffb7bc !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffb7bc !important;
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb7bc !important;
}
.border-danger.border-accent-4 {
  border: 1px solid #ffb7bc !important;
}
.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffb7bc !important;
}
.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffb7bc !important;
}
.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffb7bc !important;
}
.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffb7bc !important;
}
.overlay-danger.overlay-accent-4 {
  background: #ffb7bc;
  /* The Fallback */
  background: rgba(255, 183, 188, 0.8);
}
.light {
  color: #e0e0e0 !important;
}
.bg-light {
  background-color: #e0e0e0 !important;
}
.bg-light .card-header, .bg-light .card-footer {
  background-color: transparent;
}
.bg-light.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
.selectboxit.selectboxit-btn.bg-light {
  background-color: #e0e0e0 !important;
}
.alert-light {
  border-color: #e0e0e0 !important;
  background-color: white !important;
  color: #878787 !important;
}
.alert-light .alert-link {
  color: #727272 !important;
}
.border-light {
  border-color: #e0e0e0;
}
.overlay-light {
  background: #e0e0e0;
  /* The Fallback */
  background: rgba(224, 224, 224, 0.8);
}
.color-info.light {
  background-color: #e0e0e0 !important;
}
.btn-light {
  border-color: !important;
  background-color: #e0e0e0 !important;
  color: #FFFFFF;
}
.btn-light:hover {
  border-color: #9e9e9e !important;
  background-color: #bdbdbd !important;
  color: #FFF !important;
}
.btn-light:focus, .btn-light:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-light.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
.btn-outline-light {
  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: 0px 1px 20px 1px rgba(224, 224, 224, 0.6);
}
input[type=checkbox].bg-light + .custom-control-label:before, input[type=radio].bg-light + .custom-control-label:before {
  background-color: #e0e0e0 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0e0e0 !important;
}
.border-light {
  border: 1px solid #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;
}
.light.lighten-1 {
  color: #bdbdbd !important;
}
.bg-light.bg-lighten-1 {
  background-color: #bdbdbd !important;
}
.bg-light.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(189, 189, 189, 0.6);
}
.btn-light.btn-lighten-1 {
  border-color: !important;
  background-color: #bdbdbd !important;
}
.btn-light.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-lighten-1:focus, .btn-light.btn-lighten-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(189, 189, 189, 0.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: 0px 1px 20px 1px rgba(158, 158, 158, 0.6);
}
.btn-light.btn-darken-1 {
  border-color: !important;
  background-color: #9e9e9e !important;
}
.btn-light.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-light.btn-darken-1:focus, .btn-light.btn-darken-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(158, 158, 158, 0.8);
}
.dark {
  color: #424242 !important;
}
.bg-dark {
  background-color: #424242 !important;
}
.bg-dark .card-header, .bg-dark .card-footer {
  background-color: transparent;
}
.bg-dark.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
.selectboxit.selectboxit-btn.bg-dark {
  background-color: #424242 !important;
}
.alert-dark {
  border-color: #424242 !important;
  background-color: #666666 !important;
  color: black !important;
}
.alert-dark .alert-link {
  color: black !important;
}
.border-dark {
  border-color: #424242;
}
.overlay-dark {
  background: #424242;
  /* The Fallback */
  background: rgba(66, 66, 66, 0.8);
}
.color-info.dark {
  background-color: #424242 !important;
}
.btn-dark {
  border-color: !important;
  background-color: #424242 !important;
  color: #FFFFFF;
}
.btn-dark:hover {
  border-color: #212121 !important;
  background-color: #616161 !important;
  color: #FFF !important;
}
.btn-dark:focus, .btn-dark:active {
  border-color: !important;
  background-color: !important;
  color: #FFF !important;
}
.btn-dark.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
.btn-outline-dark {
  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: 0px 1px 20px 1px rgba(66, 66, 66, 0.6);
}
input[type=checkbox].bg-dark + .custom-control-label:before, input[type=radio].bg-dark + .custom-control-label:before {
  background-color: #424242 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important;
}
.border-dark {
  border: 1px solid #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;
}
.dark.lighten-1 {
  color: #616161 !important;
}
.bg-dark.bg-lighten-1 {
  background-color: #616161 !important;
}
.bg-dark.bg-lighten-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(97, 97, 97, 0.6);
}
.btn-dark.btn-lighten-1 {
  border-color: !important;
  background-color: #616161 !important;
}
.btn-dark.btn-lighten-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-lighten-1:focus, .btn-dark.btn-lighten-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(97, 97, 97, 0.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: 0px 1px 20px 1px rgba(33, 33, 33, 0.6);
}
.btn-dark.btn-darken-1 {
  border-color: !important;
  background-color: #212121 !important;
}
.btn-dark.btn-darken-1:hover {
  border-color: !important;
  background-color: !important;
}
.btn-dark.btn-darken-1:focus, .btn-dark.btn-darken-1:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(33, 33, 33, 0.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: 0px 1px 20px 1px rgba(255, 235, 238, 0.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:focus, .btn-red.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 235, 238, 0.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: 0px 1px 20px 1px rgba(255, 205, 210, 0.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:focus, .btn-red.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 205, 210, 0.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: 0px 1px 20px 1px rgba(239, 154, 154, 0.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:focus, .btn-red.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(239, 154, 154, 0.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: 0px 1px 20px 1px rgba(229, 115, 115, 0.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:focus, .btn-red.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(229, 115, 115, 0.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: 0px 1px 20px 1px rgba(239, 83, 80, 0.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:focus, .btn-red.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(239, 83, 80, 0.8);
}
.red {
  color: #f44336 !important;
}
.bg-red {
  background-color: #f44336 !important;
}
.bg-red .card-header, .bg-red .card-footer {
  background-color: transparent;
}
.bg-red.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
.selectboxit.selectboxit-btn.bg-red {
  background-color: #f44336 !important;
}
.alert-red {
  border-color: #f44336 !important;
  background-color: #f8827a !important;
  color: #710e06 !important;
}
.alert-red .alert-link {
  color: #4b0904 !important;
}
.border-red {
  border-color: #f44336;
}
.overlay-red {
  background: #f44336;
  /* The Fallback */
  background: rgba(244, 67, 54, 0.8);
}
.color-info.red {
  background-color: #f44336 !important;
}
.btn-red {
  border-color: #d32f2f !important;
  background-color: #f44336 !important;
  color: #FFFFFF;
}
.btn-red:hover {
  border-color: #e53935 !important;
  background-color: #ef5350 !important;
  color: #FFF !important;
}
.btn-red:focus, .btn-red:active {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
  color: #FFF !important;
}
.btn-red.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
.btn-outline-red {
  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: 0px 1px 20px 1px rgba(244, 67, 54, 0.6);
}
input[type=checkbox].bg-red + .custom-control-label:before, input[type=radio].bg-red + .custom-control-label:before {
  background-color: #f44336 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f44336 !important;
}
.border-red {
  border: 1px solid #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;
}
.red.darken-1 {
  color: #e53935 !important;
}
.bg-red.bg-darken-1 {
  background-color: #e53935 !important;
}
.bg-red.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(229, 57, 53, 0.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:focus, .btn-red.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(229, 57, 53, 0.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: 0px 1px 20px 1px rgba(211, 47, 47, 0.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:focus, .btn-red.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(211, 47, 47, 0.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: 0px 1px 20px 1px rgba(198, 40, 40, 0.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:focus, .btn-red.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(198, 40, 40, 0.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: 0px 1px 20px 1px rgba(183, 28, 28, 0.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:focus, .btn-red.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(183, 28, 28, 0.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: 0px 1px 20px 1px rgba(255, 138, 128, 0.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:focus, .btn-red.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 138, 128, 0.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: 0px 1px 20px 1px rgba(255, 82, 82, 0.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:focus, .btn-red.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 82, 82, 0.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: 0px 1px 20px 1px rgba(255, 23, 68, 0.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:focus, .btn-red.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 23, 68, 0.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: 0px 1px 20px 1px rgba(213, 0, 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:focus, .btn-red.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(213, 0, 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: 0px 1px 20px 1px rgba(252, 228, 236, 0.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:focus, .btn-pink.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(252, 228, 236, 0.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: 0px 1px 20px 1px rgba(248, 187, 208, 0.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:focus, .btn-pink.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(248, 187, 208, 0.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: 0px 1px 20px 1px rgba(244, 143, 177, 0.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:focus, .btn-pink.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(244, 143, 177, 0.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: 0px 1px 20px 1px rgba(240, 98, 146, 0.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:focus, .btn-pink.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(240, 98, 146, 0.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: 0px 1px 20px 1px rgba(236, 64, 122, 0.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:focus, .btn-pink.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 64, 122, 0.8);
}
.pink {
  color: #e91e63 !important;
}
.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink .card-header, .bg-pink .card-footer {
  background-color: transparent;
}
.bg-pink.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
.selectboxit.selectboxit-btn.bg-pink {
  background-color: #e91e63 !important;
}
.alert-pink {
  border-color: #e91e63 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important;
}
.alert-pink .alert-link {
  color: #280410 !important;
}
.border-pink {
  border-color: #e91e63;
}
.overlay-pink {
  background: #e91e63;
  /* The Fallback */
  background: rgba(233, 30, 99, 0.8);
}
.color-info.pink {
  background-color: #e91e63 !important;
}
.btn-pink {
  border-color: #c2185b !important;
  background-color: #e91e63 !important;
  color: #FFFFFF;
}
.btn-pink:hover {
  border-color: #d81b60 !important;
  background-color: #ec407a !important;
  color: #FFF !important;
}
.btn-pink:focus, .btn-pink:active {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
  color: #FFF !important;
}
.btn-pink.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
.btn-outline-pink {
  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: 0px 1px 20px 1px rgba(233, 30, 99, 0.6);
}
input[type=checkbox].bg-pink + .custom-control-label:before, input[type=radio].bg-pink + .custom-control-label:before {
  background-color: #e91e63 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e91e63 !important;
}
.border-pink {
  border: 1px solid #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;
}
.pink.darken-1 {
  color: #d81b60 !important;
}
.bg-pink.bg-darken-1 {
  background-color: #d81b60 !important;
}
.bg-pink.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(216, 27, 96, 0.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:focus, .btn-pink.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(216, 27, 96, 0.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: 0px 1px 20px 1px rgba(194, 24, 91, 0.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:focus, .btn-pink.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(194, 24, 91, 0.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: 0px 1px 20px 1px rgba(173, 20, 87, 0.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:focus, .btn-pink.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(173, 20, 87, 0.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: 0px 1px 20px 1px rgba(136, 14, 79, 0.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:focus, .btn-pink.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(136, 14, 79, 0.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: 0px 1px 20px 1px rgba(255, 128, 171, 0.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:focus, .btn-pink.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 128, 171, 0.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: 0px 1px 20px 1px rgba(255, 64, 129, 0.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:focus, .btn-pink.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 64, 129, 0.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: 0px 1px 20px 1px rgba(245, 0, 87, 0.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:focus, .btn-pink.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(245, 0, 87, 0.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: 0px 1px 20px 1px rgba(197, 17, 98, 0.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:focus, .btn-pink.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(197, 17, 98, 0.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: 0px 1px 20px 1px rgba(243, 229, 245, 0.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:focus, .btn-purple.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(243, 229, 245, 0.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: 0px 1px 20px 1px rgba(225, 190, 231, 0.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:focus, .btn-purple.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(225, 190, 231, 0.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: 0px 1px 20px 1px rgba(206, 147, 216, 0.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:focus, .btn-purple.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(206, 147, 216, 0.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: 0px 1px 20px 1px rgba(186, 104, 200, 0.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:focus, .btn-purple.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(186, 104, 200, 0.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: 0px 1px 20px 1px rgba(171, 71, 188, 0.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:focus, .btn-purple.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(171, 71, 188, 0.8);
}
.purple {
  color: #9c27b0 !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple .card-header, .bg-purple .card-footer {
  background-color: transparent;
}
.bg-purple.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
.selectboxit.selectboxit-btn.bg-purple {
  background-color: #9c27b0 !important;
}
.alert-purple {
  border-color: #9c27b0 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important;
}
.alert-purple .alert-link {
  color: black !important;
}
.border-purple {
  border-color: #9c27b0;
}
.overlay-purple {
  background: #9c27b0;
  /* The Fallback */
  background: rgba(156, 39, 176, 0.8);
}
.color-info.purple {
  background-color: #9c27b0 !important;
}
.btn-purple {
  border-color: #7b1fa2 !important;
  background-color: #9c27b0 !important;
  color: #FFFFFF;
}
.btn-purple:hover {
  border-color: #8e24aa !important;
  background-color: #ab47bc !important;
  color: #FFF !important;
}
.btn-purple:focus, .btn-purple:active {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
  color: #FFF !important;
}
.btn-purple.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
.btn-outline-purple {
  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: 0px 1px 20px 1px rgba(156, 39, 176, 0.6);
}
input[type=checkbox].bg-purple + .custom-control-label:before, input[type=radio].bg-purple + .custom-control-label:before {
  background-color: #9c27b0 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9c27b0 !important;
}
.border-purple {
  border: 1px solid #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;
}
.purple.darken-1 {
  color: #8e24aa !important;
}
.bg-purple.bg-darken-1 {
  background-color: #8e24aa !important;
}
.bg-purple.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(142, 36, 170, 0.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:focus, .btn-purple.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(142, 36, 170, 0.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: 0px 1px 20px 1px rgba(123, 31, 162, 0.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:focus, .btn-purple.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(123, 31, 162, 0.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: 0px 1px 20px 1px rgba(106, 27, 154, 0.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:focus, .btn-purple.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(106, 27, 154, 0.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: 0px 1px 20px 1px rgba(74, 20, 140, 0.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:focus, .btn-purple.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(74, 20, 140, 0.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: 0px 1px 20px 1px rgba(234, 128, 252, 0.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:focus, .btn-purple.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(234, 128, 252, 0.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: 0px 1px 20px 1px rgba(224, 64, 251, 0.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:focus, .btn-purple.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 64, 251, 0.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: 0px 1px 20px 1px rgba(213, 0, 249, 0.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:focus, .btn-purple.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(213, 0, 249, 0.8);
}
.purple.accent-4 {
  color: #dd00ff !important;
}
.bg-purple.bg-accent-4 {
  background-color: #dd00ff !important;
}
.bg-purple.bg-accent-4.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(221, 0, 255, 0.6);
}
.btn-purple.btn-accent-4 {
  border-color: #7b1fa2 !important;
  background-color: #dd00ff !important;
}
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-4 {
  border-color: #dd00ff !important;
  color: #dd00ff !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #dd00ff !important;
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd00ff !important;
}
.border-purple.border-accent-4 {
  border: 1px solid #dd00ff !important;
}
.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #dd00ff !important;
}
.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #dd00ff !important;
}
.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #dd00ff !important;
}
.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #dd00ff !important;
}
.overlay-purple.overlay-accent-4 {
  background: #dd00ff;
  /* The Fallback */
  background: rgba(221, 0, 255, 0.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: 0px 1px 20px 1px rgba(227, 242, 253, 0.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:focus, .btn-blue.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(227, 242, 253, 0.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: 0px 1px 20px 1px rgba(187, 222, 251, 0.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:focus, .btn-blue.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(187, 222, 251, 0.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: 0px 1px 20px 1px rgba(144, 202, 249, 0.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:focus, .btn-blue.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(144, 202, 249, 0.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: 0px 1px 20px 1px rgba(100, 181, 246, 0.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:focus, .btn-blue.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 181, 246, 0.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: 0px 1px 20px 1px rgba(66, 165, 245, 0.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:focus, .btn-blue.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(66, 165, 245, 0.8);
}
.blue {
  color: #2196f3 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-blue .card-header, .bg-blue .card-footer {
  background-color: transparent;
}
.bg-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
.selectboxit.selectboxit-btn.bg-blue {
  background-color: #2196f3 !important;
}
.alert-blue {
  border-color: #2196f3 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important;
}
.alert-blue .alert-link {
  color: #031f36 !important;
}
.border-blue {
  border-color: #2196f3;
}
.overlay-blue {
  background: #2196f3;
  /* The Fallback */
  background: rgba(33, 150, 243, 0.8);
}
.color-info.blue {
  background-color: #2196f3 !important;
}
.btn-blue {
  border-color: #1976d2 !important;
  background-color: #2196f3 !important;
  color: #FFFFFF;
}
.btn-blue:hover {
  border-color: #1e88e5 !important;
  background-color: #42a5f5 !important;
  color: #FFF !important;
}
.btn-blue:focus, .btn-blue:active {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
  color: #FFF !important;
}
.btn-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
.btn-outline-blue {
  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: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}
input[type=checkbox].bg-blue + .custom-control-label:before, input[type=radio].bg-blue + .custom-control-label:before {
  background-color: #2196f3 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196f3 !important;
}
.border-blue {
  border: 1px solid #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;
}
.blue.darken-1 {
  color: #1e88e5 !important;
}
.bg-blue.bg-darken-1 {
  background-color: #1e88e5 !important;
}
.bg-blue.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(30, 136, 229, 0.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:focus, .btn-blue.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(30, 136, 229, 0.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: 0px 1px 20px 1px rgba(25, 118, 210, 0.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:focus, .btn-blue.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(25, 118, 210, 0.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: 0px 1px 20px 1px rgba(21, 101, 192, 0.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:focus, .btn-blue.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(21, 101, 192, 0.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: 0px 1px 20px 1px rgba(13, 71, 161, 0.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:focus, .btn-blue.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(13, 71, 161, 0.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: 0px 1px 20px 1px rgba(130, 177, 255, 0.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:focus, .btn-blue.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(130, 177, 255, 0.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: 0px 1px 20px 1px rgba(68, 138, 255, 0.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:focus, .btn-blue.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(68, 138, 255, 0.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: 0px 1px 20px 1px rgba(41, 121, 255, 0.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:focus, .btn-blue.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(41, 121, 255, 0.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: 0px 1px 20px 1px rgba(41, 98, 255, 0.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:focus, .btn-blue.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(41, 98, 255, 0.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: 0px 1px 20px 1px rgba(224, 247, 250, 0.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:focus, .btn-cyan.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 247, 250, 0.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: 0px 1px 20px 1px rgba(178, 235, 242, 0.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:focus, .btn-cyan.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(178, 235, 242, 0.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: 0px 1px 20px 1px rgba(128, 222, 234, 0.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:focus, .btn-cyan.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(128, 222, 234, 0.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: 0px 1px 20px 1px rgba(77, 208, 225, 0.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:focus, .btn-cyan.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(77, 208, 225, 0.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: 0px 1px 20px 1px rgba(38, 198, 218, 0.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:focus, .btn-cyan.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 198, 218, 0.8);
}
.cyan {
  color: #00bcd4 !important;
}
.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan .card-header, .bg-cyan .card-footer {
  background-color: transparent;
}
.bg-cyan.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
.selectboxit.selectboxit-btn.bg-cyan {
  background-color: #00bcd4 !important;
}
.alert-cyan {
  border-color: #00bcd4 !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important;
}
.alert-cyan .alert-link {
  color: black !important;
}
.border-cyan {
  border-color: #00bcd4;
}
.overlay-cyan {
  background: #00bcd4;
  /* The Fallback */
  background: rgba(0, 188, 212, 0.8);
}
.color-info.cyan {
  background-color: #00bcd4 !important;
}
.btn-cyan {
  border-color: #0097a7 !important;
  background-color: #00bcd4 !important;
  color: #FFFFFF;
}
.btn-cyan:hover {
  border-color: #00acc1 !important;
  background-color: #26c6da !important;
  color: #FFF !important;
}
.btn-cyan:focus, .btn-cyan:active {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
  color: #FFF !important;
}
.btn-cyan.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
.btn-outline-cyan {
  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: 0px 1px 20px 1px rgba(0, 188, 212, 0.6);
}
input[type=checkbox].bg-cyan + .custom-control-label:before, input[type=radio].bg-cyan + .custom-control-label:before {
  background-color: #00bcd4 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bcd4 !important;
}
.border-cyan {
  border: 1px solid #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;
}
.cyan.darken-1 {
  color: #00acc1 !important;
}
.bg-cyan.bg-darken-1 {
  background-color: #00acc1 !important;
}
.bg-cyan.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 172, 193, 0.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:focus, .btn-cyan.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 172, 193, 0.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: 0px 1px 20px 1px rgba(0, 151, 167, 0.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:focus, .btn-cyan.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 151, 167, 0.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: 0px 1px 20px 1px rgba(0, 131, 143, 0.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:focus, .btn-cyan.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 131, 143, 0.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: 0px 1px 20px 1px rgba(0, 96, 100, 0.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:focus, .btn-cyan.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 96, 100, 0.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: 0px 1px 20px 1px rgba(132, 255, 255, 0.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:focus, .btn-cyan.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(132, 255, 255, 0.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: 0px 1px 20px 1px rgba(24, 255, 255, 0.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:focus, .btn-cyan.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(24, 255, 255, 0.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: 0px 1px 20px 1px rgba(0, 229, 255, 0.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:focus, .btn-cyan.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 229, 255, 0.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: 0px 1px 20px 1px rgba(0, 184, 212, 0.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:focus, .btn-cyan.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 184, 212, 0.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: 0px 1px 20px 1px rgba(224, 242, 241, 0.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:focus, .btn-teal.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(224, 242, 241, 0.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: 0px 1px 20px 1px rgba(178, 223, 219, 0.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:focus, .btn-teal.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(178, 223, 219, 0.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: 0px 1px 20px 1px rgba(128, 203, 196, 0.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:focus, .btn-teal.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(128, 203, 196, 0.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: 0px 1px 20px 1px rgba(77, 182, 172, 0.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:focus, .btn-teal.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(77, 182, 172, 0.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: 0px 1px 20px 1px rgba(38, 166, 154, 0.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:focus, .btn-teal.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 166, 154, 0.8);
}
.teal {
  color: #009688 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-teal .card-header, .bg-teal .card-footer {
  background-color: transparent;
}
.bg-teal.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
.selectboxit.selectboxit-btn.bg-teal {
  background-color: #009688 !important;
}
.alert-teal {
  border-color: #009688 !important;
  background-color: #00ddc9 !important;
  color: black !important;
}
.alert-teal .alert-link {
  color: black !important;
}
.border-teal {
  border-color: #009688;
}
.overlay-teal {
  background: #009688;
  /* The Fallback */
  background: rgba(0, 150, 136, 0.8);
}
.color-info.teal {
  background-color: #009688 !important;
}
.btn-teal {
  border-color: #00796b !important;
  background-color: #009688 !important;
  color: #FFFFFF;
}
.btn-teal:hover {
  border-color: #00897b !important;
  background-color: #26a69a !important;
  color: #FFF !important;
}
.btn-teal:focus, .btn-teal:active {
  border-color: #00796b !important;
  background-color: #00695c !important;
  color: #FFF !important;
}
.btn-teal.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
.btn-outline-teal {
  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: 0px 1px 20px 1px rgba(0, 150, 136, 0.6);
}
input[type=checkbox].bg-teal + .custom-control-label:before, input[type=radio].bg-teal + .custom-control-label:before {
  background-color: #009688 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}
.border-teal {
  border: 1px solid #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;
}
.teal.darken-1 {
  color: #00897b !important;
}
.bg-teal.bg-darken-1 {
  background-color: #00897b !important;
}
.bg-teal.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 137, 123, 0.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:focus, .btn-teal.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 137, 123, 0.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: 0px 1px 20px 1px rgba(0, 121, 107, 0.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:focus, .btn-teal.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 121, 107, 0.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: 0px 1px 20px 1px rgba(0, 105, 92, 0.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:focus, .btn-teal.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 105, 92, 0.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: 0px 1px 20px 1px rgba(0, 77, 64, 0.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:focus, .btn-teal.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 77, 64, 0.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: 0px 1px 20px 1px rgba(167, 255, 235, 0.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:focus, .btn-teal.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(167, 255, 235, 0.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: 0px 1px 20px 1px rgba(100, 255, 218, 0.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:focus, .btn-teal.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(100, 255, 218, 0.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: 0px 1px 20px 1px rgba(29, 233, 182, 0.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:focus, .btn-teal.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(29, 233, 182, 0.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: 0px 1px 20px 1px rgba(0, 191, 165, 0.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:focus, .btn-teal.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(0, 191, 165, 0.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: 0px 1px 20px 1px rgba(255, 253, 231, 0.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:focus, .btn-yellow.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 253, 231, 0.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: 0px 1px 20px 1px rgba(255, 249, 196, 0.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:focus, .btn-yellow.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 249, 196, 0.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: 0px 1px 20px 1px rgba(255, 245, 157, 0.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:focus, .btn-yellow.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 245, 157, 0.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: 0px 1px 20px 1px rgba(255, 241, 118, 0.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:focus, .btn-yellow.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 241, 118, 0.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: 0px 1px 20px 1px rgba(255, 238, 88, 0.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:focus, .btn-yellow.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 238, 88, 0.8);
}
.yellow {
  color: #ffeb3b !important;
}
.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow .card-header, .bg-yellow .card-footer {
  background-color: transparent;
}
.bg-yellow.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
.selectboxit.selectboxit-btn.bg-yellow {
  background-color: #ffeb3b !important;
}
.alert-yellow {
  border-color: #ffeb3b !important;
  background-color: #fff282 !important;
  color: #887a00 !important;
}
.alert-yellow .alert-link {
  color: #5f5500 !important;
}
.border-yellow {
  border-color: #ffeb3b;
}
.overlay-yellow {
  background: #ffeb3b;
  /* The Fallback */
  background: rgba(255, 235, 59, 0.8);
}
.color-info.yellow {
  background-color: #ffeb3b !important;
}
.btn-yellow {
  border-color: #fbc02d !important;
  background-color: #ffeb3b !important;
  color: #FFFFFF;
}
.btn-yellow:hover {
  border-color: #fdd835 !important;
  background-color: #ffee58 !important;
  color: #FFF !important;
}
.btn-yellow:focus, .btn-yellow:active {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
  color: #FFF !important;
}
.btn-yellow.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
.btn-outline-yellow {
  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: 0px 1px 20px 1px rgba(255, 235, 59, 0.6);
}
input[type=checkbox].bg-yellow + .custom-control-label:before, input[type=radio].bg-yellow + .custom-control-label:before {
  background-color: #ffeb3b !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeb3b !important;
}
.border-yellow {
  border: 1px solid #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;
}
.yellow.darken-1 {
  color: #fdd835 !important;
}
.bg-yellow.bg-darken-1 {
  background-color: #fdd835 !important;
}
.bg-yellow.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(253, 216, 53, 0.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:focus, .btn-yellow.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(253, 216, 53, 0.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: 0px 1px 20px 1px rgba(251, 192, 45, 0.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:focus, .btn-yellow.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(251, 192, 45, 0.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: 0px 1px 20px 1px rgba(249, 168, 37, 0.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:focus, .btn-yellow.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(249, 168, 37, 0.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: 0px 1px 20px 1px rgba(245, 127, 23, 0.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:focus, .btn-yellow.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(245, 127, 23, 0.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: 0px 1px 20px 1px rgba(255, 255, 141, 0.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:focus, .btn-yellow.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 255, 141, 0.8);
}
.yellow.accent-2 {
  color: #ffff00 !important;
}
.bg-yellow.bg-accent-2 {
  background-color: #ffff00 !important;
}
.bg-yellow.bg-accent-2.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 0, 0.6);
}
.btn-yellow.btn-accent-2 {
  border-color: #fbc02d !important;
  background-color: #ffff00 !important;
}
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ffff00 !important;
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff00 !important;
}
.border-yellow.border-accent-2 {
  border: 1px solid #ffff00 !important;
}
.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ffff00 !important;
}
.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ffff00 !important;
}
.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ffff00 !important;
}
.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ffff00 !important;
}
.overlay-yellow.overlay-accent-2 {
  background: #ffff00;
  /* The Fallback */
  background: rgba(255, 255, 0, 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: 0px 1px 20px 1px rgba(255, 234, 0, 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:focus, .btn-yellow.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 234, 0, 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: 0px 1px 20px 1px rgba(255, 214, 0, 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:focus, .btn-yellow.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 214, 0, 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: 0px 1px 20px 1px rgba(255, 248, 225, 0.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:focus, .btn-amber.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 248, 225, 0.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: 0px 1px 20px 1px rgba(255, 236, 179, 0.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:focus, .btn-amber.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 236, 179, 0.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: 0px 1px 20px 1px rgba(255, 224, 130, 0.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:focus, .btn-amber.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 224, 130, 0.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: 0px 1px 20px 1px rgba(255, 213, 79, 0.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:focus, .btn-amber.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 213, 79, 0.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: 0px 1px 20px 1px rgba(255, 202, 40, 0.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:focus, .btn-amber.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 202, 40, 0.8);
}
.amber {
  color: #ffc107 !important;
}
.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber .card-header, .bg-amber .card-footer {
  background-color: transparent;
}
.bg-amber.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
.selectboxit.selectboxit-btn.bg-amber {
  background-color: #ffc107 !important;
}
.alert-amber {
  border-color: #ffc107 !important;
  background-color: #ffd34e !important;
  color: #543f00 !important;
}
.alert-amber .alert-link {
  color: #2b2000 !important;
}
.border-amber {
  border-color: #ffc107;
}
.overlay-amber {
  background: #ffc107;
  /* The Fallback */
  background: rgba(255, 193, 7, 0.8);
}
.color-info.amber {
  background-color: #ffc107 !important;
}
.btn-amber {
  border-color: #ffa000 !important;
  background-color: #ffc107 !important;
  color: #FFFFFF;
}
.btn-amber:hover {
  border-color: #ffb300 !important;
  background-color: #ffca28 !important;
  color: #FFF !important;
}
.btn-amber:focus, .btn-amber:active {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
  color: #FFF !important;
}
.btn-amber.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
.btn-outline-amber {
  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: 0px 1px 20px 1px rgba(255, 193, 7, 0.6);
}
input[type=checkbox].bg-amber + .custom-control-label:before, input[type=radio].bg-amber + .custom-control-label:before {
  background-color: #ffc107 !important;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}
.border-amber {
  border: 1px solid #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;
}
.amber.darken-1 {
  color: #ffb300 !important;
}
.bg-amber.bg-darken-1 {
  background-color: #ffb300 !important;
}
.bg-amber.bg-darken-1.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 179, 0, 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:focus, .btn-amber.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 179, 0, 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: 0px 1px 20px 1px rgba(255, 160, 0, 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:focus, .btn-amber.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 160, 0, 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: 0px 1px 20px 1px rgba(255, 143, 0, 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:focus, .btn-amber.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 143, 0, 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: 0px 1px 20px 1px rgba(255, 111, 0, 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:focus, .btn-amber.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 111, 0, 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: 0px 1px 20px 1px rgba(255, 229, 127, 0.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:focus, .btn-amber.btn-accent-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 229, 127, 0.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: 0px 1px 20px 1px rgba(255, 215, 64, 0.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:focus, .btn-amber.btn-accent-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 215, 64, 0.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: 0px 1px 20px 1px rgba(255, 196, 0, 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:focus, .btn-amber.btn-accent-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 196, 0, 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: 0px 1px 20px 1px rgba(255, 171, 0, 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:focus, .btn-amber.btn-accent-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(255, 171, 0, 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: 0px 1px 20px 1px rgba(236, 239, 241, 0.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:focus, .btn-blue-grey.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.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: 0px 1px 20px 1px rgba(207, 216, 220, 0.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:focus, .btn-blue-grey.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.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: 0px 1px 20px 1px rgba(176, 190, 197, 0.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:focus, .btn-blue-grey.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.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: 0px 1px 20px 1px rgba(144, 164, 174, 0.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:focus, .btn-blue-grey.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(144, 164, 174, 0.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: 0px 1px 20px 1px rgba(120, 144, 156, 0.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:focus, .btn-blue-grey.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.blue-grey {
  color: #607d8b !important;
}
.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey .card-header, .bg-blue-grey .card-footer {
  background-color: transparent;
}
.bg-blue-grey.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}
.selectboxit.selectboxit-btn.bg-blue-grey {
  background-color: #607d8b !important;
}
.alert-blue-grey {
  border-color: #607d8b !important;
  background-color: #87a0ac !important;
  color: #171e21 !important;
}
.alert-blue-grey .alert-link {
  color: #060809 !important;
}
.border-blue-grey {
  border-color: #607d8b;
}
.overlay-blue-grey {
  background: #607d8b;
  /* The Fallback */
  background: rgba(96, 125, 139, 0.8);
}
.color-info.blue-grey {
  background-color: #607d8b !important;
}
.btn-blue-grey {
  border-color: #455a64 !important;
  background-color: #607d8b !important;
  color: #FFFFFF;
}
.btn-blue-grey:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-blue-grey:focus, .btn-blue-grey:active {
  border-color: #455a64 !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-blue-grey.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(96, 125, 139, 0.6);
}
.btn-outline-blue-grey {
  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: 0px 1px 20px 1px rgba(96, 125, 139, 0.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;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607d8b !important;
}
.border-blue-grey {
  border: 1px solid #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;
}
.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: 0px 1px 20px 1px rgba(84, 110, 122, 0.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:focus, .btn-blue-grey.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.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: 0px 1px 20px 1px rgba(69, 90, 100, 0.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:focus, .btn-blue-grey.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(69, 90, 100, 0.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: 0px 1px 20px 1px rgba(55, 71, 79, 0.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:focus, .btn-blue-grey.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.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: 0px 1px 20px 1px rgba(38, 50, 56, 0.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:focus, .btn-blue-grey.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.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: 0px 1px 20px 1px rgba(236, 239, 241, 0.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:focus, .btn-grey-blue.btn-lighten-5:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.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: 0px 1px 20px 1px rgba(207, 216, 220, 0.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:focus, .btn-grey-blue.btn-lighten-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.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: 0px 1px 20px 1px rgba(176, 190, 197, 0.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:focus, .btn-grey-blue.btn-lighten-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.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: 0px 1px 20px 1px rgba(111, 133, 173, 0.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:focus, .btn-grey-blue.btn-lighten-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(111, 133, 173, 0.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: 0px 1px 20px 1px rgba(120, 144, 156, 0.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:focus, .btn-grey-blue.btn-lighten-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.grey-blue {
  color: #1b2942 !important;
}
.bg-grey-blue {
  background-color: #1b2942 !important;
}
.bg-grey-blue .card-header, .bg-grey-blue .card-footer {
  background-color: transparent;
}
.bg-grey-blue.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}
.selectboxit.selectboxit-btn.bg-grey-blue {
  background-color: #1b2942 !important;
}
.alert-grey-blue {
  border-color: #1b2942 !important;
  background-color: #304875 !important;
  color: black !important;
}
.alert-grey-blue .alert-link {
  color: black !important;
}
.border-grey-blue {
  border-color: #1b2942;
}
.overlay-grey-blue {
  background: #1b2942;
  /* The Fallback */
  background: rgba(27, 41, 66, 0.8);
}
.color-info.grey-blue {
  background-color: #1b2942 !important;
}
.btn-grey-blue {
  border-color: #2c303b !important;
  background-color: #1b2942 !important;
  color: #FFFFFF;
}
.btn-grey-blue:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #FFF !important;
}
.btn-grey-blue:focus, .btn-grey-blue:active {
  border-color: #2c303b !important;
  background-color: #37474f !important;
  color: #FFF !important;
}
.btn-grey-blue.btn-glow {
  box-shadow: 0px 1px 20px 1px rgba(27, 41, 66, 0.6);
}
.btn-outline-grey-blue {
  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: 0px 1px 20px 1px rgba(27, 41, 66, 0.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;
}
/* .custom-control-label{
  &:before{
    background-color: #ddd !important;
  }
} */
input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b2942 !important;
}
.border-grey-blue {
  border: 1px solid #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;
}
.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: 0px 1px 20px 1px rgba(84, 110, 122, 0.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:focus, .btn-grey-blue.btn-darken-1:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.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: 0px 1px 20px 1px rgba(44, 48, 59, 0.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:focus, .btn-grey-blue.btn-darken-2:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(44, 48, 59, 0.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: 0px 1px 20px 1px rgba(55, 71, 79, 0.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:focus, .btn-grey-blue.btn-darken-3:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.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: 0px 1px 20px 1px rgba(38, 50, 56, 0.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:focus, .btn-grey-blue.btn-darken-4:active {
  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 0.075rem #fff, 0 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;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}
.shades.black {
  color: #000000 !important;
}
.bg-shades.bg-black {
  background-color: #000000 !important;
}
.bg-shades.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important;
}
.btn-shades.btn-black:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-black:focus, .btn-shades.btn-black:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-outline-shades.btn-outline-black:hover {
  background-color: #000000 !important;
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.border-shades.border-black {
  border: 1px solid #000000 !important;
}
.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important;
}
.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important;
}
.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important;
}
.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important;
}
.overlay-shades.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.shades.white {
  color: #ffffff !important;
}
.bg-shades.bg-white {
  background-color: #ffffff !important;
}
.bg-shades.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
.btn-shades.btn-white {
  border-color: !important;
  background-color: #ffffff !important;
}
.btn-shades.btn-white:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-white:focus, .btn-shades.btn-white:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-shades.btn-outline-white:hover {
  background-color: #ffffff !important;
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}
.border-shades.border-white {
  border: 1px solid #ffffff !important;
}
.border-top-shades.border-top-white {
  border-top: 1px solid #ffffff !important;
}
.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}
.border-left-shades.border-left-white {
  border-left: 1px solid #ffffff !important;
}
.border-right-shades.border-right-white {
  border-right: 1px solid #ffffff !important;
}
.overlay-shades.overlay-white {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.shades.transparent {
  color: transparent !important;
}
.bg-shades.bg-transparent {
  background-color: transparent !important;
}
.bg-shades.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important;
}
.btn-shades.btn-transparent:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
  border-color: !important;
  background-color: !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 0.075rem #fff, 0 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: transparent;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
.bg-black.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}
.border-black {
  border: 1px solid #000000;
}
.border-top-black {
  border-top: 1px solid #000000;
}
.border-bottom-black {
  border-bottom: 1px solid #000000;
}
.border-left-black {
  border-left: 1px solid #000000;
}
.border-right-black {
  border-right: 1px solid #000000;
}
.white {
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(255, 255, 255, 0.6);
}
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-top-white {
  border-top: 1px solid #ffffff;
}
.border-bottom-white {
  border-bottom: 1px solid #ffffff;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.transparent {
  color: transparent;
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent.bg-glow {
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.6);
}
input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 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 .card-header,
.bg-gradient-x-white .card-footer,
.bg-gradient-y-white .card-header,
.bg-gradient-y-white .card-footer,
.bg-gradient-directional-white .card-header,
.bg-gradient-directional-white .card-footer,
.bg-gradient-radial-white .card-header,
.bg-gradient-radial-white .card-footer,
.bg-gradient-striped-white .card-header,
.bg-gradient-striped-white .card-footer,
.bg-gradient-x2-white .card-header,
.bg-gradient-x2-white .card-footer,
.bg-gradient-y2-white .card-header,
.bg-gradient-y2-white .card-footer {
  background-color: transparent;
}
.bg-gradient-x-black .card-header,
.bg-gradient-x-black .card-footer,
.bg-gradient-y-black .card-header,
.bg-gradient-y-black .card-footer,
.bg-gradient-directional-black .card-header,
.bg-gradient-directional-black .card-footer,
.bg-gradient-radial-black .card-header,
.bg-gradient-radial-black .card-footer,
.bg-gradient-striped-black .card-header,
.bg-gradient-striped-black .card-footer,
.bg-gradient-x2-black .card-header,
.bg-gradient-x2-black .card-footer,
.bg-gradient-y2-black .card-header,
.bg-gradient-y2-black .card-footer {
  background-color: transparent;
}
.bg-gradient-x-primary {
  background-image: linear-gradient(to right, #3a44e1 0%, #9298ef 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-primary {
  background-image: linear-gradient(to bottom, #3a44e1 0%, #9298ef 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-primary {
  background-image: linear-gradient(45deg, #3a44e1, #9298ef);
  background-repeat: repeat-x;
}
.bg-gradient-x2-primary {
  background-image: linear-gradient(to right, #9298ef, #666ee8 50%, #a9adf2);
  background-repeat: no-repeat;
}
.bg-gradient-y2-primary {
  background-image: linear-gradient(#9298ef, #666ee8 50%, #a9adf2);
  background-repeat: no-repeat;
}
.bg-gradient-radial-primary {
  background-image: radial-gradient(circle, #3a44e1, #9298ef);
  background-repeat: no-repeat;
}
.bg-gradient-striped-primary {
  background-image: linear-gradient(45deg, #a9adf2 25%, transparent 25%, transparent 50%, #a9adf2 50%, #a9adf2 75%, transparent 75%, transparent);
}
.bg-gradient-x-primary .card-header,
.bg-gradient-x-primary .card-footer,
.bg-gradient-y-primary .card-header,
.bg-gradient-y-primary .card-footer,
.bg-gradient-directional-primary .card-header,
.bg-gradient-directional-primary .card-footer,
.bg-gradient-radial-primary .card-header,
.bg-gradient-radial-primary .card-footer,
.bg-gradient-striped-primary .card-header,
.bg-gradient-striped-primary .card-footer,
.bg-gradient-x2-primary .card-header,
.bg-gradient-x2-primary .card-footer,
.bg-gradient-y2-primary .card-header,
.bg-gradient-y2-primary .card-footer {
  background-color: transparent;
}
.bg-gradient-x-secondary {
  background-image: linear-gradient(to right, #545766 0%, #85899b 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-secondary {
  background-image: linear-gradient(to bottom, #545766 0%, #85899b 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-secondary {
  background-image: linear-gradient(45deg, #545766, #85899b);
  background-repeat: repeat-x;
}
.bg-gradient-x2-secondary {
  background-image: linear-gradient(to right, #85899b, #6b6f82 50%, #9397a6);
  background-repeat: no-repeat;
}
.bg-gradient-y2-secondary {
  background-image: linear-gradient(#85899b, #6b6f82 50%, #9397a6);
  background-repeat: no-repeat;
}
.bg-gradient-radial-secondary {
  background-image: radial-gradient(circle, #545766, #85899b);
  background-repeat: no-repeat;
}
.bg-gradient-striped-secondary {
  background-image: linear-gradient(45deg, #9397a6 25%, transparent 25%, transparent 50%, #9397a6 50%, #9397a6 75%, transparent 75%, transparent);
}
.bg-gradient-x-secondary .card-header,
.bg-gradient-x-secondary .card-footer,
.bg-gradient-y-secondary .card-header,
.bg-gradient-y-secondary .card-footer,
.bg-gradient-directional-secondary .card-header,
.bg-gradient-directional-secondary .card-footer,
.bg-gradient-radial-secondary .card-header,
.bg-gradient-radial-secondary .card-footer,
.bg-gradient-striped-secondary .card-header,
.bg-gradient-striped-secondary .card-footer,
.bg-gradient-x2-secondary .card-header,
.bg-gradient-x2-secondary .card-footer,
.bg-gradient-y2-secondary .card-header,
.bg-gradient-y2-secondary .card-footer {
  background-color: transparent;
}
.bg-gradient-x-success {
  background-image: linear-gradient(to right, #20a576 0%, #4eddaa 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-success {
  background-image: linear-gradient(to bottom, #20a576 0%, #4eddaa 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-success {
  background-image: linear-gradient(45deg, #20a576, #4eddaa);
  background-repeat: repeat-x;
}
.bg-gradient-x2-success {
  background-image: linear-gradient(to right, #4eddaa, #28d094 50%, #63e1b4);
  background-repeat: no-repeat;
}
.bg-gradient-y2-success {
  background-image: linear-gradient(#4eddaa, #28d094 50%, #63e1b4);
  background-repeat: no-repeat;
}
.bg-gradient-radial-success {
  background-image: radial-gradient(circle, #20a576, #4eddaa);
  background-repeat: no-repeat;
}
.bg-gradient-striped-success {
  background-image: linear-gradient(45deg, #63e1b4 25%, transparent 25%, transparent 50%, #63e1b4 50%, #63e1b4 75%, transparent 75%, transparent);
}
.bg-gradient-x-success .card-header,
.bg-gradient-x-success .card-footer,
.bg-gradient-y-success .card-header,
.bg-gradient-y-success .card-footer,
.bg-gradient-directional-success .card-header,
.bg-gradient-directional-success .card-footer,
.bg-gradient-radial-success .card-header,
.bg-gradient-radial-success .card-footer,
.bg-gradient-striped-success .card-header,
.bg-gradient-striped-success .card-footer,
.bg-gradient-x2-success .card-header,
.bg-gradient-x2-success .card-footer,
.bg-gradient-y2-success .card-header,
.bg-gradient-y2-success .card-footer {
  background-color: transparent;
}
.bg-gradient-x-info {
  background-image: linear-gradient(to right, #0c84d1 0%, #4eb4f5 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-info {
  background-image: linear-gradient(to bottom, #0c84d1 0%, #4eb4f5 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-info {
  background-image: linear-gradient(45deg, #0c84d1, #4eb4f5);
  background-repeat: repeat-x;
}
.bg-gradient-x2-info {
  background-image: linear-gradient(to right, #4eb4f5, #1e9ff2 50%, #66bef6);
  background-repeat: no-repeat;
}
.bg-gradient-y2-info {
  background-image: linear-gradient(#4eb4f5, #1e9ff2 50%, #66bef6);
  background-repeat: no-repeat;
}
.bg-gradient-radial-info {
  background-image: radial-gradient(circle, #0c84d1, #4eb4f5);
  background-repeat: no-repeat;
}
.bg-gradient-striped-info {
  background-image: linear-gradient(45deg, #66bef6 25%, transparent 25%, transparent 50%, #66bef6 50%, #66bef6 75%, transparent 75%, transparent);
}
.bg-gradient-x-info .card-header,
.bg-gradient-x-info .card-footer,
.bg-gradient-y-info .card-header,
.bg-gradient-y-info .card-footer,
.bg-gradient-directional-info .card-header,
.bg-gradient-directional-info .card-footer,
.bg-gradient-radial-info .card-header,
.bg-gradient-radial-info .card-footer,
.bg-gradient-striped-info .card-header,
.bg-gradient-striped-info .card-footer,
.bg-gradient-x2-info .card-header,
.bg-gradient-x2-info .card-footer,
.bg-gradient-y2-info .card-header,
.bg-gradient-y2-info .card-footer {
  background-color: transparent;
}
.bg-gradient-x-warning {
  background-image: linear-gradient(to right, #ff7216 0%, #ffb07c 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-warning {
  background-image: linear-gradient(to bottom, #ff7216 0%, #ffb07c 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-warning {
  background-image: linear-gradient(45deg, #ff7216, #ffb07c);
  background-repeat: repeat-x;
}
.bg-gradient-x2-warning {
  background-image: linear-gradient(to right, #ffb07c, #ff9149 50%, #ffbf96);
  background-repeat: no-repeat;
}
.bg-gradient-y2-warning {
  background-image: linear-gradient(#ffb07c, #ff9149 50%, #ffbf96);
  background-repeat: no-repeat;
}
.bg-gradient-radial-warning {
  background-image: radial-gradient(circle, #ff7216, #ffb07c);
  background-repeat: no-repeat;
}
.bg-gradient-striped-warning {
  background-image: linear-gradient(45deg, #ffbf96 25%, transparent 25%, transparent 50%, #ffbf96 50%, #ffbf96 75%, transparent 75%, transparent);
}
.bg-gradient-x-warning .card-header,
.bg-gradient-x-warning .card-footer,
.bg-gradient-y-warning .card-header,
.bg-gradient-y-warning .card-footer,
.bg-gradient-directional-warning .card-header,
.bg-gradient-directional-warning .card-footer,
.bg-gradient-radial-warning .card-header,
.bg-gradient-radial-warning .card-footer,
.bg-gradient-striped-warning .card-header,
.bg-gradient-striped-warning .card-footer,
.bg-gradient-x2-warning .card-header,
.bg-gradient-x2-warning .card-footer,
.bg-gradient-y2-warning .card-header,
.bg-gradient-y2-warning .card-footer {
  background-color: transparent;
}
.bg-gradient-x-danger {
  background-image: linear-gradient(to right, #ff1635 0%, #ff7c8d 100%);
  background-repeat: repeat-x;
}
.bg-gradient-y-danger {
  background-image: linear-gradient(to bottom, #ff1635 0%, #ff7c8d 100%);
  background-repeat: repeat-x;
}
.bg-gradient-directional-danger {
  background-image: linear-gradient(45deg, #ff1635, #ff7c8d);
  background-repeat: repeat-x;
}
.bg-gradient-x2-danger {
  background-image: linear-gradient(to right, #ff7c8d, #ff4961 50%, #ff96a3);
  background-repeat: no-repeat;
}
.bg-gradient-y2-danger {
  background-image: linear-gradient(#ff7c8d, #ff4961 50%, #ff96a3);
  background-repeat: no-repeat;
}
.bg-gradient-radial-danger {
  background-image: radial-gradient(circle, #ff1635, #ff7c8d);
  background-repeat: no-repeat;
}
.bg-gradient-striped-danger {
  background-image: linear-gradient(45deg, #ff96a3 25%, transparent 25%, transparent 50%, #ff96a3 50%, #ff96a3 75%, transparent 75%, transparent);
}
.bg-gradient-x-danger .card-header,
.bg-gradient-x-danger .card-footer,
.bg-gradient-y-danger .card-header,
.bg-gradient-y-danger .card-footer,
.bg-gradient-directional-danger .card-header,
.bg-gradient-directional-danger .card-footer,
.bg-gradient-radial-danger .card-header,
.bg-gradient-radial-danger .card-footer,
.bg-gradient-striped-danger .card-header,
.bg-gradient-striped-danger .card-footer,
.bg-gradient-x2-danger .card-header,
.bg-gradient-x2-danger .card-footer,
.bg-gradient-y2-danger .card-header,
.bg-gradient-y2-danger .card-footer {
  background-color: transparent;
}
.bg-gradient-x-light .card-header,
.bg-gradient-x-light .card-footer,
.bg-gradient-y-light .card-header,
.bg-gradient-y-light .card-footer,
.bg-gradient-directional-light .card-header,
.bg-gradient-directional-light .card-footer,
.bg-gradient-radial-light .card-header,
.bg-gradient-radial-light .card-footer,
.bg-gradient-striped-light .card-header,
.bg-gradient-striped-light .card-footer,
.bg-gradient-x2-light .card-header,
.bg-gradient-x2-light .card-footer,
.bg-gradient-y2-light .card-header,
.bg-gradient-y2-light .card-footer {
  background-color: transparent;
}
.bg-gradient-x-dark .card-header,
.bg-gradient-x-dark .card-footer,
.bg-gradient-y-dark .card-header,
.bg-gradient-y-dark .card-footer,
.bg-gradient-directional-dark .card-header,
.bg-gradient-directional-dark .card-footer,
.bg-gradient-radial-dark .card-header,
.bg-gradient-radial-dark .card-footer,
.bg-gradient-striped-dark .card-header,
.bg-gradient-striped-dark .card-footer,
.bg-gradient-x2-dark .card-header,
.bg-gradient-x2-dark .card-footer,
.bg-gradient-y2-dark .card-header,
.bg-gradient-y2-dark .card-footer {
  background-color: transparent;
}
.bg-gradient-x-red {
  background-image: linear-gradient(to right, #d32f2f 0%, #e57373 100%);
  background-repeat: repeat-x;
}
.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-x-red .card-header,
.bg-gradient-x-red .card-footer,
.bg-gradient-y-red .card-header,
.bg-gradient-y-red .card-footer,
.bg-gradient-directional-red .card-header,
.bg-gradient-directional-red .card-footer,
.bg-gradient-radial-red .card-header,
.bg-gradient-radial-red .card-footer,
.bg-gradient-striped-red .card-header,
.bg-gradient-striped-red .card-footer,
.bg-gradient-x2-red .card-header,
.bg-gradient-x2-red .card-footer,
.bg-gradient-y2-red .card-header,
.bg-gradient-y2-red .card-footer {
  background-color: transparent;
}
.bg-gradient-x-pink {
  background-image: linear-gradient(to right, #c2185b 0%, #f06292 100%);
  background-repeat: repeat-x;
}
.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-x-pink .card-header,
.bg-gradient-x-pink .card-footer,
.bg-gradient-y-pink .card-header,
.bg-gradient-y-pink .card-footer,
.bg-gradient-directional-pink .card-header,
.bg-gradient-directional-pink .card-footer,
.bg-gradient-radial-pink .card-header,
.bg-gradient-radial-pink .card-footer,
.bg-gradient-striped-pink .card-header,
.bg-gradient-striped-pink .card-footer,
.bg-gradient-x2-pink .card-header,
.bg-gradient-x2-pink .card-footer,
.bg-gradient-y2-pink .card-header,
.bg-gradient-y2-pink .card-footer {
  background-color: transparent;
}
.bg-gradient-x-purple {
  background-image: linear-gradient(to right, #7b1fa2 0%, #ba68c8 100%);
  background-repeat: repeat-x;
}
.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-x-purple .card-header,
.bg-gradient-x-purple .card-footer,
.bg-gradient-y-purple .card-header,
.bg-gradient-y-purple .card-footer,
.bg-gradient-directional-purple .card-header,
.bg-gradient-directional-purple .card-footer,
.bg-gradient-radial-purple .card-header,
.bg-gradient-radial-purple .card-footer,
.bg-gradient-striped-purple .card-header,
.bg-gradient-striped-purple .card-footer,
.bg-gradient-x2-purple .card-header,
.bg-gradient-x2-purple .card-footer,
.bg-gradient-y2-purple .card-header,
.bg-gradient-y2-purple .card-footer {
  background-color: transparent;
}
.bg-gradient-x-blue {
  background-image: linear-gradient(to right, #1976d2 0%, #64b5f6 100%);
  background-repeat: repeat-x;
}
.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-x-blue .card-header,
.bg-gradient-x-blue .card-footer,
.bg-gradient-y-blue .card-header,
.bg-gradient-y-blue .card-footer,
.bg-gradient-directional-blue .card-header,
.bg-gradient-directional-blue .card-footer,
.bg-gradient-radial-blue .card-header,
.bg-gradient-radial-blue .card-footer,
.bg-gradient-striped-blue .card-header,
.bg-gradient-striped-blue .card-footer,
.bg-gradient-x2-blue .card-header,
.bg-gradient-x2-blue .card-footer,
.bg-gradient-y2-blue .card-header,
.bg-gradient-y2-blue .card-footer {
  background-color: transparent;
}
.bg-gradient-x-cyan {
  background-image: linear-gradient(to right, #0097a7 0%, #4dd0e1 100%);
  background-repeat: repeat-x;
}
.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-x-cyan .card-header,
.bg-gradient-x-cyan .card-footer,
.bg-gradient-y-cyan .card-header,
.bg-gradient-y-cyan .card-footer,
.bg-gradient-directional-cyan .card-header,
.bg-gradient-directional-cyan .card-footer,
.bg-gradient-radial-cyan .card-header,
.bg-gradient-radial-cyan .card-footer,
.bg-gradient-striped-cyan .card-header,
.bg-gradient-striped-cyan .card-footer,
.bg-gradient-x2-cyan .card-header,
.bg-gradient-x2-cyan .card-footer,
.bg-gradient-y2-cyan .card-header,
.bg-gradient-y2-cyan .card-footer {
  background-color: transparent;
}
.bg-gradient-x-teal {
  background-image: linear-gradient(to right, #00796b 0%, #4db6ac 100%);
  background-repeat: repeat-x;
}
.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-x-teal .card-header,
.bg-gradient-x-teal .card-footer,
.bg-gradient-y-teal .card-header,
.bg-gradient-y-teal .card-footer,
.bg-gradient-directional-teal .card-header,
.bg-gradient-directional-teal .card-footer,
.bg-gradient-radial-teal .card-header,
.bg-gradient-radial-teal .card-footer,
.bg-gradient-striped-teal .card-header,
.bg-gradient-striped-teal .card-footer,
.bg-gradient-x2-teal .card-header,
.bg-gradient-x2-teal .card-footer,
.bg-gradient-y2-teal .card-header,
.bg-gradient-y2-teal .card-footer {
  background-color: transparent;
}
.bg-gradient-x-yellow {
  background-image: linear-gradient(to right, #fbc02d 0%, #fff176 100%);
  background-repeat: repeat-x;
}
.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-x-yellow .card-header,
.bg-gradient-x-yellow .card-footer,
.bg-gradient-y-yellow .card-header,
.bg-gradient-y-yellow .card-footer,
.bg-gradient-directional-yellow .card-header,
.bg-gradient-directional-yellow .card-footer,
.bg-gradient-radial-yellow .card-header,
.bg-gradient-radial-yellow .card-footer,
.bg-gradient-striped-yellow .card-header,
.bg-gradient-striped-yellow .card-footer,
.bg-gradient-x2-yellow .card-header,
.bg-gradient-x2-yellow .card-footer,
.bg-gradient-y2-yellow .card-header,
.bg-gradient-y2-yellow .card-footer {
  background-color: transparent;
}
.bg-gradient-x-amber {
  background-image: linear-gradient(to right, #ffa000 0%, #ffd54f 100%);
  background-repeat: repeat-x;
}
.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-x-amber .card-header,
.bg-gradient-x-amber .card-footer,
.bg-gradient-y-amber .card-header,
.bg-gradient-y-amber .card-footer,
.bg-gradient-directional-amber .card-header,
.bg-gradient-directional-amber .card-footer,
.bg-gradient-radial-amber .card-header,
.bg-gradient-radial-amber .card-footer,
.bg-gradient-striped-amber .card-header,
.bg-gradient-striped-amber .card-footer,
.bg-gradient-x2-amber .card-header,
.bg-gradient-x2-amber .card-footer,
.bg-gradient-y2-amber .card-header,
.bg-gradient-y2-amber .card-footer {
  background-color: transparent;
}
.bg-gradient-x-blue-grey {
  background-image: linear-gradient(to right, #455a64 0%, #90a4ae 100%);
  background-repeat: repeat-x;
}
.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-x-blue-grey .card-header,
.bg-gradient-x-blue-grey .card-footer,
.bg-gradient-y-blue-grey .card-header,
.bg-gradient-y-blue-grey .card-footer,
.bg-gradient-directional-blue-grey .card-header,
.bg-gradient-directional-blue-grey .card-footer,
.bg-gradient-radial-blue-grey .card-header,
.bg-gradient-radial-blue-grey .card-footer,
.bg-gradient-striped-blue-grey .card-header,
.bg-gradient-striped-blue-grey .card-footer,
.bg-gradient-x2-blue-grey .card-header,
.bg-gradient-x2-blue-grey .card-footer,
.bg-gradient-y2-blue-grey .card-header,
.bg-gradient-y2-blue-grey .card-footer {
  background-color: transparent;
}
.bg-gradient-x-grey-blue {
  background-image: linear-gradient(to right, #2c303b 0%, #6f85ad 100%);
  background-repeat: repeat-x;
}
.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-x-grey-blue .card-header,
.bg-gradient-x-grey-blue .card-footer,
.bg-gradient-y-grey-blue .card-header,
.bg-gradient-y-grey-blue .card-footer,
.bg-gradient-directional-grey-blue .card-header,
.bg-gradient-directional-grey-blue .card-footer,
.bg-gradient-radial-grey-blue .card-header,
.bg-gradient-radial-grey-blue .card-footer,
.bg-gradient-striped-grey-blue .card-header,
.bg-gradient-striped-grey-blue .card-footer,
.bg-gradient-x2-grey-blue .card-header,
.bg-gradient-x2-grey-blue .card-footer,
.bg-gradient-y2-grey-blue .card-header,
.bg-gradient-y2-grey-blue .card-footer {
  background-color: transparent;
}
.bs-callout-white {
  display: block;
  border-color: #ffffff !important;
  background-color: white;
  border-radius: 0.25rem;
  color: gray;
}
.bs-callout-white h1, .bs-callout-white h2, .bs-callout-white h3, .bs-callout-white h4, .bs-callout-white h5, .bs-callout-white h6 {
  margin-top: 0;
  color: #ffffff;
}
.bs-callout-white p:last-child {
  margin-bottom: 0;
}
.bs-callout-white code, .bs-callout-white .highlight {
  background-color: #fff;
}
.bs-callout-white.callout-transparent {
  display: block;
  border-color: #ffffff !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: gray;
}
.bs-callout-white.callout-transparent h1, .bs-callout-white.callout-transparent h2, .bs-callout-white.callout-transparent h3, .bs-callout-white.callout-transparent h4, .bs-callout-white.callout-transparent h5, .bs-callout-white.callout-transparent h6 {
  margin-top: 0;
  color: #ffffff;
}
.bs-callout-white.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-white.callout-transparent code, .bs-callout-white.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-white .callout-arrow-left:before {
  border-left-color: #ffffff;
}
.bs-callout-white .callout-arrow-right:before {
  border-right-color: #ffffff;
}
.bs-callout-black {
  display: block;
  border-color: #000000 !important;
  background-color: #525252;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-black h1, .bs-callout-black h2, .bs-callout-black h3, .bs-callout-black h4, .bs-callout-black h5, .bs-callout-black h6 {
  margin-top: 0;
  color: #000000;
}
.bs-callout-black p:last-child {
  margin-bottom: 0;
}
.bs-callout-black code, .bs-callout-black .highlight {
  background-color: #fff;
}
.bs-callout-black.callout-transparent {
  display: block;
  border-color: #000000 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-black.callout-transparent h1, .bs-callout-black.callout-transparent h2, .bs-callout-black.callout-transparent h3, .bs-callout-black.callout-transparent h4, .bs-callout-black.callout-transparent h5, .bs-callout-black.callout-transparent h6 {
  margin-top: 0;
  color: #000000;
}
.bs-callout-black.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-black.callout-transparent code, .bs-callout-black.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-black .callout-arrow-left:before {
  border-left-color: #000000;
}
.bs-callout-black .callout-arrow-right:before {
  border-right-color: #000000;
}
.climacon-primary.climacon-lighten-5 .climacon_component-stroke {
  fill: #d5d7f9;
}
.climacon-primary.climacon-lighten-4 .climacon_component-stroke {
  fill: #bfc2f5;
}
.climacon-primary.climacon-lighten-3 .climacon_component-stroke {
  fill: #a9adf2;
}
.climacon-primary.climacon-lighten-2 .climacon_component-stroke {
  fill: #9298ef;
}
.climacon-primary.climacon-lighten-1 .climacon_component-stroke {
  fill: #7c83eb;
}
.bs-callout-primary {
  display: block;
  border-color: #666ee8 !important;
  background-color: #f4f4fd;
  border-radius: 0.25rem;
  color: #0a0e45;
}
.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
  margin-top: 0;
  color: #666ee8;
}
.bs-callout-primary p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary code, .bs-callout-primary .highlight {
  background-color: #fff;
}
.bs-callout-primary.callout-transparent {
  display: block;
  border-color: #666ee8 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #0a0e45;
}
.bs-callout-primary.callout-transparent h1, .bs-callout-primary.callout-transparent h2, .bs-callout-primary.callout-transparent h3, .bs-callout-primary.callout-transparent h4, .bs-callout-primary.callout-transparent h5, .bs-callout-primary.callout-transparent h6 {
  margin-top: 0;
  color: #666ee8;
}
.bs-callout-primary.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary.callout-transparent code, .bs-callout-primary.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-primary .callout-arrow-left:before {
  border-left-color: #666ee8;
}
.bs-callout-primary .callout-arrow-right:before {
  border-right-color: #666ee8;
}
.climacon-primary.climacon-darken-1 .climacon_component-stroke {
  fill: #5059e5;
}
.climacon-primary.climacon-darken-2 .climacon_component-stroke {
  fill: #3a44e1;
}
.climacon-primary.climacon-darken-3 .climacon_component-stroke {
  fill: #232fde;
}
.climacon-primary.climacon-darken-4 .climacon_component-stroke {
  fill: #1e29ca;
}
.climacon-primary.climacon-accent-1 .climacon_component-stroke {
  fill: #efefff;
}
.climacon-primary.climacon-accent-2 .climacon_component-stroke {
  fill: #dbdbff;
}
.climacon-primary.climacon-accent-3 .climacon_component-stroke {
  fill: #bcbfff;
}
.climacon-primary.climacon-accent-4 .climacon_component-stroke {
  fill: #a2a6ff;
}
.climacon-secondary.climacon-lighten-5 .climacon_component-stroke {
  fill: #afb2bd;
}
.climacon-secondary.climacon-lighten-4 .climacon_component-stroke {
  fill: #a1a4b2;
}
.climacon-secondary.climacon-lighten-3 .climacon_component-stroke {
  fill: #9397a6;
}
.climacon-secondary.climacon-lighten-2 .climacon_component-stroke {
  fill: #85899b;
}
.climacon-secondary.climacon-lighten-1 .climacon_component-stroke {
  fill: #777b8f;
}
.bs-callout-secondary {
  display: block;
  border-color: #6b6f82 !important;
  background-color: #c3c5cd;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-secondary h1, .bs-callout-secondary h2, .bs-callout-secondary h3, .bs-callout-secondary h4, .bs-callout-secondary h5, .bs-callout-secondary h6 {
  margin-top: 0;
  color: #6b6f82;
}
.bs-callout-secondary p:last-child {
  margin-bottom: 0;
}
.bs-callout-secondary code, .bs-callout-secondary .highlight {
  background-color: #fff;
}
.bs-callout-secondary.callout-transparent {
  display: block;
  border-color: #6b6f82 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-secondary.callout-transparent h1, .bs-callout-secondary.callout-transparent h2, .bs-callout-secondary.callout-transparent h3, .bs-callout-secondary.callout-transparent h4, .bs-callout-secondary.callout-transparent h5, .bs-callout-secondary.callout-transparent h6 {
  margin-top: 0;
  color: #6b6f82;
}
.bs-callout-secondary.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-secondary.callout-transparent code, .bs-callout-secondary.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-secondary .callout-arrow-left:before {
  border-left-color: #6b6f82;
}
.bs-callout-secondary .callout-arrow-right:before {
  border-right-color: #6b6f82;
}
.climacon-secondary.climacon-darken-1 .climacon_component-stroke {
  fill: #5f6374;
}
.climacon-secondary.climacon-darken-2 .climacon_component-stroke {
  fill: #545766;
}
.climacon-secondary.climacon-darken-3 .climacon_component-stroke {
  fill: #484b58;
}
.climacon-secondary.climacon-darken-4 .climacon_component-stroke {
  fill: #3d3f4a;
}
.climacon-success.climacon-lighten-5 .climacon_component-stroke {
  fill: #8ee9c9;
}
.climacon-success.climacon-lighten-4 .climacon_component-stroke {
  fill: #79e5be;
}
.climacon-success.climacon-lighten-3 .climacon_component-stroke {
  fill: #63e1b4;
}
.climacon-success.climacon-lighten-2 .climacon_component-stroke {
  fill: #4eddaa;
}
.climacon-success.climacon-lighten-1 .climacon_component-stroke {
  fill: #39d9a0;
}
.bs-callout-success {
  display: block;
  border-color: #28d094 !important;
  background-color: #acefd7;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
  margin-top: 0;
  color: #28d094;
}
.bs-callout-success p:last-child {
  margin-bottom: 0;
}
.bs-callout-success code, .bs-callout-success .highlight {
  background-color: #fff;
}
.bs-callout-success.callout-transparent {
  display: block;
  border-color: #28d094 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-success.callout-transparent h1, .bs-callout-success.callout-transparent h2, .bs-callout-success.callout-transparent h3, .bs-callout-success.callout-transparent h4, .bs-callout-success.callout-transparent h5, .bs-callout-success.callout-transparent h6 {
  margin-top: 0;
  color: #28d094;
}
.bs-callout-success.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-success.callout-transparent code, .bs-callout-success.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-success .callout-arrow-left:before {
  border-left-color: #28d094;
}
.bs-callout-success .callout-arrow-right:before {
  border-right-color: #28d094;
}
.climacon-success.climacon-darken-1 .climacon_component-stroke {
  fill: #24bb85;
}
.climacon-success.climacon-darken-2 .climacon_component-stroke {
  fill: #20a576;
}
.climacon-success.climacon-darken-3 .climacon_component-stroke {
  fill: #1c9066;
}
.climacon-success.climacon-darken-4 .climacon_component-stroke {
  fill: #187a57;
}
.climacon-success.climacon-accent-1 .climacon_component-stroke {
  fill: #e1fff0;
}
.climacon-success.climacon-accent-2 .climacon_component-stroke {
  fill: #aeffd5;
}
.climacon-success.climacon-accent-3 .climacon_component-stroke {
  fill: #7bffbb;
}
.climacon-success.climacon-accent-4 .climacon_component-stroke {
  fill: #62ffae;
}
.climacon-info.climacon-lighten-5 .climacon_component-stroke {
  fill: #97d2f9;
}
.climacon-info.climacon-lighten-4 .climacon_component-stroke {
  fill: #7ec8f8;
}
.climacon-info.climacon-lighten-3 .climacon_component-stroke {
  fill: #66bef6;
}
.climacon-info.climacon-lighten-2 .climacon_component-stroke {
  fill: #4eb4f5;
}
.climacon-info.climacon-lighten-1 .climacon_component-stroke {
  fill: #36a9f3;
}
.bs-callout-info {
  display: block;
  border-color: #1e9ff2 !important;
  background-color: #b8e1fb;
  border-radius: 0.25rem;
  color: #010a10;
}
.bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
  margin-top: 0;
  color: #1e9ff2;
}
.bs-callout-info p:last-child {
  margin-bottom: 0;
}
.bs-callout-info code, .bs-callout-info .highlight {
  background-color: #fff;
}
.bs-callout-info.callout-transparent {
  display: block;
  border-color: #1e9ff2 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #010a10;
}
.bs-callout-info.callout-transparent h1, .bs-callout-info.callout-transparent h2, .bs-callout-info.callout-transparent h3, .bs-callout-info.callout-transparent h4, .bs-callout-info.callout-transparent h5, .bs-callout-info.callout-transparent h6 {
  margin-top: 0;
  color: #1e9ff2;
}
.bs-callout-info.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-info.callout-transparent code, .bs-callout-info.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-info .callout-arrow-left:before {
  border-left-color: #1e9ff2;
}
.bs-callout-info .callout-arrow-right:before {
  border-right-color: #1e9ff2;
}
.climacon-info.climacon-darken-1 .climacon_component-stroke {
  fill: #0d93e9;
}
.climacon-info.climacon-darken-2 .climacon_component-stroke {
  fill: #0c84d1;
}
.climacon-info.climacon-darken-3 .climacon_component-stroke {
  fill: #0b75b9;
}
.climacon-info.climacon-darken-4 .climacon_component-stroke {
  fill: #0965a1;
}
.climacon-info.climacon-accent-1 .climacon_component-stroke {
  fill: #eff5ff;
}
.climacon-info.climacon-accent-2 .climacon_component-stroke {
  fill: #dfecff;
}
.climacon-info.climacon-accent-3 .climacon_component-stroke {
  fill: #accfff;
}
.climacon-info.climacon-accent-4 .climacon_component-stroke {
  fill: #92c0ff;
}
.climacon-warning.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffdec9;
}
.climacon-warning.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffcfaf;
}
.climacon-warning.climacon-lighten-3 .climacon_component-stroke {
  fill: #ffbf96;
}
.climacon-warning.climacon-lighten-2 .climacon_component-stroke {
  fill: #ffb07c;
}
.climacon-warning.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffa063;
}
.bs-callout-warning {
  display: block;
  border-color: #ff9149 !important;
  background-color: #fff4ec;
  border-radius: 0.25rem;
  color: #491d00;
}
.bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
  margin-top: 0;
  color: #ff9149;
}
.bs-callout-warning p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning code, .bs-callout-warning .highlight {
  background-color: #fff;
}
.bs-callout-warning.callout-transparent {
  display: block;
  border-color: #ff9149 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #491d00;
}
.bs-callout-warning.callout-transparent h1, .bs-callout-warning.callout-transparent h2, .bs-callout-warning.callout-transparent h3, .bs-callout-warning.callout-transparent h4, .bs-callout-warning.callout-transparent h5, .bs-callout-warning.callout-transparent h6 {
  margin-top: 0;
  color: #ff9149;
}
.bs-callout-warning.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning.callout-transparent code, .bs-callout-warning.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-warning .callout-arrow-left:before {
  border-left-color: #ff9149;
}
.bs-callout-warning .callout-arrow-right:before {
  border-right-color: #ff9149;
}
.climacon-warning.climacon-darken-1 .climacon_component-stroke {
  fill: #ff8230;
}
.climacon-warning.climacon-darken-2 .climacon_component-stroke {
  fill: #ff7216;
}
.climacon-warning.climacon-darken-3 .climacon_component-stroke {
  fill: #fc6300;
}
.climacon-warning.climacon-darken-4 .climacon_component-stroke {
  fill: #e25900;
}
.climacon-warning.climacon-accent-1 .climacon_component-stroke {
  fill: #fff5ef;
}
.climacon-warning.climacon-accent-2 .climacon_component-stroke {
  fill: #ffe5d8;
}
.climacon-warning.climacon-accent-3 .climacon_component-stroke {
  fill: #ffddd0;
}
.climacon-warning.climacon-accent-4 .climacon_component-stroke {
  fill: #ffcab7;
}
.climacon-danger.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffc9d0;
}
.climacon-danger.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffafba;
}
.climacon-danger.climacon-lighten-3 .climacon_component-stroke {
  fill: #ff96a3;
}
.climacon-danger.climacon-lighten-2 .climacon_component-stroke {
  fill: #ff7c8d;
}
.climacon-danger.climacon-lighten-1 .climacon_component-stroke {
  fill: #ff6377;
}
.bs-callout-danger {
  display: block;
  border-color: #ff4961 !important;
  background-color: #ffecef;
  border-radius: 0.25rem;
  color: #49000a;
}
.bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
  margin-top: 0;
  color: #ff4961;
}
.bs-callout-danger p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger code, .bs-callout-danger .highlight {
  background-color: #fff;
}
.bs-callout-danger.callout-transparent {
  display: block;
  border-color: #ff4961 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #49000a;
}
.bs-callout-danger.callout-transparent h1, .bs-callout-danger.callout-transparent h2, .bs-callout-danger.callout-transparent h3, .bs-callout-danger.callout-transparent h4, .bs-callout-danger.callout-transparent h5, .bs-callout-danger.callout-transparent h6 {
  margin-top: 0;
  color: #ff4961;
}
.bs-callout-danger.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger.callout-transparent code, .bs-callout-danger.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-danger .callout-arrow-left:before {
  border-left-color: #ff4961;
}
.bs-callout-danger .callout-arrow-right:before {
  border-right-color: #ff4961;
}
.climacon-danger.climacon-darken-1 .climacon_component-stroke {
  fill: #ff304b;
}
.climacon-danger.climacon-darken-2 .climacon_component-stroke {
  fill: #ff1635;
}
.climacon-danger.climacon-darken-3 .climacon_component-stroke {
  fill: #fc0021;
}
.climacon-danger.climacon-darken-4 .climacon_component-stroke {
  fill: #e2001e;
}
.climacon-danger.climacon-accent-1 .climacon_component-stroke {
  fill: #ffeef1;
}
.climacon-danger.climacon-accent-2 .climacon_component-stroke {
  fill: #ffd6db;
}
.climacon-danger.climacon-accent-3 .climacon_component-stroke {
  fill: #ffd0d3;
}
.climacon-danger.climacon-accent-4 .climacon_component-stroke {
  fill: #ffb7bc;
}
.bs-callout-light {
  display: block;
  border-color: #e0e0e0 !important;
  background-color: white;
  border-radius: 0.25rem;
  color: #616161;
}
.bs-callout-light h1, .bs-callout-light h2, .bs-callout-light h3, .bs-callout-light h4, .bs-callout-light h5, .bs-callout-light h6 {
  margin-top: 0;
  color: #e0e0e0;
}
.bs-callout-light p:last-child {
  margin-bottom: 0;
}
.bs-callout-light code, .bs-callout-light .highlight {
  background-color: #fff;
}
.bs-callout-light.callout-transparent {
  display: block;
  border-color: #e0e0e0 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #616161;
}
.bs-callout-light.callout-transparent h1, .bs-callout-light.callout-transparent h2, .bs-callout-light.callout-transparent h3, .bs-callout-light.callout-transparent h4, .bs-callout-light.callout-transparent h5, .bs-callout-light.callout-transparent h6 {
  margin-top: 0;
  color: #e0e0e0;
}
.bs-callout-light.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-light.callout-transparent code, .bs-callout-light.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-light .callout-arrow-left:before {
  border-left-color: #e0e0e0;
}
.bs-callout-light .callout-arrow-right:before {
  border-right-color: #e0e0e0;
}
.climacon-light.climacon-lighten-1 .climacon_component-stroke {
  fill: #bdbdbd;
}
.climacon-light.climacon-darken-1 .climacon_component-stroke {
  fill: #9e9e9e;
}
.bs-callout-dark {
  display: block;
  border-color: #424242 !important;
  background-color: #949494;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-dark h1, .bs-callout-dark h2, .bs-callout-dark h3, .bs-callout-dark h4, .bs-callout-dark h5, .bs-callout-dark h6 {
  margin-top: 0;
  color: #424242;
}
.bs-callout-dark p:last-child {
  margin-bottom: 0;
}
.bs-callout-dark code, .bs-callout-dark .highlight {
  background-color: #fff;
}
.bs-callout-dark.callout-transparent {
  display: block;
  border-color: #424242 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-dark.callout-transparent h1, .bs-callout-dark.callout-transparent h2, .bs-callout-dark.callout-transparent h3, .bs-callout-dark.callout-transparent h4, .bs-callout-dark.callout-transparent h5, .bs-callout-dark.callout-transparent h6 {
  margin-top: 0;
  color: #424242;
}
.bs-callout-dark.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-dark.callout-transparent code, .bs-callout-dark.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-dark .callout-arrow-left:before {
  border-left-color: #424242;
}
.bs-callout-dark .callout-arrow-right:before {
  border-right-color: #424242;
}
.climacon-dark.climacon-lighten-1 .climacon_component-stroke {
  fill: #616161;
}
.climacon-dark.climacon-darken-1 .climacon_component-stroke {
  fill: #212121;
}
.climacon-red.climacon-lighten-5 .climacon_component-stroke {
  fill: #ffebee;
}
.climacon-red.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffcdd2;
}
.climacon-red.climacon-lighten-3 .climacon_component-stroke {
  fill: #ef9a9a;
}
.climacon-red.climacon-lighten-2 .climacon_component-stroke {
  fill: #e57373;
}
.climacon-red.climacon-lighten-1 .climacon_component-stroke {
  fill: #ef5350;
}
.bs-callout-red {
  display: block;
  border-color: #f44336 !important;
  background-color: #fcd4d1;
  border-radius: 0.25rem;
  color: #290502;
}
.bs-callout-red h1, .bs-callout-red h2, .bs-callout-red h3, .bs-callout-red h4, .bs-callout-red h5, .bs-callout-red h6 {
  margin-top: 0;
  color: #f44336;
}
.bs-callout-red p:last-child {
  margin-bottom: 0;
}
.bs-callout-red code, .bs-callout-red .highlight {
  background-color: #fff;
}
.bs-callout-red.callout-transparent {
  display: block;
  border-color: #f44336 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #290502;
}
.bs-callout-red.callout-transparent h1, .bs-callout-red.callout-transparent h2, .bs-callout-red.callout-transparent h3, .bs-callout-red.callout-transparent h4, .bs-callout-red.callout-transparent h5, .bs-callout-red.callout-transparent h6 {
  margin-top: 0;
  color: #f44336;
}
.bs-callout-red.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-red.callout-transparent code, .bs-callout-red.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-red .callout-arrow-left:before {
  border-left-color: #f44336;
}
.bs-callout-red .callout-arrow-right:before {
  border-right-color: #f44336;
}
.climacon-red.climacon-darken-1 .climacon_component-stroke {
  fill: #e53935;
}
.climacon-red.climacon-darken-2 .climacon_component-stroke {
  fill: #d32f2f;
}
.climacon-red.climacon-darken-3 .climacon_component-stroke {
  fill: #c62828;
}
.climacon-red.climacon-darken-4 .climacon_component-stroke {
  fill: #b71c1c;
}
.climacon-red.climacon-accent-1 .climacon_component-stroke {
  fill: #ff8a80;
}
.climacon-red.climacon-accent-2 .climacon_component-stroke {
  fill: #ff5252;
}
.climacon-red.climacon-accent-3 .climacon_component-stroke {
  fill: #ff1744;
}
.climacon-red.climacon-accent-4 .climacon_component-stroke {
  fill: #d50000;
}
.climacon-pink.climacon-lighten-5 .climacon_component-stroke {
  fill: #fce4ec;
}
.climacon-pink.climacon-lighten-4 .climacon_component-stroke {
  fill: #f8bbd0;
}
.climacon-pink.climacon-lighten-3 .climacon_component-stroke {
  fill: #f48fb1;
}
.climacon-pink.climacon-lighten-2 .climacon_component-stroke {
  fill: #f06292;
}
.climacon-pink.climacon-lighten-1 .climacon_component-stroke {
  fill: #ec407a;
}
.bs-callout-pink {
  display: block;
  border-color: #e91e63 !important;
  background-color: #f8b3ca;
  border-radius: 0.25rem;
  color: #070103;
}
.bs-callout-pink h1, .bs-callout-pink h2, .bs-callout-pink h3, .bs-callout-pink h4, .bs-callout-pink h5, .bs-callout-pink h6 {
  margin-top: 0;
  color: #e91e63;
}
.bs-callout-pink p:last-child {
  margin-bottom: 0;
}
.bs-callout-pink code, .bs-callout-pink .highlight {
  background-color: #fff;
}
.bs-callout-pink.callout-transparent {
  display: block;
  border-color: #e91e63 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #070103;
}
.bs-callout-pink.callout-transparent h1, .bs-callout-pink.callout-transparent h2, .bs-callout-pink.callout-transparent h3, .bs-callout-pink.callout-transparent h4, .bs-callout-pink.callout-transparent h5, .bs-callout-pink.callout-transparent h6 {
  margin-top: 0;
  color: #e91e63;
}
.bs-callout-pink.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-pink.callout-transparent code, .bs-callout-pink.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-pink .callout-arrow-left:before {
  border-left-color: #e91e63;
}
.bs-callout-pink .callout-arrow-right:before {
  border-right-color: #e91e63;
}
.climacon-pink.climacon-darken-1 .climacon_component-stroke {
  fill: #d81b60;
}
.climacon-pink.climacon-darken-2 .climacon_component-stroke {
  fill: #c2185b;
}
.climacon-pink.climacon-darken-3 .climacon_component-stroke {
  fill: #ad1457;
}
.climacon-pink.climacon-darken-4 .climacon_component-stroke {
  fill: #880e4f;
}
.climacon-pink.climacon-accent-1 .climacon_component-stroke {
  fill: #ff80ab;
}
.climacon-pink.climacon-accent-2 .climacon_component-stroke {
  fill: #ff4081;
}
.climacon-pink.climacon-accent-3 .climacon_component-stroke {
  fill: #f50057;
}
.climacon-pink.climacon-accent-4 .climacon_component-stroke {
  fill: #c51162;
}
.climacon-purple.climacon-lighten-5 .climacon_component-stroke {
  fill: #f3e5f5;
}
.climacon-purple.climacon-lighten-4 .climacon_component-stroke {
  fill: #e1bee7;
}
.climacon-purple.climacon-lighten-3 .climacon_component-stroke {
  fill: #ce93d8;
}
.climacon-purple.climacon-lighten-2 .climacon_component-stroke {
  fill: #ba68c8;
}
.climacon-purple.climacon-lighten-1 .climacon_component-stroke {
  fill: #ab47bc;
}
.bs-callout-purple {
  display: block;
  border-color: #9c27b0 !important;
  background-color: #db93e7;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-purple h1, .bs-callout-purple h2, .bs-callout-purple h3, .bs-callout-purple h4, .bs-callout-purple h5, .bs-callout-purple h6 {
  margin-top: 0;
  color: #9c27b0;
}
.bs-callout-purple p:last-child {
  margin-bottom: 0;
}
.bs-callout-purple code, .bs-callout-purple .highlight {
  background-color: #fff;
}
.bs-callout-purple.callout-transparent {
  display: block;
  border-color: #9c27b0 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-purple.callout-transparent h1, .bs-callout-purple.callout-transparent h2, .bs-callout-purple.callout-transparent h3, .bs-callout-purple.callout-transparent h4, .bs-callout-purple.callout-transparent h5, .bs-callout-purple.callout-transparent h6 {
  margin-top: 0;
  color: #9c27b0;
}
.bs-callout-purple.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-purple.callout-transparent code, .bs-callout-purple.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-purple .callout-arrow-left:before {
  border-left-color: #9c27b0;
}
.bs-callout-purple .callout-arrow-right:before {
  border-right-color: #9c27b0;
}
.climacon-purple.climacon-darken-1 .climacon_component-stroke {
  fill: #8e24aa;
}
.climacon-purple.climacon-darken-2 .climacon_component-stroke {
  fill: #7b1fa2;
}
.climacon-purple.climacon-darken-3 .climacon_component-stroke {
  fill: #6a1b9a;
}
.climacon-purple.climacon-darken-4 .climacon_component-stroke {
  fill: #4a148c;
}
.climacon-purple.climacon-accent-1 .climacon_component-stroke {
  fill: #ea80fc;
}
.climacon-purple.climacon-accent-2 .climacon_component-stroke {
  fill: #e040fb;
}
.climacon-purple.climacon-accent-3 .climacon_component-stroke {
  fill: #d500f9;
}
.climacon-purple.climacon-accent-4 .climacon_component-stroke {
  fill: #dd00ff;
}
.climacon-blue.climacon-lighten-5 .climacon_component-stroke {
  fill: #e3f2fd;
}
.climacon-blue.climacon-lighten-4 .climacon_component-stroke {
  fill: #bbdefb;
}
.climacon-blue.climacon-lighten-3 .climacon_component-stroke {
  fill: #90caf9;
}
.climacon-blue.climacon-lighten-2 .climacon_component-stroke {
  fill: #64b5f6;
}
.climacon-blue.climacon-lighten-1 .climacon_component-stroke {
  fill: #42a5f5;
}
.bs-callout-blue {
  display: block;
  border-color: #2196f3 !important;
  background-color: #bcdffb;
  border-radius: 0.25rem;
  color: #010c14;
}
.bs-callout-blue h1, .bs-callout-blue h2, .bs-callout-blue h3, .bs-callout-blue h4, .bs-callout-blue h5, .bs-callout-blue h6 {
  margin-top: 0;
  color: #2196f3;
}
.bs-callout-blue p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue code, .bs-callout-blue .highlight {
  background-color: #fff;
}
.bs-callout-blue.callout-transparent {
  display: block;
  border-color: #2196f3 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #010c14;
}
.bs-callout-blue.callout-transparent h1, .bs-callout-blue.callout-transparent h2, .bs-callout-blue.callout-transparent h3, .bs-callout-blue.callout-transparent h4, .bs-callout-blue.callout-transparent h5, .bs-callout-blue.callout-transparent h6 {
  margin-top: 0;
  color: #2196f3;
}
.bs-callout-blue.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue.callout-transparent code, .bs-callout-blue.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-blue .callout-arrow-left:before {
  border-left-color: #2196f3;
}
.bs-callout-blue .callout-arrow-right:before {
  border-right-color: #2196f3;
}
.climacon-blue.climacon-darken-1 .climacon_component-stroke {
  fill: #1e88e5;
}
.climacon-blue.climacon-darken-2 .climacon_component-stroke {
  fill: #1976d2;
}
.climacon-blue.climacon-darken-3 .climacon_component-stroke {
  fill: #1565c0;
}
.climacon-blue.climacon-darken-4 .climacon_component-stroke {
  fill: #0d47a1;
}
.climacon-blue.climacon-accent-1 .climacon_component-stroke {
  fill: #82b1ff;
}
.climacon-blue.climacon-accent-2 .climacon_component-stroke {
  fill: #448aff;
}
.climacon-blue.climacon-accent-3 .climacon_component-stroke {
  fill: #2979ff;
}
.climacon-blue.climacon-accent-4 .climacon_component-stroke {
  fill: #2962ff;
}
.climacon-cyan.climacon-lighten-5 .climacon_component-stroke {
  fill: #e0f7fa;
}
.climacon-cyan.climacon-lighten-4 .climacon_component-stroke {
  fill: #b2ebf2;
}
.climacon-cyan.climacon-lighten-3 .climacon_component-stroke {
  fill: #80deea;
}
.climacon-cyan.climacon-lighten-2 .climacon_component-stroke {
  fill: #4dd0e1;
}
.climacon-cyan.climacon-lighten-1 .climacon_component-stroke {
  fill: #26c6da;
}
.bs-callout-cyan {
  display: block;
  border-color: #00bcd4 !important;
  background-color: #78f0ff;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-cyan h1, .bs-callout-cyan h2, .bs-callout-cyan h3, .bs-callout-cyan h4, .bs-callout-cyan h5, .bs-callout-cyan h6 {
  margin-top: 0;
  color: #00bcd4;
}
.bs-callout-cyan p:last-child {
  margin-bottom: 0;
}
.bs-callout-cyan code, .bs-callout-cyan .highlight {
  background-color: #fff;
}
.bs-callout-cyan.callout-transparent {
  display: block;
  border-color: #00bcd4 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-cyan.callout-transparent h1, .bs-callout-cyan.callout-transparent h2, .bs-callout-cyan.callout-transparent h3, .bs-callout-cyan.callout-transparent h4, .bs-callout-cyan.callout-transparent h5, .bs-callout-cyan.callout-transparent h6 {
  margin-top: 0;
  color: #00bcd4;
}
.bs-callout-cyan.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-cyan.callout-transparent code, .bs-callout-cyan.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-cyan .callout-arrow-left:before {
  border-left-color: #00bcd4;
}
.bs-callout-cyan .callout-arrow-right:before {
  border-right-color: #00bcd4;
}
.climacon-cyan.climacon-darken-1 .climacon_component-stroke {
  fill: #00acc1;
}
.climacon-cyan.climacon-darken-2 .climacon_component-stroke {
  fill: #0097a7;
}
.climacon-cyan.climacon-darken-3 .climacon_component-stroke {
  fill: #00838f;
}
.climacon-cyan.climacon-darken-4 .climacon_component-stroke {
  fill: #006064;
}
.climacon-cyan.climacon-accent-1 .climacon_component-stroke {
  fill: #84ffff;
}
.climacon-cyan.climacon-accent-2 .climacon_component-stroke {
  fill: #18ffff;
}
.climacon-cyan.climacon-accent-3 .climacon_component-stroke {
  fill: #00e5ff;
}
.climacon-cyan.climacon-accent-4 .climacon_component-stroke {
  fill: #00b8d4;
}
.climacon-teal.climacon-lighten-5 .climacon_component-stroke {
  fill: #e0f2f1;
}
.climacon-teal.climacon-lighten-4 .climacon_component-stroke {
  fill: #b2dfdb;
}
.climacon-teal.climacon-lighten-3 .climacon_component-stroke {
  fill: #80cbc4;
}
.climacon-teal.climacon-lighten-2 .climacon_component-stroke {
  fill: #4db6ac;
}
.climacon-teal.climacon-lighten-1 .climacon_component-stroke {
  fill: #26a69a;
}
.bs-callout-teal {
  display: block;
  border-color: #009688 !important;
  background-color: #3affed;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-teal h1, .bs-callout-teal h2, .bs-callout-teal h3, .bs-callout-teal h4, .bs-callout-teal h5, .bs-callout-teal h6 {
  margin-top: 0;
  color: #009688;
}
.bs-callout-teal p:last-child {
  margin-bottom: 0;
}
.bs-callout-teal code, .bs-callout-teal .highlight {
  background-color: #fff;
}
.bs-callout-teal.callout-transparent {
  display: block;
  border-color: #009688 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-teal.callout-transparent h1, .bs-callout-teal.callout-transparent h2, .bs-callout-teal.callout-transparent h3, .bs-callout-teal.callout-transparent h4, .bs-callout-teal.callout-transparent h5, .bs-callout-teal.callout-transparent h6 {
  margin-top: 0;
  color: #009688;
}
.bs-callout-teal.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-teal.callout-transparent code, .bs-callout-teal.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-teal .callout-arrow-left:before {
  border-left-color: #009688;
}
.bs-callout-teal .callout-arrow-right:before {
  border-right-color: #009688;
}
.climacon-teal.climacon-darken-1 .climacon_component-stroke {
  fill: #00897b;
}
.climacon-teal.climacon-darken-2 .climacon_component-stroke {
  fill: #00796b;
}
.climacon-teal.climacon-darken-3 .climacon_component-stroke {
  fill: #00695c;
}
.climacon-teal.climacon-darken-4 .climacon_component-stroke {
  fill: #004d40;
}
.climacon-teal.climacon-accent-1 .climacon_component-stroke {
  fill: #a7ffeb;
}
.climacon-teal.climacon-accent-2 .climacon_component-stroke {
  fill: #64ffda;
}
.climacon-teal.climacon-accent-3 .climacon_component-stroke {
  fill: #1de9b6;
}
.climacon-teal.climacon-accent-4 .climacon_component-stroke {
  fill: #00bfa5;
}
.climacon-yellow.climacon-lighten-5 .climacon_component-stroke {
  fill: #fffde7;
}
.climacon-yellow.climacon-lighten-4 .climacon_component-stroke {
  fill: #fff9c4;
}
.climacon-yellow.climacon-lighten-3 .climacon_component-stroke {
  fill: #fff59d;
}
.climacon-yellow.climacon-lighten-2 .climacon_component-stroke {
  fill: #fff176;
}
.climacon-yellow.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffee58;
}
.bs-callout-yellow {
  display: block;
  border-color: #ffeb3b !important;
  background-color: #fffcde;
  border-radius: 0.25rem;
  color: #3b3500;
}
.bs-callout-yellow h1, .bs-callout-yellow h2, .bs-callout-yellow h3, .bs-callout-yellow h4, .bs-callout-yellow h5, .bs-callout-yellow h6 {
  margin-top: 0;
  color: #ffeb3b;
}
.bs-callout-yellow p:last-child {
  margin-bottom: 0;
}
.bs-callout-yellow code, .bs-callout-yellow .highlight {
  background-color: #fff;
}
.bs-callout-yellow.callout-transparent {
  display: block;
  border-color: #ffeb3b !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #3b3500;
}
.bs-callout-yellow.callout-transparent h1, .bs-callout-yellow.callout-transparent h2, .bs-callout-yellow.callout-transparent h3, .bs-callout-yellow.callout-transparent h4, .bs-callout-yellow.callout-transparent h5, .bs-callout-yellow.callout-transparent h6 {
  margin-top: 0;
  color: #ffeb3b;
}
.bs-callout-yellow.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-yellow.callout-transparent code, .bs-callout-yellow.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-yellow .callout-arrow-left:before {
  border-left-color: #ffeb3b;
}
.bs-callout-yellow .callout-arrow-right:before {
  border-right-color: #ffeb3b;
}
.climacon-yellow.climacon-darken-1 .climacon_component-stroke {
  fill: #fdd835;
}
.climacon-yellow.climacon-darken-2 .climacon_component-stroke {
  fill: #fbc02d;
}
.climacon-yellow.climacon-darken-3 .climacon_component-stroke {
  fill: #f9a825;
}
.climacon-yellow.climacon-darken-4 .climacon_component-stroke {
  fill: #f57f17;
}
.climacon-yellow.climacon-accent-1 .climacon_component-stroke {
  fill: #ffff8d;
}
.climacon-yellow.climacon-accent-2 .climacon_component-stroke {
  fill: #ffff00;
}
.climacon-yellow.climacon-accent-3 .climacon_component-stroke {
  fill: #ffea00;
}
.climacon-yellow.climacon-accent-4 .climacon_component-stroke {
  fill: #ffd600;
}
.climacon-amber.climacon-lighten-5 .climacon_component-stroke {
  fill: #fff8e1;
}
.climacon-amber.climacon-lighten-4 .climacon_component-stroke {
  fill: #ffecb3;
}
.climacon-amber.climacon-lighten-3 .climacon_component-stroke {
  fill: #ffe082;
}
.climacon-amber.climacon-lighten-2 .climacon_component-stroke {
  fill: #ffd54f;
}
.climacon-amber.climacon-lighten-1 .climacon_component-stroke {
  fill: #ffca28;
}
.bs-callout-amber {
  display: block;
  border-color: #ffc107 !important;
  background-color: #ffeaaa;
  border-radius: 0.25rem;
  color: #070500;
}
.bs-callout-amber h1, .bs-callout-amber h2, .bs-callout-amber h3, .bs-callout-amber h4, .bs-callout-amber h5, .bs-callout-amber h6 {
  margin-top: 0;
  color: #ffc107;
}
.bs-callout-amber p:last-child {
  margin-bottom: 0;
}
.bs-callout-amber code, .bs-callout-amber .highlight {
  background-color: #fff;
}
.bs-callout-amber.callout-transparent {
  display: block;
  border-color: #ffc107 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #070500;
}
.bs-callout-amber.callout-transparent h1, .bs-callout-amber.callout-transparent h2, .bs-callout-amber.callout-transparent h3, .bs-callout-amber.callout-transparent h4, .bs-callout-amber.callout-transparent h5, .bs-callout-amber.callout-transparent h6 {
  margin-top: 0;
  color: #ffc107;
}
.bs-callout-amber.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-amber.callout-transparent code, .bs-callout-amber.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-amber .callout-arrow-left:before {
  border-left-color: #ffc107;
}
.bs-callout-amber .callout-arrow-right:before {
  border-right-color: #ffc107;
}
.climacon-amber.climacon-darken-1 .climacon_component-stroke {
  fill: #ffb300;
}
.climacon-amber.climacon-darken-2 .climacon_component-stroke {
  fill: #ffa000;
}
.climacon-amber.climacon-darken-3 .climacon_component-stroke {
  fill: #ff8f00;
}
.climacon-amber.climacon-darken-4 .climacon_component-stroke {
  fill: #ff6f00;
}
.climacon-amber.climacon-accent-1 .climacon_component-stroke {
  fill: #ffe57f;
}
.climacon-amber.climacon-accent-2 .climacon_component-stroke {
  fill: #ffd740;
}
.climacon-amber.climacon-accent-3 .climacon_component-stroke {
  fill: #ffc400;
}
.climacon-amber.climacon-accent-4 .climacon_component-stroke {
  fill: #ffab00;
}
.climacon-blue-grey.climacon-lighten-5 .climacon_component-stroke {
  fill: #eceff1;
}
.climacon-blue-grey.climacon-lighten-4 .climacon_component-stroke {
  fill: #cfd8dc;
}
.climacon-blue-grey.climacon-lighten-3 .climacon_component-stroke {
  fill: #b0bec5;
}
.climacon-blue-grey.climacon-lighten-2 .climacon_component-stroke {
  fill: #90a4ae;
}
.climacon-blue-grey.climacon-lighten-1 .climacon_component-stroke {
  fill: #78909c;
}
.bs-callout-blue-grey {
  display: block;
  border-color: #607d8b !important;
  background-color: #bdcbd1;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-blue-grey h1, .bs-callout-blue-grey h2, .bs-callout-blue-grey h3, .bs-callout-blue-grey h4, .bs-callout-blue-grey h5, .bs-callout-blue-grey h6 {
  margin-top: 0;
  color: #607d8b;
}
.bs-callout-blue-grey p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue-grey code, .bs-callout-blue-grey .highlight {
  background-color: #fff;
}
.bs-callout-blue-grey.callout-transparent {
  display: block;
  border-color: #607d8b !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-blue-grey.callout-transparent h1, .bs-callout-blue-grey.callout-transparent h2, .bs-callout-blue-grey.callout-transparent h3, .bs-callout-blue-grey.callout-transparent h4, .bs-callout-blue-grey.callout-transparent h5, .bs-callout-blue-grey.callout-transparent h6 {
  margin-top: 0;
  color: #607d8b;
}
.bs-callout-blue-grey.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-blue-grey.callout-transparent code, .bs-callout-blue-grey.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-blue-grey .callout-arrow-left:before {
  border-left-color: #607d8b;
}
.bs-callout-blue-grey .callout-arrow-right:before {
  border-right-color: #607d8b;
}
.climacon-blue-grey.climacon-darken-1 .climacon_component-stroke {
  fill: #546e7a;
}
.climacon-blue-grey.climacon-darken-2 .climacon_component-stroke {
  fill: #455a64;
}
.climacon-blue-grey.climacon-darken-3 .climacon_component-stroke {
  fill: #37474f;
}
.climacon-blue-grey.climacon-darken-4 .climacon_component-stroke {
  fill: #263238;
}
.climacon-grey-blue.climacon-lighten-5 .climacon_component-stroke {
  fill: #eceff1;
}
.climacon-grey-blue.climacon-lighten-4 .climacon_component-stroke {
  fill: #cfd8dc;
}
.climacon-grey-blue.climacon-lighten-3 .climacon_component-stroke {
  fill: #b0bec5;
}
.climacon-grey-blue.climacon-lighten-2 .climacon_component-stroke {
  fill: #6f85ad;
}
.climacon-grey-blue.climacon-lighten-1 .climacon_component-stroke {
  fill: #78909c;
}
.bs-callout-grey-blue {
  display: block;
  border-color: #1b2942 !important;
  background-color: #4b71b5;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-grey-blue h1, .bs-callout-grey-blue h2, .bs-callout-grey-blue h3, .bs-callout-grey-blue h4, .bs-callout-grey-blue h5, .bs-callout-grey-blue h6 {
  margin-top: 0;
  color: #1b2942;
}
.bs-callout-grey-blue p:last-child {
  margin-bottom: 0;
}
.bs-callout-grey-blue code, .bs-callout-grey-blue .highlight {
  background-color: #fff;
}
.bs-callout-grey-blue.callout-transparent {
  display: block;
  border-color: #1b2942 !important;
  background-color: transparent;
  border-radius: 0.25rem;
  color: black;
}
.bs-callout-grey-blue.callout-transparent h1, .bs-callout-grey-blue.callout-transparent h2, .bs-callout-grey-blue.callout-transparent h3, .bs-callout-grey-blue.callout-transparent h4, .bs-callout-grey-blue.callout-transparent h5, .bs-callout-grey-blue.callout-transparent h6 {
  margin-top: 0;
  color: #1b2942;
}
.bs-callout-grey-blue.callout-transparent p:last-child {
  margin-bottom: 0;
}
.bs-callout-grey-blue.callout-transparent code, .bs-callout-grey-blue.callout-transparent .highlight {
  background-color: #fff;
}
.bs-callout-grey-blue .callout-arrow-left:before {
  border-left-color: #1b2942;
}
.bs-callout-grey-blue .callout-arrow-right:before {
  border-right-color: #1b2942;
}
.climacon-grey-blue.climacon-darken-1 .climacon_component-stroke {
  fill: #546e7a;
}
.climacon-grey-blue.climacon-darken-2 .climacon_component-stroke {
  fill: #2c303b;
}
.climacon-grey-blue.climacon-darken-3 .climacon_component-stroke {
  fill: #37474f;
}
.climacon-grey-blue.climacon-darken-4 .climacon_component-stroke {
  fill: #263238;
}
.climacon-shades.climacon-black .climacon_component-stroke {
  fill: #000000;
}
.climacon-shades.climacon-white .climacon_component-stroke {
  fill: #ffffff;
}
.climacon-shades.climacon-transparent .climacon_component-stroke {
  fill: transparent;
}
/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/* Custom Loader.CSS */
.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
}
.double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.double-bounce .child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: doubleBounce 2s infinite ease-in-out;
          animation: doubleBounce 2s infinite ease-in-out;
}
.double-bounce .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.chasing-dots {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: chasingDotsRotate 2s infinite linear;
          animation: chasingDotsRotate 2s infinite linear;
}
.chasing-dots .child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: chasingDotsBounce 2s infinite ease-in-out;
          animation: chasingDotsBounce 2s infinite ease-in-out;
}
.chasing-dots .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 * Spinner positions
 * 1 2 3
 * 4 5 6
 * 7 8 9
 */
.cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.cube-grid .cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.cube-grid .cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.cube-grid .cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.cube-grid .cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.cube-grid .cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.cube-grid .cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.cube-grid .cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.cube-grid .cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.cube-grid .cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.cube-grid .cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.fading-circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fading-circle .circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
          animation: circleFadeDelay 1.2s infinite ease-in-out both;
}
.fading-circle .circle2 {
  transform: rotate(30deg);
}
.fading-circle .circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.fading-circle .circle3 {
  transform: rotate(60deg);
}
.fading-circle .circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.fading-circle .circle4 {
  transform: rotate(90deg);
}
.fading-circle .circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.fading-circle .circle5 {
  transform: rotate(120deg);
}
.fading-circle .circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.fading-circle .circle6 {
  transform: rotate(150deg);
}
.fading-circle .circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.fading-circle .circle7 {
  transform: rotate(180deg);
}
.fading-circle .circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.fading-circle .circle8 {
  transform: rotate(210deg);
}
.fading-circle .circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.fading-circle .circle9 {
  transform: rotate(240deg);
}
.fading-circle .circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.fading-circle .circle10 {
  transform: rotate(270deg);
}
.fading-circle .circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.fading-circle .circle11 {
  transform: rotate(300deg);
}
.fading-circle .circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.fading-circle .circle12 {
  transform: rotate(330deg);
}
.fading-circle .circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.folding-cube {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
.folding-cube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.folding-cube .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: foldCubeAngle 2.4s infinite linear both;
          animation: foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.folding-cube .cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.folding-cube .cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.folding-cube .cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.folding-cube .cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.folding-cube .cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.folding-cube .cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}
@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}
.ball-scale-random {
  width: 37px;
  height: 40px;
}
.ball-scale-random > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
          animation: ball-scale 1s 0.2s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
          animation: ball-scale 1s 0.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}
.ball-rotate > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}
.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
          animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}
.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}
.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}
.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #6b6f82;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
  background: #6b6f82;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #6b6f82;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #6b6f82 transparent #6b6f82 transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #6b6f82;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
          animation: rotate 1s 0s ease-in-out infinite;
}
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  border-color: #6b6f82 transparent #6b6f82 transparent;
  animation-direction: reverse;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #6b6f82;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #6b6f82;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
          animation-delay: -0.35s !important;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
          animation: ball-scale-multiple 1s 0s linear infinite;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  transform: translate(-29.9940011998px, -37.5093773443px);
}
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
          animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
          animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
          animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #6b6f82;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: scale(0.4);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
          animation-name: ball-pulse-rise-even;
}
.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
          animation-name: ball-pulse-rise-odd;
}
@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}
.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.13s;
          animation-delay: -0.13s;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
}
.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
  -webkit-animation-duration: 1.34s;
          animation-duration: 1.34s;
}
.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.73s;
          animation-delay: 0.73s;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
}
.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 0.87s;
          animation-duration: 0.87s;
}
.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-animation-duration: 1.03s;
          animation-duration: 1.03s;
}
.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
  -webkit-animation-duration: 0.83s;
          animation-duration: 0.83s;
}
.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
  -webkit-animation-duration: 0.95s;
          animation-duration: 0.95s;
}
.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
.ball-grid-beat > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
          animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@-webkit-keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: -0.11s;
          animation-delay: -0.11s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
  -webkit-animation-duration: 0.99s;
          animation-duration: 0.99s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.53s;
          animation-delay: 0.53s;
  -webkit-animation-duration: 0.66s;
          animation-duration: 0.66s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.67s;
          animation-delay: 0.67s;
  -webkit-animation-duration: 0.64s;
          animation-duration: 0.64s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
  -webkit-animation-duration: 1.09s;
          animation-duration: 1.09s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.19s;
          animation-delay: 0.19s;
  -webkit-animation-duration: 0.83s;
          animation-duration: 0.83s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 1.45s;
          animation-duration: 1.45s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-animation-duration: 0.66s;
          animation-duration: 0.66s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
  -webkit-animation-duration: 1.09s;
          animation-duration: 1.09s;
}
.ball-grid-pulse > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
          animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
          animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.0454545455px;
  left: 17.0454545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
          animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
          animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.0454545455px;
  left: 17.0454545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
          animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
          animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.0454545455px;
  left: -17.0454545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
          animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
          animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.0454545455px;
  left: -17.0454545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
          animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
          animation: ball-spin-loader 2s 0.9s infinite linear;
}
.ball-spin-loader > span:nth-child(2) {
  top: 30.6818181818px;
  left: 30.6818181818px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
          animation: ball-spin-loader 2s 1.8s infinite linear;
}
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
          animation: ball-spin-loader 2s 2.7s infinite linear;
}
.ball-spin-loader > span:nth-child(4) {
  top: -30.6818181818px;
  left: 30.6818181818px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
          animation: ball-spin-loader 2s 3.6s infinite linear;
}
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
          animation: ball-spin-loader 2s 4.5s infinite linear;
}
.ball-spin-loader > span:nth-child(6) {
  top: -30.6818181818px;
  left: -30.6818181818px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
          animation: ball-spin-loader 2s 5.4s infinite linear;
}
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
          animation: ball-spin-loader 2s 6.3s infinite linear;
}
.ball-spin-loader > span:nth-child(8) {
  top: 30.6818181818px;
  left: -30.6818181818px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
          animation: ball-spin-loader 2s 7.2s infinite linear;
}
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}
@-webkit-keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
          animation: ball-zig 0.7s 0s infinite linear;
}
.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
          animation: ball-zag 0.7s 0s infinite linear;
}
@-webkit-keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px);
  }
  34% {
    transform: translate(15px, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(15px, -30px);
  }
  84% {
    transform: translate(-15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px);
  }
  34% {
    transform: translate(15px, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(15px, -30px);
  }
  84% {
    transform: translate(-15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px);
  }
  34% {
    transform: translate(-15px, 30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(-15px, 30px);
  }
  84% {
    transform: translate(15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px);
  }
  34% {
    transform: translate(-15px, 30px);
  }
  50% {
    transform: translate(0, 0);
  }
  67% {
    transform: translate(-15px, 30px);
  }
  84% {
    transform: translate(15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
          animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
          animation: ball-zag-deflect 1.5s 0s infinite linear;
}
/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes line-scale-party {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.01s;
          animation-delay: -0.01s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.91s;
          animation-duration: 0.91s;
}
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
  -webkit-animation-duration: 1.11s;
          animation-duration: 1.11s;
}
.line-scale-party > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
          animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.6363636364px;
  left: 13.6363636364px;
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.6363636364px;
  left: 13.6363636364px;
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.6363636364px;
  left: -13.6363636364px;
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.6363636364px;
  left: -13.6363636364px;
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.line-spin-fade-loader > div {
  background-color: #6b6f82;
  width: 4px;
  height: 3.45rem;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #6b6f82;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@-webkit-keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #6b6f82;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
          animation: pacman-balls 1s -0.99s infinite linear;
}
.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
          animation: pacman-balls 1s -0.66s infinite linear;
}
.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
          animation: pacman-balls 1s -0.33s infinite linear;
}
.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
          animation: pacman-balls 1s 0s infinite linear;
}
.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #6b6f82;
  border-left: 25px solid #6b6f82;
  border-bottom: 25px solid #6b6f82;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
          animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #6b6f82;
  border-left: 25px solid #6b6f82;
  border-bottom: 25px solid #6b6f82;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
          animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #6b6f82;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}
@-webkit-keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #6b6f82;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
          animation: cube-transition 1.6s 0s infinite ease-in-out;
}
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes spin-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
          animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0%, transparent 70%, #6b6f82 30%, #6b6f82 100%);
  width: 100%;
  height: 100%;
}
.loader-wrapper {
  position: relative;
}
.loader-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
#preloader-wrapper .loader-section {
  position: fixed;
  width: 100%;
  height: 51%;
  background: #222222;
  z-index: 1050;
}
#preloader-wrapper .loader-section.section-top {
  top: 0;
}
#preloader-wrapper .loader-section.section-bottom {
  bottom: 0;
}
#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1051;
  /* anything higher than z-index: 1000 of .loader-section */
}
/* Loaded */
.loaded #preloader-wrapper .loader-section.section-top {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
}
.loaded #preloader-wrapper .loader-section.section-bottom {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(100%);
  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader {
  opacity: 0;
}
.loaded #preloader-wrapper {
  visibility: hidden;
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #preloader-wrapper .loader-section.section-bottom,
.loaded #preloader-wrapper .loader-section.section-top {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* --------------------------------
Horizontal Timeline
-------------------------------- */
@-webkit-keyframes "cd-enter-right" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes "cd-enter-right" {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes "cd-enter-left" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes "cd-enter-left" {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  right: 0;
}
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  left: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 39px;
  height: 2px;
  background: #dfdfdf;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #1e9ff2;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1e9ff2;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li.enter-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
  animation-direction: reverse;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #1e9ff2;
  border-color: #1e9ff2;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #1e9ff2;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url("/assets/images/svg/cd-arrow.svg") no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 4rem;
    font-weight: 800;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5rem;
  }
}
/* Timeline */
.timeline {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.timeline:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline:before {
  content: " ";
  display: table;
}
.timeline > li {
  list-style: none;
}
.timeline > li:nth-child(even) {
  float: left;
  clear: left;
}
.timeline > li:nth-child(odd) {
  float: right;
  clear: right;
}
.timeline .media {
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.timeline .media p {
  font-size: 13px;
}
.timeline .media:last-child {
  border-bottom: 0;
}
.timeline-line + .timeline-item {
  margin-top: -20px;
}
.timeline-group {
  display: block;
  position: relative;
  margin: 20px 0;
  text-align: center;
  float: none !important;
  z-index: 1;
}
.timeline-poster {
  margin-top: -20px;
}
.timeline-poster .btn-link {
  color: #a1aab0;
}
.timeline-poster .btn-link:active {
  color: #3e5771;
}
.timeline-poster .btn-link:focus {
  color: #3e5771;
}
.timeline-poster .btn-link:hover {
  color: #3e5771;
}
.timeline-poster .btn-link.active {
  color: #3e5771;
}
#timeline.timeline-center .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-center .timeline-item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 0 50px 35px;
}
#timeline.timeline-center .timeline-item:nth-child(even) {
  padding: 0px 35px 50px 0px;
}
#timeline.timeline-center .timeline-item:nth-child(even):after {
  content: "";
  position: absolute;
  right: 19px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  z-index: 1;
  right: 24px;
  top: 20px;
  border-left: 11px solid #fff;
}
#timeline.timeline-center .timeline-item:nth-child(even):before {
  content: "";
  position: absolute;
  right: 23px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  z-index: 1;
}
#timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
  right: -20px;
}
#timeline.timeline-center .timeline-item:nth-child(odd) {
  padding: 0px 0px 50px 35px;
}
#timeline.timeline-center .timeline-item:nth-child(odd):after {
  content: "";
  position: absolute;
  left: 19px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  z-index: 1;
  left: 24px;
  top: 20px;
  border-right: 11px solid #fff;
}
#timeline.timeline-center .timeline-item:nth-child(odd):before {
  content: "";
  position: absolute;
  left: 23px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  z-index: 1;
}
#timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
  left: -20px;
}
#timeline.timeline-center .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span i {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline.timeline-right .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 2px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-right .timeline-group {
  text-align: right;
}
#timeline.timeline-right .timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 43px 35px 0px;
}
#timeline.timeline-right .timeline-item:after {
  content: "";
  position: absolute;
  right: 33px;
  top: 21px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 11px solid #F4F5FA;
  border-bottom: 11px solid #F4F5FA;
  border: 0;
  border-left: 11px solid #fff;
}
#timeline.timeline-right .timeline-item:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}
#timeline.timeline-right .timeline-item > .timeline-badge {
  right: -8px;
}
#timeline.timeline-right .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span i {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline.timeline-right .timeline-item.block:nth-child(even):before {
  right: 8px;
  left: auto;
}
#timeline.timeline-right .timeline-item.block:nth-child(even):after {
  right: 11px;
  left: auto;
}
#timeline.timeline-right .timeline-item.block:nth-child(odd):after {
  right: 8px;
  right: auto;
}
#timeline.timeline-left .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 2px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-left .timeline-group {
  text-align: left;
}
#timeline.timeline-left .timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 35px 43px;
}
#timeline.timeline-left .timeline-item:after {
  content: "";
  position: absolute;
  left: 33px;
  top: 21px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 11px solid #F4F5FA;
  border-bottom: 11px solid #F4F5FA;
  border: 0;
  border-right: 11px solid #fff;
}
#timeline.timeline-left .timeline-item:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 1;
}
#timeline.timeline-left .timeline-item > .timeline-badge {
  left: -8px;
}
#timeline.timeline-left .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span i {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline .timeline-item.block:nth-child(even) {
  width: 100% !important;
  margin-top: 5px;
}
#timeline .timeline-item.block:nth-child(even):after {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translate(-50%, 0);
  /* top: -10px;
  border: 0;
  border-left: 11px solid $body-bg;
  border-right: 11px solid $body-bg;
  border-bottom: 11px solid #fff; */
}
#timeline .timeline-item.block:nth-child(even):before {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(even) > .timeline-badge {
  top: -28px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(odd) {
  width: 100% !important;
  margin-top: 5px;
}
#timeline .timeline-item.block:nth-child(odd):after {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  transform: translate(-50%, 0);
  top: -10px;
  border: 0;
  border-left: 11px solid #F4F5FA;
  border-right: 11px solid #F4F5FA;
  border-bottom: 11px solid #fff;
}
#timeline .timeline-item.block:nth-child(odd):before {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
  top: -28px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
.timeline-actions {
  display: none;
}
.timeline-content {
  padding: 15px;
}
.timeline-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
  border-radius: 0 0 5px 5px;
}
.timeline-heading {
  padding: 15px;
  font-size: 20px;
}
.timeline-liveliness {
  padding: 15px;
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
}
.timeline-heading + .timeline-content {
  padding-top: 0;
}
.timeline-date {
  font-size: 14px;
  color: #aaa;
}
.timeline-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.timeline-embed .embed-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-img {
  display: block;
  padding: 5px 0;
}
.timeline-img.first {
  margin-right: -10px;
}
.timeline-img.middle {
  margin-right: -10px;
  margin-left: -10px;
}
.timeline-img.last {
  margin-left: -10px;
}
.timeline-resume {
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
}
.timeline-avatar {
  margin-top: -2px;
  margin-right: 10px;
}
.timeline-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
  color: #3e5771;
  text-decoration: none;
}
.timeline-title > small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #a1aab0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapkit-content-rtl .timeline-avatar {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .timeline-item:nth-child(even) {
    padding: 0px 35px 50px 0px;
  }
  .timeline-item:nth-child(odd) {
    padding: 0 0px 50px 35px;
  }
}
@media (max-width: 991.98px) {
  .timeline {
    padding-left: 15px;
  }

  .timeline-line {
    left: 15px;
  }

  .timeline-group {
    display: inline-block;
    margin-left: -22px;
  }

  .timeline-item {
    width: 100% !important;
    margin-top: 0 !important;
    padding-right: 10px;
  }
  .timeline-item:nth-child(even):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 40px;
    top: 21px;
    border-top: 11px solid #F4F5FA;
    border-bottom: 11px solid #F4F5FA;
    border-right: 11px solid #fff;
  }
  .timeline-item:nth-child(even):before {
    left: 39px;
    top: 20px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }
  .timeline-item:nth-child(even) > .timeline-badge {
    top: 12px;
    left: -20px;
    right: auto;
    transform: translate(0, 0);
  }
  .timeline-item:nth-child(odd):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 40px;
    top: 21px;
    border-top: 11px solid #F4F5FA;
    border-bottom: 11px solid #F4F5FA;
    border-right: 11px solid #fff;
  }
  .timeline-item:nth-child(odd):before {
    left: 39px;
    top: 20px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }
  .timeline-item:nth-child(odd) > .timeline-badge {
    top: 12px;
    left: -20px;
    right: auto;
    transform: translate(0, 0);
  }

  .timeline-item.block:nth-child(even) {
    padding-bottom: 0;
  }
  .timeline-item.block:nth-child(even):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 20px;
    top: 11px;
    border-top: 11px solid #F4F5FA;
    border-bottom: 11px solid #F4F5FA;
    border-right: 11px solid #fff;
  }
  .timeline-item.block:nth-child(even):before {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }
  .timeline-item.block:nth-child(even) > .timeline-badge {
    top: 12px;
    left: -6px;
    right: auto;
    transform: translate(0, 0);
  }
  .timeline-item.block:nth-child(odd) {
    padding-bottom: 0;
  }
  .timeline-item.block:nth-child(odd):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 20px;
    top: 11px;
    border-top: 11px solid #F4F5FA;
    border-bottom: 11px solid #F4F5FA;
    border-right: 11px solid #fff;
  }
  .timeline-item.block:nth-child(odd):before {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }
  .timeline-item.block:nth-child(odd) > .timeline-badge {
    top: 12px;
    left: -6px;
    right: auto;
    transform: translate(0, 0);
  }
}
@media (max-width: 991.98px) {
  #timeline.timeline-wrapper .timeline {
    padding: 0;
  }
  #timeline.timeline-wrapper .timeline .card-body {
    text-align: left;
  }
  #timeline.timeline-wrapper .timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #ddd;
    transform: translate(-50%, 0);
  }
  #timeline.timeline-wrapper .timeline-group {
    display: block;
    margin-left: -6px;
    text-align: center;
  }
  #timeline.timeline-wrapper .timeline-item {
    display: block;
    padding: 20px 0 20px !important;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(even) {
    float: none;
    clear: both;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(even):after {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(even):before {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(odd) {
    float: none;
    clear: both;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(odd):after {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item:nth-child(odd):before {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item > .timeline-badge {
    top: 0px !important;
    left: 45% !important;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(even) {
    float: none;
    clear: both;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(even):after {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(even):before {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(odd) {
    float: none;
    clear: both;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before {
    display: none;
  }
  #timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .timeline-item > .timeline-badge {
    top: 0px !important;
    left: 44% !important;
  }
}
.form-simple input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-simple input[type=mail] {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-simple input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.help-block ul {
  margin: 0 !important;
  padding: 0 !important;
}
.help-block ul li {
  list-style: none;
}
.completed .media-body {
  text-decoration: line-through;
}
.todo .content-wrapper {
  padding: 0 !important;
}
.todo .content-header {
  margin: 0 !important;
}
.todo .content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 2;
  visibility: hidden;
}
.todo .content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.todo .search {
  position: relative;
  padding: 1.5rem;
}
.todo .search .basic-search {
  width: 100%;
  border: 1px solid #E4E7ED;
  padding: 1.25rem;
  border-radius: 4px;
}
.todo .search i {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
}
.todo .no-result {
  display: block !important;
}
.todo .no-items {
  display: none !important;
}
.todo .todo-form {
  position: relative;
  overflow: hidden;
}
.todo .todo-form .form-control-position.control-position-right {
  right: 18px;
  top: 2px;
  cursor: pointer;
}
.todo .todo-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1;
}
.todo .todo-desc {
  color: #98a4b8;
  font-size: 0.9rem;
  letter-spacing: 0.35px;
}
.todo .dragme {
  position: relative;
  left: -0.5rem;
  top: 0.15rem;
  cursor: move;
  color: #98a4b8;
  margin-right: 0.5rem;
}
.todo .todo-list {
  height: calc(100% - 19rem);
  position: relative;
}
.todo .todo-list.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
}
@media only screen and (max-width: 991px) {
  .todo .app-content .sidebar-left {
    display: none;
    transform: translateX(-100%);
    transition: 300ms ease all;
  }
  .todo .app-content .sidebar-left.show {
    display: block;
    position: fixed;
    top: 71px;
    width: 300px;
    z-index: 999;
    transform: translateX(0%);
    height: calc(100% - 71px);
    transition: 300ms ease all;
    overflow-y: scroll;
  }
  .todo .app-content .sidebar-left.show .card {
    margin-bottom: 0;
  }
  .todo .app-content .sidebar-todo .sidebar-todo-container {
    overflow: scroll;
    height: auto;
  }
  .todo .search {
    margin-left: 3.25rem;
  }
  .todo .sidebar-toggle {
    cursor: pointer;
    position: absolute;
    left: 2rem;
    top: 2.5rem;
  }

  .horizontal-layout.todo .sidebar-toggle {
    left: 1.5rem;
    top: 2.5rem;
    position: absolute;
  }
  .horizontal-layout.todo .content-overlay {
    position: fixed;
    top: 70px;
  }
  .horizontal-layout .app-content .sidebar-left {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .todo .sidebar-toggle {
    left: 1.5rem;
  }

  .todo-details .todo-title .badge {
    margin-top: 0.5rem;
  }
}
/* Todo Application css */
/*----------------------*/
.sidebar {
  width: 270px !important;
}
.content-right {
  width: calc(100% - 270px) !important;
}
.todo-application {
  border-radius: 0.25rem;
}
.todo-application .border-bottom,
.todo-application .border,
.todo-application .form-control {
  border-color: #E4E7ED !important;
}
.todo-application .sidebar {
  position: inherit;
}
.todo-application .sidebar .todo-sidebar {
  /* todo-sidebar menu */
  width: 260px;
  height: calc(100vh - 8.5rem);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.todo-application .sidebar .todo-sidebar .sidebar-close-icon {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  visibility: hidden;
}
.todo-application .sidebar .todo-sidebar .todo-app-menu {
  width: 100%;
  padding: 0.5rem 0;
}
.todo-application .sidebar .todo-sidebar .todo-app-menu .add-task {
  padding: 1px 1.5rem;
  margin-bottom: 0.25rem;
}
.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
  padding: 0 1.5rem;
  position: relative;
  height: calc(100% - 5.4rem);
}
.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .filter-label {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  color: #bac0c7;
}
.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item {
  box-shadow: none;
  padding: 0.5rem 0rem;
  color: #6b6f82;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0.25rem !important;
}
.todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active {
  background-color: #666ee8 !important;
}
.todo-application .todo-new-task-sidebar {
  /* todo-new-task-sidebar */
  height: calc(100vh - 8.3rem);
  width: 400px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  position: absolute;
  transform: translateX(120%);
  transition: all 0.3s ease-in-out;
  z-index: 8;
  right: 2.6rem;
  bottom: 0;
}
.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: none;
}
.todo-application .todo-new-task-sidebar .close-icon i {
  font-size: 1.75rem;
}
.todo-application .todo-new-task-sidebar .task-title {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
}
.todo-application .todo-new-task-sidebar .assigned .avatar .avatar-content {
  height: 30px;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single {
  border-color: #E4E7ED !important;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:hover {
  border: 1px solid #E4E5EC !important;
  outline: none;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:focus {
  outline: none;
  border-color: #E4E5EC !important;
  box-shadow: none !important;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.todo-application .todo-new-task-sidebar .assigned .select-box .select2-container.select2-container--open .select2-selection--single {
  border-color: #E4E7ED !important;
}
.todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:hover {
  border-color: #E4E5EC;
}
.todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:focus {
  border-color: #E4E5EC;
  box-shadow: none;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice {
  border-radius: 2rem;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice span {
  color: #6b6f82 !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title=Frontend] {
  background-color: #E2ECFF !important;
  color: #666ee8 !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title=Backend] {
  background-color: #D2FFE8 !important;
  color: #28d094 !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title=Issue] {
  background-color: #FFDEDE !important;
  color: #ff4961 !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title=Design] {
  background-color: #FFEED9 !important;
  color: #ff9149 !important;
}
.todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title=Wireframe] {
  background-color: #CCF5F8 !important;
  color: #1e9ff2 !important;
}
.todo-application .todo-new-task-sidebar .snow-container {
  position: relative;
}
.todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow {
  border: none;
}
.todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow .ql-tooltip {
  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, 0.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 {
  /* Todo Fixed search */
  padding: 0.51rem 0.1rem;
  border-bottom: 1px solid #E4E5EC;
  background-color: #fff;
  border-top-right-radius: 0.25rem;
}
.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input {
  border: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input:focus {
  box-shadow: none;
}
.todo-application .content-right .todo-app-list-wrapper .todo-fixed-search .todo-sort .sorting {
  padding: 0.6rem 1.2rem;
  border: 1px solid #E4E5EC;
}
.todo-application .content-right .todo-app-list-wrapper .sidebar-toggle {
  /* Sidebar toggle icon */
  cursor: pointer;
  margin: 0.5rem 0.99rem;
  line-height: 1;
}
.todo-application .content-right .todo-app-list-wrapper .sidebar-toggle i {
  font-size: 1.75rem;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
  position: relative;
  height: calc(100vh - 1.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 0.3s ease-in-out;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item {
  /* todo item */
  cursor: pointer;
  -webkit-animation: fadeIn 0.5s linear;
          animation: fadeIn 0.5s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
  padding: 0.8rem 1rem 0.4rem 0.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 0.3s ease-out;
  opacity: 0;
  margin-right: 0.2rem;
  cursor: move;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover {
  box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
  border-color: transparent;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover .handle {
  opacity: 1;
  transition: all 0.35s ease 0s !important;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  color: #6b6f82;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-favorite,
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-delete {
  color: #c7cfd6;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(21) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(22) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(23) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(24) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(25) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(27) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(28) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(29) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(30) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(31) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(32) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(33) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(34) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(35) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(36) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(37) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(38) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(39) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(40) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(41) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(42) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(43) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(44) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(45) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(46) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(47) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(48) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(49) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(50) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(51) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(52) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(53) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(54) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(55) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(56) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(57) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(58) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(59) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(60) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(61) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(62) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(63) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(64) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(65) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(66) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(67) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(68) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(69) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(70) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(71) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(72) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(73) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(74) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(75) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(76) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(77) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(78) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(79) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(80) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(81) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(82) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(83) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(84) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(85) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(86) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(87) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(88) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(89) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(90) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(91) {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(92) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(93) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(94) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(95) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(96) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(97) {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(98) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(99) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(100) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(101) {
  -webkit-animation-delay: 10.1s;
          animation-delay: 10.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(102) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(103) {
  -webkit-animation-delay: 10.3s;
          animation-delay: 10.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(104) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(105) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(106) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(107) {
  -webkit-animation-delay: 10.7s;
          animation-delay: 10.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(108) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(109) {
  -webkit-animation-delay: 10.9s;
          animation-delay: 10.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(110) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(111) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(112) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(113) {
  -webkit-animation-delay: 11.3s;
          animation-delay: 11.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(114) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(115) {
  -webkit-animation-delay: 11.5s;
          animation-delay: 11.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(116) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(117) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(118) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(119) {
  -webkit-animation-delay: 11.9s;
          animation-delay: 11.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(120) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(121) {
  -webkit-animation-delay: 12.1s;
          animation-delay: 12.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(122) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(123) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(124) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(125) {
  -webkit-animation-delay: 12.5s;
          animation-delay: 12.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(126) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(127) {
  -webkit-animation-delay: 12.7s;
          animation-delay: 12.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(128) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(129) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(130) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(131) {
  -webkit-animation-delay: 13.1s;
          animation-delay: 13.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(132) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(133) {
  -webkit-animation-delay: 13.3s;
          animation-delay: 13.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(134) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(135) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(136) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(137) {
  -webkit-animation-delay: 13.7s;
          animation-delay: 13.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(138) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(139) {
  -webkit-animation-delay: 13.9s;
          animation-delay: 13.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(140) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(141) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(142) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(143) {
  -webkit-animation-delay: 14.3s;
          animation-delay: 14.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(144) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(145) {
  -webkit-animation-delay: 14.5s;
          animation-delay: 14.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(146) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(147) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(148) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(149) {
  -webkit-animation-delay: 14.9s;
          animation-delay: 14.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(150) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(151) {
  -webkit-animation-delay: 15.1s;
          animation-delay: 15.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(152) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(153) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(154) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(155) {
  -webkit-animation-delay: 15.5s;
          animation-delay: 15.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(156) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(157) {
  -webkit-animation-delay: 15.7s;
          animation-delay: 15.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(158) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(159) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(160) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(161) {
  -webkit-animation-delay: 16.1s;
          animation-delay: 16.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(162) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(163) {
  -webkit-animation-delay: 16.3s;
          animation-delay: 16.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(164) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(165) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(166) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(167) {
  -webkit-animation-delay: 16.7s;
          animation-delay: 16.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(168) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(169) {
  -webkit-animation-delay: 16.9s;
          animation-delay: 16.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(170) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(171) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(172) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(173) {
  -webkit-animation-delay: 17.3s;
          animation-delay: 17.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(174) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(175) {
  -webkit-animation-delay: 17.5s;
          animation-delay: 17.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(176) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(177) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(178) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(179) {
  -webkit-animation-delay: 17.9s;
          animation-delay: 17.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(180) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(181) {
  -webkit-animation-delay: 18.1s;
          animation-delay: 18.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(182) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(183) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(184) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(185) {
  -webkit-animation-delay: 18.5s;
          animation-delay: 18.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(186) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(187) {
  -webkit-animation-delay: 18.7s;
          animation-delay: 18.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(188) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(189) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(190) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(191) {
  -webkit-animation-delay: 19.1s;
          animation-delay: 19.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(192) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(193) {
  -webkit-animation-delay: 19.3s;
          animation-delay: 19.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(194) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(195) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(196) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(197) {
  -webkit-animation-delay: 19.7s;
          animation-delay: 19.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(198) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(199) {
  -webkit-animation-delay: 19.9s;
          animation-delay: 19.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(200) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(201) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(202) {
  -webkit-animation-delay: 20.2s;
          animation-delay: 20.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(203) {
  -webkit-animation-delay: 20.3s;
          animation-delay: 20.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(204) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(205) {
  -webkit-animation-delay: 20.5s;
          animation-delay: 20.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(206) {
  -webkit-animation-delay: 20.6s;
          animation-delay: 20.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(207) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(208) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(209) {
  -webkit-animation-delay: 20.9s;
          animation-delay: 20.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(210) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(211) {
  -webkit-animation-delay: 21.1s;
          animation-delay: 21.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(212) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(213) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(214) {
  -webkit-animation-delay: 21.4s;
          animation-delay: 21.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(215) {
  -webkit-animation-delay: 21.5s;
          animation-delay: 21.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(216) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(217) {
  -webkit-animation-delay: 21.7s;
          animation-delay: 21.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(218) {
  -webkit-animation-delay: 21.8s;
          animation-delay: 21.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(219) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(220) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(221) {
  -webkit-animation-delay: 22.1s;
          animation-delay: 22.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(222) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(223) {
  -webkit-animation-delay: 22.3s;
          animation-delay: 22.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(224) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(225) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(226) {
  -webkit-animation-delay: 22.6s;
          animation-delay: 22.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(227) {
  -webkit-animation-delay: 22.7s;
          animation-delay: 22.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(228) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(229) {
  -webkit-animation-delay: 22.9s;
          animation-delay: 22.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(230) {
  -webkit-animation-delay: 23s;
          animation-delay: 23s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(231) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(232) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(233) {
  -webkit-animation-delay: 23.3s;
          animation-delay: 23.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(234) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(235) {
  -webkit-animation-delay: 23.5s;
          animation-delay: 23.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(236) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(237) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(238) {
  -webkit-animation-delay: 23.8s;
          animation-delay: 23.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(239) {
  -webkit-animation-delay: 23.9s;
          animation-delay: 23.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(240) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(241) {
  -webkit-animation-delay: 24.1s;
          animation-delay: 24.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(242) {
  -webkit-animation-delay: 24.2s;
          animation-delay: 24.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(243) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(244) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(245) {
  -webkit-animation-delay: 24.5s;
          animation-delay: 24.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(246) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(247) {
  -webkit-animation-delay: 24.7s;
          animation-delay: 24.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(248) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(249) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(250) {
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(251) {
  -webkit-animation-delay: 25.1s;
          animation-delay: 25.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(252) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(253) {
  -webkit-animation-delay: 25.3s;
          animation-delay: 25.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(254) {
  -webkit-animation-delay: 25.4s;
          animation-delay: 25.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(255) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(256) {
  -webkit-animation-delay: 25.6s;
          animation-delay: 25.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(257) {
  -webkit-animation-delay: 25.7s;
          animation-delay: 25.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(258) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(259) {
  -webkit-animation-delay: 25.9s;
          animation-delay: 25.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(260) {
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(261) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(262) {
  -webkit-animation-delay: 26.2s;
          animation-delay: 26.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(263) {
  -webkit-animation-delay: 26.3s;
          animation-delay: 26.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(264) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(265) {
  -webkit-animation-delay: 26.5s;
          animation-delay: 26.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(266) {
  -webkit-animation-delay: 26.6s;
          animation-delay: 26.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(267) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(268) {
  -webkit-animation-delay: 26.8s;
          animation-delay: 26.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(269) {
  -webkit-animation-delay: 26.9s;
          animation-delay: 26.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(270) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(271) {
  -webkit-animation-delay: 27.1s;
          animation-delay: 27.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(272) {
  -webkit-animation-delay: 27.2s;
          animation-delay: 27.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(273) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(274) {
  -webkit-animation-delay: 27.4s;
          animation-delay: 27.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(275) {
  -webkit-animation-delay: 27.5s;
          animation-delay: 27.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(276) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(277) {
  -webkit-animation-delay: 27.7s;
          animation-delay: 27.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(278) {
  -webkit-animation-delay: 27.8s;
          animation-delay: 27.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(279) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(280) {
  -webkit-animation-delay: 28s;
          animation-delay: 28s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(281) {
  -webkit-animation-delay: 28.1s;
          animation-delay: 28.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(282) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(283) {
  -webkit-animation-delay: 28.3s;
          animation-delay: 28.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(284) {
  -webkit-animation-delay: 28.4s;
          animation-delay: 28.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(285) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(286) {
  -webkit-animation-delay: 28.6s;
          animation-delay: 28.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(287) {
  -webkit-animation-delay: 28.7s;
          animation-delay: 28.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(288) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(289) {
  -webkit-animation-delay: 28.9s;
          animation-delay: 28.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(290) {
  -webkit-animation-delay: 29s;
          animation-delay: 29s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(291) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(292) {
  -webkit-animation-delay: 29.2s;
          animation-delay: 29.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(293) {
  -webkit-animation-delay: 29.3s;
          animation-delay: 29.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(294) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(295) {
  -webkit-animation-delay: 29.5s;
          animation-delay: 29.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(296) {
  -webkit-animation-delay: 29.6s;
          animation-delay: 29.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(297) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(298) {
  -webkit-animation-delay: 29.8s;
          animation-delay: 29.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(299) {
  -webkit-animation-delay: 29.9s;
          animation-delay: 29.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(300) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(301) {
  -webkit-animation-delay: 30.1s;
          animation-delay: 30.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(302) {
  -webkit-animation-delay: 30.2s;
          animation-delay: 30.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(303) {
  -webkit-animation-delay: 30.3s;
          animation-delay: 30.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(304) {
  -webkit-animation-delay: 30.4s;
          animation-delay: 30.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(305) {
  -webkit-animation-delay: 30.5s;
          animation-delay: 30.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(306) {
  -webkit-animation-delay: 30.6s;
          animation-delay: 30.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(307) {
  -webkit-animation-delay: 30.7s;
          animation-delay: 30.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(308) {
  -webkit-animation-delay: 30.8s;
          animation-delay: 30.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(309) {
  -webkit-animation-delay: 30.9s;
          animation-delay: 30.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(310) {
  -webkit-animation-delay: 31s;
          animation-delay: 31s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(311) {
  -webkit-animation-delay: 31.1s;
          animation-delay: 31.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(312) {
  -webkit-animation-delay: 31.2s;
          animation-delay: 31.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(313) {
  -webkit-animation-delay: 31.3s;
          animation-delay: 31.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(314) {
  -webkit-animation-delay: 31.4s;
          animation-delay: 31.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(315) {
  -webkit-animation-delay: 31.5s;
          animation-delay: 31.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(316) {
  -webkit-animation-delay: 31.6s;
          animation-delay: 31.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(317) {
  -webkit-animation-delay: 31.7s;
          animation-delay: 31.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(318) {
  -webkit-animation-delay: 31.8s;
          animation-delay: 31.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(319) {
  -webkit-animation-delay: 31.9s;
          animation-delay: 31.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(320) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(321) {
  -webkit-animation-delay: 32.1s;
          animation-delay: 32.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(322) {
  -webkit-animation-delay: 32.2s;
          animation-delay: 32.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(323) {
  -webkit-animation-delay: 32.3s;
          animation-delay: 32.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(324) {
  -webkit-animation-delay: 32.4s;
          animation-delay: 32.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(325) {
  -webkit-animation-delay: 32.5s;
          animation-delay: 32.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(326) {
  -webkit-animation-delay: 32.6s;
          animation-delay: 32.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(327) {
  -webkit-animation-delay: 32.7s;
          animation-delay: 32.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(328) {
  -webkit-animation-delay: 32.8s;
          animation-delay: 32.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(329) {
  -webkit-animation-delay: 32.9s;
          animation-delay: 32.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(330) {
  -webkit-animation-delay: 33s;
          animation-delay: 33s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(331) {
  -webkit-animation-delay: 33.1s;
          animation-delay: 33.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(332) {
  -webkit-animation-delay: 33.2s;
          animation-delay: 33.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(333) {
  -webkit-animation-delay: 33.3s;
          animation-delay: 33.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(334) {
  -webkit-animation-delay: 33.4s;
          animation-delay: 33.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(335) {
  -webkit-animation-delay: 33.5s;
          animation-delay: 33.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(336) {
  -webkit-animation-delay: 33.6s;
          animation-delay: 33.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(337) {
  -webkit-animation-delay: 33.7s;
          animation-delay: 33.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(338) {
  -webkit-animation-delay: 33.8s;
          animation-delay: 33.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(339) {
  -webkit-animation-delay: 33.9s;
          animation-delay: 33.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(340) {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(341) {
  -webkit-animation-delay: 34.1s;
          animation-delay: 34.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(342) {
  -webkit-animation-delay: 34.2s;
          animation-delay: 34.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(343) {
  -webkit-animation-delay: 34.3s;
          animation-delay: 34.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(344) {
  -webkit-animation-delay: 34.4s;
          animation-delay: 34.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(345) {
  -webkit-animation-delay: 34.5s;
          animation-delay: 34.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(346) {
  -webkit-animation-delay: 34.6s;
          animation-delay: 34.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(347) {
  -webkit-animation-delay: 34.7s;
          animation-delay: 34.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(348) {
  -webkit-animation-delay: 34.8s;
          animation-delay: 34.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(349) {
  -webkit-animation-delay: 34.9s;
          animation-delay: 34.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(350) {
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(351) {
  -webkit-animation-delay: 35.1s;
          animation-delay: 35.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(352) {
  -webkit-animation-delay: 35.2s;
          animation-delay: 35.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(353) {
  -webkit-animation-delay: 35.3s;
          animation-delay: 35.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(354) {
  -webkit-animation-delay: 35.4s;
          animation-delay: 35.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(355) {
  -webkit-animation-delay: 35.5s;
          animation-delay: 35.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(356) {
  -webkit-animation-delay: 35.6s;
          animation-delay: 35.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(357) {
  -webkit-animation-delay: 35.7s;
          animation-delay: 35.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(358) {
  -webkit-animation-delay: 35.8s;
          animation-delay: 35.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(359) {
  -webkit-animation-delay: 35.9s;
          animation-delay: 35.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(360) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(361) {
  -webkit-animation-delay: 36.1s;
          animation-delay: 36.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(362) {
  -webkit-animation-delay: 36.2s;
          animation-delay: 36.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(363) {
  -webkit-animation-delay: 36.3s;
          animation-delay: 36.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(364) {
  -webkit-animation-delay: 36.4s;
          animation-delay: 36.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(365) {
  -webkit-animation-delay: 36.5s;
          animation-delay: 36.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(366) {
  -webkit-animation-delay: 36.6s;
          animation-delay: 36.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(367) {
  -webkit-animation-delay: 36.7s;
          animation-delay: 36.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(368) {
  -webkit-animation-delay: 36.8s;
          animation-delay: 36.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(369) {
  -webkit-animation-delay: 36.9s;
          animation-delay: 36.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(370) {
  -webkit-animation-delay: 37s;
          animation-delay: 37s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(371) {
  -webkit-animation-delay: 37.1s;
          animation-delay: 37.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(372) {
  -webkit-animation-delay: 37.2s;
          animation-delay: 37.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(373) {
  -webkit-animation-delay: 37.3s;
          animation-delay: 37.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(374) {
  -webkit-animation-delay: 37.4s;
          animation-delay: 37.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(375) {
  -webkit-animation-delay: 37.5s;
          animation-delay: 37.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(376) {
  -webkit-animation-delay: 37.6s;
          animation-delay: 37.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(377) {
  -webkit-animation-delay: 37.7s;
          animation-delay: 37.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(378) {
  -webkit-animation-delay: 37.8s;
          animation-delay: 37.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(379) {
  -webkit-animation-delay: 37.9s;
          animation-delay: 37.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(380) {
  -webkit-animation-delay: 38s;
          animation-delay: 38s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(381) {
  -webkit-animation-delay: 38.1s;
          animation-delay: 38.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(382) {
  -webkit-animation-delay: 38.2s;
          animation-delay: 38.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(383) {
  -webkit-animation-delay: 38.3s;
          animation-delay: 38.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(384) {
  -webkit-animation-delay: 38.4s;
          animation-delay: 38.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(385) {
  -webkit-animation-delay: 38.5s;
          animation-delay: 38.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(386) {
  -webkit-animation-delay: 38.6s;
          animation-delay: 38.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(387) {
  -webkit-animation-delay: 38.7s;
          animation-delay: 38.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(388) {
  -webkit-animation-delay: 38.8s;
          animation-delay: 38.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(389) {
  -webkit-animation-delay: 38.9s;
          animation-delay: 38.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(390) {
  -webkit-animation-delay: 39s;
          animation-delay: 39s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(391) {
  -webkit-animation-delay: 39.1s;
          animation-delay: 39.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(392) {
  -webkit-animation-delay: 39.2s;
          animation-delay: 39.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(393) {
  -webkit-animation-delay: 39.3s;
          animation-delay: 39.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(394) {
  -webkit-animation-delay: 39.4s;
          animation-delay: 39.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(395) {
  -webkit-animation-delay: 39.5s;
          animation-delay: 39.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(396) {
  -webkit-animation-delay: 39.6s;
          animation-delay: 39.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(397) {
  -webkit-animation-delay: 39.7s;
          animation-delay: 39.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(398) {
  -webkit-animation-delay: 39.8s;
          animation-delay: 39.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(399) {
  -webkit-animation-delay: 39.9s;
          animation-delay: 39.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(400) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(401) {
  -webkit-animation-delay: 40.1s;
          animation-delay: 40.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(402) {
  -webkit-animation-delay: 40.2s;
          animation-delay: 40.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(403) {
  -webkit-animation-delay: 40.3s;
          animation-delay: 40.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(404) {
  -webkit-animation-delay: 40.4s;
          animation-delay: 40.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(405) {
  -webkit-animation-delay: 40.5s;
          animation-delay: 40.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(406) {
  -webkit-animation-delay: 40.6s;
          animation-delay: 40.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(407) {
  -webkit-animation-delay: 40.7s;
          animation-delay: 40.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(408) {
  -webkit-animation-delay: 40.8s;
          animation-delay: 40.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(409) {
  -webkit-animation-delay: 40.9s;
          animation-delay: 40.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(410) {
  -webkit-animation-delay: 41s;
          animation-delay: 41s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(411) {
  -webkit-animation-delay: 41.1s;
          animation-delay: 41.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(412) {
  -webkit-animation-delay: 41.2s;
          animation-delay: 41.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(413) {
  -webkit-animation-delay: 41.3s;
          animation-delay: 41.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(414) {
  -webkit-animation-delay: 41.4s;
          animation-delay: 41.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(415) {
  -webkit-animation-delay: 41.5s;
          animation-delay: 41.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(416) {
  -webkit-animation-delay: 41.6s;
          animation-delay: 41.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(417) {
  -webkit-animation-delay: 41.7s;
          animation-delay: 41.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(418) {
  -webkit-animation-delay: 41.8s;
          animation-delay: 41.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(419) {
  -webkit-animation-delay: 41.9s;
          animation-delay: 41.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(420) {
  -webkit-animation-delay: 42s;
          animation-delay: 42s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(421) {
  -webkit-animation-delay: 42.1s;
          animation-delay: 42.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(422) {
  -webkit-animation-delay: 42.2s;
          animation-delay: 42.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(423) {
  -webkit-animation-delay: 42.3s;
          animation-delay: 42.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(424) {
  -webkit-animation-delay: 42.4s;
          animation-delay: 42.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(425) {
  -webkit-animation-delay: 42.5s;
          animation-delay: 42.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(426) {
  -webkit-animation-delay: 42.6s;
          animation-delay: 42.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(427) {
  -webkit-animation-delay: 42.7s;
          animation-delay: 42.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(428) {
  -webkit-animation-delay: 42.8s;
          animation-delay: 42.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(429) {
  -webkit-animation-delay: 42.9s;
          animation-delay: 42.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(430) {
  -webkit-animation-delay: 43s;
          animation-delay: 43s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(431) {
  -webkit-animation-delay: 43.1s;
          animation-delay: 43.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(432) {
  -webkit-animation-delay: 43.2s;
          animation-delay: 43.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(433) {
  -webkit-animation-delay: 43.3s;
          animation-delay: 43.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(434) {
  -webkit-animation-delay: 43.4s;
          animation-delay: 43.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(435) {
  -webkit-animation-delay: 43.5s;
          animation-delay: 43.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(436) {
  -webkit-animation-delay: 43.6s;
          animation-delay: 43.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(437) {
  -webkit-animation-delay: 43.7s;
          animation-delay: 43.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(438) {
  -webkit-animation-delay: 43.8s;
          animation-delay: 43.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(439) {
  -webkit-animation-delay: 43.9s;
          animation-delay: 43.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(440) {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(441) {
  -webkit-animation-delay: 44.1s;
          animation-delay: 44.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(442) {
  -webkit-animation-delay: 44.2s;
          animation-delay: 44.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(443) {
  -webkit-animation-delay: 44.3s;
          animation-delay: 44.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(444) {
  -webkit-animation-delay: 44.4s;
          animation-delay: 44.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(445) {
  -webkit-animation-delay: 44.5s;
          animation-delay: 44.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(446) {
  -webkit-animation-delay: 44.6s;
          animation-delay: 44.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(447) {
  -webkit-animation-delay: 44.7s;
          animation-delay: 44.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(448) {
  -webkit-animation-delay: 44.8s;
          animation-delay: 44.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(449) {
  -webkit-animation-delay: 44.9s;
          animation-delay: 44.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(450) {
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(451) {
  -webkit-animation-delay: 45.1s;
          animation-delay: 45.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(452) {
  -webkit-animation-delay: 45.2s;
          animation-delay: 45.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(453) {
  -webkit-animation-delay: 45.3s;
          animation-delay: 45.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(454) {
  -webkit-animation-delay: 45.4s;
          animation-delay: 45.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(455) {
  -webkit-animation-delay: 45.5s;
          animation-delay: 45.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(456) {
  -webkit-animation-delay: 45.6s;
          animation-delay: 45.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(457) {
  -webkit-animation-delay: 45.7s;
          animation-delay: 45.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(458) {
  -webkit-animation-delay: 45.8s;
          animation-delay: 45.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(459) {
  -webkit-animation-delay: 45.9s;
          animation-delay: 45.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(460) {
  -webkit-animation-delay: 46s;
          animation-delay: 46s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(461) {
  -webkit-animation-delay: 46.1s;
          animation-delay: 46.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(462) {
  -webkit-animation-delay: 46.2s;
          animation-delay: 46.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(463) {
  -webkit-animation-delay: 46.3s;
          animation-delay: 46.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(464) {
  -webkit-animation-delay: 46.4s;
          animation-delay: 46.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(465) {
  -webkit-animation-delay: 46.5s;
          animation-delay: 46.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(466) {
  -webkit-animation-delay: 46.6s;
          animation-delay: 46.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(467) {
  -webkit-animation-delay: 46.7s;
          animation-delay: 46.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(468) {
  -webkit-animation-delay: 46.8s;
          animation-delay: 46.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(469) {
  -webkit-animation-delay: 46.9s;
          animation-delay: 46.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(470) {
  -webkit-animation-delay: 47s;
          animation-delay: 47s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(471) {
  -webkit-animation-delay: 47.1s;
          animation-delay: 47.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(472) {
  -webkit-animation-delay: 47.2s;
          animation-delay: 47.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(473) {
  -webkit-animation-delay: 47.3s;
          animation-delay: 47.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(474) {
  -webkit-animation-delay: 47.4s;
          animation-delay: 47.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(475) {
  -webkit-animation-delay: 47.5s;
          animation-delay: 47.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(476) {
  -webkit-animation-delay: 47.6s;
          animation-delay: 47.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(477) {
  -webkit-animation-delay: 47.7s;
          animation-delay: 47.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(478) {
  -webkit-animation-delay: 47.8s;
          animation-delay: 47.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(479) {
  -webkit-animation-delay: 47.9s;
          animation-delay: 47.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(480) {
  -webkit-animation-delay: 48s;
          animation-delay: 48s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(481) {
  -webkit-animation-delay: 48.1s;
          animation-delay: 48.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(482) {
  -webkit-animation-delay: 48.2s;
          animation-delay: 48.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(483) {
  -webkit-animation-delay: 48.3s;
          animation-delay: 48.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(484) {
  -webkit-animation-delay: 48.4s;
          animation-delay: 48.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(485) {
  -webkit-animation-delay: 48.5s;
          animation-delay: 48.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(486) {
  -webkit-animation-delay: 48.6s;
          animation-delay: 48.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(487) {
  -webkit-animation-delay: 48.7s;
          animation-delay: 48.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(488) {
  -webkit-animation-delay: 48.8s;
          animation-delay: 48.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(489) {
  -webkit-animation-delay: 48.9s;
          animation-delay: 48.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(490) {
  -webkit-animation-delay: 49s;
          animation-delay: 49s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(491) {
  -webkit-animation-delay: 49.1s;
          animation-delay: 49.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(492) {
  -webkit-animation-delay: 49.2s;
          animation-delay: 49.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(493) {
  -webkit-animation-delay: 49.3s;
          animation-delay: 49.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(494) {
  -webkit-animation-delay: 49.4s;
          animation-delay: 49.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(495) {
  -webkit-animation-delay: 49.5s;
          animation-delay: 49.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(496) {
  -webkit-animation-delay: 49.6s;
          animation-delay: 49.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(497) {
  -webkit-animation-delay: 49.7s;
          animation-delay: 49.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(498) {
  -webkit-animation-delay: 49.8s;
          animation-delay: 49.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(499) {
  -webkit-animation-delay: 49.9s;
          animation-delay: 49.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(500) {
  -webkit-animation-delay: 50s;
          animation-delay: 50s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(501) {
  -webkit-animation-delay: 50.1s;
          animation-delay: 50.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(502) {
  -webkit-animation-delay: 50.2s;
          animation-delay: 50.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(503) {
  -webkit-animation-delay: 50.3s;
          animation-delay: 50.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(504) {
  -webkit-animation-delay: 50.4s;
          animation-delay: 50.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(505) {
  -webkit-animation-delay: 50.5s;
          animation-delay: 50.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(506) {
  -webkit-animation-delay: 50.6s;
          animation-delay: 50.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(507) {
  -webkit-animation-delay: 50.7s;
          animation-delay: 50.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(508) {
  -webkit-animation-delay: 50.8s;
          animation-delay: 50.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(509) {
  -webkit-animation-delay: 50.9s;
          animation-delay: 50.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(510) {
  -webkit-animation-delay: 51s;
          animation-delay: 51s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(511) {
  -webkit-animation-delay: 51.1s;
          animation-delay: 51.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(512) {
  -webkit-animation-delay: 51.2s;
          animation-delay: 51.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(513) {
  -webkit-animation-delay: 51.3s;
          animation-delay: 51.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(514) {
  -webkit-animation-delay: 51.4s;
          animation-delay: 51.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(515) {
  -webkit-animation-delay: 51.5s;
          animation-delay: 51.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(516) {
  -webkit-animation-delay: 51.6s;
          animation-delay: 51.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(517) {
  -webkit-animation-delay: 51.7s;
          animation-delay: 51.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(518) {
  -webkit-animation-delay: 51.8s;
          animation-delay: 51.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(519) {
  -webkit-animation-delay: 51.9s;
          animation-delay: 51.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(520) {
  -webkit-animation-delay: 52s;
          animation-delay: 52s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(521) {
  -webkit-animation-delay: 52.1s;
          animation-delay: 52.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(522) {
  -webkit-animation-delay: 52.2s;
          animation-delay: 52.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(523) {
  -webkit-animation-delay: 52.3s;
          animation-delay: 52.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(524) {
  -webkit-animation-delay: 52.4s;
          animation-delay: 52.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(525) {
  -webkit-animation-delay: 52.5s;
          animation-delay: 52.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(526) {
  -webkit-animation-delay: 52.6s;
          animation-delay: 52.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(527) {
  -webkit-animation-delay: 52.7s;
          animation-delay: 52.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(528) {
  -webkit-animation-delay: 52.8s;
          animation-delay: 52.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(529) {
  -webkit-animation-delay: 52.9s;
          animation-delay: 52.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(530) {
  -webkit-animation-delay: 53s;
          animation-delay: 53s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(531) {
  -webkit-animation-delay: 53.1s;
          animation-delay: 53.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(532) {
  -webkit-animation-delay: 53.2s;
          animation-delay: 53.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(533) {
  -webkit-animation-delay: 53.3s;
          animation-delay: 53.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(534) {
  -webkit-animation-delay: 53.4s;
          animation-delay: 53.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(535) {
  -webkit-animation-delay: 53.5s;
          animation-delay: 53.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(536) {
  -webkit-animation-delay: 53.6s;
          animation-delay: 53.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(537) {
  -webkit-animation-delay: 53.7s;
          animation-delay: 53.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(538) {
  -webkit-animation-delay: 53.8s;
          animation-delay: 53.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(539) {
  -webkit-animation-delay: 53.9s;
          animation-delay: 53.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(540) {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(541) {
  -webkit-animation-delay: 54.1s;
          animation-delay: 54.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(542) {
  -webkit-animation-delay: 54.2s;
          animation-delay: 54.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(543) {
  -webkit-animation-delay: 54.3s;
          animation-delay: 54.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(544) {
  -webkit-animation-delay: 54.4s;
          animation-delay: 54.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(545) {
  -webkit-animation-delay: 54.5s;
          animation-delay: 54.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(546) {
  -webkit-animation-delay: 54.6s;
          animation-delay: 54.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(547) {
  -webkit-animation-delay: 54.7s;
          animation-delay: 54.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(548) {
  -webkit-animation-delay: 54.8s;
          animation-delay: 54.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(549) {
  -webkit-animation-delay: 54.9s;
          animation-delay: 54.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(550) {
  -webkit-animation-delay: 55s;
          animation-delay: 55s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(551) {
  -webkit-animation-delay: 55.1s;
          animation-delay: 55.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(552) {
  -webkit-animation-delay: 55.2s;
          animation-delay: 55.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(553) {
  -webkit-animation-delay: 55.3s;
          animation-delay: 55.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(554) {
  -webkit-animation-delay: 55.4s;
          animation-delay: 55.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(555) {
  -webkit-animation-delay: 55.5s;
          animation-delay: 55.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(556) {
  -webkit-animation-delay: 55.6s;
          animation-delay: 55.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(557) {
  -webkit-animation-delay: 55.7s;
          animation-delay: 55.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(558) {
  -webkit-animation-delay: 55.8s;
          animation-delay: 55.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(559) {
  -webkit-animation-delay: 55.9s;
          animation-delay: 55.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(560) {
  -webkit-animation-delay: 56s;
          animation-delay: 56s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(561) {
  -webkit-animation-delay: 56.1s;
          animation-delay: 56.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(562) {
  -webkit-animation-delay: 56.2s;
          animation-delay: 56.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(563) {
  -webkit-animation-delay: 56.3s;
          animation-delay: 56.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(564) {
  -webkit-animation-delay: 56.4s;
          animation-delay: 56.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(565) {
  -webkit-animation-delay: 56.5s;
          animation-delay: 56.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(566) {
  -webkit-animation-delay: 56.6s;
          animation-delay: 56.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(567) {
  -webkit-animation-delay: 56.7s;
          animation-delay: 56.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(568) {
  -webkit-animation-delay: 56.8s;
          animation-delay: 56.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(569) {
  -webkit-animation-delay: 56.9s;
          animation-delay: 56.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(570) {
  -webkit-animation-delay: 57s;
          animation-delay: 57s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(571) {
  -webkit-animation-delay: 57.1s;
          animation-delay: 57.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(572) {
  -webkit-animation-delay: 57.2s;
          animation-delay: 57.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(573) {
  -webkit-animation-delay: 57.3s;
          animation-delay: 57.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(574) {
  -webkit-animation-delay: 57.4s;
          animation-delay: 57.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(575) {
  -webkit-animation-delay: 57.5s;
          animation-delay: 57.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(576) {
  -webkit-animation-delay: 57.6s;
          animation-delay: 57.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(577) {
  -webkit-animation-delay: 57.7s;
          animation-delay: 57.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(578) {
  -webkit-animation-delay: 57.8s;
          animation-delay: 57.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(579) {
  -webkit-animation-delay: 57.9s;
          animation-delay: 57.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(580) {
  -webkit-animation-delay: 58s;
          animation-delay: 58s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(581) {
  -webkit-animation-delay: 58.1s;
          animation-delay: 58.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(582) {
  -webkit-animation-delay: 58.2s;
          animation-delay: 58.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(583) {
  -webkit-animation-delay: 58.3s;
          animation-delay: 58.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(584) {
  -webkit-animation-delay: 58.4s;
          animation-delay: 58.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(585) {
  -webkit-animation-delay: 58.5s;
          animation-delay: 58.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(586) {
  -webkit-animation-delay: 58.6s;
          animation-delay: 58.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(587) {
  -webkit-animation-delay: 58.7s;
          animation-delay: 58.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(588) {
  -webkit-animation-delay: 58.8s;
          animation-delay: 58.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(589) {
  -webkit-animation-delay: 58.9s;
          animation-delay: 58.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(590) {
  -webkit-animation-delay: 59s;
          animation-delay: 59s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(591) {
  -webkit-animation-delay: 59.1s;
          animation-delay: 59.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(592) {
  -webkit-animation-delay: 59.2s;
          animation-delay: 59.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(593) {
  -webkit-animation-delay: 59.3s;
          animation-delay: 59.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(594) {
  -webkit-animation-delay: 59.4s;
          animation-delay: 59.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(595) {
  -webkit-animation-delay: 59.5s;
          animation-delay: 59.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(596) {
  -webkit-animation-delay: 59.6s;
          animation-delay: 59.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(597) {
  -webkit-animation-delay: 59.7s;
          animation-delay: 59.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(598) {
  -webkit-animation-delay: 59.8s;
          animation-delay: 59.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(599) {
  -webkit-animation-delay: 59.9s;
          animation-delay: 59.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(600) {
  -webkit-animation-delay: 60s;
          animation-delay: 60s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(601) {
  -webkit-animation-delay: 60.1s;
          animation-delay: 60.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(602) {
  -webkit-animation-delay: 60.2s;
          animation-delay: 60.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(603) {
  -webkit-animation-delay: 60.3s;
          animation-delay: 60.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(604) {
  -webkit-animation-delay: 60.4s;
          animation-delay: 60.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(605) {
  -webkit-animation-delay: 60.5s;
          animation-delay: 60.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(606) {
  -webkit-animation-delay: 60.6s;
          animation-delay: 60.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(607) {
  -webkit-animation-delay: 60.7s;
          animation-delay: 60.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(608) {
  -webkit-animation-delay: 60.8s;
          animation-delay: 60.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(609) {
  -webkit-animation-delay: 60.9s;
          animation-delay: 60.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(610) {
  -webkit-animation-delay: 61s;
          animation-delay: 61s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(611) {
  -webkit-animation-delay: 61.1s;
          animation-delay: 61.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(612) {
  -webkit-animation-delay: 61.2s;
          animation-delay: 61.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(613) {
  -webkit-animation-delay: 61.3s;
          animation-delay: 61.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(614) {
  -webkit-animation-delay: 61.4s;
          animation-delay: 61.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(615) {
  -webkit-animation-delay: 61.5s;
          animation-delay: 61.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(616) {
  -webkit-animation-delay: 61.6s;
          animation-delay: 61.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(617) {
  -webkit-animation-delay: 61.7s;
          animation-delay: 61.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(618) {
  -webkit-animation-delay: 61.8s;
          animation-delay: 61.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(619) {
  -webkit-animation-delay: 61.9s;
          animation-delay: 61.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(620) {
  -webkit-animation-delay: 62s;
          animation-delay: 62s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(621) {
  -webkit-animation-delay: 62.1s;
          animation-delay: 62.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(622) {
  -webkit-animation-delay: 62.2s;
          animation-delay: 62.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(623) {
  -webkit-animation-delay: 62.3s;
          animation-delay: 62.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(624) {
  -webkit-animation-delay: 62.4s;
          animation-delay: 62.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(625) {
  -webkit-animation-delay: 62.5s;
          animation-delay: 62.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(626) {
  -webkit-animation-delay: 62.6s;
          animation-delay: 62.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(627) {
  -webkit-animation-delay: 62.7s;
          animation-delay: 62.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(628) {
  -webkit-animation-delay: 62.8s;
          animation-delay: 62.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(629) {
  -webkit-animation-delay: 62.9s;
          animation-delay: 62.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(630) {
  -webkit-animation-delay: 63s;
          animation-delay: 63s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(631) {
  -webkit-animation-delay: 63.1s;
          animation-delay: 63.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(632) {
  -webkit-animation-delay: 63.2s;
          animation-delay: 63.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(633) {
  -webkit-animation-delay: 63.3s;
          animation-delay: 63.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(634) {
  -webkit-animation-delay: 63.4s;
          animation-delay: 63.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(635) {
  -webkit-animation-delay: 63.5s;
          animation-delay: 63.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(636) {
  -webkit-animation-delay: 63.6s;
          animation-delay: 63.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(637) {
  -webkit-animation-delay: 63.7s;
          animation-delay: 63.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(638) {
  -webkit-animation-delay: 63.8s;
          animation-delay: 63.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(639) {
  -webkit-animation-delay: 63.9s;
          animation-delay: 63.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(640) {
  -webkit-animation-delay: 64s;
          animation-delay: 64s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(641) {
  -webkit-animation-delay: 64.1s;
          animation-delay: 64.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(642) {
  -webkit-animation-delay: 64.2s;
          animation-delay: 64.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(643) {
  -webkit-animation-delay: 64.3s;
          animation-delay: 64.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(644) {
  -webkit-animation-delay: 64.4s;
          animation-delay: 64.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(645) {
  -webkit-animation-delay: 64.5s;
          animation-delay: 64.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(646) {
  -webkit-animation-delay: 64.6s;
          animation-delay: 64.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(647) {
  -webkit-animation-delay: 64.7s;
          animation-delay: 64.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(648) {
  -webkit-animation-delay: 64.8s;
          animation-delay: 64.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(649) {
  -webkit-animation-delay: 64.9s;
          animation-delay: 64.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(650) {
  -webkit-animation-delay: 65s;
          animation-delay: 65s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(651) {
  -webkit-animation-delay: 65.1s;
          animation-delay: 65.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(652) {
  -webkit-animation-delay: 65.2s;
          animation-delay: 65.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(653) {
  -webkit-animation-delay: 65.3s;
          animation-delay: 65.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(654) {
  -webkit-animation-delay: 65.4s;
          animation-delay: 65.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(655) {
  -webkit-animation-delay: 65.5s;
          animation-delay: 65.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(656) {
  -webkit-animation-delay: 65.6s;
          animation-delay: 65.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(657) {
  -webkit-animation-delay: 65.7s;
          animation-delay: 65.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(658) {
  -webkit-animation-delay: 65.8s;
          animation-delay: 65.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(659) {
  -webkit-animation-delay: 65.9s;
          animation-delay: 65.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(660) {
  -webkit-animation-delay: 66s;
          animation-delay: 66s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(661) {
  -webkit-animation-delay: 66.1s;
          animation-delay: 66.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(662) {
  -webkit-animation-delay: 66.2s;
          animation-delay: 66.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(663) {
  -webkit-animation-delay: 66.3s;
          animation-delay: 66.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(664) {
  -webkit-animation-delay: 66.4s;
          animation-delay: 66.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(665) {
  -webkit-animation-delay: 66.5s;
          animation-delay: 66.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(666) {
  -webkit-animation-delay: 66.6s;
          animation-delay: 66.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(667) {
  -webkit-animation-delay: 66.7s;
          animation-delay: 66.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(668) {
  -webkit-animation-delay: 66.8s;
          animation-delay: 66.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(669) {
  -webkit-animation-delay: 66.9s;
          animation-delay: 66.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(670) {
  -webkit-animation-delay: 67s;
          animation-delay: 67s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(671) {
  -webkit-animation-delay: 67.1s;
          animation-delay: 67.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(672) {
  -webkit-animation-delay: 67.2s;
          animation-delay: 67.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(673) {
  -webkit-animation-delay: 67.3s;
          animation-delay: 67.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(674) {
  -webkit-animation-delay: 67.4s;
          animation-delay: 67.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(675) {
  -webkit-animation-delay: 67.5s;
          animation-delay: 67.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(676) {
  -webkit-animation-delay: 67.6s;
          animation-delay: 67.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(677) {
  -webkit-animation-delay: 67.7s;
          animation-delay: 67.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(678) {
  -webkit-animation-delay: 67.8s;
          animation-delay: 67.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(679) {
  -webkit-animation-delay: 67.9s;
          animation-delay: 67.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(680) {
  -webkit-animation-delay: 68s;
          animation-delay: 68s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(681) {
  -webkit-animation-delay: 68.1s;
          animation-delay: 68.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(682) {
  -webkit-animation-delay: 68.2s;
          animation-delay: 68.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(683) {
  -webkit-animation-delay: 68.3s;
          animation-delay: 68.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(684) {
  -webkit-animation-delay: 68.4s;
          animation-delay: 68.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(685) {
  -webkit-animation-delay: 68.5s;
          animation-delay: 68.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(686) {
  -webkit-animation-delay: 68.6s;
          animation-delay: 68.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(687) {
  -webkit-animation-delay: 68.7s;
          animation-delay: 68.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(688) {
  -webkit-animation-delay: 68.8s;
          animation-delay: 68.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(689) {
  -webkit-animation-delay: 68.9s;
          animation-delay: 68.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(690) {
  -webkit-animation-delay: 69s;
          animation-delay: 69s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(691) {
  -webkit-animation-delay: 69.1s;
          animation-delay: 69.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(692) {
  -webkit-animation-delay: 69.2s;
          animation-delay: 69.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(693) {
  -webkit-animation-delay: 69.3s;
          animation-delay: 69.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(694) {
  -webkit-animation-delay: 69.4s;
          animation-delay: 69.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(695) {
  -webkit-animation-delay: 69.5s;
          animation-delay: 69.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(696) {
  -webkit-animation-delay: 69.6s;
          animation-delay: 69.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(697) {
  -webkit-animation-delay: 69.7s;
          animation-delay: 69.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(698) {
  -webkit-animation-delay: 69.8s;
          animation-delay: 69.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(699) {
  -webkit-animation-delay: 69.9s;
          animation-delay: 69.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(700) {
  -webkit-animation-delay: 70s;
          animation-delay: 70s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(701) {
  -webkit-animation-delay: 70.1s;
          animation-delay: 70.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(702) {
  -webkit-animation-delay: 70.2s;
          animation-delay: 70.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(703) {
  -webkit-animation-delay: 70.3s;
          animation-delay: 70.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(704) {
  -webkit-animation-delay: 70.4s;
          animation-delay: 70.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(705) {
  -webkit-animation-delay: 70.5s;
          animation-delay: 70.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(706) {
  -webkit-animation-delay: 70.6s;
          animation-delay: 70.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(707) {
  -webkit-animation-delay: 70.7s;
          animation-delay: 70.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(708) {
  -webkit-animation-delay: 70.8s;
          animation-delay: 70.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(709) {
  -webkit-animation-delay: 70.9s;
          animation-delay: 70.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(710) {
  -webkit-animation-delay: 71s;
          animation-delay: 71s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(711) {
  -webkit-animation-delay: 71.1s;
          animation-delay: 71.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(712) {
  -webkit-animation-delay: 71.2s;
          animation-delay: 71.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(713) {
  -webkit-animation-delay: 71.3s;
          animation-delay: 71.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(714) {
  -webkit-animation-delay: 71.4s;
          animation-delay: 71.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(715) {
  -webkit-animation-delay: 71.5s;
          animation-delay: 71.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(716) {
  -webkit-animation-delay: 71.6s;
          animation-delay: 71.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(717) {
  -webkit-animation-delay: 71.7s;
          animation-delay: 71.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(718) {
  -webkit-animation-delay: 71.8s;
          animation-delay: 71.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(719) {
  -webkit-animation-delay: 71.9s;
          animation-delay: 71.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(720) {
  -webkit-animation-delay: 72s;
          animation-delay: 72s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(721) {
  -webkit-animation-delay: 72.1s;
          animation-delay: 72.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(722) {
  -webkit-animation-delay: 72.2s;
          animation-delay: 72.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(723) {
  -webkit-animation-delay: 72.3s;
          animation-delay: 72.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(724) {
  -webkit-animation-delay: 72.4s;
          animation-delay: 72.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(725) {
  -webkit-animation-delay: 72.5s;
          animation-delay: 72.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(726) {
  -webkit-animation-delay: 72.6s;
          animation-delay: 72.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(727) {
  -webkit-animation-delay: 72.7s;
          animation-delay: 72.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(728) {
  -webkit-animation-delay: 72.8s;
          animation-delay: 72.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(729) {
  -webkit-animation-delay: 72.9s;
          animation-delay: 72.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(730) {
  -webkit-animation-delay: 73s;
          animation-delay: 73s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(731) {
  -webkit-animation-delay: 73.1s;
          animation-delay: 73.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(732) {
  -webkit-animation-delay: 73.2s;
          animation-delay: 73.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(733) {
  -webkit-animation-delay: 73.3s;
          animation-delay: 73.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(734) {
  -webkit-animation-delay: 73.4s;
          animation-delay: 73.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(735) {
  -webkit-animation-delay: 73.5s;
          animation-delay: 73.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(736) {
  -webkit-animation-delay: 73.6s;
          animation-delay: 73.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(737) {
  -webkit-animation-delay: 73.7s;
          animation-delay: 73.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(738) {
  -webkit-animation-delay: 73.8s;
          animation-delay: 73.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(739) {
  -webkit-animation-delay: 73.9s;
          animation-delay: 73.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(740) {
  -webkit-animation-delay: 74s;
          animation-delay: 74s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(741) {
  -webkit-animation-delay: 74.1s;
          animation-delay: 74.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(742) {
  -webkit-animation-delay: 74.2s;
          animation-delay: 74.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(743) {
  -webkit-animation-delay: 74.3s;
          animation-delay: 74.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(744) {
  -webkit-animation-delay: 74.4s;
          animation-delay: 74.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(745) {
  -webkit-animation-delay: 74.5s;
          animation-delay: 74.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(746) {
  -webkit-animation-delay: 74.6s;
          animation-delay: 74.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(747) {
  -webkit-animation-delay: 74.7s;
          animation-delay: 74.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(748) {
  -webkit-animation-delay: 74.8s;
          animation-delay: 74.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(749) {
  -webkit-animation-delay: 74.9s;
          animation-delay: 74.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(750) {
  -webkit-animation-delay: 75s;
          animation-delay: 75s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(751) {
  -webkit-animation-delay: 75.1s;
          animation-delay: 75.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(752) {
  -webkit-animation-delay: 75.2s;
          animation-delay: 75.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(753) {
  -webkit-animation-delay: 75.3s;
          animation-delay: 75.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(754) {
  -webkit-animation-delay: 75.4s;
          animation-delay: 75.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(755) {
  -webkit-animation-delay: 75.5s;
          animation-delay: 75.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(756) {
  -webkit-animation-delay: 75.6s;
          animation-delay: 75.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(757) {
  -webkit-animation-delay: 75.7s;
          animation-delay: 75.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(758) {
  -webkit-animation-delay: 75.8s;
          animation-delay: 75.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(759) {
  -webkit-animation-delay: 75.9s;
          animation-delay: 75.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(760) {
  -webkit-animation-delay: 76s;
          animation-delay: 76s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(761) {
  -webkit-animation-delay: 76.1s;
          animation-delay: 76.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(762) {
  -webkit-animation-delay: 76.2s;
          animation-delay: 76.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(763) {
  -webkit-animation-delay: 76.3s;
          animation-delay: 76.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(764) {
  -webkit-animation-delay: 76.4s;
          animation-delay: 76.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(765) {
  -webkit-animation-delay: 76.5s;
          animation-delay: 76.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(766) {
  -webkit-animation-delay: 76.6s;
          animation-delay: 76.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(767) {
  -webkit-animation-delay: 76.7s;
          animation-delay: 76.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(768) {
  -webkit-animation-delay: 76.8s;
          animation-delay: 76.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(769) {
  -webkit-animation-delay: 76.9s;
          animation-delay: 76.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(770) {
  -webkit-animation-delay: 77s;
          animation-delay: 77s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(771) {
  -webkit-animation-delay: 77.1s;
          animation-delay: 77.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(772) {
  -webkit-animation-delay: 77.2s;
          animation-delay: 77.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(773) {
  -webkit-animation-delay: 77.3s;
          animation-delay: 77.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(774) {
  -webkit-animation-delay: 77.4s;
          animation-delay: 77.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(775) {
  -webkit-animation-delay: 77.5s;
          animation-delay: 77.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(776) {
  -webkit-animation-delay: 77.6s;
          animation-delay: 77.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(777) {
  -webkit-animation-delay: 77.7s;
          animation-delay: 77.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(778) {
  -webkit-animation-delay: 77.8s;
          animation-delay: 77.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(779) {
  -webkit-animation-delay: 77.9s;
          animation-delay: 77.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(780) {
  -webkit-animation-delay: 78s;
          animation-delay: 78s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(781) {
  -webkit-animation-delay: 78.1s;
          animation-delay: 78.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(782) {
  -webkit-animation-delay: 78.2s;
          animation-delay: 78.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(783) {
  -webkit-animation-delay: 78.3s;
          animation-delay: 78.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(784) {
  -webkit-animation-delay: 78.4s;
          animation-delay: 78.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(785) {
  -webkit-animation-delay: 78.5s;
          animation-delay: 78.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(786) {
  -webkit-animation-delay: 78.6s;
          animation-delay: 78.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(787) {
  -webkit-animation-delay: 78.7s;
          animation-delay: 78.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(788) {
  -webkit-animation-delay: 78.8s;
          animation-delay: 78.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(789) {
  -webkit-animation-delay: 78.9s;
          animation-delay: 78.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(790) {
  -webkit-animation-delay: 79s;
          animation-delay: 79s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(791) {
  -webkit-animation-delay: 79.1s;
          animation-delay: 79.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(792) {
  -webkit-animation-delay: 79.2s;
          animation-delay: 79.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(793) {
  -webkit-animation-delay: 79.3s;
          animation-delay: 79.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(794) {
  -webkit-animation-delay: 79.4s;
          animation-delay: 79.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(795) {
  -webkit-animation-delay: 79.5s;
          animation-delay: 79.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(796) {
  -webkit-animation-delay: 79.6s;
          animation-delay: 79.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(797) {
  -webkit-animation-delay: 79.7s;
          animation-delay: 79.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(798) {
  -webkit-animation-delay: 79.8s;
          animation-delay: 79.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(799) {
  -webkit-animation-delay: 79.9s;
          animation-delay: 79.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(800) {
  -webkit-animation-delay: 80s;
          animation-delay: 80s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(801) {
  -webkit-animation-delay: 80.1s;
          animation-delay: 80.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(802) {
  -webkit-animation-delay: 80.2s;
          animation-delay: 80.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(803) {
  -webkit-animation-delay: 80.3s;
          animation-delay: 80.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(804) {
  -webkit-animation-delay: 80.4s;
          animation-delay: 80.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(805) {
  -webkit-animation-delay: 80.5s;
          animation-delay: 80.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(806) {
  -webkit-animation-delay: 80.6s;
          animation-delay: 80.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(807) {
  -webkit-animation-delay: 80.7s;
          animation-delay: 80.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(808) {
  -webkit-animation-delay: 80.8s;
          animation-delay: 80.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(809) {
  -webkit-animation-delay: 80.9s;
          animation-delay: 80.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(810) {
  -webkit-animation-delay: 81s;
          animation-delay: 81s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(811) {
  -webkit-animation-delay: 81.1s;
          animation-delay: 81.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(812) {
  -webkit-animation-delay: 81.2s;
          animation-delay: 81.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(813) {
  -webkit-animation-delay: 81.3s;
          animation-delay: 81.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(814) {
  -webkit-animation-delay: 81.4s;
          animation-delay: 81.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(815) {
  -webkit-animation-delay: 81.5s;
          animation-delay: 81.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(816) {
  -webkit-animation-delay: 81.6s;
          animation-delay: 81.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(817) {
  -webkit-animation-delay: 81.7s;
          animation-delay: 81.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(818) {
  -webkit-animation-delay: 81.8s;
          animation-delay: 81.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(819) {
  -webkit-animation-delay: 81.9s;
          animation-delay: 81.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(820) {
  -webkit-animation-delay: 82s;
          animation-delay: 82s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(821) {
  -webkit-animation-delay: 82.1s;
          animation-delay: 82.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(822) {
  -webkit-animation-delay: 82.2s;
          animation-delay: 82.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(823) {
  -webkit-animation-delay: 82.3s;
          animation-delay: 82.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(824) {
  -webkit-animation-delay: 82.4s;
          animation-delay: 82.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(825) {
  -webkit-animation-delay: 82.5s;
          animation-delay: 82.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(826) {
  -webkit-animation-delay: 82.6s;
          animation-delay: 82.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(827) {
  -webkit-animation-delay: 82.7s;
          animation-delay: 82.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(828) {
  -webkit-animation-delay: 82.8s;
          animation-delay: 82.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(829) {
  -webkit-animation-delay: 82.9s;
          animation-delay: 82.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(830) {
  -webkit-animation-delay: 83s;
          animation-delay: 83s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(831) {
  -webkit-animation-delay: 83.1s;
          animation-delay: 83.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(832) {
  -webkit-animation-delay: 83.2s;
          animation-delay: 83.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(833) {
  -webkit-animation-delay: 83.3s;
          animation-delay: 83.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(834) {
  -webkit-animation-delay: 83.4s;
          animation-delay: 83.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(835) {
  -webkit-animation-delay: 83.5s;
          animation-delay: 83.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(836) {
  -webkit-animation-delay: 83.6s;
          animation-delay: 83.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(837) {
  -webkit-animation-delay: 83.7s;
          animation-delay: 83.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(838) {
  -webkit-animation-delay: 83.8s;
          animation-delay: 83.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(839) {
  -webkit-animation-delay: 83.9s;
          animation-delay: 83.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(840) {
  -webkit-animation-delay: 84s;
          animation-delay: 84s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(841) {
  -webkit-animation-delay: 84.1s;
          animation-delay: 84.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(842) {
  -webkit-animation-delay: 84.2s;
          animation-delay: 84.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(843) {
  -webkit-animation-delay: 84.3s;
          animation-delay: 84.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(844) {
  -webkit-animation-delay: 84.4s;
          animation-delay: 84.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(845) {
  -webkit-animation-delay: 84.5s;
          animation-delay: 84.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(846) {
  -webkit-animation-delay: 84.6s;
          animation-delay: 84.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(847) {
  -webkit-animation-delay: 84.7s;
          animation-delay: 84.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(848) {
  -webkit-animation-delay: 84.8s;
          animation-delay: 84.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(849) {
  -webkit-animation-delay: 84.9s;
          animation-delay: 84.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(850) {
  -webkit-animation-delay: 85s;
          animation-delay: 85s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(851) {
  -webkit-animation-delay: 85.1s;
          animation-delay: 85.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(852) {
  -webkit-animation-delay: 85.2s;
          animation-delay: 85.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(853) {
  -webkit-animation-delay: 85.3s;
          animation-delay: 85.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(854) {
  -webkit-animation-delay: 85.4s;
          animation-delay: 85.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(855) {
  -webkit-animation-delay: 85.5s;
          animation-delay: 85.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(856) {
  -webkit-animation-delay: 85.6s;
          animation-delay: 85.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(857) {
  -webkit-animation-delay: 85.7s;
          animation-delay: 85.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(858) {
  -webkit-animation-delay: 85.8s;
          animation-delay: 85.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(859) {
  -webkit-animation-delay: 85.9s;
          animation-delay: 85.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(860) {
  -webkit-animation-delay: 86s;
          animation-delay: 86s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(861) {
  -webkit-animation-delay: 86.1s;
          animation-delay: 86.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(862) {
  -webkit-animation-delay: 86.2s;
          animation-delay: 86.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(863) {
  -webkit-animation-delay: 86.3s;
          animation-delay: 86.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(864) {
  -webkit-animation-delay: 86.4s;
          animation-delay: 86.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(865) {
  -webkit-animation-delay: 86.5s;
          animation-delay: 86.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(866) {
  -webkit-animation-delay: 86.6s;
          animation-delay: 86.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(867) {
  -webkit-animation-delay: 86.7s;
          animation-delay: 86.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(868) {
  -webkit-animation-delay: 86.8s;
          animation-delay: 86.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(869) {
  -webkit-animation-delay: 86.9s;
          animation-delay: 86.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(870) {
  -webkit-animation-delay: 87s;
          animation-delay: 87s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(871) {
  -webkit-animation-delay: 87.1s;
          animation-delay: 87.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(872) {
  -webkit-animation-delay: 87.2s;
          animation-delay: 87.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(873) {
  -webkit-animation-delay: 87.3s;
          animation-delay: 87.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(874) {
  -webkit-animation-delay: 87.4s;
          animation-delay: 87.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(875) {
  -webkit-animation-delay: 87.5s;
          animation-delay: 87.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(876) {
  -webkit-animation-delay: 87.6s;
          animation-delay: 87.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(877) {
  -webkit-animation-delay: 87.7s;
          animation-delay: 87.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(878) {
  -webkit-animation-delay: 87.8s;
          animation-delay: 87.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(879) {
  -webkit-animation-delay: 87.9s;
          animation-delay: 87.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(880) {
  -webkit-animation-delay: 88s;
          animation-delay: 88s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(881) {
  -webkit-animation-delay: 88.1s;
          animation-delay: 88.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(882) {
  -webkit-animation-delay: 88.2s;
          animation-delay: 88.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(883) {
  -webkit-animation-delay: 88.3s;
          animation-delay: 88.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(884) {
  -webkit-animation-delay: 88.4s;
          animation-delay: 88.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(885) {
  -webkit-animation-delay: 88.5s;
          animation-delay: 88.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(886) {
  -webkit-animation-delay: 88.6s;
          animation-delay: 88.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(887) {
  -webkit-animation-delay: 88.7s;
          animation-delay: 88.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(888) {
  -webkit-animation-delay: 88.8s;
          animation-delay: 88.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(889) {
  -webkit-animation-delay: 88.9s;
          animation-delay: 88.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(890) {
  -webkit-animation-delay: 89s;
          animation-delay: 89s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(891) {
  -webkit-animation-delay: 89.1s;
          animation-delay: 89.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(892) {
  -webkit-animation-delay: 89.2s;
          animation-delay: 89.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(893) {
  -webkit-animation-delay: 89.3s;
          animation-delay: 89.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(894) {
  -webkit-animation-delay: 89.4s;
          animation-delay: 89.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(895) {
  -webkit-animation-delay: 89.5s;
          animation-delay: 89.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(896) {
  -webkit-animation-delay: 89.6s;
          animation-delay: 89.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(897) {
  -webkit-animation-delay: 89.7s;
          animation-delay: 89.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(898) {
  -webkit-animation-delay: 89.8s;
          animation-delay: 89.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(899) {
  -webkit-animation-delay: 89.9s;
          animation-delay: 89.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(900) {
  -webkit-animation-delay: 90s;
          animation-delay: 90s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(901) {
  -webkit-animation-delay: 90.1s;
          animation-delay: 90.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(902) {
  -webkit-animation-delay: 90.2s;
          animation-delay: 90.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(903) {
  -webkit-animation-delay: 90.3s;
          animation-delay: 90.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(904) {
  -webkit-animation-delay: 90.4s;
          animation-delay: 90.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(905) {
  -webkit-animation-delay: 90.5s;
          animation-delay: 90.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(906) {
  -webkit-animation-delay: 90.6s;
          animation-delay: 90.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(907) {
  -webkit-animation-delay: 90.7s;
          animation-delay: 90.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(908) {
  -webkit-animation-delay: 90.8s;
          animation-delay: 90.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(909) {
  -webkit-animation-delay: 90.9s;
          animation-delay: 90.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(910) {
  -webkit-animation-delay: 91s;
          animation-delay: 91s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(911) {
  -webkit-animation-delay: 91.1s;
          animation-delay: 91.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(912) {
  -webkit-animation-delay: 91.2s;
          animation-delay: 91.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(913) {
  -webkit-animation-delay: 91.3s;
          animation-delay: 91.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(914) {
  -webkit-animation-delay: 91.4s;
          animation-delay: 91.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(915) {
  -webkit-animation-delay: 91.5s;
          animation-delay: 91.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(916) {
  -webkit-animation-delay: 91.6s;
          animation-delay: 91.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(917) {
  -webkit-animation-delay: 91.7s;
          animation-delay: 91.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(918) {
  -webkit-animation-delay: 91.8s;
          animation-delay: 91.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(919) {
  -webkit-animation-delay: 91.9s;
          animation-delay: 91.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(920) {
  -webkit-animation-delay: 92s;
          animation-delay: 92s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(921) {
  -webkit-animation-delay: 92.1s;
          animation-delay: 92.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(922) {
  -webkit-animation-delay: 92.2s;
          animation-delay: 92.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(923) {
  -webkit-animation-delay: 92.3s;
          animation-delay: 92.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(924) {
  -webkit-animation-delay: 92.4s;
          animation-delay: 92.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(925) {
  -webkit-animation-delay: 92.5s;
          animation-delay: 92.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(926) {
  -webkit-animation-delay: 92.6s;
          animation-delay: 92.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(927) {
  -webkit-animation-delay: 92.7s;
          animation-delay: 92.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(928) {
  -webkit-animation-delay: 92.8s;
          animation-delay: 92.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(929) {
  -webkit-animation-delay: 92.9s;
          animation-delay: 92.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(930) {
  -webkit-animation-delay: 93s;
          animation-delay: 93s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(931) {
  -webkit-animation-delay: 93.1s;
          animation-delay: 93.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(932) {
  -webkit-animation-delay: 93.2s;
          animation-delay: 93.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(933) {
  -webkit-animation-delay: 93.3s;
          animation-delay: 93.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(934) {
  -webkit-animation-delay: 93.4s;
          animation-delay: 93.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(935) {
  -webkit-animation-delay: 93.5s;
          animation-delay: 93.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(936) {
  -webkit-animation-delay: 93.6s;
          animation-delay: 93.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(937) {
  -webkit-animation-delay: 93.7s;
          animation-delay: 93.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(938) {
  -webkit-animation-delay: 93.8s;
          animation-delay: 93.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(939) {
  -webkit-animation-delay: 93.9s;
          animation-delay: 93.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(940) {
  -webkit-animation-delay: 94s;
          animation-delay: 94s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(941) {
  -webkit-animation-delay: 94.1s;
          animation-delay: 94.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(942) {
  -webkit-animation-delay: 94.2s;
          animation-delay: 94.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(943) {
  -webkit-animation-delay: 94.3s;
          animation-delay: 94.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(944) {
  -webkit-animation-delay: 94.4s;
          animation-delay: 94.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(945) {
  -webkit-animation-delay: 94.5s;
          animation-delay: 94.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(946) {
  -webkit-animation-delay: 94.6s;
          animation-delay: 94.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(947) {
  -webkit-animation-delay: 94.7s;
          animation-delay: 94.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(948) {
  -webkit-animation-delay: 94.8s;
          animation-delay: 94.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(949) {
  -webkit-animation-delay: 94.9s;
          animation-delay: 94.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(950) {
  -webkit-animation-delay: 95s;
          animation-delay: 95s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(951) {
  -webkit-animation-delay: 95.1s;
          animation-delay: 95.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(952) {
  -webkit-animation-delay: 95.2s;
          animation-delay: 95.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(953) {
  -webkit-animation-delay: 95.3s;
          animation-delay: 95.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(954) {
  -webkit-animation-delay: 95.4s;
          animation-delay: 95.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(955) {
  -webkit-animation-delay: 95.5s;
          animation-delay: 95.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(956) {
  -webkit-animation-delay: 95.6s;
          animation-delay: 95.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(957) {
  -webkit-animation-delay: 95.7s;
          animation-delay: 95.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(958) {
  -webkit-animation-delay: 95.8s;
          animation-delay: 95.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(959) {
  -webkit-animation-delay: 95.9s;
          animation-delay: 95.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(960) {
  -webkit-animation-delay: 96s;
          animation-delay: 96s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(961) {
  -webkit-animation-delay: 96.1s;
          animation-delay: 96.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(962) {
  -webkit-animation-delay: 96.2s;
          animation-delay: 96.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(963) {
  -webkit-animation-delay: 96.3s;
          animation-delay: 96.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(964) {
  -webkit-animation-delay: 96.4s;
          animation-delay: 96.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(965) {
  -webkit-animation-delay: 96.5s;
          animation-delay: 96.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(966) {
  -webkit-animation-delay: 96.6s;
          animation-delay: 96.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(967) {
  -webkit-animation-delay: 96.7s;
          animation-delay: 96.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(968) {
  -webkit-animation-delay: 96.8s;
          animation-delay: 96.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(969) {
  -webkit-animation-delay: 96.9s;
          animation-delay: 96.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(970) {
  -webkit-animation-delay: 97s;
          animation-delay: 97s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(971) {
  -webkit-animation-delay: 97.1s;
          animation-delay: 97.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(972) {
  -webkit-animation-delay: 97.2s;
          animation-delay: 97.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(973) {
  -webkit-animation-delay: 97.3s;
          animation-delay: 97.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(974) {
  -webkit-animation-delay: 97.4s;
          animation-delay: 97.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(975) {
  -webkit-animation-delay: 97.5s;
          animation-delay: 97.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(976) {
  -webkit-animation-delay: 97.6s;
          animation-delay: 97.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(977) {
  -webkit-animation-delay: 97.7s;
          animation-delay: 97.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(978) {
  -webkit-animation-delay: 97.8s;
          animation-delay: 97.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(979) {
  -webkit-animation-delay: 97.9s;
          animation-delay: 97.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(980) {
  -webkit-animation-delay: 98s;
          animation-delay: 98s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(981) {
  -webkit-animation-delay: 98.1s;
          animation-delay: 98.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(982) {
  -webkit-animation-delay: 98.2s;
          animation-delay: 98.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(983) {
  -webkit-animation-delay: 98.3s;
          animation-delay: 98.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(984) {
  -webkit-animation-delay: 98.4s;
          animation-delay: 98.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(985) {
  -webkit-animation-delay: 98.5s;
          animation-delay: 98.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(986) {
  -webkit-animation-delay: 98.6s;
          animation-delay: 98.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(987) {
  -webkit-animation-delay: 98.7s;
          animation-delay: 98.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(988) {
  -webkit-animation-delay: 98.8s;
          animation-delay: 98.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(989) {
  -webkit-animation-delay: 98.9s;
          animation-delay: 98.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(990) {
  -webkit-animation-delay: 99s;
          animation-delay: 99s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(991) {
  -webkit-animation-delay: 99.1s;
          animation-delay: 99.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(992) {
  -webkit-animation-delay: 99.2s;
          animation-delay: 99.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(993) {
  -webkit-animation-delay: 99.3s;
          animation-delay: 99.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(994) {
  -webkit-animation-delay: 99.4s;
          animation-delay: 99.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(995) {
  -webkit-animation-delay: 99.5s;
          animation-delay: 99.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(996) {
  -webkit-animation-delay: 99.6s;
          animation-delay: 99.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(997) {
  -webkit-animation-delay: 99.7s;
          animation-delay: 99.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(998) {
  -webkit-animation-delay: 99.8s;
          animation-delay: 99.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(999) {
  -webkit-animation-delay: 99.9s;
          animation-delay: 99.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1000) {
  -webkit-animation-delay: 100s;
          animation-delay: 100s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1001) {
  -webkit-animation-delay: 100.1s;
          animation-delay: 100.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1002) {
  -webkit-animation-delay: 100.2s;
          animation-delay: 100.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1003) {
  -webkit-animation-delay: 100.3s;
          animation-delay: 100.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1004) {
  -webkit-animation-delay: 100.4s;
          animation-delay: 100.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1005) {
  -webkit-animation-delay: 100.5s;
          animation-delay: 100.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1006) {
  -webkit-animation-delay: 100.6s;
          animation-delay: 100.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1007) {
  -webkit-animation-delay: 100.7s;
          animation-delay: 100.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1008) {
  -webkit-animation-delay: 100.8s;
          animation-delay: 100.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1009) {
  -webkit-animation-delay: 100.9s;
          animation-delay: 100.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1010) {
  -webkit-animation-delay: 101s;
          animation-delay: 101s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1011) {
  -webkit-animation-delay: 101.1s;
          animation-delay: 101.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1012) {
  -webkit-animation-delay: 101.2s;
          animation-delay: 101.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1013) {
  -webkit-animation-delay: 101.3s;
          animation-delay: 101.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1014) {
  -webkit-animation-delay: 101.4s;
          animation-delay: 101.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1015) {
  -webkit-animation-delay: 101.5s;
          animation-delay: 101.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1016) {
  -webkit-animation-delay: 101.6s;
          animation-delay: 101.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1017) {
  -webkit-animation-delay: 101.7s;
          animation-delay: 101.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1018) {
  -webkit-animation-delay: 101.8s;
          animation-delay: 101.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1019) {
  -webkit-animation-delay: 101.9s;
          animation-delay: 101.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1020) {
  -webkit-animation-delay: 102s;
          animation-delay: 102s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1021) {
  -webkit-animation-delay: 102.1s;
          animation-delay: 102.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1022) {
  -webkit-animation-delay: 102.2s;
          animation-delay: 102.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1023) {
  -webkit-animation-delay: 102.3s;
          animation-delay: 102.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1024) {
  -webkit-animation-delay: 102.4s;
          animation-delay: 102.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1025) {
  -webkit-animation-delay: 102.5s;
          animation-delay: 102.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1026) {
  -webkit-animation-delay: 102.6s;
          animation-delay: 102.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1027) {
  -webkit-animation-delay: 102.7s;
          animation-delay: 102.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1028) {
  -webkit-animation-delay: 102.8s;
          animation-delay: 102.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1029) {
  -webkit-animation-delay: 102.9s;
          animation-delay: 102.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1030) {
  -webkit-animation-delay: 103s;
          animation-delay: 103s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1031) {
  -webkit-animation-delay: 103.1s;
          animation-delay: 103.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1032) {
  -webkit-animation-delay: 103.2s;
          animation-delay: 103.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1033) {
  -webkit-animation-delay: 103.3s;
          animation-delay: 103.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1034) {
  -webkit-animation-delay: 103.4s;
          animation-delay: 103.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1035) {
  -webkit-animation-delay: 103.5s;
          animation-delay: 103.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1036) {
  -webkit-animation-delay: 103.6s;
          animation-delay: 103.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1037) {
  -webkit-animation-delay: 103.7s;
          animation-delay: 103.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1038) {
  -webkit-animation-delay: 103.8s;
          animation-delay: 103.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1039) {
  -webkit-animation-delay: 103.9s;
          animation-delay: 103.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1040) {
  -webkit-animation-delay: 104s;
          animation-delay: 104s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1041) {
  -webkit-animation-delay: 104.1s;
          animation-delay: 104.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1042) {
  -webkit-animation-delay: 104.2s;
          animation-delay: 104.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1043) {
  -webkit-animation-delay: 104.3s;
          animation-delay: 104.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1044) {
  -webkit-animation-delay: 104.4s;
          animation-delay: 104.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1045) {
  -webkit-animation-delay: 104.5s;
          animation-delay: 104.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1046) {
  -webkit-animation-delay: 104.6s;
          animation-delay: 104.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1047) {
  -webkit-animation-delay: 104.7s;
          animation-delay: 104.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1048) {
  -webkit-animation-delay: 104.8s;
          animation-delay: 104.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1049) {
  -webkit-animation-delay: 104.9s;
          animation-delay: 104.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1050) {
  -webkit-animation-delay: 105s;
          animation-delay: 105s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1051) {
  -webkit-animation-delay: 105.1s;
          animation-delay: 105.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1052) {
  -webkit-animation-delay: 105.2s;
          animation-delay: 105.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1053) {
  -webkit-animation-delay: 105.3s;
          animation-delay: 105.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1054) {
  -webkit-animation-delay: 105.4s;
          animation-delay: 105.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1055) {
  -webkit-animation-delay: 105.5s;
          animation-delay: 105.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1056) {
  -webkit-animation-delay: 105.6s;
          animation-delay: 105.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1057) {
  -webkit-animation-delay: 105.7s;
          animation-delay: 105.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1058) {
  -webkit-animation-delay: 105.8s;
          animation-delay: 105.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1059) {
  -webkit-animation-delay: 105.9s;
          animation-delay: 105.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1060) {
  -webkit-animation-delay: 106s;
          animation-delay: 106s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1061) {
  -webkit-animation-delay: 106.1s;
          animation-delay: 106.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1062) {
  -webkit-animation-delay: 106.2s;
          animation-delay: 106.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1063) {
  -webkit-animation-delay: 106.3s;
          animation-delay: 106.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1064) {
  -webkit-animation-delay: 106.4s;
          animation-delay: 106.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1065) {
  -webkit-animation-delay: 106.5s;
          animation-delay: 106.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1066) {
  -webkit-animation-delay: 106.6s;
          animation-delay: 106.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1067) {
  -webkit-animation-delay: 106.7s;
          animation-delay: 106.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1068) {
  -webkit-animation-delay: 106.8s;
          animation-delay: 106.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1069) {
  -webkit-animation-delay: 106.9s;
          animation-delay: 106.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1070) {
  -webkit-animation-delay: 107s;
          animation-delay: 107s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1071) {
  -webkit-animation-delay: 107.1s;
          animation-delay: 107.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1072) {
  -webkit-animation-delay: 107.2s;
          animation-delay: 107.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1073) {
  -webkit-animation-delay: 107.3s;
          animation-delay: 107.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1074) {
  -webkit-animation-delay: 107.4s;
          animation-delay: 107.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1075) {
  -webkit-animation-delay: 107.5s;
          animation-delay: 107.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1076) {
  -webkit-animation-delay: 107.6s;
          animation-delay: 107.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1077) {
  -webkit-animation-delay: 107.7s;
          animation-delay: 107.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1078) {
  -webkit-animation-delay: 107.8s;
          animation-delay: 107.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1079) {
  -webkit-animation-delay: 107.9s;
          animation-delay: 107.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1080) {
  -webkit-animation-delay: 108s;
          animation-delay: 108s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1081) {
  -webkit-animation-delay: 108.1s;
          animation-delay: 108.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1082) {
  -webkit-animation-delay: 108.2s;
          animation-delay: 108.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1083) {
  -webkit-animation-delay: 108.3s;
          animation-delay: 108.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1084) {
  -webkit-animation-delay: 108.4s;
          animation-delay: 108.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1085) {
  -webkit-animation-delay: 108.5s;
          animation-delay: 108.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1086) {
  -webkit-animation-delay: 108.6s;
          animation-delay: 108.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1087) {
  -webkit-animation-delay: 108.7s;
          animation-delay: 108.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1088) {
  -webkit-animation-delay: 108.8s;
          animation-delay: 108.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1089) {
  -webkit-animation-delay: 108.9s;
          animation-delay: 108.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1090) {
  -webkit-animation-delay: 109s;
          animation-delay: 109s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1091) {
  -webkit-animation-delay: 109.1s;
          animation-delay: 109.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1092) {
  -webkit-animation-delay: 109.2s;
          animation-delay: 109.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1093) {
  -webkit-animation-delay: 109.3s;
          animation-delay: 109.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1094) {
  -webkit-animation-delay: 109.4s;
          animation-delay: 109.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1095) {
  -webkit-animation-delay: 109.5s;
          animation-delay: 109.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1096) {
  -webkit-animation-delay: 109.6s;
          animation-delay: 109.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1097) {
  -webkit-animation-delay: 109.7s;
          animation-delay: 109.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1098) {
  -webkit-animation-delay: 109.8s;
          animation-delay: 109.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1099) {
  -webkit-animation-delay: 109.9s;
          animation-delay: 109.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1100) {
  -webkit-animation-delay: 110s;
          animation-delay: 110s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1101) {
  -webkit-animation-delay: 110.1s;
          animation-delay: 110.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1102) {
  -webkit-animation-delay: 110.2s;
          animation-delay: 110.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1103) {
  -webkit-animation-delay: 110.3s;
          animation-delay: 110.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1104) {
  -webkit-animation-delay: 110.4s;
          animation-delay: 110.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1105) {
  -webkit-animation-delay: 110.5s;
          animation-delay: 110.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1106) {
  -webkit-animation-delay: 110.6s;
          animation-delay: 110.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1107) {
  -webkit-animation-delay: 110.7s;
          animation-delay: 110.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1108) {
  -webkit-animation-delay: 110.8s;
          animation-delay: 110.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1109) {
  -webkit-animation-delay: 110.9s;
          animation-delay: 110.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1110) {
  -webkit-animation-delay: 111s;
          animation-delay: 111s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1111) {
  -webkit-animation-delay: 111.1s;
          animation-delay: 111.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1112) {
  -webkit-animation-delay: 111.2s;
          animation-delay: 111.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1113) {
  -webkit-animation-delay: 111.3s;
          animation-delay: 111.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1114) {
  -webkit-animation-delay: 111.4s;
          animation-delay: 111.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1115) {
  -webkit-animation-delay: 111.5s;
          animation-delay: 111.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1116) {
  -webkit-animation-delay: 111.6s;
          animation-delay: 111.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1117) {
  -webkit-animation-delay: 111.7s;
          animation-delay: 111.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1118) {
  -webkit-animation-delay: 111.8s;
          animation-delay: 111.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1119) {
  -webkit-animation-delay: 111.9s;
          animation-delay: 111.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1120) {
  -webkit-animation-delay: 112s;
          animation-delay: 112s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1121) {
  -webkit-animation-delay: 112.1s;
          animation-delay: 112.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1122) {
  -webkit-animation-delay: 112.2s;
          animation-delay: 112.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1123) {
  -webkit-animation-delay: 112.3s;
          animation-delay: 112.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1124) {
  -webkit-animation-delay: 112.4s;
          animation-delay: 112.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1125) {
  -webkit-animation-delay: 112.5s;
          animation-delay: 112.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1126) {
  -webkit-animation-delay: 112.6s;
          animation-delay: 112.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1127) {
  -webkit-animation-delay: 112.7s;
          animation-delay: 112.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1128) {
  -webkit-animation-delay: 112.8s;
          animation-delay: 112.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1129) {
  -webkit-animation-delay: 112.9s;
          animation-delay: 112.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1130) {
  -webkit-animation-delay: 113s;
          animation-delay: 113s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1131) {
  -webkit-animation-delay: 113.1s;
          animation-delay: 113.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1132) {
  -webkit-animation-delay: 113.2s;
          animation-delay: 113.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1133) {
  -webkit-animation-delay: 113.3s;
          animation-delay: 113.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1134) {
  -webkit-animation-delay: 113.4s;
          animation-delay: 113.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1135) {
  -webkit-animation-delay: 113.5s;
          animation-delay: 113.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1136) {
  -webkit-animation-delay: 113.6s;
          animation-delay: 113.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1137) {
  -webkit-animation-delay: 113.7s;
          animation-delay: 113.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1138) {
  -webkit-animation-delay: 113.8s;
          animation-delay: 113.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1139) {
  -webkit-animation-delay: 113.9s;
          animation-delay: 113.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1140) {
  -webkit-animation-delay: 114s;
          animation-delay: 114s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1141) {
  -webkit-animation-delay: 114.1s;
          animation-delay: 114.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1142) {
  -webkit-animation-delay: 114.2s;
          animation-delay: 114.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1143) {
  -webkit-animation-delay: 114.3s;
          animation-delay: 114.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1144) {
  -webkit-animation-delay: 114.4s;
          animation-delay: 114.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1145) {
  -webkit-animation-delay: 114.5s;
          animation-delay: 114.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1146) {
  -webkit-animation-delay: 114.6s;
          animation-delay: 114.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1147) {
  -webkit-animation-delay: 114.7s;
          animation-delay: 114.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1148) {
  -webkit-animation-delay: 114.8s;
          animation-delay: 114.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1149) {
  -webkit-animation-delay: 114.9s;
          animation-delay: 114.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1150) {
  -webkit-animation-delay: 115s;
          animation-delay: 115s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1151) {
  -webkit-animation-delay: 115.1s;
          animation-delay: 115.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1152) {
  -webkit-animation-delay: 115.2s;
          animation-delay: 115.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1153) {
  -webkit-animation-delay: 115.3s;
          animation-delay: 115.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1154) {
  -webkit-animation-delay: 115.4s;
          animation-delay: 115.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1155) {
  -webkit-animation-delay: 115.5s;
          animation-delay: 115.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1156) {
  -webkit-animation-delay: 115.6s;
          animation-delay: 115.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1157) {
  -webkit-animation-delay: 115.7s;
          animation-delay: 115.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1158) {
  -webkit-animation-delay: 115.8s;
          animation-delay: 115.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1159) {
  -webkit-animation-delay: 115.9s;
          animation-delay: 115.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1160) {
  -webkit-animation-delay: 116s;
          animation-delay: 116s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1161) {
  -webkit-animation-delay: 116.1s;
          animation-delay: 116.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1162) {
  -webkit-animation-delay: 116.2s;
          animation-delay: 116.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1163) {
  -webkit-animation-delay: 116.3s;
          animation-delay: 116.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1164) {
  -webkit-animation-delay: 116.4s;
          animation-delay: 116.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1165) {
  -webkit-animation-delay: 116.5s;
          animation-delay: 116.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1166) {
  -webkit-animation-delay: 116.6s;
          animation-delay: 116.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1167) {
  -webkit-animation-delay: 116.7s;
          animation-delay: 116.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1168) {
  -webkit-animation-delay: 116.8s;
          animation-delay: 116.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1169) {
  -webkit-animation-delay: 116.9s;
          animation-delay: 116.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1170) {
  -webkit-animation-delay: 117s;
          animation-delay: 117s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1171) {
  -webkit-animation-delay: 117.1s;
          animation-delay: 117.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1172) {
  -webkit-animation-delay: 117.2s;
          animation-delay: 117.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1173) {
  -webkit-animation-delay: 117.3s;
          animation-delay: 117.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1174) {
  -webkit-animation-delay: 117.4s;
          animation-delay: 117.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1175) {
  -webkit-animation-delay: 117.5s;
          animation-delay: 117.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1176) {
  -webkit-animation-delay: 117.6s;
          animation-delay: 117.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1177) {
  -webkit-animation-delay: 117.7s;
          animation-delay: 117.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1178) {
  -webkit-animation-delay: 117.8s;
          animation-delay: 117.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1179) {
  -webkit-animation-delay: 117.9s;
          animation-delay: 117.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1180) {
  -webkit-animation-delay: 118s;
          animation-delay: 118s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1181) {
  -webkit-animation-delay: 118.1s;
          animation-delay: 118.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1182) {
  -webkit-animation-delay: 118.2s;
          animation-delay: 118.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1183) {
  -webkit-animation-delay: 118.3s;
          animation-delay: 118.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1184) {
  -webkit-animation-delay: 118.4s;
          animation-delay: 118.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1185) {
  -webkit-animation-delay: 118.5s;
          animation-delay: 118.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1186) {
  -webkit-animation-delay: 118.6s;
          animation-delay: 118.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1187) {
  -webkit-animation-delay: 118.7s;
          animation-delay: 118.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1188) {
  -webkit-animation-delay: 118.8s;
          animation-delay: 118.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1189) {
  -webkit-animation-delay: 118.9s;
          animation-delay: 118.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1190) {
  -webkit-animation-delay: 119s;
          animation-delay: 119s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1191) {
  -webkit-animation-delay: 119.1s;
          animation-delay: 119.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1192) {
  -webkit-animation-delay: 119.2s;
          animation-delay: 119.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1193) {
  -webkit-animation-delay: 119.3s;
          animation-delay: 119.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1194) {
  -webkit-animation-delay: 119.4s;
          animation-delay: 119.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1195) {
  -webkit-animation-delay: 119.5s;
          animation-delay: 119.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1196) {
  -webkit-animation-delay: 119.6s;
          animation-delay: 119.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1197) {
  -webkit-animation-delay: 119.7s;
          animation-delay: 119.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1198) {
  -webkit-animation-delay: 119.8s;
          animation-delay: 119.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1199) {
  -webkit-animation-delay: 119.9s;
          animation-delay: 119.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1200) {
  -webkit-animation-delay: 120s;
          animation-delay: 120s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1201) {
  -webkit-animation-delay: 120.1s;
          animation-delay: 120.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1202) {
  -webkit-animation-delay: 120.2s;
          animation-delay: 120.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1203) {
  -webkit-animation-delay: 120.3s;
          animation-delay: 120.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1204) {
  -webkit-animation-delay: 120.4s;
          animation-delay: 120.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1205) {
  -webkit-animation-delay: 120.5s;
          animation-delay: 120.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1206) {
  -webkit-animation-delay: 120.6s;
          animation-delay: 120.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1207) {
  -webkit-animation-delay: 120.7s;
          animation-delay: 120.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1208) {
  -webkit-animation-delay: 120.8s;
          animation-delay: 120.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1209) {
  -webkit-animation-delay: 120.9s;
          animation-delay: 120.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1210) {
  -webkit-animation-delay: 121s;
          animation-delay: 121s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1211) {
  -webkit-animation-delay: 121.1s;
          animation-delay: 121.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1212) {
  -webkit-animation-delay: 121.2s;
          animation-delay: 121.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1213) {
  -webkit-animation-delay: 121.3s;
          animation-delay: 121.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1214) {
  -webkit-animation-delay: 121.4s;
          animation-delay: 121.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1215) {
  -webkit-animation-delay: 121.5s;
          animation-delay: 121.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1216) {
  -webkit-animation-delay: 121.6s;
          animation-delay: 121.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1217) {
  -webkit-animation-delay: 121.7s;
          animation-delay: 121.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1218) {
  -webkit-animation-delay: 121.8s;
          animation-delay: 121.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1219) {
  -webkit-animation-delay: 121.9s;
          animation-delay: 121.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1220) {
  -webkit-animation-delay: 122s;
          animation-delay: 122s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1221) {
  -webkit-animation-delay: 122.1s;
          animation-delay: 122.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1222) {
  -webkit-animation-delay: 122.2s;
          animation-delay: 122.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1223) {
  -webkit-animation-delay: 122.3s;
          animation-delay: 122.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1224) {
  -webkit-animation-delay: 122.4s;
          animation-delay: 122.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1225) {
  -webkit-animation-delay: 122.5s;
          animation-delay: 122.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1226) {
  -webkit-animation-delay: 122.6s;
          animation-delay: 122.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1227) {
  -webkit-animation-delay: 122.7s;
          animation-delay: 122.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1228) {
  -webkit-animation-delay: 122.8s;
          animation-delay: 122.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1229) {
  -webkit-animation-delay: 122.9s;
          animation-delay: 122.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1230) {
  -webkit-animation-delay: 123s;
          animation-delay: 123s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1231) {
  -webkit-animation-delay: 123.1s;
          animation-delay: 123.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1232) {
  -webkit-animation-delay: 123.2s;
          animation-delay: 123.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1233) {
  -webkit-animation-delay: 123.3s;
          animation-delay: 123.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1234) {
  -webkit-animation-delay: 123.4s;
          animation-delay: 123.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1235) {
  -webkit-animation-delay: 123.5s;
          animation-delay: 123.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1236) {
  -webkit-animation-delay: 123.6s;
          animation-delay: 123.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1237) {
  -webkit-animation-delay: 123.7s;
          animation-delay: 123.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1238) {
  -webkit-animation-delay: 123.8s;
          animation-delay: 123.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1239) {
  -webkit-animation-delay: 123.9s;
          animation-delay: 123.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1240) {
  -webkit-animation-delay: 124s;
          animation-delay: 124s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1241) {
  -webkit-animation-delay: 124.1s;
          animation-delay: 124.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1242) {
  -webkit-animation-delay: 124.2s;
          animation-delay: 124.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1243) {
  -webkit-animation-delay: 124.3s;
          animation-delay: 124.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1244) {
  -webkit-animation-delay: 124.4s;
          animation-delay: 124.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1245) {
  -webkit-animation-delay: 124.5s;
          animation-delay: 124.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1246) {
  -webkit-animation-delay: 124.6s;
          animation-delay: 124.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1247) {
  -webkit-animation-delay: 124.7s;
          animation-delay: 124.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1248) {
  -webkit-animation-delay: 124.8s;
          animation-delay: 124.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1249) {
  -webkit-animation-delay: 124.9s;
          animation-delay: 124.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1250) {
  -webkit-animation-delay: 125s;
          animation-delay: 125s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1251) {
  -webkit-animation-delay: 125.1s;
          animation-delay: 125.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1252) {
  -webkit-animation-delay: 125.2s;
          animation-delay: 125.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1253) {
  -webkit-animation-delay: 125.3s;
          animation-delay: 125.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1254) {
  -webkit-animation-delay: 125.4s;
          animation-delay: 125.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1255) {
  -webkit-animation-delay: 125.5s;
          animation-delay: 125.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1256) {
  -webkit-animation-delay: 125.6s;
          animation-delay: 125.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1257) {
  -webkit-animation-delay: 125.7s;
          animation-delay: 125.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1258) {
  -webkit-animation-delay: 125.8s;
          animation-delay: 125.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1259) {
  -webkit-animation-delay: 125.9s;
          animation-delay: 125.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1260) {
  -webkit-animation-delay: 126s;
          animation-delay: 126s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1261) {
  -webkit-animation-delay: 126.1s;
          animation-delay: 126.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1262) {
  -webkit-animation-delay: 126.2s;
          animation-delay: 126.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1263) {
  -webkit-animation-delay: 126.3s;
          animation-delay: 126.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1264) {
  -webkit-animation-delay: 126.4s;
          animation-delay: 126.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1265) {
  -webkit-animation-delay: 126.5s;
          animation-delay: 126.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1266) {
  -webkit-animation-delay: 126.6s;
          animation-delay: 126.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1267) {
  -webkit-animation-delay: 126.7s;
          animation-delay: 126.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1268) {
  -webkit-animation-delay: 126.8s;
          animation-delay: 126.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1269) {
  -webkit-animation-delay: 126.9s;
          animation-delay: 126.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1270) {
  -webkit-animation-delay: 127s;
          animation-delay: 127s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1271) {
  -webkit-animation-delay: 127.1s;
          animation-delay: 127.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1272) {
  -webkit-animation-delay: 127.2s;
          animation-delay: 127.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1273) {
  -webkit-animation-delay: 127.3s;
          animation-delay: 127.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1274) {
  -webkit-animation-delay: 127.4s;
          animation-delay: 127.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1275) {
  -webkit-animation-delay: 127.5s;
          animation-delay: 127.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1276) {
  -webkit-animation-delay: 127.6s;
          animation-delay: 127.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1277) {
  -webkit-animation-delay: 127.7s;
          animation-delay: 127.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1278) {
  -webkit-animation-delay: 127.8s;
          animation-delay: 127.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1279) {
  -webkit-animation-delay: 127.9s;
          animation-delay: 127.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1280) {
  -webkit-animation-delay: 128s;
          animation-delay: 128s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1281) {
  -webkit-animation-delay: 128.1s;
          animation-delay: 128.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1282) {
  -webkit-animation-delay: 128.2s;
          animation-delay: 128.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1283) {
  -webkit-animation-delay: 128.3s;
          animation-delay: 128.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1284) {
  -webkit-animation-delay: 128.4s;
          animation-delay: 128.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1285) {
  -webkit-animation-delay: 128.5s;
          animation-delay: 128.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1286) {
  -webkit-animation-delay: 128.6s;
          animation-delay: 128.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1287) {
  -webkit-animation-delay: 128.7s;
          animation-delay: 128.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1288) {
  -webkit-animation-delay: 128.8s;
          animation-delay: 128.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1289) {
  -webkit-animation-delay: 128.9s;
          animation-delay: 128.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1290) {
  -webkit-animation-delay: 129s;
          animation-delay: 129s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1291) {
  -webkit-animation-delay: 129.1s;
          animation-delay: 129.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1292) {
  -webkit-animation-delay: 129.2s;
          animation-delay: 129.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1293) {
  -webkit-animation-delay: 129.3s;
          animation-delay: 129.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1294) {
  -webkit-animation-delay: 129.4s;
          animation-delay: 129.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1295) {
  -webkit-animation-delay: 129.5s;
          animation-delay: 129.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1296) {
  -webkit-animation-delay: 129.6s;
          animation-delay: 129.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1297) {
  -webkit-animation-delay: 129.7s;
          animation-delay: 129.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1298) {
  -webkit-animation-delay: 129.8s;
          animation-delay: 129.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1299) {
  -webkit-animation-delay: 129.9s;
          animation-delay: 129.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1300) {
  -webkit-animation-delay: 130s;
          animation-delay: 130s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1301) {
  -webkit-animation-delay: 130.1s;
          animation-delay: 130.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1302) {
  -webkit-animation-delay: 130.2s;
          animation-delay: 130.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1303) {
  -webkit-animation-delay: 130.3s;
          animation-delay: 130.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1304) {
  -webkit-animation-delay: 130.4s;
          animation-delay: 130.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1305) {
  -webkit-animation-delay: 130.5s;
          animation-delay: 130.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1306) {
  -webkit-animation-delay: 130.6s;
          animation-delay: 130.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1307) {
  -webkit-animation-delay: 130.7s;
          animation-delay: 130.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1308) {
  -webkit-animation-delay: 130.8s;
          animation-delay: 130.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1309) {
  -webkit-animation-delay: 130.9s;
          animation-delay: 130.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1310) {
  -webkit-animation-delay: 131s;
          animation-delay: 131s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1311) {
  -webkit-animation-delay: 131.1s;
          animation-delay: 131.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1312) {
  -webkit-animation-delay: 131.2s;
          animation-delay: 131.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1313) {
  -webkit-animation-delay: 131.3s;
          animation-delay: 131.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1314) {
  -webkit-animation-delay: 131.4s;
          animation-delay: 131.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1315) {
  -webkit-animation-delay: 131.5s;
          animation-delay: 131.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1316) {
  -webkit-animation-delay: 131.6s;
          animation-delay: 131.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1317) {
  -webkit-animation-delay: 131.7s;
          animation-delay: 131.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1318) {
  -webkit-animation-delay: 131.8s;
          animation-delay: 131.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1319) {
  -webkit-animation-delay: 131.9s;
          animation-delay: 131.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1320) {
  -webkit-animation-delay: 132s;
          animation-delay: 132s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1321) {
  -webkit-animation-delay: 132.1s;
          animation-delay: 132.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1322) {
  -webkit-animation-delay: 132.2s;
          animation-delay: 132.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1323) {
  -webkit-animation-delay: 132.3s;
          animation-delay: 132.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1324) {
  -webkit-animation-delay: 132.4s;
          animation-delay: 132.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1325) {
  -webkit-animation-delay: 132.5s;
          animation-delay: 132.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1326) {
  -webkit-animation-delay: 132.6s;
          animation-delay: 132.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1327) {
  -webkit-animation-delay: 132.7s;
          animation-delay: 132.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1328) {
  -webkit-animation-delay: 132.8s;
          animation-delay: 132.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1329) {
  -webkit-animation-delay: 132.9s;
          animation-delay: 132.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1330) {
  -webkit-animation-delay: 133s;
          animation-delay: 133s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1331) {
  -webkit-animation-delay: 133.1s;
          animation-delay: 133.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1332) {
  -webkit-animation-delay: 133.2s;
          animation-delay: 133.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1333) {
  -webkit-animation-delay: 133.3s;
          animation-delay: 133.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1334) {
  -webkit-animation-delay: 133.4s;
          animation-delay: 133.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1335) {
  -webkit-animation-delay: 133.5s;
          animation-delay: 133.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1336) {
  -webkit-animation-delay: 133.6s;
          animation-delay: 133.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1337) {
  -webkit-animation-delay: 133.7s;
          animation-delay: 133.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1338) {
  -webkit-animation-delay: 133.8s;
          animation-delay: 133.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1339) {
  -webkit-animation-delay: 133.9s;
          animation-delay: 133.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1340) {
  -webkit-animation-delay: 134s;
          animation-delay: 134s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1341) {
  -webkit-animation-delay: 134.1s;
          animation-delay: 134.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1342) {
  -webkit-animation-delay: 134.2s;
          animation-delay: 134.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1343) {
  -webkit-animation-delay: 134.3s;
          animation-delay: 134.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1344) {
  -webkit-animation-delay: 134.4s;
          animation-delay: 134.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1345) {
  -webkit-animation-delay: 134.5s;
          animation-delay: 134.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1346) {
  -webkit-animation-delay: 134.6s;
          animation-delay: 134.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1347) {
  -webkit-animation-delay: 134.7s;
          animation-delay: 134.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1348) {
  -webkit-animation-delay: 134.8s;
          animation-delay: 134.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1349) {
  -webkit-animation-delay: 134.9s;
          animation-delay: 134.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1350) {
  -webkit-animation-delay: 135s;
          animation-delay: 135s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1351) {
  -webkit-animation-delay: 135.1s;
          animation-delay: 135.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1352) {
  -webkit-animation-delay: 135.2s;
          animation-delay: 135.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1353) {
  -webkit-animation-delay: 135.3s;
          animation-delay: 135.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1354) {
  -webkit-animation-delay: 135.4s;
          animation-delay: 135.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1355) {
  -webkit-animation-delay: 135.5s;
          animation-delay: 135.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1356) {
  -webkit-animation-delay: 135.6s;
          animation-delay: 135.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1357) {
  -webkit-animation-delay: 135.7s;
          animation-delay: 135.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1358) {
  -webkit-animation-delay: 135.8s;
          animation-delay: 135.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1359) {
  -webkit-animation-delay: 135.9s;
          animation-delay: 135.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1360) {
  -webkit-animation-delay: 136s;
          animation-delay: 136s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1361) {
  -webkit-animation-delay: 136.1s;
          animation-delay: 136.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1362) {
  -webkit-animation-delay: 136.2s;
          animation-delay: 136.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1363) {
  -webkit-animation-delay: 136.3s;
          animation-delay: 136.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1364) {
  -webkit-animation-delay: 136.4s;
          animation-delay: 136.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1365) {
  -webkit-animation-delay: 136.5s;
          animation-delay: 136.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1366) {
  -webkit-animation-delay: 136.6s;
          animation-delay: 136.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1367) {
  -webkit-animation-delay: 136.7s;
          animation-delay: 136.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1368) {
  -webkit-animation-delay: 136.8s;
          animation-delay: 136.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1369) {
  -webkit-animation-delay: 136.9s;
          animation-delay: 136.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1370) {
  -webkit-animation-delay: 137s;
          animation-delay: 137s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1371) {
  -webkit-animation-delay: 137.1s;
          animation-delay: 137.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1372) {
  -webkit-animation-delay: 137.2s;
          animation-delay: 137.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1373) {
  -webkit-animation-delay: 137.3s;
          animation-delay: 137.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1374) {
  -webkit-animation-delay: 137.4s;
          animation-delay: 137.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1375) {
  -webkit-animation-delay: 137.5s;
          animation-delay: 137.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1376) {
  -webkit-animation-delay: 137.6s;
          animation-delay: 137.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1377) {
  -webkit-animation-delay: 137.7s;
          animation-delay: 137.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1378) {
  -webkit-animation-delay: 137.8s;
          animation-delay: 137.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1379) {
  -webkit-animation-delay: 137.9s;
          animation-delay: 137.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1380) {
  -webkit-animation-delay: 138s;
          animation-delay: 138s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1381) {
  -webkit-animation-delay: 138.1s;
          animation-delay: 138.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1382) {
  -webkit-animation-delay: 138.2s;
          animation-delay: 138.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1383) {
  -webkit-animation-delay: 138.3s;
          animation-delay: 138.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1384) {
  -webkit-animation-delay: 138.4s;
          animation-delay: 138.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1385) {
  -webkit-animation-delay: 138.5s;
          animation-delay: 138.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1386) {
  -webkit-animation-delay: 138.6s;
          animation-delay: 138.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1387) {
  -webkit-animation-delay: 138.7s;
          animation-delay: 138.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1388) {
  -webkit-animation-delay: 138.8s;
          animation-delay: 138.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1389) {
  -webkit-animation-delay: 138.9s;
          animation-delay: 138.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1390) {
  -webkit-animation-delay: 139s;
          animation-delay: 139s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1391) {
  -webkit-animation-delay: 139.1s;
          animation-delay: 139.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1392) {
  -webkit-animation-delay: 139.2s;
          animation-delay: 139.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1393) {
  -webkit-animation-delay: 139.3s;
          animation-delay: 139.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1394) {
  -webkit-animation-delay: 139.4s;
          animation-delay: 139.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1395) {
  -webkit-animation-delay: 139.5s;
          animation-delay: 139.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1396) {
  -webkit-animation-delay: 139.6s;
          animation-delay: 139.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1397) {
  -webkit-animation-delay: 139.7s;
          animation-delay: 139.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1398) {
  -webkit-animation-delay: 139.8s;
          animation-delay: 139.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1399) {
  -webkit-animation-delay: 139.9s;
          animation-delay: 139.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1400) {
  -webkit-animation-delay: 140s;
          animation-delay: 140s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1401) {
  -webkit-animation-delay: 140.1s;
          animation-delay: 140.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1402) {
  -webkit-animation-delay: 140.2s;
          animation-delay: 140.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1403) {
  -webkit-animation-delay: 140.3s;
          animation-delay: 140.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1404) {
  -webkit-animation-delay: 140.4s;
          animation-delay: 140.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1405) {
  -webkit-animation-delay: 140.5s;
          animation-delay: 140.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1406) {
  -webkit-animation-delay: 140.6s;
          animation-delay: 140.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1407) {
  -webkit-animation-delay: 140.7s;
          animation-delay: 140.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1408) {
  -webkit-animation-delay: 140.8s;
          animation-delay: 140.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1409) {
  -webkit-animation-delay: 140.9s;
          animation-delay: 140.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1410) {
  -webkit-animation-delay: 141s;
          animation-delay: 141s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1411) {
  -webkit-animation-delay: 141.1s;
          animation-delay: 141.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1412) {
  -webkit-animation-delay: 141.2s;
          animation-delay: 141.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1413) {
  -webkit-animation-delay: 141.3s;
          animation-delay: 141.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1414) {
  -webkit-animation-delay: 141.4s;
          animation-delay: 141.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1415) {
  -webkit-animation-delay: 141.5s;
          animation-delay: 141.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1416) {
  -webkit-animation-delay: 141.6s;
          animation-delay: 141.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1417) {
  -webkit-animation-delay: 141.7s;
          animation-delay: 141.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1418) {
  -webkit-animation-delay: 141.8s;
          animation-delay: 141.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1419) {
  -webkit-animation-delay: 141.9s;
          animation-delay: 141.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1420) {
  -webkit-animation-delay: 142s;
          animation-delay: 142s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1421) {
  -webkit-animation-delay: 142.1s;
          animation-delay: 142.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1422) {
  -webkit-animation-delay: 142.2s;
          animation-delay: 142.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1423) {
  -webkit-animation-delay: 142.3s;
          animation-delay: 142.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1424) {
  -webkit-animation-delay: 142.4s;
          animation-delay: 142.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1425) {
  -webkit-animation-delay: 142.5s;
          animation-delay: 142.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1426) {
  -webkit-animation-delay: 142.6s;
          animation-delay: 142.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1427) {
  -webkit-animation-delay: 142.7s;
          animation-delay: 142.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1428) {
  -webkit-animation-delay: 142.8s;
          animation-delay: 142.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1429) {
  -webkit-animation-delay: 142.9s;
          animation-delay: 142.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1430) {
  -webkit-animation-delay: 143s;
          animation-delay: 143s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1431) {
  -webkit-animation-delay: 143.1s;
          animation-delay: 143.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1432) {
  -webkit-animation-delay: 143.2s;
          animation-delay: 143.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1433) {
  -webkit-animation-delay: 143.3s;
          animation-delay: 143.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1434) {
  -webkit-animation-delay: 143.4s;
          animation-delay: 143.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1435) {
  -webkit-animation-delay: 143.5s;
          animation-delay: 143.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1436) {
  -webkit-animation-delay: 143.6s;
          animation-delay: 143.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1437) {
  -webkit-animation-delay: 143.7s;
          animation-delay: 143.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1438) {
  -webkit-animation-delay: 143.8s;
          animation-delay: 143.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1439) {
  -webkit-animation-delay: 143.9s;
          animation-delay: 143.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1440) {
  -webkit-animation-delay: 144s;
          animation-delay: 144s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1441) {
  -webkit-animation-delay: 144.1s;
          animation-delay: 144.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1442) {
  -webkit-animation-delay: 144.2s;
          animation-delay: 144.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1443) {
  -webkit-animation-delay: 144.3s;
          animation-delay: 144.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1444) {
  -webkit-animation-delay: 144.4s;
          animation-delay: 144.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1445) {
  -webkit-animation-delay: 144.5s;
          animation-delay: 144.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1446) {
  -webkit-animation-delay: 144.6s;
          animation-delay: 144.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1447) {
  -webkit-animation-delay: 144.7s;
          animation-delay: 144.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1448) {
  -webkit-animation-delay: 144.8s;
          animation-delay: 144.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1449) {
  -webkit-animation-delay: 144.9s;
          animation-delay: 144.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1450) {
  -webkit-animation-delay: 145s;
          animation-delay: 145s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1451) {
  -webkit-animation-delay: 145.1s;
          animation-delay: 145.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1452) {
  -webkit-animation-delay: 145.2s;
          animation-delay: 145.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1453) {
  -webkit-animation-delay: 145.3s;
          animation-delay: 145.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1454) {
  -webkit-animation-delay: 145.4s;
          animation-delay: 145.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1455) {
  -webkit-animation-delay: 145.5s;
          animation-delay: 145.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1456) {
  -webkit-animation-delay: 145.6s;
          animation-delay: 145.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1457) {
  -webkit-animation-delay: 145.7s;
          animation-delay: 145.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1458) {
  -webkit-animation-delay: 145.8s;
          animation-delay: 145.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1459) {
  -webkit-animation-delay: 145.9s;
          animation-delay: 145.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1460) {
  -webkit-animation-delay: 146s;
          animation-delay: 146s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1461) {
  -webkit-animation-delay: 146.1s;
          animation-delay: 146.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1462) {
  -webkit-animation-delay: 146.2s;
          animation-delay: 146.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1463) {
  -webkit-animation-delay: 146.3s;
          animation-delay: 146.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1464) {
  -webkit-animation-delay: 146.4s;
          animation-delay: 146.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1465) {
  -webkit-animation-delay: 146.5s;
          animation-delay: 146.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1466) {
  -webkit-animation-delay: 146.6s;
          animation-delay: 146.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1467) {
  -webkit-animation-delay: 146.7s;
          animation-delay: 146.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1468) {
  -webkit-animation-delay: 146.8s;
          animation-delay: 146.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1469) {
  -webkit-animation-delay: 146.9s;
          animation-delay: 146.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1470) {
  -webkit-animation-delay: 147s;
          animation-delay: 147s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1471) {
  -webkit-animation-delay: 147.1s;
          animation-delay: 147.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1472) {
  -webkit-animation-delay: 147.2s;
          animation-delay: 147.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1473) {
  -webkit-animation-delay: 147.3s;
          animation-delay: 147.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1474) {
  -webkit-animation-delay: 147.4s;
          animation-delay: 147.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1475) {
  -webkit-animation-delay: 147.5s;
          animation-delay: 147.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1476) {
  -webkit-animation-delay: 147.6s;
          animation-delay: 147.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1477) {
  -webkit-animation-delay: 147.7s;
          animation-delay: 147.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1478) {
  -webkit-animation-delay: 147.8s;
          animation-delay: 147.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1479) {
  -webkit-animation-delay: 147.9s;
          animation-delay: 147.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1480) {
  -webkit-animation-delay: 148s;
          animation-delay: 148s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1481) {
  -webkit-animation-delay: 148.1s;
          animation-delay: 148.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1482) {
  -webkit-animation-delay: 148.2s;
          animation-delay: 148.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1483) {
  -webkit-animation-delay: 148.3s;
          animation-delay: 148.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1484) {
  -webkit-animation-delay: 148.4s;
          animation-delay: 148.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1485) {
  -webkit-animation-delay: 148.5s;
          animation-delay: 148.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1486) {
  -webkit-animation-delay: 148.6s;
          animation-delay: 148.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1487) {
  -webkit-animation-delay: 148.7s;
          animation-delay: 148.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1488) {
  -webkit-animation-delay: 148.8s;
          animation-delay: 148.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1489) {
  -webkit-animation-delay: 148.9s;
          animation-delay: 148.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1490) {
  -webkit-animation-delay: 149s;
          animation-delay: 149s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1491) {
  -webkit-animation-delay: 149.1s;
          animation-delay: 149.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1492) {
  -webkit-animation-delay: 149.2s;
          animation-delay: 149.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1493) {
  -webkit-animation-delay: 149.3s;
          animation-delay: 149.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1494) {
  -webkit-animation-delay: 149.4s;
          animation-delay: 149.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1495) {
  -webkit-animation-delay: 149.5s;
          animation-delay: 149.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1496) {
  -webkit-animation-delay: 149.6s;
          animation-delay: 149.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1497) {
  -webkit-animation-delay: 149.7s;
          animation-delay: 149.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1498) {
  -webkit-animation-delay: 149.8s;
          animation-delay: 149.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1499) {
  -webkit-animation-delay: 149.9s;
          animation-delay: 149.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1500) {
  -webkit-animation-delay: 150s;
          animation-delay: 150s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1501) {
  -webkit-animation-delay: 150.1s;
          animation-delay: 150.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1502) {
  -webkit-animation-delay: 150.2s;
          animation-delay: 150.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1503) {
  -webkit-animation-delay: 150.3s;
          animation-delay: 150.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1504) {
  -webkit-animation-delay: 150.4s;
          animation-delay: 150.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1505) {
  -webkit-animation-delay: 150.5s;
          animation-delay: 150.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1506) {
  -webkit-animation-delay: 150.6s;
          animation-delay: 150.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1507) {
  -webkit-animation-delay: 150.7s;
          animation-delay: 150.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1508) {
  -webkit-animation-delay: 150.8s;
          animation-delay: 150.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1509) {
  -webkit-animation-delay: 150.9s;
          animation-delay: 150.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1510) {
  -webkit-animation-delay: 151s;
          animation-delay: 151s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1511) {
  -webkit-animation-delay: 151.1s;
          animation-delay: 151.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1512) {
  -webkit-animation-delay: 151.2s;
          animation-delay: 151.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1513) {
  -webkit-animation-delay: 151.3s;
          animation-delay: 151.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1514) {
  -webkit-animation-delay: 151.4s;
          animation-delay: 151.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1515) {
  -webkit-animation-delay: 151.5s;
          animation-delay: 151.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1516) {
  -webkit-animation-delay: 151.6s;
          animation-delay: 151.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1517) {
  -webkit-animation-delay: 151.7s;
          animation-delay: 151.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1518) {
  -webkit-animation-delay: 151.8s;
          animation-delay: 151.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1519) {
  -webkit-animation-delay: 151.9s;
          animation-delay: 151.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1520) {
  -webkit-animation-delay: 152s;
          animation-delay: 152s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1521) {
  -webkit-animation-delay: 152.1s;
          animation-delay: 152.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1522) {
  -webkit-animation-delay: 152.2s;
          animation-delay: 152.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1523) {
  -webkit-animation-delay: 152.3s;
          animation-delay: 152.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1524) {
  -webkit-animation-delay: 152.4s;
          animation-delay: 152.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1525) {
  -webkit-animation-delay: 152.5s;
          animation-delay: 152.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1526) {
  -webkit-animation-delay: 152.6s;
          animation-delay: 152.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1527) {
  -webkit-animation-delay: 152.7s;
          animation-delay: 152.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1528) {
  -webkit-animation-delay: 152.8s;
          animation-delay: 152.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1529) {
  -webkit-animation-delay: 152.9s;
          animation-delay: 152.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1530) {
  -webkit-animation-delay: 153s;
          animation-delay: 153s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1531) {
  -webkit-animation-delay: 153.1s;
          animation-delay: 153.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1532) {
  -webkit-animation-delay: 153.2s;
          animation-delay: 153.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1533) {
  -webkit-animation-delay: 153.3s;
          animation-delay: 153.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1534) {
  -webkit-animation-delay: 153.4s;
          animation-delay: 153.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1535) {
  -webkit-animation-delay: 153.5s;
          animation-delay: 153.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1536) {
  -webkit-animation-delay: 153.6s;
          animation-delay: 153.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1537) {
  -webkit-animation-delay: 153.7s;
          animation-delay: 153.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1538) {
  -webkit-animation-delay: 153.8s;
          animation-delay: 153.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1539) {
  -webkit-animation-delay: 153.9s;
          animation-delay: 153.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1540) {
  -webkit-animation-delay: 154s;
          animation-delay: 154s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1541) {
  -webkit-animation-delay: 154.1s;
          animation-delay: 154.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1542) {
  -webkit-animation-delay: 154.2s;
          animation-delay: 154.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1543) {
  -webkit-animation-delay: 154.3s;
          animation-delay: 154.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1544) {
  -webkit-animation-delay: 154.4s;
          animation-delay: 154.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1545) {
  -webkit-animation-delay: 154.5s;
          animation-delay: 154.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1546) {
  -webkit-animation-delay: 154.6s;
          animation-delay: 154.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1547) {
  -webkit-animation-delay: 154.7s;
          animation-delay: 154.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1548) {
  -webkit-animation-delay: 154.8s;
          animation-delay: 154.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1549) {
  -webkit-animation-delay: 154.9s;
          animation-delay: 154.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1550) {
  -webkit-animation-delay: 155s;
          animation-delay: 155s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1551) {
  -webkit-animation-delay: 155.1s;
          animation-delay: 155.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1552) {
  -webkit-animation-delay: 155.2s;
          animation-delay: 155.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1553) {
  -webkit-animation-delay: 155.3s;
          animation-delay: 155.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1554) {
  -webkit-animation-delay: 155.4s;
          animation-delay: 155.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1555) {
  -webkit-animation-delay: 155.5s;
          animation-delay: 155.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1556) {
  -webkit-animation-delay: 155.6s;
          animation-delay: 155.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1557) {
  -webkit-animation-delay: 155.7s;
          animation-delay: 155.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1558) {
  -webkit-animation-delay: 155.8s;
          animation-delay: 155.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1559) {
  -webkit-animation-delay: 155.9s;
          animation-delay: 155.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1560) {
  -webkit-animation-delay: 156s;
          animation-delay: 156s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1561) {
  -webkit-animation-delay: 156.1s;
          animation-delay: 156.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1562) {
  -webkit-animation-delay: 156.2s;
          animation-delay: 156.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1563) {
  -webkit-animation-delay: 156.3s;
          animation-delay: 156.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1564) {
  -webkit-animation-delay: 156.4s;
          animation-delay: 156.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1565) {
  -webkit-animation-delay: 156.5s;
          animation-delay: 156.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1566) {
  -webkit-animation-delay: 156.6s;
          animation-delay: 156.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1567) {
  -webkit-animation-delay: 156.7s;
          animation-delay: 156.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1568) {
  -webkit-animation-delay: 156.8s;
          animation-delay: 156.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1569) {
  -webkit-animation-delay: 156.9s;
          animation-delay: 156.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1570) {
  -webkit-animation-delay: 157s;
          animation-delay: 157s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1571) {
  -webkit-animation-delay: 157.1s;
          animation-delay: 157.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1572) {
  -webkit-animation-delay: 157.2s;
          animation-delay: 157.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1573) {
  -webkit-animation-delay: 157.3s;
          animation-delay: 157.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1574) {
  -webkit-animation-delay: 157.4s;
          animation-delay: 157.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1575) {
  -webkit-animation-delay: 157.5s;
          animation-delay: 157.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1576) {
  -webkit-animation-delay: 157.6s;
          animation-delay: 157.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1577) {
  -webkit-animation-delay: 157.7s;
          animation-delay: 157.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1578) {
  -webkit-animation-delay: 157.8s;
          animation-delay: 157.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1579) {
  -webkit-animation-delay: 157.9s;
          animation-delay: 157.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1580) {
  -webkit-animation-delay: 158s;
          animation-delay: 158s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1581) {
  -webkit-animation-delay: 158.1s;
          animation-delay: 158.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1582) {
  -webkit-animation-delay: 158.2s;
          animation-delay: 158.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1583) {
  -webkit-animation-delay: 158.3s;
          animation-delay: 158.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1584) {
  -webkit-animation-delay: 158.4s;
          animation-delay: 158.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1585) {
  -webkit-animation-delay: 158.5s;
          animation-delay: 158.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1586) {
  -webkit-animation-delay: 158.6s;
          animation-delay: 158.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1587) {
  -webkit-animation-delay: 158.7s;
          animation-delay: 158.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1588) {
  -webkit-animation-delay: 158.8s;
          animation-delay: 158.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1589) {
  -webkit-animation-delay: 158.9s;
          animation-delay: 158.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1590) {
  -webkit-animation-delay: 159s;
          animation-delay: 159s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1591) {
  -webkit-animation-delay: 159.1s;
          animation-delay: 159.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1592) {
  -webkit-animation-delay: 159.2s;
          animation-delay: 159.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1593) {
  -webkit-animation-delay: 159.3s;
          animation-delay: 159.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1594) {
  -webkit-animation-delay: 159.4s;
          animation-delay: 159.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1595) {
  -webkit-animation-delay: 159.5s;
          animation-delay: 159.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1596) {
  -webkit-animation-delay: 159.6s;
          animation-delay: 159.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1597) {
  -webkit-animation-delay: 159.7s;
          animation-delay: 159.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1598) {
  -webkit-animation-delay: 159.8s;
          animation-delay: 159.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1599) {
  -webkit-animation-delay: 159.9s;
          animation-delay: 159.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1600) {
  -webkit-animation-delay: 160s;
          animation-delay: 160s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1601) {
  -webkit-animation-delay: 160.1s;
          animation-delay: 160.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1602) {
  -webkit-animation-delay: 160.2s;
          animation-delay: 160.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1603) {
  -webkit-animation-delay: 160.3s;
          animation-delay: 160.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1604) {
  -webkit-animation-delay: 160.4s;
          animation-delay: 160.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1605) {
  -webkit-animation-delay: 160.5s;
          animation-delay: 160.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1606) {
  -webkit-animation-delay: 160.6s;
          animation-delay: 160.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1607) {
  -webkit-animation-delay: 160.7s;
          animation-delay: 160.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1608) {
  -webkit-animation-delay: 160.8s;
          animation-delay: 160.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1609) {
  -webkit-animation-delay: 160.9s;
          animation-delay: 160.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1610) {
  -webkit-animation-delay: 161s;
          animation-delay: 161s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1611) {
  -webkit-animation-delay: 161.1s;
          animation-delay: 161.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1612) {
  -webkit-animation-delay: 161.2s;
          animation-delay: 161.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1613) {
  -webkit-animation-delay: 161.3s;
          animation-delay: 161.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1614) {
  -webkit-animation-delay: 161.4s;
          animation-delay: 161.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1615) {
  -webkit-animation-delay: 161.5s;
          animation-delay: 161.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1616) {
  -webkit-animation-delay: 161.6s;
          animation-delay: 161.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1617) {
  -webkit-animation-delay: 161.7s;
          animation-delay: 161.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1618) {
  -webkit-animation-delay: 161.8s;
          animation-delay: 161.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1619) {
  -webkit-animation-delay: 161.9s;
          animation-delay: 161.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1620) {
  -webkit-animation-delay: 162s;
          animation-delay: 162s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1621) {
  -webkit-animation-delay: 162.1s;
          animation-delay: 162.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1622) {
  -webkit-animation-delay: 162.2s;
          animation-delay: 162.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1623) {
  -webkit-animation-delay: 162.3s;
          animation-delay: 162.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1624) {
  -webkit-animation-delay: 162.4s;
          animation-delay: 162.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1625) {
  -webkit-animation-delay: 162.5s;
          animation-delay: 162.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1626) {
  -webkit-animation-delay: 162.6s;
          animation-delay: 162.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1627) {
  -webkit-animation-delay: 162.7s;
          animation-delay: 162.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1628) {
  -webkit-animation-delay: 162.8s;
          animation-delay: 162.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1629) {
  -webkit-animation-delay: 162.9s;
          animation-delay: 162.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1630) {
  -webkit-animation-delay: 163s;
          animation-delay: 163s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1631) {
  -webkit-animation-delay: 163.1s;
          animation-delay: 163.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1632) {
  -webkit-animation-delay: 163.2s;
          animation-delay: 163.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1633) {
  -webkit-animation-delay: 163.3s;
          animation-delay: 163.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1634) {
  -webkit-animation-delay: 163.4s;
          animation-delay: 163.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1635) {
  -webkit-animation-delay: 163.5s;
          animation-delay: 163.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1636) {
  -webkit-animation-delay: 163.6s;
          animation-delay: 163.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1637) {
  -webkit-animation-delay: 163.7s;
          animation-delay: 163.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1638) {
  -webkit-animation-delay: 163.8s;
          animation-delay: 163.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1639) {
  -webkit-animation-delay: 163.9s;
          animation-delay: 163.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1640) {
  -webkit-animation-delay: 164s;
          animation-delay: 164s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1641) {
  -webkit-animation-delay: 164.1s;
          animation-delay: 164.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1642) {
  -webkit-animation-delay: 164.2s;
          animation-delay: 164.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1643) {
  -webkit-animation-delay: 164.3s;
          animation-delay: 164.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1644) {
  -webkit-animation-delay: 164.4s;
          animation-delay: 164.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1645) {
  -webkit-animation-delay: 164.5s;
          animation-delay: 164.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1646) {
  -webkit-animation-delay: 164.6s;
          animation-delay: 164.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1647) {
  -webkit-animation-delay: 164.7s;
          animation-delay: 164.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1648) {
  -webkit-animation-delay: 164.8s;
          animation-delay: 164.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1649) {
  -webkit-animation-delay: 164.9s;
          animation-delay: 164.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1650) {
  -webkit-animation-delay: 165s;
          animation-delay: 165s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1651) {
  -webkit-animation-delay: 165.1s;
          animation-delay: 165.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1652) {
  -webkit-animation-delay: 165.2s;
          animation-delay: 165.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1653) {
  -webkit-animation-delay: 165.3s;
          animation-delay: 165.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1654) {
  -webkit-animation-delay: 165.4s;
          animation-delay: 165.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1655) {
  -webkit-animation-delay: 165.5s;
          animation-delay: 165.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1656) {
  -webkit-animation-delay: 165.6s;
          animation-delay: 165.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1657) {
  -webkit-animation-delay: 165.7s;
          animation-delay: 165.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1658) {
  -webkit-animation-delay: 165.8s;
          animation-delay: 165.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1659) {
  -webkit-animation-delay: 165.9s;
          animation-delay: 165.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1660) {
  -webkit-animation-delay: 166s;
          animation-delay: 166s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1661) {
  -webkit-animation-delay: 166.1s;
          animation-delay: 166.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1662) {
  -webkit-animation-delay: 166.2s;
          animation-delay: 166.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1663) {
  -webkit-animation-delay: 166.3s;
          animation-delay: 166.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1664) {
  -webkit-animation-delay: 166.4s;
          animation-delay: 166.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1665) {
  -webkit-animation-delay: 166.5s;
          animation-delay: 166.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1666) {
  -webkit-animation-delay: 166.6s;
          animation-delay: 166.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1667) {
  -webkit-animation-delay: 166.7s;
          animation-delay: 166.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1668) {
  -webkit-animation-delay: 166.8s;
          animation-delay: 166.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1669) {
  -webkit-animation-delay: 166.9s;
          animation-delay: 166.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1670) {
  -webkit-animation-delay: 167s;
          animation-delay: 167s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1671) {
  -webkit-animation-delay: 167.1s;
          animation-delay: 167.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1672) {
  -webkit-animation-delay: 167.2s;
          animation-delay: 167.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1673) {
  -webkit-animation-delay: 167.3s;
          animation-delay: 167.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1674) {
  -webkit-animation-delay: 167.4s;
          animation-delay: 167.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1675) {
  -webkit-animation-delay: 167.5s;
          animation-delay: 167.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1676) {
  -webkit-animation-delay: 167.6s;
          animation-delay: 167.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1677) {
  -webkit-animation-delay: 167.7s;
          animation-delay: 167.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1678) {
  -webkit-animation-delay: 167.8s;
          animation-delay: 167.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1679) {
  -webkit-animation-delay: 167.9s;
          animation-delay: 167.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1680) {
  -webkit-animation-delay: 168s;
          animation-delay: 168s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1681) {
  -webkit-animation-delay: 168.1s;
          animation-delay: 168.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1682) {
  -webkit-animation-delay: 168.2s;
          animation-delay: 168.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1683) {
  -webkit-animation-delay: 168.3s;
          animation-delay: 168.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1684) {
  -webkit-animation-delay: 168.4s;
          animation-delay: 168.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1685) {
  -webkit-animation-delay: 168.5s;
          animation-delay: 168.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1686) {
  -webkit-animation-delay: 168.6s;
          animation-delay: 168.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1687) {
  -webkit-animation-delay: 168.7s;
          animation-delay: 168.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1688) {
  -webkit-animation-delay: 168.8s;
          animation-delay: 168.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1689) {
  -webkit-animation-delay: 168.9s;
          animation-delay: 168.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1690) {
  -webkit-animation-delay: 169s;
          animation-delay: 169s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1691) {
  -webkit-animation-delay: 169.1s;
          animation-delay: 169.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1692) {
  -webkit-animation-delay: 169.2s;
          animation-delay: 169.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1693) {
  -webkit-animation-delay: 169.3s;
          animation-delay: 169.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1694) {
  -webkit-animation-delay: 169.4s;
          animation-delay: 169.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1695) {
  -webkit-animation-delay: 169.5s;
          animation-delay: 169.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1696) {
  -webkit-animation-delay: 169.6s;
          animation-delay: 169.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1697) {
  -webkit-animation-delay: 169.7s;
          animation-delay: 169.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1698) {
  -webkit-animation-delay: 169.8s;
          animation-delay: 169.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1699) {
  -webkit-animation-delay: 169.9s;
          animation-delay: 169.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1700) {
  -webkit-animation-delay: 170s;
          animation-delay: 170s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1701) {
  -webkit-animation-delay: 170.1s;
          animation-delay: 170.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1702) {
  -webkit-animation-delay: 170.2s;
          animation-delay: 170.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1703) {
  -webkit-animation-delay: 170.3s;
          animation-delay: 170.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1704) {
  -webkit-animation-delay: 170.4s;
          animation-delay: 170.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1705) {
  -webkit-animation-delay: 170.5s;
          animation-delay: 170.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1706) {
  -webkit-animation-delay: 170.6s;
          animation-delay: 170.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1707) {
  -webkit-animation-delay: 170.7s;
          animation-delay: 170.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1708) {
  -webkit-animation-delay: 170.8s;
          animation-delay: 170.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1709) {
  -webkit-animation-delay: 170.9s;
          animation-delay: 170.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1710) {
  -webkit-animation-delay: 171s;
          animation-delay: 171s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1711) {
  -webkit-animation-delay: 171.1s;
          animation-delay: 171.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1712) {
  -webkit-animation-delay: 171.2s;
          animation-delay: 171.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1713) {
  -webkit-animation-delay: 171.3s;
          animation-delay: 171.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1714) {
  -webkit-animation-delay: 171.4s;
          animation-delay: 171.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1715) {
  -webkit-animation-delay: 171.5s;
          animation-delay: 171.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1716) {
  -webkit-animation-delay: 171.6s;
          animation-delay: 171.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1717) {
  -webkit-animation-delay: 171.7s;
          animation-delay: 171.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1718) {
  -webkit-animation-delay: 171.8s;
          animation-delay: 171.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1719) {
  -webkit-animation-delay: 171.9s;
          animation-delay: 171.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1720) {
  -webkit-animation-delay: 172s;
          animation-delay: 172s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1721) {
  -webkit-animation-delay: 172.1s;
          animation-delay: 172.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1722) {
  -webkit-animation-delay: 172.2s;
          animation-delay: 172.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1723) {
  -webkit-animation-delay: 172.3s;
          animation-delay: 172.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1724) {
  -webkit-animation-delay: 172.4s;
          animation-delay: 172.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1725) {
  -webkit-animation-delay: 172.5s;
          animation-delay: 172.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1726) {
  -webkit-animation-delay: 172.6s;
          animation-delay: 172.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1727) {
  -webkit-animation-delay: 172.7s;
          animation-delay: 172.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1728) {
  -webkit-animation-delay: 172.8s;
          animation-delay: 172.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1729) {
  -webkit-animation-delay: 172.9s;
          animation-delay: 172.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1730) {
  -webkit-animation-delay: 173s;
          animation-delay: 173s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1731) {
  -webkit-animation-delay: 173.1s;
          animation-delay: 173.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1732) {
  -webkit-animation-delay: 173.2s;
          animation-delay: 173.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1733) {
  -webkit-animation-delay: 173.3s;
          animation-delay: 173.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1734) {
  -webkit-animation-delay: 173.4s;
          animation-delay: 173.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1735) {
  -webkit-animation-delay: 173.5s;
          animation-delay: 173.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1736) {
  -webkit-animation-delay: 173.6s;
          animation-delay: 173.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1737) {
  -webkit-animation-delay: 173.7s;
          animation-delay: 173.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1738) {
  -webkit-animation-delay: 173.8s;
          animation-delay: 173.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1739) {
  -webkit-animation-delay: 173.9s;
          animation-delay: 173.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1740) {
  -webkit-animation-delay: 174s;
          animation-delay: 174s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1741) {
  -webkit-animation-delay: 174.1s;
          animation-delay: 174.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1742) {
  -webkit-animation-delay: 174.2s;
          animation-delay: 174.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1743) {
  -webkit-animation-delay: 174.3s;
          animation-delay: 174.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1744) {
  -webkit-animation-delay: 174.4s;
          animation-delay: 174.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1745) {
  -webkit-animation-delay: 174.5s;
          animation-delay: 174.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1746) {
  -webkit-animation-delay: 174.6s;
          animation-delay: 174.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1747) {
  -webkit-animation-delay: 174.7s;
          animation-delay: 174.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1748) {
  -webkit-animation-delay: 174.8s;
          animation-delay: 174.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1749) {
  -webkit-animation-delay: 174.9s;
          animation-delay: 174.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1750) {
  -webkit-animation-delay: 175s;
          animation-delay: 175s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1751) {
  -webkit-animation-delay: 175.1s;
          animation-delay: 175.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1752) {
  -webkit-animation-delay: 175.2s;
          animation-delay: 175.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1753) {
  -webkit-animation-delay: 175.3s;
          animation-delay: 175.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1754) {
  -webkit-animation-delay: 175.4s;
          animation-delay: 175.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1755) {
  -webkit-animation-delay: 175.5s;
          animation-delay: 175.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1756) {
  -webkit-animation-delay: 175.6s;
          animation-delay: 175.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1757) {
  -webkit-animation-delay: 175.7s;
          animation-delay: 175.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1758) {
  -webkit-animation-delay: 175.8s;
          animation-delay: 175.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1759) {
  -webkit-animation-delay: 175.9s;
          animation-delay: 175.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1760) {
  -webkit-animation-delay: 176s;
          animation-delay: 176s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1761) {
  -webkit-animation-delay: 176.1s;
          animation-delay: 176.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1762) {
  -webkit-animation-delay: 176.2s;
          animation-delay: 176.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1763) {
  -webkit-animation-delay: 176.3s;
          animation-delay: 176.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1764) {
  -webkit-animation-delay: 176.4s;
          animation-delay: 176.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1765) {
  -webkit-animation-delay: 176.5s;
          animation-delay: 176.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1766) {
  -webkit-animation-delay: 176.6s;
          animation-delay: 176.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1767) {
  -webkit-animation-delay: 176.7s;
          animation-delay: 176.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1768) {
  -webkit-animation-delay: 176.8s;
          animation-delay: 176.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1769) {
  -webkit-animation-delay: 176.9s;
          animation-delay: 176.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1770) {
  -webkit-animation-delay: 177s;
          animation-delay: 177s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1771) {
  -webkit-animation-delay: 177.1s;
          animation-delay: 177.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1772) {
  -webkit-animation-delay: 177.2s;
          animation-delay: 177.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1773) {
  -webkit-animation-delay: 177.3s;
          animation-delay: 177.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1774) {
  -webkit-animation-delay: 177.4s;
          animation-delay: 177.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1775) {
  -webkit-animation-delay: 177.5s;
          animation-delay: 177.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1776) {
  -webkit-animation-delay: 177.6s;
          animation-delay: 177.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1777) {
  -webkit-animation-delay: 177.7s;
          animation-delay: 177.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1778) {
  -webkit-animation-delay: 177.8s;
          animation-delay: 177.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1779) {
  -webkit-animation-delay: 177.9s;
          animation-delay: 177.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1780) {
  -webkit-animation-delay: 178s;
          animation-delay: 178s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1781) {
  -webkit-animation-delay: 178.1s;
          animation-delay: 178.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1782) {
  -webkit-animation-delay: 178.2s;
          animation-delay: 178.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1783) {
  -webkit-animation-delay: 178.3s;
          animation-delay: 178.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1784) {
  -webkit-animation-delay: 178.4s;
          animation-delay: 178.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1785) {
  -webkit-animation-delay: 178.5s;
          animation-delay: 178.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1786) {
  -webkit-animation-delay: 178.6s;
          animation-delay: 178.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1787) {
  -webkit-animation-delay: 178.7s;
          animation-delay: 178.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1788) {
  -webkit-animation-delay: 178.8s;
          animation-delay: 178.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1789) {
  -webkit-animation-delay: 178.9s;
          animation-delay: 178.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1790) {
  -webkit-animation-delay: 179s;
          animation-delay: 179s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1791) {
  -webkit-animation-delay: 179.1s;
          animation-delay: 179.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1792) {
  -webkit-animation-delay: 179.2s;
          animation-delay: 179.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1793) {
  -webkit-animation-delay: 179.3s;
          animation-delay: 179.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1794) {
  -webkit-animation-delay: 179.4s;
          animation-delay: 179.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1795) {
  -webkit-animation-delay: 179.5s;
          animation-delay: 179.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1796) {
  -webkit-animation-delay: 179.6s;
          animation-delay: 179.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1797) {
  -webkit-animation-delay: 179.7s;
          animation-delay: 179.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1798) {
  -webkit-animation-delay: 179.8s;
          animation-delay: 179.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1799) {
  -webkit-animation-delay: 179.9s;
          animation-delay: 179.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1800) {
  -webkit-animation-delay: 180s;
          animation-delay: 180s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1801) {
  -webkit-animation-delay: 180.1s;
          animation-delay: 180.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1802) {
  -webkit-animation-delay: 180.2s;
          animation-delay: 180.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1803) {
  -webkit-animation-delay: 180.3s;
          animation-delay: 180.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1804) {
  -webkit-animation-delay: 180.4s;
          animation-delay: 180.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1805) {
  -webkit-animation-delay: 180.5s;
          animation-delay: 180.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1806) {
  -webkit-animation-delay: 180.6s;
          animation-delay: 180.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1807) {
  -webkit-animation-delay: 180.7s;
          animation-delay: 180.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1808) {
  -webkit-animation-delay: 180.8s;
          animation-delay: 180.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1809) {
  -webkit-animation-delay: 180.9s;
          animation-delay: 180.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1810) {
  -webkit-animation-delay: 181s;
          animation-delay: 181s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1811) {
  -webkit-animation-delay: 181.1s;
          animation-delay: 181.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1812) {
  -webkit-animation-delay: 181.2s;
          animation-delay: 181.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1813) {
  -webkit-animation-delay: 181.3s;
          animation-delay: 181.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1814) {
  -webkit-animation-delay: 181.4s;
          animation-delay: 181.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1815) {
  -webkit-animation-delay: 181.5s;
          animation-delay: 181.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1816) {
  -webkit-animation-delay: 181.6s;
          animation-delay: 181.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1817) {
  -webkit-animation-delay: 181.7s;
          animation-delay: 181.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1818) {
  -webkit-animation-delay: 181.8s;
          animation-delay: 181.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1819) {
  -webkit-animation-delay: 181.9s;
          animation-delay: 181.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1820) {
  -webkit-animation-delay: 182s;
          animation-delay: 182s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1821) {
  -webkit-animation-delay: 182.1s;
          animation-delay: 182.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1822) {
  -webkit-animation-delay: 182.2s;
          animation-delay: 182.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1823) {
  -webkit-animation-delay: 182.3s;
          animation-delay: 182.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1824) {
  -webkit-animation-delay: 182.4s;
          animation-delay: 182.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1825) {
  -webkit-animation-delay: 182.5s;
          animation-delay: 182.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1826) {
  -webkit-animation-delay: 182.6s;
          animation-delay: 182.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1827) {
  -webkit-animation-delay: 182.7s;
          animation-delay: 182.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1828) {
  -webkit-animation-delay: 182.8s;
          animation-delay: 182.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1829) {
  -webkit-animation-delay: 182.9s;
          animation-delay: 182.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1830) {
  -webkit-animation-delay: 183s;
          animation-delay: 183s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1831) {
  -webkit-animation-delay: 183.1s;
          animation-delay: 183.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1832) {
  -webkit-animation-delay: 183.2s;
          animation-delay: 183.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1833) {
  -webkit-animation-delay: 183.3s;
          animation-delay: 183.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1834) {
  -webkit-animation-delay: 183.4s;
          animation-delay: 183.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1835) {
  -webkit-animation-delay: 183.5s;
          animation-delay: 183.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1836) {
  -webkit-animation-delay: 183.6s;
          animation-delay: 183.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1837) {
  -webkit-animation-delay: 183.7s;
          animation-delay: 183.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1838) {
  -webkit-animation-delay: 183.8s;
          animation-delay: 183.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1839) {
  -webkit-animation-delay: 183.9s;
          animation-delay: 183.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1840) {
  -webkit-animation-delay: 184s;
          animation-delay: 184s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1841) {
  -webkit-animation-delay: 184.1s;
          animation-delay: 184.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1842) {
  -webkit-animation-delay: 184.2s;
          animation-delay: 184.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1843) {
  -webkit-animation-delay: 184.3s;
          animation-delay: 184.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1844) {
  -webkit-animation-delay: 184.4s;
          animation-delay: 184.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1845) {
  -webkit-animation-delay: 184.5s;
          animation-delay: 184.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1846) {
  -webkit-animation-delay: 184.6s;
          animation-delay: 184.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1847) {
  -webkit-animation-delay: 184.7s;
          animation-delay: 184.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1848) {
  -webkit-animation-delay: 184.8s;
          animation-delay: 184.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1849) {
  -webkit-animation-delay: 184.9s;
          animation-delay: 184.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1850) {
  -webkit-animation-delay: 185s;
          animation-delay: 185s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1851) {
  -webkit-animation-delay: 185.1s;
          animation-delay: 185.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1852) {
  -webkit-animation-delay: 185.2s;
          animation-delay: 185.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1853) {
  -webkit-animation-delay: 185.3s;
          animation-delay: 185.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1854) {
  -webkit-animation-delay: 185.4s;
          animation-delay: 185.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1855) {
  -webkit-animation-delay: 185.5s;
          animation-delay: 185.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1856) {
  -webkit-animation-delay: 185.6s;
          animation-delay: 185.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1857) {
  -webkit-animation-delay: 185.7s;
          animation-delay: 185.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1858) {
  -webkit-animation-delay: 185.8s;
          animation-delay: 185.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1859) {
  -webkit-animation-delay: 185.9s;
          animation-delay: 185.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1860) {
  -webkit-animation-delay: 186s;
          animation-delay: 186s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1861) {
  -webkit-animation-delay: 186.1s;
          animation-delay: 186.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1862) {
  -webkit-animation-delay: 186.2s;
          animation-delay: 186.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1863) {
  -webkit-animation-delay: 186.3s;
          animation-delay: 186.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1864) {
  -webkit-animation-delay: 186.4s;
          animation-delay: 186.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1865) {
  -webkit-animation-delay: 186.5s;
          animation-delay: 186.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1866) {
  -webkit-animation-delay: 186.6s;
          animation-delay: 186.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1867) {
  -webkit-animation-delay: 186.7s;
          animation-delay: 186.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1868) {
  -webkit-animation-delay: 186.8s;
          animation-delay: 186.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1869) {
  -webkit-animation-delay: 186.9s;
          animation-delay: 186.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1870) {
  -webkit-animation-delay: 187s;
          animation-delay: 187s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1871) {
  -webkit-animation-delay: 187.1s;
          animation-delay: 187.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1872) {
  -webkit-animation-delay: 187.2s;
          animation-delay: 187.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1873) {
  -webkit-animation-delay: 187.3s;
          animation-delay: 187.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1874) {
  -webkit-animation-delay: 187.4s;
          animation-delay: 187.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1875) {
  -webkit-animation-delay: 187.5s;
          animation-delay: 187.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1876) {
  -webkit-animation-delay: 187.6s;
          animation-delay: 187.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1877) {
  -webkit-animation-delay: 187.7s;
          animation-delay: 187.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1878) {
  -webkit-animation-delay: 187.8s;
          animation-delay: 187.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1879) {
  -webkit-animation-delay: 187.9s;
          animation-delay: 187.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1880) {
  -webkit-animation-delay: 188s;
          animation-delay: 188s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1881) {
  -webkit-animation-delay: 188.1s;
          animation-delay: 188.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1882) {
  -webkit-animation-delay: 188.2s;
          animation-delay: 188.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1883) {
  -webkit-animation-delay: 188.3s;
          animation-delay: 188.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1884) {
  -webkit-animation-delay: 188.4s;
          animation-delay: 188.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1885) {
  -webkit-animation-delay: 188.5s;
          animation-delay: 188.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1886) {
  -webkit-animation-delay: 188.6s;
          animation-delay: 188.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1887) {
  -webkit-animation-delay: 188.7s;
          animation-delay: 188.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1888) {
  -webkit-animation-delay: 188.8s;
          animation-delay: 188.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1889) {
  -webkit-animation-delay: 188.9s;
          animation-delay: 188.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1890) {
  -webkit-animation-delay: 189s;
          animation-delay: 189s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1891) {
  -webkit-animation-delay: 189.1s;
          animation-delay: 189.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1892) {
  -webkit-animation-delay: 189.2s;
          animation-delay: 189.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1893) {
  -webkit-animation-delay: 189.3s;
          animation-delay: 189.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1894) {
  -webkit-animation-delay: 189.4s;
          animation-delay: 189.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1895) {
  -webkit-animation-delay: 189.5s;
          animation-delay: 189.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1896) {
  -webkit-animation-delay: 189.6s;
          animation-delay: 189.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1897) {
  -webkit-animation-delay: 189.7s;
          animation-delay: 189.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1898) {
  -webkit-animation-delay: 189.8s;
          animation-delay: 189.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1899) {
  -webkit-animation-delay: 189.9s;
          animation-delay: 189.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1900) {
  -webkit-animation-delay: 190s;
          animation-delay: 190s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1901) {
  -webkit-animation-delay: 190.1s;
          animation-delay: 190.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1902) {
  -webkit-animation-delay: 190.2s;
          animation-delay: 190.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1903) {
  -webkit-animation-delay: 190.3s;
          animation-delay: 190.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1904) {
  -webkit-animation-delay: 190.4s;
          animation-delay: 190.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1905) {
  -webkit-animation-delay: 190.5s;
          animation-delay: 190.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1906) {
  -webkit-animation-delay: 190.6s;
          animation-delay: 190.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1907) {
  -webkit-animation-delay: 190.7s;
          animation-delay: 190.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1908) {
  -webkit-animation-delay: 190.8s;
          animation-delay: 190.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1909) {
  -webkit-animation-delay: 190.9s;
          animation-delay: 190.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1910) {
  -webkit-animation-delay: 191s;
          animation-delay: 191s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1911) {
  -webkit-animation-delay: 191.1s;
          animation-delay: 191.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1912) {
  -webkit-animation-delay: 191.2s;
          animation-delay: 191.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1913) {
  -webkit-animation-delay: 191.3s;
          animation-delay: 191.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1914) {
  -webkit-animation-delay: 191.4s;
          animation-delay: 191.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1915) {
  -webkit-animation-delay: 191.5s;
          animation-delay: 191.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1916) {
  -webkit-animation-delay: 191.6s;
          animation-delay: 191.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1917) {
  -webkit-animation-delay: 191.7s;
          animation-delay: 191.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1918) {
  -webkit-animation-delay: 191.8s;
          animation-delay: 191.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1919) {
  -webkit-animation-delay: 191.9s;
          animation-delay: 191.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1920) {
  -webkit-animation-delay: 192s;
          animation-delay: 192s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1921) {
  -webkit-animation-delay: 192.1s;
          animation-delay: 192.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1922) {
  -webkit-animation-delay: 192.2s;
          animation-delay: 192.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1923) {
  -webkit-animation-delay: 192.3s;
          animation-delay: 192.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1924) {
  -webkit-animation-delay: 192.4s;
          animation-delay: 192.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1925) {
  -webkit-animation-delay: 192.5s;
          animation-delay: 192.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1926) {
  -webkit-animation-delay: 192.6s;
          animation-delay: 192.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1927) {
  -webkit-animation-delay: 192.7s;
          animation-delay: 192.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1928) {
  -webkit-animation-delay: 192.8s;
          animation-delay: 192.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1929) {
  -webkit-animation-delay: 192.9s;
          animation-delay: 192.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1930) {
  -webkit-animation-delay: 193s;
          animation-delay: 193s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1931) {
  -webkit-animation-delay: 193.1s;
          animation-delay: 193.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1932) {
  -webkit-animation-delay: 193.2s;
          animation-delay: 193.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1933) {
  -webkit-animation-delay: 193.3s;
          animation-delay: 193.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1934) {
  -webkit-animation-delay: 193.4s;
          animation-delay: 193.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1935) {
  -webkit-animation-delay: 193.5s;
          animation-delay: 193.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1936) {
  -webkit-animation-delay: 193.6s;
          animation-delay: 193.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1937) {
  -webkit-animation-delay: 193.7s;
          animation-delay: 193.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1938) {
  -webkit-animation-delay: 193.8s;
          animation-delay: 193.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1939) {
  -webkit-animation-delay: 193.9s;
          animation-delay: 193.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1940) {
  -webkit-animation-delay: 194s;
          animation-delay: 194s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1941) {
  -webkit-animation-delay: 194.1s;
          animation-delay: 194.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1942) {
  -webkit-animation-delay: 194.2s;
          animation-delay: 194.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1943) {
  -webkit-animation-delay: 194.3s;
          animation-delay: 194.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1944) {
  -webkit-animation-delay: 194.4s;
          animation-delay: 194.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1945) {
  -webkit-animation-delay: 194.5s;
          animation-delay: 194.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1946) {
  -webkit-animation-delay: 194.6s;
          animation-delay: 194.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1947) {
  -webkit-animation-delay: 194.7s;
          animation-delay: 194.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1948) {
  -webkit-animation-delay: 194.8s;
          animation-delay: 194.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1949) {
  -webkit-animation-delay: 194.9s;
          animation-delay: 194.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1950) {
  -webkit-animation-delay: 195s;
          animation-delay: 195s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1951) {
  -webkit-animation-delay: 195.1s;
          animation-delay: 195.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1952) {
  -webkit-animation-delay: 195.2s;
          animation-delay: 195.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1953) {
  -webkit-animation-delay: 195.3s;
          animation-delay: 195.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1954) {
  -webkit-animation-delay: 195.4s;
          animation-delay: 195.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1955) {
  -webkit-animation-delay: 195.5s;
          animation-delay: 195.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1956) {
  -webkit-animation-delay: 195.6s;
          animation-delay: 195.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1957) {
  -webkit-animation-delay: 195.7s;
          animation-delay: 195.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1958) {
  -webkit-animation-delay: 195.8s;
          animation-delay: 195.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1959) {
  -webkit-animation-delay: 195.9s;
          animation-delay: 195.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1960) {
  -webkit-animation-delay: 196s;
          animation-delay: 196s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1961) {
  -webkit-animation-delay: 196.1s;
          animation-delay: 196.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1962) {
  -webkit-animation-delay: 196.2s;
          animation-delay: 196.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1963) {
  -webkit-animation-delay: 196.3s;
          animation-delay: 196.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1964) {
  -webkit-animation-delay: 196.4s;
          animation-delay: 196.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1965) {
  -webkit-animation-delay: 196.5s;
          animation-delay: 196.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1966) {
  -webkit-animation-delay: 196.6s;
          animation-delay: 196.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1967) {
  -webkit-animation-delay: 196.7s;
          animation-delay: 196.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1968) {
  -webkit-animation-delay: 196.8s;
          animation-delay: 196.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1969) {
  -webkit-animation-delay: 196.9s;
          animation-delay: 196.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1970) {
  -webkit-animation-delay: 197s;
          animation-delay: 197s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1971) {
  -webkit-animation-delay: 197.1s;
          animation-delay: 197.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1972) {
  -webkit-animation-delay: 197.2s;
          animation-delay: 197.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1973) {
  -webkit-animation-delay: 197.3s;
          animation-delay: 197.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1974) {
  -webkit-animation-delay: 197.4s;
          animation-delay: 197.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1975) {
  -webkit-animation-delay: 197.5s;
          animation-delay: 197.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1976) {
  -webkit-animation-delay: 197.6s;
          animation-delay: 197.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1977) {
  -webkit-animation-delay: 197.7s;
          animation-delay: 197.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1978) {
  -webkit-animation-delay: 197.8s;
          animation-delay: 197.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1979) {
  -webkit-animation-delay: 197.9s;
          animation-delay: 197.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1980) {
  -webkit-animation-delay: 198s;
          animation-delay: 198s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1981) {
  -webkit-animation-delay: 198.1s;
          animation-delay: 198.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1982) {
  -webkit-animation-delay: 198.2s;
          animation-delay: 198.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1983) {
  -webkit-animation-delay: 198.3s;
          animation-delay: 198.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1984) {
  -webkit-animation-delay: 198.4s;
          animation-delay: 198.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1985) {
  -webkit-animation-delay: 198.5s;
          animation-delay: 198.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1986) {
  -webkit-animation-delay: 198.6s;
          animation-delay: 198.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1987) {
  -webkit-animation-delay: 198.7s;
          animation-delay: 198.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1988) {
  -webkit-animation-delay: 198.8s;
          animation-delay: 198.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1989) {
  -webkit-animation-delay: 198.9s;
          animation-delay: 198.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1990) {
  -webkit-animation-delay: 199s;
          animation-delay: 199s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1991) {
  -webkit-animation-delay: 199.1s;
          animation-delay: 199.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1992) {
  -webkit-animation-delay: 199.2s;
          animation-delay: 199.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1993) {
  -webkit-animation-delay: 199.3s;
          animation-delay: 199.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1994) {
  -webkit-animation-delay: 199.4s;
          animation-delay: 199.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1995) {
  -webkit-animation-delay: 199.5s;
          animation-delay: 199.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1996) {
  -webkit-animation-delay: 199.6s;
          animation-delay: 199.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1997) {
  -webkit-animation-delay: 199.7s;
          animation-delay: 199.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1998) {
  -webkit-animation-delay: 199.8s;
          animation-delay: 199.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1999) {
  -webkit-animation-delay: 199.9s;
          animation-delay: 199.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2000) {
  -webkit-animation-delay: 200s;
          animation-delay: 200s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2001) {
  -webkit-animation-delay: 200.1s;
          animation-delay: 200.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2002) {
  -webkit-animation-delay: 200.2s;
          animation-delay: 200.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2003) {
  -webkit-animation-delay: 200.3s;
          animation-delay: 200.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2004) {
  -webkit-animation-delay: 200.4s;
          animation-delay: 200.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2005) {
  -webkit-animation-delay: 200.5s;
          animation-delay: 200.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2006) {
  -webkit-animation-delay: 200.6s;
          animation-delay: 200.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2007) {
  -webkit-animation-delay: 200.7s;
          animation-delay: 200.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2008) {
  -webkit-animation-delay: 200.8s;
          animation-delay: 200.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2009) {
  -webkit-animation-delay: 200.9s;
          animation-delay: 200.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2010) {
  -webkit-animation-delay: 201s;
          animation-delay: 201s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2011) {
  -webkit-animation-delay: 201.1s;
          animation-delay: 201.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2012) {
  -webkit-animation-delay: 201.2s;
          animation-delay: 201.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2013) {
  -webkit-animation-delay: 201.3s;
          animation-delay: 201.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2014) {
  -webkit-animation-delay: 201.4s;
          animation-delay: 201.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2015) {
  -webkit-animation-delay: 201.5s;
          animation-delay: 201.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2016) {
  -webkit-animation-delay: 201.6s;
          animation-delay: 201.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2017) {
  -webkit-animation-delay: 201.7s;
          animation-delay: 201.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2018) {
  -webkit-animation-delay: 201.8s;
          animation-delay: 201.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2019) {
  -webkit-animation-delay: 201.9s;
          animation-delay: 201.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2020) {
  -webkit-animation-delay: 202s;
          animation-delay: 202s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2021) {
  -webkit-animation-delay: 202.1s;
          animation-delay: 202.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2022) {
  -webkit-animation-delay: 202.2s;
          animation-delay: 202.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2023) {
  -webkit-animation-delay: 202.3s;
          animation-delay: 202.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2024) {
  -webkit-animation-delay: 202.4s;
          animation-delay: 202.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2025) {
  -webkit-animation-delay: 202.5s;
          animation-delay: 202.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2026) {
  -webkit-animation-delay: 202.6s;
          animation-delay: 202.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2027) {
  -webkit-animation-delay: 202.7s;
          animation-delay: 202.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2028) {
  -webkit-animation-delay: 202.8s;
          animation-delay: 202.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2029) {
  -webkit-animation-delay: 202.9s;
          animation-delay: 202.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2030) {
  -webkit-animation-delay: 203s;
          animation-delay: 203s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2031) {
  -webkit-animation-delay: 203.1s;
          animation-delay: 203.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2032) {
  -webkit-animation-delay: 203.2s;
          animation-delay: 203.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2033) {
  -webkit-animation-delay: 203.3s;
          animation-delay: 203.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2034) {
  -webkit-animation-delay: 203.4s;
          animation-delay: 203.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2035) {
  -webkit-animation-delay: 203.5s;
          animation-delay: 203.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2036) {
  -webkit-animation-delay: 203.6s;
          animation-delay: 203.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2037) {
  -webkit-animation-delay: 203.7s;
          animation-delay: 203.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2038) {
  -webkit-animation-delay: 203.8s;
          animation-delay: 203.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2039) {
  -webkit-animation-delay: 203.9s;
          animation-delay: 203.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2040) {
  -webkit-animation-delay: 204s;
          animation-delay: 204s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2041) {
  -webkit-animation-delay: 204.1s;
          animation-delay: 204.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2042) {
  -webkit-animation-delay: 204.2s;
          animation-delay: 204.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2043) {
  -webkit-animation-delay: 204.3s;
          animation-delay: 204.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2044) {
  -webkit-animation-delay: 204.4s;
          animation-delay: 204.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2045) {
  -webkit-animation-delay: 204.5s;
          animation-delay: 204.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2046) {
  -webkit-animation-delay: 204.6s;
          animation-delay: 204.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2047) {
  -webkit-animation-delay: 204.7s;
          animation-delay: 204.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2048) {
  -webkit-animation-delay: 204.8s;
          animation-delay: 204.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2049) {
  -webkit-animation-delay: 204.9s;
          animation-delay: 204.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2050) {
  -webkit-animation-delay: 205s;
          animation-delay: 205s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2051) {
  -webkit-animation-delay: 205.1s;
          animation-delay: 205.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2052) {
  -webkit-animation-delay: 205.2s;
          animation-delay: 205.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2053) {
  -webkit-animation-delay: 205.3s;
          animation-delay: 205.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2054) {
  -webkit-animation-delay: 205.4s;
          animation-delay: 205.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2055) {
  -webkit-animation-delay: 205.5s;
          animation-delay: 205.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2056) {
  -webkit-animation-delay: 205.6s;
          animation-delay: 205.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2057) {
  -webkit-animation-delay: 205.7s;
          animation-delay: 205.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2058) {
  -webkit-animation-delay: 205.8s;
          animation-delay: 205.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2059) {
  -webkit-animation-delay: 205.9s;
          animation-delay: 205.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2060) {
  -webkit-animation-delay: 206s;
          animation-delay: 206s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2061) {
  -webkit-animation-delay: 206.1s;
          animation-delay: 206.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2062) {
  -webkit-animation-delay: 206.2s;
          animation-delay: 206.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2063) {
  -webkit-animation-delay: 206.3s;
          animation-delay: 206.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2064) {
  -webkit-animation-delay: 206.4s;
          animation-delay: 206.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2065) {
  -webkit-animation-delay: 206.5s;
          animation-delay: 206.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2066) {
  -webkit-animation-delay: 206.6s;
          animation-delay: 206.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2067) {
  -webkit-animation-delay: 206.7s;
          animation-delay: 206.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2068) {
  -webkit-animation-delay: 206.8s;
          animation-delay: 206.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2069) {
  -webkit-animation-delay: 206.9s;
          animation-delay: 206.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2070) {
  -webkit-animation-delay: 207s;
          animation-delay: 207s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2071) {
  -webkit-animation-delay: 207.1s;
          animation-delay: 207.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2072) {
  -webkit-animation-delay: 207.2s;
          animation-delay: 207.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2073) {
  -webkit-animation-delay: 207.3s;
          animation-delay: 207.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2074) {
  -webkit-animation-delay: 207.4s;
          animation-delay: 207.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2075) {
  -webkit-animation-delay: 207.5s;
          animation-delay: 207.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2076) {
  -webkit-animation-delay: 207.6s;
          animation-delay: 207.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2077) {
  -webkit-animation-delay: 207.7s;
          animation-delay: 207.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2078) {
  -webkit-animation-delay: 207.8s;
          animation-delay: 207.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2079) {
  -webkit-animation-delay: 207.9s;
          animation-delay: 207.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2080) {
  -webkit-animation-delay: 208s;
          animation-delay: 208s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2081) {
  -webkit-animation-delay: 208.1s;
          animation-delay: 208.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2082) {
  -webkit-animation-delay: 208.2s;
          animation-delay: 208.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2083) {
  -webkit-animation-delay: 208.3s;
          animation-delay: 208.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2084) {
  -webkit-animation-delay: 208.4s;
          animation-delay: 208.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2085) {
  -webkit-animation-delay: 208.5s;
          animation-delay: 208.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2086) {
  -webkit-animation-delay: 208.6s;
          animation-delay: 208.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2087) {
  -webkit-animation-delay: 208.7s;
          animation-delay: 208.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2088) {
  -webkit-animation-delay: 208.8s;
          animation-delay: 208.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2089) {
  -webkit-animation-delay: 208.9s;
          animation-delay: 208.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2090) {
  -webkit-animation-delay: 209s;
          animation-delay: 209s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2091) {
  -webkit-animation-delay: 209.1s;
          animation-delay: 209.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2092) {
  -webkit-animation-delay: 209.2s;
          animation-delay: 209.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2093) {
  -webkit-animation-delay: 209.3s;
          animation-delay: 209.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2094) {
  -webkit-animation-delay: 209.4s;
          animation-delay: 209.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2095) {
  -webkit-animation-delay: 209.5s;
          animation-delay: 209.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2096) {
  -webkit-animation-delay: 209.6s;
          animation-delay: 209.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2097) {
  -webkit-animation-delay: 209.7s;
          animation-delay: 209.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2098) {
  -webkit-animation-delay: 209.8s;
          animation-delay: 209.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2099) {
  -webkit-animation-delay: 209.9s;
          animation-delay: 209.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2100) {
  -webkit-animation-delay: 210s;
          animation-delay: 210s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2101) {
  -webkit-animation-delay: 210.1s;
          animation-delay: 210.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2102) {
  -webkit-animation-delay: 210.2s;
          animation-delay: 210.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2103) {
  -webkit-animation-delay: 210.3s;
          animation-delay: 210.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2104) {
  -webkit-animation-delay: 210.4s;
          animation-delay: 210.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2105) {
  -webkit-animation-delay: 210.5s;
          animation-delay: 210.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2106) {
  -webkit-animation-delay: 210.6s;
          animation-delay: 210.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2107) {
  -webkit-animation-delay: 210.7s;
          animation-delay: 210.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2108) {
  -webkit-animation-delay: 210.8s;
          animation-delay: 210.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2109) {
  -webkit-animation-delay: 210.9s;
          animation-delay: 210.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2110) {
  -webkit-animation-delay: 211s;
          animation-delay: 211s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2111) {
  -webkit-animation-delay: 211.1s;
          animation-delay: 211.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2112) {
  -webkit-animation-delay: 211.2s;
          animation-delay: 211.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2113) {
  -webkit-animation-delay: 211.3s;
          animation-delay: 211.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2114) {
  -webkit-animation-delay: 211.4s;
          animation-delay: 211.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2115) {
  -webkit-animation-delay: 211.5s;
          animation-delay: 211.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2116) {
  -webkit-animation-delay: 211.6s;
          animation-delay: 211.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2117) {
  -webkit-animation-delay: 211.7s;
          animation-delay: 211.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2118) {
  -webkit-animation-delay: 211.8s;
          animation-delay: 211.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2119) {
  -webkit-animation-delay: 211.9s;
          animation-delay: 211.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2120) {
  -webkit-animation-delay: 212s;
          animation-delay: 212s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2121) {
  -webkit-animation-delay: 212.1s;
          animation-delay: 212.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2122) {
  -webkit-animation-delay: 212.2s;
          animation-delay: 212.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2123) {
  -webkit-animation-delay: 212.3s;
          animation-delay: 212.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2124) {
  -webkit-animation-delay: 212.4s;
          animation-delay: 212.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2125) {
  -webkit-animation-delay: 212.5s;
          animation-delay: 212.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2126) {
  -webkit-animation-delay: 212.6s;
          animation-delay: 212.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2127) {
  -webkit-animation-delay: 212.7s;
          animation-delay: 212.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2128) {
  -webkit-animation-delay: 212.8s;
          animation-delay: 212.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2129) {
  -webkit-animation-delay: 212.9s;
          animation-delay: 212.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2130) {
  -webkit-animation-delay: 213s;
          animation-delay: 213s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2131) {
  -webkit-animation-delay: 213.1s;
          animation-delay: 213.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2132) {
  -webkit-animation-delay: 213.2s;
          animation-delay: 213.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2133) {
  -webkit-animation-delay: 213.3s;
          animation-delay: 213.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2134) {
  -webkit-animation-delay: 213.4s;
          animation-delay: 213.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2135) {
  -webkit-animation-delay: 213.5s;
          animation-delay: 213.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2136) {
  -webkit-animation-delay: 213.6s;
          animation-delay: 213.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2137) {
  -webkit-animation-delay: 213.7s;
          animation-delay: 213.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2138) {
  -webkit-animation-delay: 213.8s;
          animation-delay: 213.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2139) {
  -webkit-animation-delay: 213.9s;
          animation-delay: 213.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2140) {
  -webkit-animation-delay: 214s;
          animation-delay: 214s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2141) {
  -webkit-animation-delay: 214.1s;
          animation-delay: 214.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2142) {
  -webkit-animation-delay: 214.2s;
          animation-delay: 214.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2143) {
  -webkit-animation-delay: 214.3s;
          animation-delay: 214.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2144) {
  -webkit-animation-delay: 214.4s;
          animation-delay: 214.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2145) {
  -webkit-animation-delay: 214.5s;
          animation-delay: 214.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2146) {
  -webkit-animation-delay: 214.6s;
          animation-delay: 214.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2147) {
  -webkit-animation-delay: 214.7s;
          animation-delay: 214.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2148) {
  -webkit-animation-delay: 214.8s;
          animation-delay: 214.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2149) {
  -webkit-animation-delay: 214.9s;
          animation-delay: 214.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2150) {
  -webkit-animation-delay: 215s;
          animation-delay: 215s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2151) {
  -webkit-animation-delay: 215.1s;
          animation-delay: 215.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2152) {
  -webkit-animation-delay: 215.2s;
          animation-delay: 215.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2153) {
  -webkit-animation-delay: 215.3s;
          animation-delay: 215.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2154) {
  -webkit-animation-delay: 215.4s;
          animation-delay: 215.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2155) {
  -webkit-animation-delay: 215.5s;
          animation-delay: 215.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2156) {
  -webkit-animation-delay: 215.6s;
          animation-delay: 215.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2157) {
  -webkit-animation-delay: 215.7s;
          animation-delay: 215.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2158) {
  -webkit-animation-delay: 215.8s;
          animation-delay: 215.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2159) {
  -webkit-animation-delay: 215.9s;
          animation-delay: 215.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2160) {
  -webkit-animation-delay: 216s;
          animation-delay: 216s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2161) {
  -webkit-animation-delay: 216.1s;
          animation-delay: 216.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2162) {
  -webkit-animation-delay: 216.2s;
          animation-delay: 216.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2163) {
  -webkit-animation-delay: 216.3s;
          animation-delay: 216.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2164) {
  -webkit-animation-delay: 216.4s;
          animation-delay: 216.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2165) {
  -webkit-animation-delay: 216.5s;
          animation-delay: 216.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2166) {
  -webkit-animation-delay: 216.6s;
          animation-delay: 216.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2167) {
  -webkit-animation-delay: 216.7s;
          animation-delay: 216.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2168) {
  -webkit-animation-delay: 216.8s;
          animation-delay: 216.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2169) {
  -webkit-animation-delay: 216.9s;
          animation-delay: 216.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2170) {
  -webkit-animation-delay: 217s;
          animation-delay: 217s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2171) {
  -webkit-animation-delay: 217.1s;
          animation-delay: 217.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2172) {
  -webkit-animation-delay: 217.2s;
          animation-delay: 217.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2173) {
  -webkit-animation-delay: 217.3s;
          animation-delay: 217.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2174) {
  -webkit-animation-delay: 217.4s;
          animation-delay: 217.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2175) {
  -webkit-animation-delay: 217.5s;
          animation-delay: 217.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2176) {
  -webkit-animation-delay: 217.6s;
          animation-delay: 217.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2177) {
  -webkit-animation-delay: 217.7s;
          animation-delay: 217.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2178) {
  -webkit-animation-delay: 217.8s;
          animation-delay: 217.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2179) {
  -webkit-animation-delay: 217.9s;
          animation-delay: 217.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2180) {
  -webkit-animation-delay: 218s;
          animation-delay: 218s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2181) {
  -webkit-animation-delay: 218.1s;
          animation-delay: 218.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2182) {
  -webkit-animation-delay: 218.2s;
          animation-delay: 218.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2183) {
  -webkit-animation-delay: 218.3s;
          animation-delay: 218.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2184) {
  -webkit-animation-delay: 218.4s;
          animation-delay: 218.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2185) {
  -webkit-animation-delay: 218.5s;
          animation-delay: 218.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2186) {
  -webkit-animation-delay: 218.6s;
          animation-delay: 218.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2187) {
  -webkit-animation-delay: 218.7s;
          animation-delay: 218.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2188) {
  -webkit-animation-delay: 218.8s;
          animation-delay: 218.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2189) {
  -webkit-animation-delay: 218.9s;
          animation-delay: 218.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2190) {
  -webkit-animation-delay: 219s;
          animation-delay: 219s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2191) {
  -webkit-animation-delay: 219.1s;
          animation-delay: 219.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2192) {
  -webkit-animation-delay: 219.2s;
          animation-delay: 219.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2193) {
  -webkit-animation-delay: 219.3s;
          animation-delay: 219.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2194) {
  -webkit-animation-delay: 219.4s;
          animation-delay: 219.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2195) {
  -webkit-animation-delay: 219.5s;
          animation-delay: 219.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2196) {
  -webkit-animation-delay: 219.6s;
          animation-delay: 219.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2197) {
  -webkit-animation-delay: 219.7s;
          animation-delay: 219.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2198) {
  -webkit-animation-delay: 219.8s;
          animation-delay: 219.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2199) {
  -webkit-animation-delay: 219.9s;
          animation-delay: 219.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2200) {
  -webkit-animation-delay: 220s;
          animation-delay: 220s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2201) {
  -webkit-animation-delay: 220.1s;
          animation-delay: 220.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2202) {
  -webkit-animation-delay: 220.2s;
          animation-delay: 220.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2203) {
  -webkit-animation-delay: 220.3s;
          animation-delay: 220.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2204) {
  -webkit-animation-delay: 220.4s;
          animation-delay: 220.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2205) {
  -webkit-animation-delay: 220.5s;
          animation-delay: 220.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2206) {
  -webkit-animation-delay: 220.6s;
          animation-delay: 220.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2207) {
  -webkit-animation-delay: 220.7s;
          animation-delay: 220.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2208) {
  -webkit-animation-delay: 220.8s;
          animation-delay: 220.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2209) {
  -webkit-animation-delay: 220.9s;
          animation-delay: 220.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2210) {
  -webkit-animation-delay: 221s;
          animation-delay: 221s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2211) {
  -webkit-animation-delay: 221.1s;
          animation-delay: 221.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2212) {
  -webkit-animation-delay: 221.2s;
          animation-delay: 221.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2213) {
  -webkit-animation-delay: 221.3s;
          animation-delay: 221.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2214) {
  -webkit-animation-delay: 221.4s;
          animation-delay: 221.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2215) {
  -webkit-animation-delay: 221.5s;
          animation-delay: 221.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2216) {
  -webkit-animation-delay: 221.6s;
          animation-delay: 221.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2217) {
  -webkit-animation-delay: 221.7s;
          animation-delay: 221.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2218) {
  -webkit-animation-delay: 221.8s;
          animation-delay: 221.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2219) {
  -webkit-animation-delay: 221.9s;
          animation-delay: 221.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2220) {
  -webkit-animation-delay: 222s;
          animation-delay: 222s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2221) {
  -webkit-animation-delay: 222.1s;
          animation-delay: 222.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2222) {
  -webkit-animation-delay: 222.2s;
          animation-delay: 222.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2223) {
  -webkit-animation-delay: 222.3s;
          animation-delay: 222.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2224) {
  -webkit-animation-delay: 222.4s;
          animation-delay: 222.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2225) {
  -webkit-animation-delay: 222.5s;
          animation-delay: 222.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2226) {
  -webkit-animation-delay: 222.6s;
          animation-delay: 222.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2227) {
  -webkit-animation-delay: 222.7s;
          animation-delay: 222.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2228) {
  -webkit-animation-delay: 222.8s;
          animation-delay: 222.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2229) {
  -webkit-animation-delay: 222.9s;
          animation-delay: 222.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2230) {
  -webkit-animation-delay: 223s;
          animation-delay: 223s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2231) {
  -webkit-animation-delay: 223.1s;
          animation-delay: 223.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2232) {
  -webkit-animation-delay: 223.2s;
          animation-delay: 223.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2233) {
  -webkit-animation-delay: 223.3s;
          animation-delay: 223.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2234) {
  -webkit-animation-delay: 223.4s;
          animation-delay: 223.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2235) {
  -webkit-animation-delay: 223.5s;
          animation-delay: 223.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2236) {
  -webkit-animation-delay: 223.6s;
          animation-delay: 223.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2237) {
  -webkit-animation-delay: 223.7s;
          animation-delay: 223.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2238) {
  -webkit-animation-delay: 223.8s;
          animation-delay: 223.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2239) {
  -webkit-animation-delay: 223.9s;
          animation-delay: 223.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2240) {
  -webkit-animation-delay: 224s;
          animation-delay: 224s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2241) {
  -webkit-animation-delay: 224.1s;
          animation-delay: 224.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2242) {
  -webkit-animation-delay: 224.2s;
          animation-delay: 224.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2243) {
  -webkit-animation-delay: 224.3s;
          animation-delay: 224.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2244) {
  -webkit-animation-delay: 224.4s;
          animation-delay: 224.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2245) {
  -webkit-animation-delay: 224.5s;
          animation-delay: 224.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2246) {
  -webkit-animation-delay: 224.6s;
          animation-delay: 224.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2247) {
  -webkit-animation-delay: 224.7s;
          animation-delay: 224.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2248) {
  -webkit-animation-delay: 224.8s;
          animation-delay: 224.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2249) {
  -webkit-animation-delay: 224.9s;
          animation-delay: 224.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2250) {
  -webkit-animation-delay: 225s;
          animation-delay: 225s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2251) {
  -webkit-animation-delay: 225.1s;
          animation-delay: 225.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2252) {
  -webkit-animation-delay: 225.2s;
          animation-delay: 225.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2253) {
  -webkit-animation-delay: 225.3s;
          animation-delay: 225.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2254) {
  -webkit-animation-delay: 225.4s;
          animation-delay: 225.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2255) {
  -webkit-animation-delay: 225.5s;
          animation-delay: 225.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2256) {
  -webkit-animation-delay: 225.6s;
          animation-delay: 225.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2257) {
  -webkit-animation-delay: 225.7s;
          animation-delay: 225.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2258) {
  -webkit-animation-delay: 225.8s;
          animation-delay: 225.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2259) {
  -webkit-animation-delay: 225.9s;
          animation-delay: 225.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2260) {
  -webkit-animation-delay: 226s;
          animation-delay: 226s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2261) {
  -webkit-animation-delay: 226.1s;
          animation-delay: 226.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2262) {
  -webkit-animation-delay: 226.2s;
          animation-delay: 226.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2263) {
  -webkit-animation-delay: 226.3s;
          animation-delay: 226.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2264) {
  -webkit-animation-delay: 226.4s;
          animation-delay: 226.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2265) {
  -webkit-animation-delay: 226.5s;
          animation-delay: 226.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2266) {
  -webkit-animation-delay: 226.6s;
          animation-delay: 226.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2267) {
  -webkit-animation-delay: 226.7s;
          animation-delay: 226.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2268) {
  -webkit-animation-delay: 226.8s;
          animation-delay: 226.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2269) {
  -webkit-animation-delay: 226.9s;
          animation-delay: 226.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2270) {
  -webkit-animation-delay: 227s;
          animation-delay: 227s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2271) {
  -webkit-animation-delay: 227.1s;
          animation-delay: 227.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2272) {
  -webkit-animation-delay: 227.2s;
          animation-delay: 227.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2273) {
  -webkit-animation-delay: 227.3s;
          animation-delay: 227.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2274) {
  -webkit-animation-delay: 227.4s;
          animation-delay: 227.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2275) {
  -webkit-animation-delay: 227.5s;
          animation-delay: 227.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2276) {
  -webkit-animation-delay: 227.6s;
          animation-delay: 227.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2277) {
  -webkit-animation-delay: 227.7s;
          animation-delay: 227.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2278) {
  -webkit-animation-delay: 227.8s;
          animation-delay: 227.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2279) {
  -webkit-animation-delay: 227.9s;
          animation-delay: 227.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2280) {
  -webkit-animation-delay: 228s;
          animation-delay: 228s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2281) {
  -webkit-animation-delay: 228.1s;
          animation-delay: 228.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2282) {
  -webkit-animation-delay: 228.2s;
          animation-delay: 228.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2283) {
  -webkit-animation-delay: 228.3s;
          animation-delay: 228.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2284) {
  -webkit-animation-delay: 228.4s;
          animation-delay: 228.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2285) {
  -webkit-animation-delay: 228.5s;
          animation-delay: 228.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2286) {
  -webkit-animation-delay: 228.6s;
          animation-delay: 228.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2287) {
  -webkit-animation-delay: 228.7s;
          animation-delay: 228.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2288) {
  -webkit-animation-delay: 228.8s;
          animation-delay: 228.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2289) {
  -webkit-animation-delay: 228.9s;
          animation-delay: 228.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2290) {
  -webkit-animation-delay: 229s;
          animation-delay: 229s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2291) {
  -webkit-animation-delay: 229.1s;
          animation-delay: 229.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2292) {
  -webkit-animation-delay: 229.2s;
          animation-delay: 229.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2293) {
  -webkit-animation-delay: 229.3s;
          animation-delay: 229.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2294) {
  -webkit-animation-delay: 229.4s;
          animation-delay: 229.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2295) {
  -webkit-animation-delay: 229.5s;
          animation-delay: 229.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2296) {
  -webkit-animation-delay: 229.6s;
          animation-delay: 229.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2297) {
  -webkit-animation-delay: 229.7s;
          animation-delay: 229.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2298) {
  -webkit-animation-delay: 229.8s;
          animation-delay: 229.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2299) {
  -webkit-animation-delay: 229.9s;
          animation-delay: 229.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2300) {
  -webkit-animation-delay: 230s;
          animation-delay: 230s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2301) {
  -webkit-animation-delay: 230.1s;
          animation-delay: 230.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2302) {
  -webkit-animation-delay: 230.2s;
          animation-delay: 230.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2303) {
  -webkit-animation-delay: 230.3s;
          animation-delay: 230.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2304) {
  -webkit-animation-delay: 230.4s;
          animation-delay: 230.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2305) {
  -webkit-animation-delay: 230.5s;
          animation-delay: 230.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2306) {
  -webkit-animation-delay: 230.6s;
          animation-delay: 230.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2307) {
  -webkit-animation-delay: 230.7s;
          animation-delay: 230.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2308) {
  -webkit-animation-delay: 230.8s;
          animation-delay: 230.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2309) {
  -webkit-animation-delay: 230.9s;
          animation-delay: 230.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2310) {
  -webkit-animation-delay: 231s;
          animation-delay: 231s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2311) {
  -webkit-animation-delay: 231.1s;
          animation-delay: 231.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2312) {
  -webkit-animation-delay: 231.2s;
          animation-delay: 231.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2313) {
  -webkit-animation-delay: 231.3s;
          animation-delay: 231.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2314) {
  -webkit-animation-delay: 231.4s;
          animation-delay: 231.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2315) {
  -webkit-animation-delay: 231.5s;
          animation-delay: 231.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2316) {
  -webkit-animation-delay: 231.6s;
          animation-delay: 231.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2317) {
  -webkit-animation-delay: 231.7s;
          animation-delay: 231.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2318) {
  -webkit-animation-delay: 231.8s;
          animation-delay: 231.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2319) {
  -webkit-animation-delay: 231.9s;
          animation-delay: 231.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2320) {
  -webkit-animation-delay: 232s;
          animation-delay: 232s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2321) {
  -webkit-animation-delay: 232.1s;
          animation-delay: 232.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2322) {
  -webkit-animation-delay: 232.2s;
          animation-delay: 232.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2323) {
  -webkit-animation-delay: 232.3s;
          animation-delay: 232.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2324) {
  -webkit-animation-delay: 232.4s;
          animation-delay: 232.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2325) {
  -webkit-animation-delay: 232.5s;
          animation-delay: 232.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2326) {
  -webkit-animation-delay: 232.6s;
          animation-delay: 232.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2327) {
  -webkit-animation-delay: 232.7s;
          animation-delay: 232.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2328) {
  -webkit-animation-delay: 232.8s;
          animation-delay: 232.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2329) {
  -webkit-animation-delay: 232.9s;
          animation-delay: 232.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2330) {
  -webkit-animation-delay: 233s;
          animation-delay: 233s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2331) {
  -webkit-animation-delay: 233.1s;
          animation-delay: 233.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2332) {
  -webkit-animation-delay: 233.2s;
          animation-delay: 233.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2333) {
  -webkit-animation-delay: 233.3s;
          animation-delay: 233.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2334) {
  -webkit-animation-delay: 233.4s;
          animation-delay: 233.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2335) {
  -webkit-animation-delay: 233.5s;
          animation-delay: 233.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2336) {
  -webkit-animation-delay: 233.6s;
          animation-delay: 233.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2337) {
  -webkit-animation-delay: 233.7s;
          animation-delay: 233.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2338) {
  -webkit-animation-delay: 233.8s;
          animation-delay: 233.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2339) {
  -webkit-animation-delay: 233.9s;
          animation-delay: 233.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2340) {
  -webkit-animation-delay: 234s;
          animation-delay: 234s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2341) {
  -webkit-animation-delay: 234.1s;
          animation-delay: 234.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2342) {
  -webkit-animation-delay: 234.2s;
          animation-delay: 234.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2343) {
  -webkit-animation-delay: 234.3s;
          animation-delay: 234.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2344) {
  -webkit-animation-delay: 234.4s;
          animation-delay: 234.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2345) {
  -webkit-animation-delay: 234.5s;
          animation-delay: 234.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2346) {
  -webkit-animation-delay: 234.6s;
          animation-delay: 234.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2347) {
  -webkit-animation-delay: 234.7s;
          animation-delay: 234.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2348) {
  -webkit-animation-delay: 234.8s;
          animation-delay: 234.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2349) {
  -webkit-animation-delay: 234.9s;
          animation-delay: 234.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2350) {
  -webkit-animation-delay: 235s;
          animation-delay: 235s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2351) {
  -webkit-animation-delay: 235.1s;
          animation-delay: 235.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2352) {
  -webkit-animation-delay: 235.2s;
          animation-delay: 235.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2353) {
  -webkit-animation-delay: 235.3s;
          animation-delay: 235.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2354) {
  -webkit-animation-delay: 235.4s;
          animation-delay: 235.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2355) {
  -webkit-animation-delay: 235.5s;
          animation-delay: 235.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2356) {
  -webkit-animation-delay: 235.6s;
          animation-delay: 235.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2357) {
  -webkit-animation-delay: 235.7s;
          animation-delay: 235.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2358) {
  -webkit-animation-delay: 235.8s;
          animation-delay: 235.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2359) {
  -webkit-animation-delay: 235.9s;
          animation-delay: 235.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2360) {
  -webkit-animation-delay: 236s;
          animation-delay: 236s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2361) {
  -webkit-animation-delay: 236.1s;
          animation-delay: 236.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2362) {
  -webkit-animation-delay: 236.2s;
          animation-delay: 236.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2363) {
  -webkit-animation-delay: 236.3s;
          animation-delay: 236.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2364) {
  -webkit-animation-delay: 236.4s;
          animation-delay: 236.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2365) {
  -webkit-animation-delay: 236.5s;
          animation-delay: 236.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2366) {
  -webkit-animation-delay: 236.6s;
          animation-delay: 236.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2367) {
  -webkit-animation-delay: 236.7s;
          animation-delay: 236.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2368) {
  -webkit-animation-delay: 236.8s;
          animation-delay: 236.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2369) {
  -webkit-animation-delay: 236.9s;
          animation-delay: 236.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2370) {
  -webkit-animation-delay: 237s;
          animation-delay: 237s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2371) {
  -webkit-animation-delay: 237.1s;
          animation-delay: 237.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2372) {
  -webkit-animation-delay: 237.2s;
          animation-delay: 237.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2373) {
  -webkit-animation-delay: 237.3s;
          animation-delay: 237.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2374) {
  -webkit-animation-delay: 237.4s;
          animation-delay: 237.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2375) {
  -webkit-animation-delay: 237.5s;
          animation-delay: 237.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2376) {
  -webkit-animation-delay: 237.6s;
          animation-delay: 237.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2377) {
  -webkit-animation-delay: 237.7s;
          animation-delay: 237.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2378) {
  -webkit-animation-delay: 237.8s;
          animation-delay: 237.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2379) {
  -webkit-animation-delay: 237.9s;
          animation-delay: 237.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2380) {
  -webkit-animation-delay: 238s;
          animation-delay: 238s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2381) {
  -webkit-animation-delay: 238.1s;
          animation-delay: 238.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2382) {
  -webkit-animation-delay: 238.2s;
          animation-delay: 238.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2383) {
  -webkit-animation-delay: 238.3s;
          animation-delay: 238.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2384) {
  -webkit-animation-delay: 238.4s;
          animation-delay: 238.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2385) {
  -webkit-animation-delay: 238.5s;
          animation-delay: 238.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2386) {
  -webkit-animation-delay: 238.6s;
          animation-delay: 238.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2387) {
  -webkit-animation-delay: 238.7s;
          animation-delay: 238.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2388) {
  -webkit-animation-delay: 238.8s;
          animation-delay: 238.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2389) {
  -webkit-animation-delay: 238.9s;
          animation-delay: 238.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2390) {
  -webkit-animation-delay: 239s;
          animation-delay: 239s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2391) {
  -webkit-animation-delay: 239.1s;
          animation-delay: 239.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2392) {
  -webkit-animation-delay: 239.2s;
          animation-delay: 239.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2393) {
  -webkit-animation-delay: 239.3s;
          animation-delay: 239.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2394) {
  -webkit-animation-delay: 239.4s;
          animation-delay: 239.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2395) {
  -webkit-animation-delay: 239.5s;
          animation-delay: 239.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2396) {
  -webkit-animation-delay: 239.6s;
          animation-delay: 239.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2397) {
  -webkit-animation-delay: 239.7s;
          animation-delay: 239.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2398) {
  -webkit-animation-delay: 239.8s;
          animation-delay: 239.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2399) {
  -webkit-animation-delay: 239.9s;
          animation-delay: 239.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2400) {
  -webkit-animation-delay: 240s;
          animation-delay: 240s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2401) {
  -webkit-animation-delay: 240.1s;
          animation-delay: 240.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2402) {
  -webkit-animation-delay: 240.2s;
          animation-delay: 240.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2403) {
  -webkit-animation-delay: 240.3s;
          animation-delay: 240.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2404) {
  -webkit-animation-delay: 240.4s;
          animation-delay: 240.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2405) {
  -webkit-animation-delay: 240.5s;
          animation-delay: 240.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2406) {
  -webkit-animation-delay: 240.6s;
          animation-delay: 240.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2407) {
  -webkit-animation-delay: 240.7s;
          animation-delay: 240.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2408) {
  -webkit-animation-delay: 240.8s;
          animation-delay: 240.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2409) {
  -webkit-animation-delay: 240.9s;
          animation-delay: 240.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2410) {
  -webkit-animation-delay: 241s;
          animation-delay: 241s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2411) {
  -webkit-animation-delay: 241.1s;
          animation-delay: 241.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2412) {
  -webkit-animation-delay: 241.2s;
          animation-delay: 241.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2413) {
  -webkit-animation-delay: 241.3s;
          animation-delay: 241.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2414) {
  -webkit-animation-delay: 241.4s;
          animation-delay: 241.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2415) {
  -webkit-animation-delay: 241.5s;
          animation-delay: 241.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2416) {
  -webkit-animation-delay: 241.6s;
          animation-delay: 241.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2417) {
  -webkit-animation-delay: 241.7s;
          animation-delay: 241.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2418) {
  -webkit-animation-delay: 241.8s;
          animation-delay: 241.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2419) {
  -webkit-animation-delay: 241.9s;
          animation-delay: 241.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2420) {
  -webkit-animation-delay: 242s;
          animation-delay: 242s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2421) {
  -webkit-animation-delay: 242.1s;
          animation-delay: 242.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2422) {
  -webkit-animation-delay: 242.2s;
          animation-delay: 242.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2423) {
  -webkit-animation-delay: 242.3s;
          animation-delay: 242.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2424) {
  -webkit-animation-delay: 242.4s;
          animation-delay: 242.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2425) {
  -webkit-animation-delay: 242.5s;
          animation-delay: 242.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2426) {
  -webkit-animation-delay: 242.6s;
          animation-delay: 242.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2427) {
  -webkit-animation-delay: 242.7s;
          animation-delay: 242.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2428) {
  -webkit-animation-delay: 242.8s;
          animation-delay: 242.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2429) {
  -webkit-animation-delay: 242.9s;
          animation-delay: 242.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2430) {
  -webkit-animation-delay: 243s;
          animation-delay: 243s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2431) {
  -webkit-animation-delay: 243.1s;
          animation-delay: 243.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2432) {
  -webkit-animation-delay: 243.2s;
          animation-delay: 243.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2433) {
  -webkit-animation-delay: 243.3s;
          animation-delay: 243.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2434) {
  -webkit-animation-delay: 243.4s;
          animation-delay: 243.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2435) {
  -webkit-animation-delay: 243.5s;
          animation-delay: 243.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2436) {
  -webkit-animation-delay: 243.6s;
          animation-delay: 243.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2437) {
  -webkit-animation-delay: 243.7s;
          animation-delay: 243.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2438) {
  -webkit-animation-delay: 243.8s;
          animation-delay: 243.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2439) {
  -webkit-animation-delay: 243.9s;
          animation-delay: 243.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2440) {
  -webkit-animation-delay: 244s;
          animation-delay: 244s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2441) {
  -webkit-animation-delay: 244.1s;
          animation-delay: 244.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2442) {
  -webkit-animation-delay: 244.2s;
          animation-delay: 244.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2443) {
  -webkit-animation-delay: 244.3s;
          animation-delay: 244.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2444) {
  -webkit-animation-delay: 244.4s;
          animation-delay: 244.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2445) {
  -webkit-animation-delay: 244.5s;
          animation-delay: 244.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2446) {
  -webkit-animation-delay: 244.6s;
          animation-delay: 244.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2447) {
  -webkit-animation-delay: 244.7s;
          animation-delay: 244.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2448) {
  -webkit-animation-delay: 244.8s;
          animation-delay: 244.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2449) {
  -webkit-animation-delay: 244.9s;
          animation-delay: 244.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2450) {
  -webkit-animation-delay: 245s;
          animation-delay: 245s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2451) {
  -webkit-animation-delay: 245.1s;
          animation-delay: 245.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2452) {
  -webkit-animation-delay: 245.2s;
          animation-delay: 245.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2453) {
  -webkit-animation-delay: 245.3s;
          animation-delay: 245.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2454) {
  -webkit-animation-delay: 245.4s;
          animation-delay: 245.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2455) {
  -webkit-animation-delay: 245.5s;
          animation-delay: 245.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2456) {
  -webkit-animation-delay: 245.6s;
          animation-delay: 245.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2457) {
  -webkit-animation-delay: 245.7s;
          animation-delay: 245.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2458) {
  -webkit-animation-delay: 245.8s;
          animation-delay: 245.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2459) {
  -webkit-animation-delay: 245.9s;
          animation-delay: 245.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2460) {
  -webkit-animation-delay: 246s;
          animation-delay: 246s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2461) {
  -webkit-animation-delay: 246.1s;
          animation-delay: 246.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2462) {
  -webkit-animation-delay: 246.2s;
          animation-delay: 246.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2463) {
  -webkit-animation-delay: 246.3s;
          animation-delay: 246.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2464) {
  -webkit-animation-delay: 246.4s;
          animation-delay: 246.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2465) {
  -webkit-animation-delay: 246.5s;
          animation-delay: 246.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2466) {
  -webkit-animation-delay: 246.6s;
          animation-delay: 246.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2467) {
  -webkit-animation-delay: 246.7s;
          animation-delay: 246.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2468) {
  -webkit-animation-delay: 246.8s;
          animation-delay: 246.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2469) {
  -webkit-animation-delay: 246.9s;
          animation-delay: 246.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2470) {
  -webkit-animation-delay: 247s;
          animation-delay: 247s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2471) {
  -webkit-animation-delay: 247.1s;
          animation-delay: 247.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2472) {
  -webkit-animation-delay: 247.2s;
          animation-delay: 247.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2473) {
  -webkit-animation-delay: 247.3s;
          animation-delay: 247.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2474) {
  -webkit-animation-delay: 247.4s;
          animation-delay: 247.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2475) {
  -webkit-animation-delay: 247.5s;
          animation-delay: 247.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2476) {
  -webkit-animation-delay: 247.6s;
          animation-delay: 247.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2477) {
  -webkit-animation-delay: 247.7s;
          animation-delay: 247.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2478) {
  -webkit-animation-delay: 247.8s;
          animation-delay: 247.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2479) {
  -webkit-animation-delay: 247.9s;
          animation-delay: 247.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2480) {
  -webkit-animation-delay: 248s;
          animation-delay: 248s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2481) {
  -webkit-animation-delay: 248.1s;
          animation-delay: 248.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2482) {
  -webkit-animation-delay: 248.2s;
          animation-delay: 248.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2483) {
  -webkit-animation-delay: 248.3s;
          animation-delay: 248.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2484) {
  -webkit-animation-delay: 248.4s;
          animation-delay: 248.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2485) {
  -webkit-animation-delay: 248.5s;
          animation-delay: 248.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2486) {
  -webkit-animation-delay: 248.6s;
          animation-delay: 248.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2487) {
  -webkit-animation-delay: 248.7s;
          animation-delay: 248.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2488) {
  -webkit-animation-delay: 248.8s;
          animation-delay: 248.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2489) {
  -webkit-animation-delay: 248.9s;
          animation-delay: 248.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2490) {
  -webkit-animation-delay: 249s;
          animation-delay: 249s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2491) {
  -webkit-animation-delay: 249.1s;
          animation-delay: 249.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2492) {
  -webkit-animation-delay: 249.2s;
          animation-delay: 249.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2493) {
  -webkit-animation-delay: 249.3s;
          animation-delay: 249.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2494) {
  -webkit-animation-delay: 249.4s;
          animation-delay: 249.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2495) {
  -webkit-animation-delay: 249.5s;
          animation-delay: 249.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2496) {
  -webkit-animation-delay: 249.6s;
          animation-delay: 249.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2497) {
  -webkit-animation-delay: 249.7s;
          animation-delay: 249.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2498) {
  -webkit-animation-delay: 249.8s;
          animation-delay: 249.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2499) {
  -webkit-animation-delay: 249.9s;
          animation-delay: 249.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2500) {
  -webkit-animation-delay: 250s;
          animation-delay: 250s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2501) {
  -webkit-animation-delay: 250.1s;
          animation-delay: 250.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2502) {
  -webkit-animation-delay: 250.2s;
          animation-delay: 250.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2503) {
  -webkit-animation-delay: 250.3s;
          animation-delay: 250.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2504) {
  -webkit-animation-delay: 250.4s;
          animation-delay: 250.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2505) {
  -webkit-animation-delay: 250.5s;
          animation-delay: 250.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2506) {
  -webkit-animation-delay: 250.6s;
          animation-delay: 250.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2507) {
  -webkit-animation-delay: 250.7s;
          animation-delay: 250.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2508) {
  -webkit-animation-delay: 250.8s;
          animation-delay: 250.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2509) {
  -webkit-animation-delay: 250.9s;
          animation-delay: 250.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2510) {
  -webkit-animation-delay: 251s;
          animation-delay: 251s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2511) {
  -webkit-animation-delay: 251.1s;
          animation-delay: 251.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2512) {
  -webkit-animation-delay: 251.2s;
          animation-delay: 251.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2513) {
  -webkit-animation-delay: 251.3s;
          animation-delay: 251.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2514) {
  -webkit-animation-delay: 251.4s;
          animation-delay: 251.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2515) {
  -webkit-animation-delay: 251.5s;
          animation-delay: 251.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2516) {
  -webkit-animation-delay: 251.6s;
          animation-delay: 251.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2517) {
  -webkit-animation-delay: 251.7s;
          animation-delay: 251.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2518) {
  -webkit-animation-delay: 251.8s;
          animation-delay: 251.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2519) {
  -webkit-animation-delay: 251.9s;
          animation-delay: 251.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2520) {
  -webkit-animation-delay: 252s;
          animation-delay: 252s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2521) {
  -webkit-animation-delay: 252.1s;
          animation-delay: 252.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2522) {
  -webkit-animation-delay: 252.2s;
          animation-delay: 252.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2523) {
  -webkit-animation-delay: 252.3s;
          animation-delay: 252.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2524) {
  -webkit-animation-delay: 252.4s;
          animation-delay: 252.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2525) {
  -webkit-animation-delay: 252.5s;
          animation-delay: 252.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2526) {
  -webkit-animation-delay: 252.6s;
          animation-delay: 252.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2527) {
  -webkit-animation-delay: 252.7s;
          animation-delay: 252.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2528) {
  -webkit-animation-delay: 252.8s;
          animation-delay: 252.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2529) {
  -webkit-animation-delay: 252.9s;
          animation-delay: 252.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2530) {
  -webkit-animation-delay: 253s;
          animation-delay: 253s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2531) {
  -webkit-animation-delay: 253.1s;
          animation-delay: 253.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2532) {
  -webkit-animation-delay: 253.2s;
          animation-delay: 253.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2533) {
  -webkit-animation-delay: 253.3s;
          animation-delay: 253.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2534) {
  -webkit-animation-delay: 253.4s;
          animation-delay: 253.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2535) {
  -webkit-animation-delay: 253.5s;
          animation-delay: 253.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2536) {
  -webkit-animation-delay: 253.6s;
          animation-delay: 253.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2537) {
  -webkit-animation-delay: 253.7s;
          animation-delay: 253.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2538) {
  -webkit-animation-delay: 253.8s;
          animation-delay: 253.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2539) {
  -webkit-animation-delay: 253.9s;
          animation-delay: 253.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2540) {
  -webkit-animation-delay: 254s;
          animation-delay: 254s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2541) {
  -webkit-animation-delay: 254.1s;
          animation-delay: 254.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2542) {
  -webkit-animation-delay: 254.2s;
          animation-delay: 254.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2543) {
  -webkit-animation-delay: 254.3s;
          animation-delay: 254.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2544) {
  -webkit-animation-delay: 254.4s;
          animation-delay: 254.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2545) {
  -webkit-animation-delay: 254.5s;
          animation-delay: 254.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2546) {
  -webkit-animation-delay: 254.6s;
          animation-delay: 254.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2547) {
  -webkit-animation-delay: 254.7s;
          animation-delay: 254.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2548) {
  -webkit-animation-delay: 254.8s;
          animation-delay: 254.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2549) {
  -webkit-animation-delay: 254.9s;
          animation-delay: 254.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2550) {
  -webkit-animation-delay: 255s;
          animation-delay: 255s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2551) {
  -webkit-animation-delay: 255.1s;
          animation-delay: 255.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2552) {
  -webkit-animation-delay: 255.2s;
          animation-delay: 255.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2553) {
  -webkit-animation-delay: 255.3s;
          animation-delay: 255.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2554) {
  -webkit-animation-delay: 255.4s;
          animation-delay: 255.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2555) {
  -webkit-animation-delay: 255.5s;
          animation-delay: 255.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2556) {
  -webkit-animation-delay: 255.6s;
          animation-delay: 255.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2557) {
  -webkit-animation-delay: 255.7s;
          animation-delay: 255.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2558) {
  -webkit-animation-delay: 255.8s;
          animation-delay: 255.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2559) {
  -webkit-animation-delay: 255.9s;
          animation-delay: 255.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2560) {
  -webkit-animation-delay: 256s;
          animation-delay: 256s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2561) {
  -webkit-animation-delay: 256.1s;
          animation-delay: 256.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2562) {
  -webkit-animation-delay: 256.2s;
          animation-delay: 256.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2563) {
  -webkit-animation-delay: 256.3s;
          animation-delay: 256.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2564) {
  -webkit-animation-delay: 256.4s;
          animation-delay: 256.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2565) {
  -webkit-animation-delay: 256.5s;
          animation-delay: 256.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2566) {
  -webkit-animation-delay: 256.6s;
          animation-delay: 256.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2567) {
  -webkit-animation-delay: 256.7s;
          animation-delay: 256.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2568) {
  -webkit-animation-delay: 256.8s;
          animation-delay: 256.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2569) {
  -webkit-animation-delay: 256.9s;
          animation-delay: 256.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2570) {
  -webkit-animation-delay: 257s;
          animation-delay: 257s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2571) {
  -webkit-animation-delay: 257.1s;
          animation-delay: 257.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2572) {
  -webkit-animation-delay: 257.2s;
          animation-delay: 257.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2573) {
  -webkit-animation-delay: 257.3s;
          animation-delay: 257.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2574) {
  -webkit-animation-delay: 257.4s;
          animation-delay: 257.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2575) {
  -webkit-animation-delay: 257.5s;
          animation-delay: 257.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2576) {
  -webkit-animation-delay: 257.6s;
          animation-delay: 257.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2577) {
  -webkit-animation-delay: 257.7s;
          animation-delay: 257.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2578) {
  -webkit-animation-delay: 257.8s;
          animation-delay: 257.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2579) {
  -webkit-animation-delay: 257.9s;
          animation-delay: 257.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2580) {
  -webkit-animation-delay: 258s;
          animation-delay: 258s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2581) {
  -webkit-animation-delay: 258.1s;
          animation-delay: 258.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2582) {
  -webkit-animation-delay: 258.2s;
          animation-delay: 258.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2583) {
  -webkit-animation-delay: 258.3s;
          animation-delay: 258.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2584) {
  -webkit-animation-delay: 258.4s;
          animation-delay: 258.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2585) {
  -webkit-animation-delay: 258.5s;
          animation-delay: 258.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2586) {
  -webkit-animation-delay: 258.6s;
          animation-delay: 258.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2587) {
  -webkit-animation-delay: 258.7s;
          animation-delay: 258.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2588) {
  -webkit-animation-delay: 258.8s;
          animation-delay: 258.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2589) {
  -webkit-animation-delay: 258.9s;
          animation-delay: 258.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2590) {
  -webkit-animation-delay: 259s;
          animation-delay: 259s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2591) {
  -webkit-animation-delay: 259.1s;
          animation-delay: 259.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2592) {
  -webkit-animation-delay: 259.2s;
          animation-delay: 259.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2593) {
  -webkit-animation-delay: 259.3s;
          animation-delay: 259.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2594) {
  -webkit-animation-delay: 259.4s;
          animation-delay: 259.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2595) {
  -webkit-animation-delay: 259.5s;
          animation-delay: 259.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2596) {
  -webkit-animation-delay: 259.6s;
          animation-delay: 259.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2597) {
  -webkit-animation-delay: 259.7s;
          animation-delay: 259.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2598) {
  -webkit-animation-delay: 259.8s;
          animation-delay: 259.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2599) {
  -webkit-animation-delay: 259.9s;
          animation-delay: 259.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2600) {
  -webkit-animation-delay: 260s;
          animation-delay: 260s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2601) {
  -webkit-animation-delay: 260.1s;
          animation-delay: 260.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2602) {
  -webkit-animation-delay: 260.2s;
          animation-delay: 260.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2603) {
  -webkit-animation-delay: 260.3s;
          animation-delay: 260.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2604) {
  -webkit-animation-delay: 260.4s;
          animation-delay: 260.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2605) {
  -webkit-animation-delay: 260.5s;
          animation-delay: 260.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2606) {
  -webkit-animation-delay: 260.6s;
          animation-delay: 260.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2607) {
  -webkit-animation-delay: 260.7s;
          animation-delay: 260.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2608) {
  -webkit-animation-delay: 260.8s;
          animation-delay: 260.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2609) {
  -webkit-animation-delay: 260.9s;
          animation-delay: 260.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2610) {
  -webkit-animation-delay: 261s;
          animation-delay: 261s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2611) {
  -webkit-animation-delay: 261.1s;
          animation-delay: 261.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2612) {
  -webkit-animation-delay: 261.2s;
          animation-delay: 261.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2613) {
  -webkit-animation-delay: 261.3s;
          animation-delay: 261.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2614) {
  -webkit-animation-delay: 261.4s;
          animation-delay: 261.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2615) {
  -webkit-animation-delay: 261.5s;
          animation-delay: 261.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2616) {
  -webkit-animation-delay: 261.6s;
          animation-delay: 261.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2617) {
  -webkit-animation-delay: 261.7s;
          animation-delay: 261.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2618) {
  -webkit-animation-delay: 261.8s;
          animation-delay: 261.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2619) {
  -webkit-animation-delay: 261.9s;
          animation-delay: 261.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2620) {
  -webkit-animation-delay: 262s;
          animation-delay: 262s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2621) {
  -webkit-animation-delay: 262.1s;
          animation-delay: 262.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2622) {
  -webkit-animation-delay: 262.2s;
          animation-delay: 262.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2623) {
  -webkit-animation-delay: 262.3s;
          animation-delay: 262.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2624) {
  -webkit-animation-delay: 262.4s;
          animation-delay: 262.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2625) {
  -webkit-animation-delay: 262.5s;
          animation-delay: 262.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2626) {
  -webkit-animation-delay: 262.6s;
          animation-delay: 262.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2627) {
  -webkit-animation-delay: 262.7s;
          animation-delay: 262.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2628) {
  -webkit-animation-delay: 262.8s;
          animation-delay: 262.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2629) {
  -webkit-animation-delay: 262.9s;
          animation-delay: 262.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2630) {
  -webkit-animation-delay: 263s;
          animation-delay: 263s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2631) {
  -webkit-animation-delay: 263.1s;
          animation-delay: 263.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2632) {
  -webkit-animation-delay: 263.2s;
          animation-delay: 263.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2633) {
  -webkit-animation-delay: 263.3s;
          animation-delay: 263.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2634) {
  -webkit-animation-delay: 263.4s;
          animation-delay: 263.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2635) {
  -webkit-animation-delay: 263.5s;
          animation-delay: 263.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2636) {
  -webkit-animation-delay: 263.6s;
          animation-delay: 263.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2637) {
  -webkit-animation-delay: 263.7s;
          animation-delay: 263.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2638) {
  -webkit-animation-delay: 263.8s;
          animation-delay: 263.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2639) {
  -webkit-animation-delay: 263.9s;
          animation-delay: 263.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2640) {
  -webkit-animation-delay: 264s;
          animation-delay: 264s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2641) {
  -webkit-animation-delay: 264.1s;
          animation-delay: 264.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2642) {
  -webkit-animation-delay: 264.2s;
          animation-delay: 264.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2643) {
  -webkit-animation-delay: 264.3s;
          animation-delay: 264.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2644) {
  -webkit-animation-delay: 264.4s;
          animation-delay: 264.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2645) {
  -webkit-animation-delay: 264.5s;
          animation-delay: 264.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2646) {
  -webkit-animation-delay: 264.6s;
          animation-delay: 264.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2647) {
  -webkit-animation-delay: 264.7s;
          animation-delay: 264.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2648) {
  -webkit-animation-delay: 264.8s;
          animation-delay: 264.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2649) {
  -webkit-animation-delay: 264.9s;
          animation-delay: 264.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2650) {
  -webkit-animation-delay: 265s;
          animation-delay: 265s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2651) {
  -webkit-animation-delay: 265.1s;
          animation-delay: 265.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2652) {
  -webkit-animation-delay: 265.2s;
          animation-delay: 265.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2653) {
  -webkit-animation-delay: 265.3s;
          animation-delay: 265.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2654) {
  -webkit-animation-delay: 265.4s;
          animation-delay: 265.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2655) {
  -webkit-animation-delay: 265.5s;
          animation-delay: 265.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2656) {
  -webkit-animation-delay: 265.6s;
          animation-delay: 265.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2657) {
  -webkit-animation-delay: 265.7s;
          animation-delay: 265.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2658) {
  -webkit-animation-delay: 265.8s;
          animation-delay: 265.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2659) {
  -webkit-animation-delay: 265.9s;
          animation-delay: 265.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2660) {
  -webkit-animation-delay: 266s;
          animation-delay: 266s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2661) {
  -webkit-animation-delay: 266.1s;
          animation-delay: 266.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2662) {
  -webkit-animation-delay: 266.2s;
          animation-delay: 266.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2663) {
  -webkit-animation-delay: 266.3s;
          animation-delay: 266.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2664) {
  -webkit-animation-delay: 266.4s;
          animation-delay: 266.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2665) {
  -webkit-animation-delay: 266.5s;
          animation-delay: 266.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2666) {
  -webkit-animation-delay: 266.6s;
          animation-delay: 266.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2667) {
  -webkit-animation-delay: 266.7s;
          animation-delay: 266.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2668) {
  -webkit-animation-delay: 266.8s;
          animation-delay: 266.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2669) {
  -webkit-animation-delay: 266.9s;
          animation-delay: 266.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2670) {
  -webkit-animation-delay: 267s;
          animation-delay: 267s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2671) {
  -webkit-animation-delay: 267.1s;
          animation-delay: 267.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2672) {
  -webkit-animation-delay: 267.2s;
          animation-delay: 267.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2673) {
  -webkit-animation-delay: 267.3s;
          animation-delay: 267.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2674) {
  -webkit-animation-delay: 267.4s;
          animation-delay: 267.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2675) {
  -webkit-animation-delay: 267.5s;
          animation-delay: 267.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2676) {
  -webkit-animation-delay: 267.6s;
          animation-delay: 267.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2677) {
  -webkit-animation-delay: 267.7s;
          animation-delay: 267.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2678) {
  -webkit-animation-delay: 267.8s;
          animation-delay: 267.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2679) {
  -webkit-animation-delay: 267.9s;
          animation-delay: 267.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2680) {
  -webkit-animation-delay: 268s;
          animation-delay: 268s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2681) {
  -webkit-animation-delay: 268.1s;
          animation-delay: 268.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2682) {
  -webkit-animation-delay: 268.2s;
          animation-delay: 268.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2683) {
  -webkit-animation-delay: 268.3s;
          animation-delay: 268.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2684) {
  -webkit-animation-delay: 268.4s;
          animation-delay: 268.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2685) {
  -webkit-animation-delay: 268.5s;
          animation-delay: 268.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2686) {
  -webkit-animation-delay: 268.6s;
          animation-delay: 268.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2687) {
  -webkit-animation-delay: 268.7s;
          animation-delay: 268.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2688) {
  -webkit-animation-delay: 268.8s;
          animation-delay: 268.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2689) {
  -webkit-animation-delay: 268.9s;
          animation-delay: 268.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2690) {
  -webkit-animation-delay: 269s;
          animation-delay: 269s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2691) {
  -webkit-animation-delay: 269.1s;
          animation-delay: 269.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2692) {
  -webkit-animation-delay: 269.2s;
          animation-delay: 269.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2693) {
  -webkit-animation-delay: 269.3s;
          animation-delay: 269.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2694) {
  -webkit-animation-delay: 269.4s;
          animation-delay: 269.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2695) {
  -webkit-animation-delay: 269.5s;
          animation-delay: 269.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2696) {
  -webkit-animation-delay: 269.6s;
          animation-delay: 269.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2697) {
  -webkit-animation-delay: 269.7s;
          animation-delay: 269.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2698) {
  -webkit-animation-delay: 269.8s;
          animation-delay: 269.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2699) {
  -webkit-animation-delay: 269.9s;
          animation-delay: 269.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2700) {
  -webkit-animation-delay: 270s;
          animation-delay: 270s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2701) {
  -webkit-animation-delay: 270.1s;
          animation-delay: 270.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2702) {
  -webkit-animation-delay: 270.2s;
          animation-delay: 270.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2703) {
  -webkit-animation-delay: 270.3s;
          animation-delay: 270.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2704) {
  -webkit-animation-delay: 270.4s;
          animation-delay: 270.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2705) {
  -webkit-animation-delay: 270.5s;
          animation-delay: 270.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2706) {
  -webkit-animation-delay: 270.6s;
          animation-delay: 270.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2707) {
  -webkit-animation-delay: 270.7s;
          animation-delay: 270.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2708) {
  -webkit-animation-delay: 270.8s;
          animation-delay: 270.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2709) {
  -webkit-animation-delay: 270.9s;
          animation-delay: 270.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2710) {
  -webkit-animation-delay: 271s;
          animation-delay: 271s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2711) {
  -webkit-animation-delay: 271.1s;
          animation-delay: 271.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2712) {
  -webkit-animation-delay: 271.2s;
          animation-delay: 271.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2713) {
  -webkit-animation-delay: 271.3s;
          animation-delay: 271.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2714) {
  -webkit-animation-delay: 271.4s;
          animation-delay: 271.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2715) {
  -webkit-animation-delay: 271.5s;
          animation-delay: 271.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2716) {
  -webkit-animation-delay: 271.6s;
          animation-delay: 271.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2717) {
  -webkit-animation-delay: 271.7s;
          animation-delay: 271.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2718) {
  -webkit-animation-delay: 271.8s;
          animation-delay: 271.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2719) {
  -webkit-animation-delay: 271.9s;
          animation-delay: 271.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2720) {
  -webkit-animation-delay: 272s;
          animation-delay: 272s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2721) {
  -webkit-animation-delay: 272.1s;
          animation-delay: 272.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2722) {
  -webkit-animation-delay: 272.2s;
          animation-delay: 272.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2723) {
  -webkit-animation-delay: 272.3s;
          animation-delay: 272.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2724) {
  -webkit-animation-delay: 272.4s;
          animation-delay: 272.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2725) {
  -webkit-animation-delay: 272.5s;
          animation-delay: 272.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2726) {
  -webkit-animation-delay: 272.6s;
          animation-delay: 272.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2727) {
  -webkit-animation-delay: 272.7s;
          animation-delay: 272.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2728) {
  -webkit-animation-delay: 272.8s;
          animation-delay: 272.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2729) {
  -webkit-animation-delay: 272.9s;
          animation-delay: 272.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2730) {
  -webkit-animation-delay: 273s;
          animation-delay: 273s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2731) {
  -webkit-animation-delay: 273.1s;
          animation-delay: 273.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2732) {
  -webkit-animation-delay: 273.2s;
          animation-delay: 273.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2733) {
  -webkit-animation-delay: 273.3s;
          animation-delay: 273.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2734) {
  -webkit-animation-delay: 273.4s;
          animation-delay: 273.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2735) {
  -webkit-animation-delay: 273.5s;
          animation-delay: 273.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2736) {
  -webkit-animation-delay: 273.6s;
          animation-delay: 273.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2737) {
  -webkit-animation-delay: 273.7s;
          animation-delay: 273.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2738) {
  -webkit-animation-delay: 273.8s;
          animation-delay: 273.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2739) {
  -webkit-animation-delay: 273.9s;
          animation-delay: 273.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2740) {
  -webkit-animation-delay: 274s;
          animation-delay: 274s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2741) {
  -webkit-animation-delay: 274.1s;
          animation-delay: 274.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2742) {
  -webkit-animation-delay: 274.2s;
          animation-delay: 274.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2743) {
  -webkit-animation-delay: 274.3s;
          animation-delay: 274.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2744) {
  -webkit-animation-delay: 274.4s;
          animation-delay: 274.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2745) {
  -webkit-animation-delay: 274.5s;
          animation-delay: 274.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2746) {
  -webkit-animation-delay: 274.6s;
          animation-delay: 274.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2747) {
  -webkit-animation-delay: 274.7s;
          animation-delay: 274.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2748) {
  -webkit-animation-delay: 274.8s;
          animation-delay: 274.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2749) {
  -webkit-animation-delay: 274.9s;
          animation-delay: 274.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2750) {
  -webkit-animation-delay: 275s;
          animation-delay: 275s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2751) {
  -webkit-animation-delay: 275.1s;
          animation-delay: 275.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2752) {
  -webkit-animation-delay: 275.2s;
          animation-delay: 275.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2753) {
  -webkit-animation-delay: 275.3s;
          animation-delay: 275.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2754) {
  -webkit-animation-delay: 275.4s;
          animation-delay: 275.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2755) {
  -webkit-animation-delay: 275.5s;
          animation-delay: 275.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2756) {
  -webkit-animation-delay: 275.6s;
          animation-delay: 275.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2757) {
  -webkit-animation-delay: 275.7s;
          animation-delay: 275.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2758) {
  -webkit-animation-delay: 275.8s;
          animation-delay: 275.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2759) {
  -webkit-animation-delay: 275.9s;
          animation-delay: 275.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2760) {
  -webkit-animation-delay: 276s;
          animation-delay: 276s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2761) {
  -webkit-animation-delay: 276.1s;
          animation-delay: 276.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2762) {
  -webkit-animation-delay: 276.2s;
          animation-delay: 276.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2763) {
  -webkit-animation-delay: 276.3s;
          animation-delay: 276.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2764) {
  -webkit-animation-delay: 276.4s;
          animation-delay: 276.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2765) {
  -webkit-animation-delay: 276.5s;
          animation-delay: 276.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2766) {
  -webkit-animation-delay: 276.6s;
          animation-delay: 276.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2767) {
  -webkit-animation-delay: 276.7s;
          animation-delay: 276.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2768) {
  -webkit-animation-delay: 276.8s;
          animation-delay: 276.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2769) {
  -webkit-animation-delay: 276.9s;
          animation-delay: 276.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2770) {
  -webkit-animation-delay: 277s;
          animation-delay: 277s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2771) {
  -webkit-animation-delay: 277.1s;
          animation-delay: 277.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2772) {
  -webkit-animation-delay: 277.2s;
          animation-delay: 277.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2773) {
  -webkit-animation-delay: 277.3s;
          animation-delay: 277.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2774) {
  -webkit-animation-delay: 277.4s;
          animation-delay: 277.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2775) {
  -webkit-animation-delay: 277.5s;
          animation-delay: 277.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2776) {
  -webkit-animation-delay: 277.6s;
          animation-delay: 277.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2777) {
  -webkit-animation-delay: 277.7s;
          animation-delay: 277.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2778) {
  -webkit-animation-delay: 277.8s;
          animation-delay: 277.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2779) {
  -webkit-animation-delay: 277.9s;
          animation-delay: 277.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2780) {
  -webkit-animation-delay: 278s;
          animation-delay: 278s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2781) {
  -webkit-animation-delay: 278.1s;
          animation-delay: 278.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2782) {
  -webkit-animation-delay: 278.2s;
          animation-delay: 278.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2783) {
  -webkit-animation-delay: 278.3s;
          animation-delay: 278.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2784) {
  -webkit-animation-delay: 278.4s;
          animation-delay: 278.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2785) {
  -webkit-animation-delay: 278.5s;
          animation-delay: 278.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2786) {
  -webkit-animation-delay: 278.6s;
          animation-delay: 278.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2787) {
  -webkit-animation-delay: 278.7s;
          animation-delay: 278.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2788) {
  -webkit-animation-delay: 278.8s;
          animation-delay: 278.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2789) {
  -webkit-animation-delay: 278.9s;
          animation-delay: 278.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2790) {
  -webkit-animation-delay: 279s;
          animation-delay: 279s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2791) {
  -webkit-animation-delay: 279.1s;
          animation-delay: 279.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2792) {
  -webkit-animation-delay: 279.2s;
          animation-delay: 279.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2793) {
  -webkit-animation-delay: 279.3s;
          animation-delay: 279.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2794) {
  -webkit-animation-delay: 279.4s;
          animation-delay: 279.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2795) {
  -webkit-animation-delay: 279.5s;
          animation-delay: 279.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2796) {
  -webkit-animation-delay: 279.6s;
          animation-delay: 279.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2797) {
  -webkit-animation-delay: 279.7s;
          animation-delay: 279.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2798) {
  -webkit-animation-delay: 279.8s;
          animation-delay: 279.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2799) {
  -webkit-animation-delay: 279.9s;
          animation-delay: 279.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2800) {
  -webkit-animation-delay: 280s;
          animation-delay: 280s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2801) {
  -webkit-animation-delay: 280.1s;
          animation-delay: 280.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2802) {
  -webkit-animation-delay: 280.2s;
          animation-delay: 280.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2803) {
  -webkit-animation-delay: 280.3s;
          animation-delay: 280.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2804) {
  -webkit-animation-delay: 280.4s;
          animation-delay: 280.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2805) {
  -webkit-animation-delay: 280.5s;
          animation-delay: 280.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2806) {
  -webkit-animation-delay: 280.6s;
          animation-delay: 280.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2807) {
  -webkit-animation-delay: 280.7s;
          animation-delay: 280.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2808) {
  -webkit-animation-delay: 280.8s;
          animation-delay: 280.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2809) {
  -webkit-animation-delay: 280.9s;
          animation-delay: 280.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2810) {
  -webkit-animation-delay: 281s;
          animation-delay: 281s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2811) {
  -webkit-animation-delay: 281.1s;
          animation-delay: 281.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2812) {
  -webkit-animation-delay: 281.2s;
          animation-delay: 281.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2813) {
  -webkit-animation-delay: 281.3s;
          animation-delay: 281.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2814) {
  -webkit-animation-delay: 281.4s;
          animation-delay: 281.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2815) {
  -webkit-animation-delay: 281.5s;
          animation-delay: 281.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2816) {
  -webkit-animation-delay: 281.6s;
          animation-delay: 281.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2817) {
  -webkit-animation-delay: 281.7s;
          animation-delay: 281.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2818) {
  -webkit-animation-delay: 281.8s;
          animation-delay: 281.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2819) {
  -webkit-animation-delay: 281.9s;
          animation-delay: 281.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2820) {
  -webkit-animation-delay: 282s;
          animation-delay: 282s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2821) {
  -webkit-animation-delay: 282.1s;
          animation-delay: 282.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2822) {
  -webkit-animation-delay: 282.2s;
          animation-delay: 282.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2823) {
  -webkit-animation-delay: 282.3s;
          animation-delay: 282.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2824) {
  -webkit-animation-delay: 282.4s;
          animation-delay: 282.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2825) {
  -webkit-animation-delay: 282.5s;
          animation-delay: 282.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2826) {
  -webkit-animation-delay: 282.6s;
          animation-delay: 282.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2827) {
  -webkit-animation-delay: 282.7s;
          animation-delay: 282.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2828) {
  -webkit-animation-delay: 282.8s;
          animation-delay: 282.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2829) {
  -webkit-animation-delay: 282.9s;
          animation-delay: 282.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2830) {
  -webkit-animation-delay: 283s;
          animation-delay: 283s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2831) {
  -webkit-animation-delay: 283.1s;
          animation-delay: 283.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2832) {
  -webkit-animation-delay: 283.2s;
          animation-delay: 283.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2833) {
  -webkit-animation-delay: 283.3s;
          animation-delay: 283.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2834) {
  -webkit-animation-delay: 283.4s;
          animation-delay: 283.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2835) {
  -webkit-animation-delay: 283.5s;
          animation-delay: 283.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2836) {
  -webkit-animation-delay: 283.6s;
          animation-delay: 283.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2837) {
  -webkit-animation-delay: 283.7s;
          animation-delay: 283.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2838) {
  -webkit-animation-delay: 283.8s;
          animation-delay: 283.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2839) {
  -webkit-animation-delay: 283.9s;
          animation-delay: 283.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2840) {
  -webkit-animation-delay: 284s;
          animation-delay: 284s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2841) {
  -webkit-animation-delay: 284.1s;
          animation-delay: 284.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2842) {
  -webkit-animation-delay: 284.2s;
          animation-delay: 284.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2843) {
  -webkit-animation-delay: 284.3s;
          animation-delay: 284.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2844) {
  -webkit-animation-delay: 284.4s;
          animation-delay: 284.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2845) {
  -webkit-animation-delay: 284.5s;
          animation-delay: 284.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2846) {
  -webkit-animation-delay: 284.6s;
          animation-delay: 284.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2847) {
  -webkit-animation-delay: 284.7s;
          animation-delay: 284.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2848) {
  -webkit-animation-delay: 284.8s;
          animation-delay: 284.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2849) {
  -webkit-animation-delay: 284.9s;
          animation-delay: 284.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2850) {
  -webkit-animation-delay: 285s;
          animation-delay: 285s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2851) {
  -webkit-animation-delay: 285.1s;
          animation-delay: 285.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2852) {
  -webkit-animation-delay: 285.2s;
          animation-delay: 285.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2853) {
  -webkit-animation-delay: 285.3s;
          animation-delay: 285.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2854) {
  -webkit-animation-delay: 285.4s;
          animation-delay: 285.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2855) {
  -webkit-animation-delay: 285.5s;
          animation-delay: 285.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2856) {
  -webkit-animation-delay: 285.6s;
          animation-delay: 285.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2857) {
  -webkit-animation-delay: 285.7s;
          animation-delay: 285.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2858) {
  -webkit-animation-delay: 285.8s;
          animation-delay: 285.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2859) {
  -webkit-animation-delay: 285.9s;
          animation-delay: 285.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2860) {
  -webkit-animation-delay: 286s;
          animation-delay: 286s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2861) {
  -webkit-animation-delay: 286.1s;
          animation-delay: 286.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2862) {
  -webkit-animation-delay: 286.2s;
          animation-delay: 286.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2863) {
  -webkit-animation-delay: 286.3s;
          animation-delay: 286.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2864) {
  -webkit-animation-delay: 286.4s;
          animation-delay: 286.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2865) {
  -webkit-animation-delay: 286.5s;
          animation-delay: 286.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2866) {
  -webkit-animation-delay: 286.6s;
          animation-delay: 286.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2867) {
  -webkit-animation-delay: 286.7s;
          animation-delay: 286.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2868) {
  -webkit-animation-delay: 286.8s;
          animation-delay: 286.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2869) {
  -webkit-animation-delay: 286.9s;
          animation-delay: 286.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2870) {
  -webkit-animation-delay: 287s;
          animation-delay: 287s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2871) {
  -webkit-animation-delay: 287.1s;
          animation-delay: 287.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2872) {
  -webkit-animation-delay: 287.2s;
          animation-delay: 287.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2873) {
  -webkit-animation-delay: 287.3s;
          animation-delay: 287.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2874) {
  -webkit-animation-delay: 287.4s;
          animation-delay: 287.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2875) {
  -webkit-animation-delay: 287.5s;
          animation-delay: 287.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2876) {
  -webkit-animation-delay: 287.6s;
          animation-delay: 287.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2877) {
  -webkit-animation-delay: 287.7s;
          animation-delay: 287.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2878) {
  -webkit-animation-delay: 287.8s;
          animation-delay: 287.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2879) {
  -webkit-animation-delay: 287.9s;
          animation-delay: 287.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2880) {
  -webkit-animation-delay: 288s;
          animation-delay: 288s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2881) {
  -webkit-animation-delay: 288.1s;
          animation-delay: 288.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2882) {
  -webkit-animation-delay: 288.2s;
          animation-delay: 288.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2883) {
  -webkit-animation-delay: 288.3s;
          animation-delay: 288.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2884) {
  -webkit-animation-delay: 288.4s;
          animation-delay: 288.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2885) {
  -webkit-animation-delay: 288.5s;
          animation-delay: 288.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2886) {
  -webkit-animation-delay: 288.6s;
          animation-delay: 288.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2887) {
  -webkit-animation-delay: 288.7s;
          animation-delay: 288.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2888) {
  -webkit-animation-delay: 288.8s;
          animation-delay: 288.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2889) {
  -webkit-animation-delay: 288.9s;
          animation-delay: 288.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2890) {
  -webkit-animation-delay: 289s;
          animation-delay: 289s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2891) {
  -webkit-animation-delay: 289.1s;
          animation-delay: 289.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2892) {
  -webkit-animation-delay: 289.2s;
          animation-delay: 289.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2893) {
  -webkit-animation-delay: 289.3s;
          animation-delay: 289.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2894) {
  -webkit-animation-delay: 289.4s;
          animation-delay: 289.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2895) {
  -webkit-animation-delay: 289.5s;
          animation-delay: 289.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2896) {
  -webkit-animation-delay: 289.6s;
          animation-delay: 289.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2897) {
  -webkit-animation-delay: 289.7s;
          animation-delay: 289.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2898) {
  -webkit-animation-delay: 289.8s;
          animation-delay: 289.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2899) {
  -webkit-animation-delay: 289.9s;
          animation-delay: 289.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2900) {
  -webkit-animation-delay: 290s;
          animation-delay: 290s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2901) {
  -webkit-animation-delay: 290.1s;
          animation-delay: 290.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2902) {
  -webkit-animation-delay: 290.2s;
          animation-delay: 290.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2903) {
  -webkit-animation-delay: 290.3s;
          animation-delay: 290.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2904) {
  -webkit-animation-delay: 290.4s;
          animation-delay: 290.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2905) {
  -webkit-animation-delay: 290.5s;
          animation-delay: 290.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2906) {
  -webkit-animation-delay: 290.6s;
          animation-delay: 290.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2907) {
  -webkit-animation-delay: 290.7s;
          animation-delay: 290.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2908) {
  -webkit-animation-delay: 290.8s;
          animation-delay: 290.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2909) {
  -webkit-animation-delay: 290.9s;
          animation-delay: 290.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2910) {
  -webkit-animation-delay: 291s;
          animation-delay: 291s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2911) {
  -webkit-animation-delay: 291.1s;
          animation-delay: 291.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2912) {
  -webkit-animation-delay: 291.2s;
          animation-delay: 291.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2913) {
  -webkit-animation-delay: 291.3s;
          animation-delay: 291.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2914) {
  -webkit-animation-delay: 291.4s;
          animation-delay: 291.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2915) {
  -webkit-animation-delay: 291.5s;
          animation-delay: 291.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2916) {
  -webkit-animation-delay: 291.6s;
          animation-delay: 291.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2917) {
  -webkit-animation-delay: 291.7s;
          animation-delay: 291.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2918) {
  -webkit-animation-delay: 291.8s;
          animation-delay: 291.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2919) {
  -webkit-animation-delay: 291.9s;
          animation-delay: 291.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2920) {
  -webkit-animation-delay: 292s;
          animation-delay: 292s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2921) {
  -webkit-animation-delay: 292.1s;
          animation-delay: 292.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2922) {
  -webkit-animation-delay: 292.2s;
          animation-delay: 292.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2923) {
  -webkit-animation-delay: 292.3s;
          animation-delay: 292.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2924) {
  -webkit-animation-delay: 292.4s;
          animation-delay: 292.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2925) {
  -webkit-animation-delay: 292.5s;
          animation-delay: 292.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2926) {
  -webkit-animation-delay: 292.6s;
          animation-delay: 292.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2927) {
  -webkit-animation-delay: 292.7s;
          animation-delay: 292.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2928) {
  -webkit-animation-delay: 292.8s;
          animation-delay: 292.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2929) {
  -webkit-animation-delay: 292.9s;
          animation-delay: 292.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2930) {
  -webkit-animation-delay: 293s;
          animation-delay: 293s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2931) {
  -webkit-animation-delay: 293.1s;
          animation-delay: 293.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2932) {
  -webkit-animation-delay: 293.2s;
          animation-delay: 293.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2933) {
  -webkit-animation-delay: 293.3s;
          animation-delay: 293.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2934) {
  -webkit-animation-delay: 293.4s;
          animation-delay: 293.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2935) {
  -webkit-animation-delay: 293.5s;
          animation-delay: 293.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2936) {
  -webkit-animation-delay: 293.6s;
          animation-delay: 293.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2937) {
  -webkit-animation-delay: 293.7s;
          animation-delay: 293.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2938) {
  -webkit-animation-delay: 293.8s;
          animation-delay: 293.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2939) {
  -webkit-animation-delay: 293.9s;
          animation-delay: 293.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2940) {
  -webkit-animation-delay: 294s;
          animation-delay: 294s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2941) {
  -webkit-animation-delay: 294.1s;
          animation-delay: 294.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2942) {
  -webkit-animation-delay: 294.2s;
          animation-delay: 294.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2943) {
  -webkit-animation-delay: 294.3s;
          animation-delay: 294.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2944) {
  -webkit-animation-delay: 294.4s;
          animation-delay: 294.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2945) {
  -webkit-animation-delay: 294.5s;
          animation-delay: 294.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2946) {
  -webkit-animation-delay: 294.6s;
          animation-delay: 294.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2947) {
  -webkit-animation-delay: 294.7s;
          animation-delay: 294.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2948) {
  -webkit-animation-delay: 294.8s;
          animation-delay: 294.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2949) {
  -webkit-animation-delay: 294.9s;
          animation-delay: 294.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2950) {
  -webkit-animation-delay: 295s;
          animation-delay: 295s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2951) {
  -webkit-animation-delay: 295.1s;
          animation-delay: 295.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2952) {
  -webkit-animation-delay: 295.2s;
          animation-delay: 295.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2953) {
  -webkit-animation-delay: 295.3s;
          animation-delay: 295.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2954) {
  -webkit-animation-delay: 295.4s;
          animation-delay: 295.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2955) {
  -webkit-animation-delay: 295.5s;
          animation-delay: 295.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2956) {
  -webkit-animation-delay: 295.6s;
          animation-delay: 295.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2957) {
  -webkit-animation-delay: 295.7s;
          animation-delay: 295.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2958) {
  -webkit-animation-delay: 295.8s;
          animation-delay: 295.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2959) {
  -webkit-animation-delay: 295.9s;
          animation-delay: 295.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2960) {
  -webkit-animation-delay: 296s;
          animation-delay: 296s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2961) {
  -webkit-animation-delay: 296.1s;
          animation-delay: 296.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2962) {
  -webkit-animation-delay: 296.2s;
          animation-delay: 296.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2963) {
  -webkit-animation-delay: 296.3s;
          animation-delay: 296.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2964) {
  -webkit-animation-delay: 296.4s;
          animation-delay: 296.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2965) {
  -webkit-animation-delay: 296.5s;
          animation-delay: 296.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2966) {
  -webkit-animation-delay: 296.6s;
          animation-delay: 296.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2967) {
  -webkit-animation-delay: 296.7s;
          animation-delay: 296.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2968) {
  -webkit-animation-delay: 296.8s;
          animation-delay: 296.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2969) {
  -webkit-animation-delay: 296.9s;
          animation-delay: 296.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2970) {
  -webkit-animation-delay: 297s;
          animation-delay: 297s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2971) {
  -webkit-animation-delay: 297.1s;
          animation-delay: 297.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2972) {
  -webkit-animation-delay: 297.2s;
          animation-delay: 297.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2973) {
  -webkit-animation-delay: 297.3s;
          animation-delay: 297.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2974) {
  -webkit-animation-delay: 297.4s;
          animation-delay: 297.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2975) {
  -webkit-animation-delay: 297.5s;
          animation-delay: 297.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2976) {
  -webkit-animation-delay: 297.6s;
          animation-delay: 297.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2977) {
  -webkit-animation-delay: 297.7s;
          animation-delay: 297.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2978) {
  -webkit-animation-delay: 297.8s;
          animation-delay: 297.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2979) {
  -webkit-animation-delay: 297.9s;
          animation-delay: 297.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2980) {
  -webkit-animation-delay: 298s;
          animation-delay: 298s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2981) {
  -webkit-animation-delay: 298.1s;
          animation-delay: 298.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2982) {
  -webkit-animation-delay: 298.2s;
          animation-delay: 298.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2983) {
  -webkit-animation-delay: 298.3s;
          animation-delay: 298.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2984) {
  -webkit-animation-delay: 298.4s;
          animation-delay: 298.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2985) {
  -webkit-animation-delay: 298.5s;
          animation-delay: 298.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2986) {
  -webkit-animation-delay: 298.6s;
          animation-delay: 298.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2987) {
  -webkit-animation-delay: 298.7s;
          animation-delay: 298.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2988) {
  -webkit-animation-delay: 298.8s;
          animation-delay: 298.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2989) {
  -webkit-animation-delay: 298.9s;
          animation-delay: 298.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2990) {
  -webkit-animation-delay: 299s;
          animation-delay: 299s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2991) {
  -webkit-animation-delay: 299.1s;
          animation-delay: 299.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2992) {
  -webkit-animation-delay: 299.2s;
          animation-delay: 299.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2993) {
  -webkit-animation-delay: 299.3s;
          animation-delay: 299.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2994) {
  -webkit-animation-delay: 299.4s;
          animation-delay: 299.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2995) {
  -webkit-animation-delay: 299.5s;
          animation-delay: 299.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2996) {
  -webkit-animation-delay: 299.6s;
          animation-delay: 299.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2997) {
  -webkit-animation-delay: 299.7s;
          animation-delay: 299.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2998) {
  -webkit-animation-delay: 299.8s;
          animation-delay: 299.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2999) {
  -webkit-animation-delay: 299.9s;
          animation-delay: 299.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3000) {
  -webkit-animation-delay: 300s;
          animation-delay: 300s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3001) {
  -webkit-animation-delay: 300.1s;
          animation-delay: 300.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3002) {
  -webkit-animation-delay: 300.2s;
          animation-delay: 300.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3003) {
  -webkit-animation-delay: 300.3s;
          animation-delay: 300.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3004) {
  -webkit-animation-delay: 300.4s;
          animation-delay: 300.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3005) {
  -webkit-animation-delay: 300.5s;
          animation-delay: 300.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3006) {
  -webkit-animation-delay: 300.6s;
          animation-delay: 300.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3007) {
  -webkit-animation-delay: 300.7s;
          animation-delay: 300.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3008) {
  -webkit-animation-delay: 300.8s;
          animation-delay: 300.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3009) {
  -webkit-animation-delay: 300.9s;
          animation-delay: 300.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3010) {
  -webkit-animation-delay: 301s;
          animation-delay: 301s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3011) {
  -webkit-animation-delay: 301.1s;
          animation-delay: 301.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3012) {
  -webkit-animation-delay: 301.2s;
          animation-delay: 301.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3013) {
  -webkit-animation-delay: 301.3s;
          animation-delay: 301.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3014) {
  -webkit-animation-delay: 301.4s;
          animation-delay: 301.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3015) {
  -webkit-animation-delay: 301.5s;
          animation-delay: 301.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3016) {
  -webkit-animation-delay: 301.6s;
          animation-delay: 301.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3017) {
  -webkit-animation-delay: 301.7s;
          animation-delay: 301.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3018) {
  -webkit-animation-delay: 301.8s;
          animation-delay: 301.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3019) {
  -webkit-animation-delay: 301.9s;
          animation-delay: 301.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3020) {
  -webkit-animation-delay: 302s;
          animation-delay: 302s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3021) {
  -webkit-animation-delay: 302.1s;
          animation-delay: 302.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3022) {
  -webkit-animation-delay: 302.2s;
          animation-delay: 302.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3023) {
  -webkit-animation-delay: 302.3s;
          animation-delay: 302.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3024) {
  -webkit-animation-delay: 302.4s;
          animation-delay: 302.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3025) {
  -webkit-animation-delay: 302.5s;
          animation-delay: 302.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3026) {
  -webkit-animation-delay: 302.6s;
          animation-delay: 302.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3027) {
  -webkit-animation-delay: 302.7s;
          animation-delay: 302.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3028) {
  -webkit-animation-delay: 302.8s;
          animation-delay: 302.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3029) {
  -webkit-animation-delay: 302.9s;
          animation-delay: 302.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3030) {
  -webkit-animation-delay: 303s;
          animation-delay: 303s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3031) {
  -webkit-animation-delay: 303.1s;
          animation-delay: 303.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3032) {
  -webkit-animation-delay: 303.2s;
          animation-delay: 303.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3033) {
  -webkit-animation-delay: 303.3s;
          animation-delay: 303.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3034) {
  -webkit-animation-delay: 303.4s;
          animation-delay: 303.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3035) {
  -webkit-animation-delay: 303.5s;
          animation-delay: 303.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3036) {
  -webkit-animation-delay: 303.6s;
          animation-delay: 303.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3037) {
  -webkit-animation-delay: 303.7s;
          animation-delay: 303.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3038) {
  -webkit-animation-delay: 303.8s;
          animation-delay: 303.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3039) {
  -webkit-animation-delay: 303.9s;
          animation-delay: 303.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3040) {
  -webkit-animation-delay: 304s;
          animation-delay: 304s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3041) {
  -webkit-animation-delay: 304.1s;
          animation-delay: 304.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3042) {
  -webkit-animation-delay: 304.2s;
          animation-delay: 304.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3043) {
  -webkit-animation-delay: 304.3s;
          animation-delay: 304.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3044) {
  -webkit-animation-delay: 304.4s;
          animation-delay: 304.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3045) {
  -webkit-animation-delay: 304.5s;
          animation-delay: 304.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3046) {
  -webkit-animation-delay: 304.6s;
          animation-delay: 304.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3047) {
  -webkit-animation-delay: 304.7s;
          animation-delay: 304.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3048) {
  -webkit-animation-delay: 304.8s;
          animation-delay: 304.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3049) {
  -webkit-animation-delay: 304.9s;
          animation-delay: 304.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3050) {
  -webkit-animation-delay: 305s;
          animation-delay: 305s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3051) {
  -webkit-animation-delay: 305.1s;
          animation-delay: 305.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3052) {
  -webkit-animation-delay: 305.2s;
          animation-delay: 305.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3053) {
  -webkit-animation-delay: 305.3s;
          animation-delay: 305.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3054) {
  -webkit-animation-delay: 305.4s;
          animation-delay: 305.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3055) {
  -webkit-animation-delay: 305.5s;
          animation-delay: 305.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3056) {
  -webkit-animation-delay: 305.6s;
          animation-delay: 305.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3057) {
  -webkit-animation-delay: 305.7s;
          animation-delay: 305.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3058) {
  -webkit-animation-delay: 305.8s;
          animation-delay: 305.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3059) {
  -webkit-animation-delay: 305.9s;
          animation-delay: 305.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3060) {
  -webkit-animation-delay: 306s;
          animation-delay: 306s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3061) {
  -webkit-animation-delay: 306.1s;
          animation-delay: 306.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3062) {
  -webkit-animation-delay: 306.2s;
          animation-delay: 306.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3063) {
  -webkit-animation-delay: 306.3s;
          animation-delay: 306.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3064) {
  -webkit-animation-delay: 306.4s;
          animation-delay: 306.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3065) {
  -webkit-animation-delay: 306.5s;
          animation-delay: 306.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3066) {
  -webkit-animation-delay: 306.6s;
          animation-delay: 306.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3067) {
  -webkit-animation-delay: 306.7s;
          animation-delay: 306.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3068) {
  -webkit-animation-delay: 306.8s;
          animation-delay: 306.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3069) {
  -webkit-animation-delay: 306.9s;
          animation-delay: 306.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3070) {
  -webkit-animation-delay: 307s;
          animation-delay: 307s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3071) {
  -webkit-animation-delay: 307.1s;
          animation-delay: 307.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3072) {
  -webkit-animation-delay: 307.2s;
          animation-delay: 307.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3073) {
  -webkit-animation-delay: 307.3s;
          animation-delay: 307.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3074) {
  -webkit-animation-delay: 307.4s;
          animation-delay: 307.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3075) {
  -webkit-animation-delay: 307.5s;
          animation-delay: 307.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3076) {
  -webkit-animation-delay: 307.6s;
          animation-delay: 307.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3077) {
  -webkit-animation-delay: 307.7s;
          animation-delay: 307.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3078) {
  -webkit-animation-delay: 307.8s;
          animation-delay: 307.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3079) {
  -webkit-animation-delay: 307.9s;
          animation-delay: 307.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3080) {
  -webkit-animation-delay: 308s;
          animation-delay: 308s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3081) {
  -webkit-animation-delay: 308.1s;
          animation-delay: 308.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3082) {
  -webkit-animation-delay: 308.2s;
          animation-delay: 308.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3083) {
  -webkit-animation-delay: 308.3s;
          animation-delay: 308.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3084) {
  -webkit-animation-delay: 308.4s;
          animation-delay: 308.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3085) {
  -webkit-animation-delay: 308.5s;
          animation-delay: 308.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3086) {
  -webkit-animation-delay: 308.6s;
          animation-delay: 308.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3087) {
  -webkit-animation-delay: 308.7s;
          animation-delay: 308.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3088) {
  -webkit-animation-delay: 308.8s;
          animation-delay: 308.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3089) {
  -webkit-animation-delay: 308.9s;
          animation-delay: 308.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3090) {
  -webkit-animation-delay: 309s;
          animation-delay: 309s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3091) {
  -webkit-animation-delay: 309.1s;
          animation-delay: 309.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3092) {
  -webkit-animation-delay: 309.2s;
          animation-delay: 309.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3093) {
  -webkit-animation-delay: 309.3s;
          animation-delay: 309.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3094) {
  -webkit-animation-delay: 309.4s;
          animation-delay: 309.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3095) {
  -webkit-animation-delay: 309.5s;
          animation-delay: 309.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3096) {
  -webkit-animation-delay: 309.6s;
          animation-delay: 309.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3097) {
  -webkit-animation-delay: 309.7s;
          animation-delay: 309.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3098) {
  -webkit-animation-delay: 309.8s;
          animation-delay: 309.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3099) {
  -webkit-animation-delay: 309.9s;
          animation-delay: 309.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3100) {
  -webkit-animation-delay: 310s;
          animation-delay: 310s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3101) {
  -webkit-animation-delay: 310.1s;
          animation-delay: 310.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3102) {
  -webkit-animation-delay: 310.2s;
          animation-delay: 310.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3103) {
  -webkit-animation-delay: 310.3s;
          animation-delay: 310.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3104) {
  -webkit-animation-delay: 310.4s;
          animation-delay: 310.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3105) {
  -webkit-animation-delay: 310.5s;
          animation-delay: 310.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3106) {
  -webkit-animation-delay: 310.6s;
          animation-delay: 310.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3107) {
  -webkit-animation-delay: 310.7s;
          animation-delay: 310.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3108) {
  -webkit-animation-delay: 310.8s;
          animation-delay: 310.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3109) {
  -webkit-animation-delay: 310.9s;
          animation-delay: 310.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3110) {
  -webkit-animation-delay: 311s;
          animation-delay: 311s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3111) {
  -webkit-animation-delay: 311.1s;
          animation-delay: 311.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3112) {
  -webkit-animation-delay: 311.2s;
          animation-delay: 311.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3113) {
  -webkit-animation-delay: 311.3s;
          animation-delay: 311.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3114) {
  -webkit-animation-delay: 311.4s;
          animation-delay: 311.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3115) {
  -webkit-animation-delay: 311.5s;
          animation-delay: 311.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3116) {
  -webkit-animation-delay: 311.6s;
          animation-delay: 311.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3117) {
  -webkit-animation-delay: 311.7s;
          animation-delay: 311.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3118) {
  -webkit-animation-delay: 311.8s;
          animation-delay: 311.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3119) {
  -webkit-animation-delay: 311.9s;
          animation-delay: 311.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3120) {
  -webkit-animation-delay: 312s;
          animation-delay: 312s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3121) {
  -webkit-animation-delay: 312.1s;
          animation-delay: 312.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3122) {
  -webkit-animation-delay: 312.2s;
          animation-delay: 312.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3123) {
  -webkit-animation-delay: 312.3s;
          animation-delay: 312.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3124) {
  -webkit-animation-delay: 312.4s;
          animation-delay: 312.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3125) {
  -webkit-animation-delay: 312.5s;
          animation-delay: 312.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3126) {
  -webkit-animation-delay: 312.6s;
          animation-delay: 312.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3127) {
  -webkit-animation-delay: 312.7s;
          animation-delay: 312.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3128) {
  -webkit-animation-delay: 312.8s;
          animation-delay: 312.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3129) {
  -webkit-animation-delay: 312.9s;
          animation-delay: 312.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3130) {
  -webkit-animation-delay: 313s;
          animation-delay: 313s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3131) {
  -webkit-animation-delay: 313.1s;
          animation-delay: 313.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3132) {
  -webkit-animation-delay: 313.2s;
          animation-delay: 313.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3133) {
  -webkit-animation-delay: 313.3s;
          animation-delay: 313.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3134) {
  -webkit-animation-delay: 313.4s;
          animation-delay: 313.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3135) {
  -webkit-animation-delay: 313.5s;
          animation-delay: 313.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3136) {
  -webkit-animation-delay: 313.6s;
          animation-delay: 313.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3137) {
  -webkit-animation-delay: 313.7s;
          animation-delay: 313.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3138) {
  -webkit-animation-delay: 313.8s;
          animation-delay: 313.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3139) {
  -webkit-animation-delay: 313.9s;
          animation-delay: 313.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3140) {
  -webkit-animation-delay: 314s;
          animation-delay: 314s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3141) {
  -webkit-animation-delay: 314.1s;
          animation-delay: 314.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3142) {
  -webkit-animation-delay: 314.2s;
          animation-delay: 314.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3143) {
  -webkit-animation-delay: 314.3s;
          animation-delay: 314.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3144) {
  -webkit-animation-delay: 314.4s;
          animation-delay: 314.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3145) {
  -webkit-animation-delay: 314.5s;
          animation-delay: 314.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3146) {
  -webkit-animation-delay: 314.6s;
          animation-delay: 314.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3147) {
  -webkit-animation-delay: 314.7s;
          animation-delay: 314.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3148) {
  -webkit-animation-delay: 314.8s;
          animation-delay: 314.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3149) {
  -webkit-animation-delay: 314.9s;
          animation-delay: 314.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3150) {
  -webkit-animation-delay: 315s;
          animation-delay: 315s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3151) {
  -webkit-animation-delay: 315.1s;
          animation-delay: 315.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3152) {
  -webkit-animation-delay: 315.2s;
          animation-delay: 315.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3153) {
  -webkit-animation-delay: 315.3s;
          animation-delay: 315.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3154) {
  -webkit-animation-delay: 315.4s;
          animation-delay: 315.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3155) {
  -webkit-animation-delay: 315.5s;
          animation-delay: 315.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3156) {
  -webkit-animation-delay: 315.6s;
          animation-delay: 315.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3157) {
  -webkit-animation-delay: 315.7s;
          animation-delay: 315.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3158) {
  -webkit-animation-delay: 315.8s;
          animation-delay: 315.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3159) {
  -webkit-animation-delay: 315.9s;
          animation-delay: 315.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3160) {
  -webkit-animation-delay: 316s;
          animation-delay: 316s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3161) {
  -webkit-animation-delay: 316.1s;
          animation-delay: 316.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3162) {
  -webkit-animation-delay: 316.2s;
          animation-delay: 316.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3163) {
  -webkit-animation-delay: 316.3s;
          animation-delay: 316.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3164) {
  -webkit-animation-delay: 316.4s;
          animation-delay: 316.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3165) {
  -webkit-animation-delay: 316.5s;
          animation-delay: 316.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3166) {
  -webkit-animation-delay: 316.6s;
          animation-delay: 316.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3167) {
  -webkit-animation-delay: 316.7s;
          animation-delay: 316.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3168) {
  -webkit-animation-delay: 316.8s;
          animation-delay: 316.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3169) {
  -webkit-animation-delay: 316.9s;
          animation-delay: 316.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3170) {
  -webkit-animation-delay: 317s;
          animation-delay: 317s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3171) {
  -webkit-animation-delay: 317.1s;
          animation-delay: 317.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3172) {
  -webkit-animation-delay: 317.2s;
          animation-delay: 317.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3173) {
  -webkit-animation-delay: 317.3s;
          animation-delay: 317.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3174) {
  -webkit-animation-delay: 317.4s;
          animation-delay: 317.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3175) {
  -webkit-animation-delay: 317.5s;
          animation-delay: 317.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3176) {
  -webkit-animation-delay: 317.6s;
          animation-delay: 317.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3177) {
  -webkit-animation-delay: 317.7s;
          animation-delay: 317.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3178) {
  -webkit-animation-delay: 317.8s;
          animation-delay: 317.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3179) {
  -webkit-animation-delay: 317.9s;
          animation-delay: 317.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3180) {
  -webkit-animation-delay: 318s;
          animation-delay: 318s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3181) {
  -webkit-animation-delay: 318.1s;
          animation-delay: 318.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3182) {
  -webkit-animation-delay: 318.2s;
          animation-delay: 318.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3183) {
  -webkit-animation-delay: 318.3s;
          animation-delay: 318.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3184) {
  -webkit-animation-delay: 318.4s;
          animation-delay: 318.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3185) {
  -webkit-animation-delay: 318.5s;
          animation-delay: 318.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3186) {
  -webkit-animation-delay: 318.6s;
          animation-delay: 318.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3187) {
  -webkit-animation-delay: 318.7s;
          animation-delay: 318.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3188) {
  -webkit-animation-delay: 318.8s;
          animation-delay: 318.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3189) {
  -webkit-animation-delay: 318.9s;
          animation-delay: 318.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3190) {
  -webkit-animation-delay: 319s;
          animation-delay: 319s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3191) {
  -webkit-animation-delay: 319.1s;
          animation-delay: 319.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3192) {
  -webkit-animation-delay: 319.2s;
          animation-delay: 319.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3193) {
  -webkit-animation-delay: 319.3s;
          animation-delay: 319.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3194) {
  -webkit-animation-delay: 319.4s;
          animation-delay: 319.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3195) {
  -webkit-animation-delay: 319.5s;
          animation-delay: 319.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3196) {
  -webkit-animation-delay: 319.6s;
          animation-delay: 319.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3197) {
  -webkit-animation-delay: 319.7s;
          animation-delay: 319.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3198) {
  -webkit-animation-delay: 319.8s;
          animation-delay: 319.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3199) {
  -webkit-animation-delay: 319.9s;
          animation-delay: 319.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3200) {
  -webkit-animation-delay: 320s;
          animation-delay: 320s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3201) {
  -webkit-animation-delay: 320.1s;
          animation-delay: 320.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3202) {
  -webkit-animation-delay: 320.2s;
          animation-delay: 320.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3203) {
  -webkit-animation-delay: 320.3s;
          animation-delay: 320.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3204) {
  -webkit-animation-delay: 320.4s;
          animation-delay: 320.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3205) {
  -webkit-animation-delay: 320.5s;
          animation-delay: 320.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3206) {
  -webkit-animation-delay: 320.6s;
          animation-delay: 320.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3207) {
  -webkit-animation-delay: 320.7s;
          animation-delay: 320.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3208) {
  -webkit-animation-delay: 320.8s;
          animation-delay: 320.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3209) {
  -webkit-animation-delay: 320.9s;
          animation-delay: 320.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3210) {
  -webkit-animation-delay: 321s;
          animation-delay: 321s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3211) {
  -webkit-animation-delay: 321.1s;
          animation-delay: 321.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3212) {
  -webkit-animation-delay: 321.2s;
          animation-delay: 321.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3213) {
  -webkit-animation-delay: 321.3s;
          animation-delay: 321.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3214) {
  -webkit-animation-delay: 321.4s;
          animation-delay: 321.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3215) {
  -webkit-animation-delay: 321.5s;
          animation-delay: 321.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3216) {
  -webkit-animation-delay: 321.6s;
          animation-delay: 321.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3217) {
  -webkit-animation-delay: 321.7s;
          animation-delay: 321.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3218) {
  -webkit-animation-delay: 321.8s;
          animation-delay: 321.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3219) {
  -webkit-animation-delay: 321.9s;
          animation-delay: 321.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3220) {
  -webkit-animation-delay: 322s;
          animation-delay: 322s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3221) {
  -webkit-animation-delay: 322.1s;
          animation-delay: 322.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3222) {
  -webkit-animation-delay: 322.2s;
          animation-delay: 322.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3223) {
  -webkit-animation-delay: 322.3s;
          animation-delay: 322.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3224) {
  -webkit-animation-delay: 322.4s;
          animation-delay: 322.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3225) {
  -webkit-animation-delay: 322.5s;
          animation-delay: 322.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3226) {
  -webkit-animation-delay: 322.6s;
          animation-delay: 322.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3227) {
  -webkit-animation-delay: 322.7s;
          animation-delay: 322.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3228) {
  -webkit-animation-delay: 322.8s;
          animation-delay: 322.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3229) {
  -webkit-animation-delay: 322.9s;
          animation-delay: 322.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3230) {
  -webkit-animation-delay: 323s;
          animation-delay: 323s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3231) {
  -webkit-animation-delay: 323.1s;
          animation-delay: 323.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3232) {
  -webkit-animation-delay: 323.2s;
          animation-delay: 323.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3233) {
  -webkit-animation-delay: 323.3s;
          animation-delay: 323.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3234) {
  -webkit-animation-delay: 323.4s;
          animation-delay: 323.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3235) {
  -webkit-animation-delay: 323.5s;
          animation-delay: 323.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3236) {
  -webkit-animation-delay: 323.6s;
          animation-delay: 323.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3237) {
  -webkit-animation-delay: 323.7s;
          animation-delay: 323.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3238) {
  -webkit-animation-delay: 323.8s;
          animation-delay: 323.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3239) {
  -webkit-animation-delay: 323.9s;
          animation-delay: 323.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3240) {
  -webkit-animation-delay: 324s;
          animation-delay: 324s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3241) {
  -webkit-animation-delay: 324.1s;
          animation-delay: 324.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3242) {
  -webkit-animation-delay: 324.2s;
          animation-delay: 324.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3243) {
  -webkit-animation-delay: 324.3s;
          animation-delay: 324.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3244) {
  -webkit-animation-delay: 324.4s;
          animation-delay: 324.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3245) {
  -webkit-animation-delay: 324.5s;
          animation-delay: 324.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3246) {
  -webkit-animation-delay: 324.6s;
          animation-delay: 324.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3247) {
  -webkit-animation-delay: 324.7s;
          animation-delay: 324.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3248) {
  -webkit-animation-delay: 324.8s;
          animation-delay: 324.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3249) {
  -webkit-animation-delay: 324.9s;
          animation-delay: 324.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3250) {
  -webkit-animation-delay: 325s;
          animation-delay: 325s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3251) {
  -webkit-animation-delay: 325.1s;
          animation-delay: 325.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3252) {
  -webkit-animation-delay: 325.2s;
          animation-delay: 325.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3253) {
  -webkit-animation-delay: 325.3s;
          animation-delay: 325.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3254) {
  -webkit-animation-delay: 325.4s;
          animation-delay: 325.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3255) {
  -webkit-animation-delay: 325.5s;
          animation-delay: 325.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3256) {
  -webkit-animation-delay: 325.6s;
          animation-delay: 325.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3257) {
  -webkit-animation-delay: 325.7s;
          animation-delay: 325.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3258) {
  -webkit-animation-delay: 325.8s;
          animation-delay: 325.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3259) {
  -webkit-animation-delay: 325.9s;
          animation-delay: 325.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3260) {
  -webkit-animation-delay: 326s;
          animation-delay: 326s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3261) {
  -webkit-animation-delay: 326.1s;
          animation-delay: 326.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3262) {
  -webkit-animation-delay: 326.2s;
          animation-delay: 326.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3263) {
  -webkit-animation-delay: 326.3s;
          animation-delay: 326.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3264) {
  -webkit-animation-delay: 326.4s;
          animation-delay: 326.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3265) {
  -webkit-animation-delay: 326.5s;
          animation-delay: 326.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3266) {
  -webkit-animation-delay: 326.6s;
          animation-delay: 326.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3267) {
  -webkit-animation-delay: 326.7s;
          animation-delay: 326.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3268) {
  -webkit-animation-delay: 326.8s;
          animation-delay: 326.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3269) {
  -webkit-animation-delay: 326.9s;
          animation-delay: 326.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3270) {
  -webkit-animation-delay: 327s;
          animation-delay: 327s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3271) {
  -webkit-animation-delay: 327.1s;
          animation-delay: 327.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3272) {
  -webkit-animation-delay: 327.2s;
          animation-delay: 327.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3273) {
  -webkit-animation-delay: 327.3s;
          animation-delay: 327.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3274) {
  -webkit-animation-delay: 327.4s;
          animation-delay: 327.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3275) {
  -webkit-animation-delay: 327.5s;
          animation-delay: 327.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3276) {
  -webkit-animation-delay: 327.6s;
          animation-delay: 327.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3277) {
  -webkit-animation-delay: 327.7s;
          animation-delay: 327.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3278) {
  -webkit-animation-delay: 327.8s;
          animation-delay: 327.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3279) {
  -webkit-animation-delay: 327.9s;
          animation-delay: 327.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3280) {
  -webkit-animation-delay: 328s;
          animation-delay: 328s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3281) {
  -webkit-animation-delay: 328.1s;
          animation-delay: 328.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3282) {
  -webkit-animation-delay: 328.2s;
          animation-delay: 328.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3283) {
  -webkit-animation-delay: 328.3s;
          animation-delay: 328.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3284) {
  -webkit-animation-delay: 328.4s;
          animation-delay: 328.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3285) {
  -webkit-animation-delay: 328.5s;
          animation-delay: 328.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3286) {
  -webkit-animation-delay: 328.6s;
          animation-delay: 328.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3287) {
  -webkit-animation-delay: 328.7s;
          animation-delay: 328.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3288) {
  -webkit-animation-delay: 328.8s;
          animation-delay: 328.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3289) {
  -webkit-animation-delay: 328.9s;
          animation-delay: 328.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3290) {
  -webkit-animation-delay: 329s;
          animation-delay: 329s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3291) {
  -webkit-animation-delay: 329.1s;
          animation-delay: 329.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3292) {
  -webkit-animation-delay: 329.2s;
          animation-delay: 329.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3293) {
  -webkit-animation-delay: 329.3s;
          animation-delay: 329.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3294) {
  -webkit-animation-delay: 329.4s;
          animation-delay: 329.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3295) {
  -webkit-animation-delay: 329.5s;
          animation-delay: 329.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3296) {
  -webkit-animation-delay: 329.6s;
          animation-delay: 329.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3297) {
  -webkit-animation-delay: 329.7s;
          animation-delay: 329.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3298) {
  -webkit-animation-delay: 329.8s;
          animation-delay: 329.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3299) {
  -webkit-animation-delay: 329.9s;
          animation-delay: 329.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3300) {
  -webkit-animation-delay: 330s;
          animation-delay: 330s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3301) {
  -webkit-animation-delay: 330.1s;
          animation-delay: 330.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3302) {
  -webkit-animation-delay: 330.2s;
          animation-delay: 330.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3303) {
  -webkit-animation-delay: 330.3s;
          animation-delay: 330.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3304) {
  -webkit-animation-delay: 330.4s;
          animation-delay: 330.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3305) {
  -webkit-animation-delay: 330.5s;
          animation-delay: 330.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3306) {
  -webkit-animation-delay: 330.6s;
          animation-delay: 330.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3307) {
  -webkit-animation-delay: 330.7s;
          animation-delay: 330.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3308) {
  -webkit-animation-delay: 330.8s;
          animation-delay: 330.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3309) {
  -webkit-animation-delay: 330.9s;
          animation-delay: 330.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3310) {
  -webkit-animation-delay: 331s;
          animation-delay: 331s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3311) {
  -webkit-animation-delay: 331.1s;
          animation-delay: 331.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3312) {
  -webkit-animation-delay: 331.2s;
          animation-delay: 331.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3313) {
  -webkit-animation-delay: 331.3s;
          animation-delay: 331.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3314) {
  -webkit-animation-delay: 331.4s;
          animation-delay: 331.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3315) {
  -webkit-animation-delay: 331.5s;
          animation-delay: 331.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3316) {
  -webkit-animation-delay: 331.6s;
          animation-delay: 331.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3317) {
  -webkit-animation-delay: 331.7s;
          animation-delay: 331.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3318) {
  -webkit-animation-delay: 331.8s;
          animation-delay: 331.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3319) {
  -webkit-animation-delay: 331.9s;
          animation-delay: 331.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3320) {
  -webkit-animation-delay: 332s;
          animation-delay: 332s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3321) {
  -webkit-animation-delay: 332.1s;
          animation-delay: 332.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3322) {
  -webkit-animation-delay: 332.2s;
          animation-delay: 332.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3323) {
  -webkit-animation-delay: 332.3s;
          animation-delay: 332.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3324) {
  -webkit-animation-delay: 332.4s;
          animation-delay: 332.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3325) {
  -webkit-animation-delay: 332.5s;
          animation-delay: 332.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3326) {
  -webkit-animation-delay: 332.6s;
          animation-delay: 332.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3327) {
  -webkit-animation-delay: 332.7s;
          animation-delay: 332.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3328) {
  -webkit-animation-delay: 332.8s;
          animation-delay: 332.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3329) {
  -webkit-animation-delay: 332.9s;
          animation-delay: 332.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3330) {
  -webkit-animation-delay: 333s;
          animation-delay: 333s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3331) {
  -webkit-animation-delay: 333.1s;
          animation-delay: 333.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3332) {
  -webkit-animation-delay: 333.2s;
          animation-delay: 333.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3333) {
  -webkit-animation-delay: 333.3s;
          animation-delay: 333.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3334) {
  -webkit-animation-delay: 333.4s;
          animation-delay: 333.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3335) {
  -webkit-animation-delay: 333.5s;
          animation-delay: 333.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3336) {
  -webkit-animation-delay: 333.6s;
          animation-delay: 333.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3337) {
  -webkit-animation-delay: 333.7s;
          animation-delay: 333.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3338) {
  -webkit-animation-delay: 333.8s;
          animation-delay: 333.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3339) {
  -webkit-animation-delay: 333.9s;
          animation-delay: 333.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3340) {
  -webkit-animation-delay: 334s;
          animation-delay: 334s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3341) {
  -webkit-animation-delay: 334.1s;
          animation-delay: 334.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3342) {
  -webkit-animation-delay: 334.2s;
          animation-delay: 334.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3343) {
  -webkit-animation-delay: 334.3s;
          animation-delay: 334.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3344) {
  -webkit-animation-delay: 334.4s;
          animation-delay: 334.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3345) {
  -webkit-animation-delay: 334.5s;
          animation-delay: 334.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3346) {
  -webkit-animation-delay: 334.6s;
          animation-delay: 334.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3347) {
  -webkit-animation-delay: 334.7s;
          animation-delay: 334.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3348) {
  -webkit-animation-delay: 334.8s;
          animation-delay: 334.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3349) {
  -webkit-animation-delay: 334.9s;
          animation-delay: 334.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3350) {
  -webkit-animation-delay: 335s;
          animation-delay: 335s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3351) {
  -webkit-animation-delay: 335.1s;
          animation-delay: 335.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3352) {
  -webkit-animation-delay: 335.2s;
          animation-delay: 335.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3353) {
  -webkit-animation-delay: 335.3s;
          animation-delay: 335.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3354) {
  -webkit-animation-delay: 335.4s;
          animation-delay: 335.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3355) {
  -webkit-animation-delay: 335.5s;
          animation-delay: 335.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3356) {
  -webkit-animation-delay: 335.6s;
          animation-delay: 335.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3357) {
  -webkit-animation-delay: 335.7s;
          animation-delay: 335.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3358) {
  -webkit-animation-delay: 335.8s;
          animation-delay: 335.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3359) {
  -webkit-animation-delay: 335.9s;
          animation-delay: 335.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3360) {
  -webkit-animation-delay: 336s;
          animation-delay: 336s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3361) {
  -webkit-animation-delay: 336.1s;
          animation-delay: 336.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3362) {
  -webkit-animation-delay: 336.2s;
          animation-delay: 336.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3363) {
  -webkit-animation-delay: 336.3s;
          animation-delay: 336.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3364) {
  -webkit-animation-delay: 336.4s;
          animation-delay: 336.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3365) {
  -webkit-animation-delay: 336.5s;
          animation-delay: 336.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3366) {
  -webkit-animation-delay: 336.6s;
          animation-delay: 336.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3367) {
  -webkit-animation-delay: 336.7s;
          animation-delay: 336.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3368) {
  -webkit-animation-delay: 336.8s;
          animation-delay: 336.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3369) {
  -webkit-animation-delay: 336.9s;
          animation-delay: 336.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3370) {
  -webkit-animation-delay: 337s;
          animation-delay: 337s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3371) {
  -webkit-animation-delay: 337.1s;
          animation-delay: 337.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3372) {
  -webkit-animation-delay: 337.2s;
          animation-delay: 337.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3373) {
  -webkit-animation-delay: 337.3s;
          animation-delay: 337.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3374) {
  -webkit-animation-delay: 337.4s;
          animation-delay: 337.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3375) {
  -webkit-animation-delay: 337.5s;
          animation-delay: 337.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3376) {
  -webkit-animation-delay: 337.6s;
          animation-delay: 337.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3377) {
  -webkit-animation-delay: 337.7s;
          animation-delay: 337.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3378) {
  -webkit-animation-delay: 337.8s;
          animation-delay: 337.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3379) {
  -webkit-animation-delay: 337.9s;
          animation-delay: 337.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3380) {
  -webkit-animation-delay: 338s;
          animation-delay: 338s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3381) {
  -webkit-animation-delay: 338.1s;
          animation-delay: 338.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3382) {
  -webkit-animation-delay: 338.2s;
          animation-delay: 338.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3383) {
  -webkit-animation-delay: 338.3s;
          animation-delay: 338.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3384) {
  -webkit-animation-delay: 338.4s;
          animation-delay: 338.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3385) {
  -webkit-animation-delay: 338.5s;
          animation-delay: 338.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3386) {
  -webkit-animation-delay: 338.6s;
          animation-delay: 338.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3387) {
  -webkit-animation-delay: 338.7s;
          animation-delay: 338.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3388) {
  -webkit-animation-delay: 338.8s;
          animation-delay: 338.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3389) {
  -webkit-animation-delay: 338.9s;
          animation-delay: 338.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3390) {
  -webkit-animation-delay: 339s;
          animation-delay: 339s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3391) {
  -webkit-animation-delay: 339.1s;
          animation-delay: 339.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3392) {
  -webkit-animation-delay: 339.2s;
          animation-delay: 339.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3393) {
  -webkit-animation-delay: 339.3s;
          animation-delay: 339.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3394) {
  -webkit-animation-delay: 339.4s;
          animation-delay: 339.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3395) {
  -webkit-animation-delay: 339.5s;
          animation-delay: 339.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3396) {
  -webkit-animation-delay: 339.6s;
          animation-delay: 339.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3397) {
  -webkit-animation-delay: 339.7s;
          animation-delay: 339.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3398) {
  -webkit-animation-delay: 339.8s;
          animation-delay: 339.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3399) {
  -webkit-animation-delay: 339.9s;
          animation-delay: 339.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3400) {
  -webkit-animation-delay: 340s;
          animation-delay: 340s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3401) {
  -webkit-animation-delay: 340.1s;
          animation-delay: 340.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3402) {
  -webkit-animation-delay: 340.2s;
          animation-delay: 340.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3403) {
  -webkit-animation-delay: 340.3s;
          animation-delay: 340.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3404) {
  -webkit-animation-delay: 340.4s;
          animation-delay: 340.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3405) {
  -webkit-animation-delay: 340.5s;
          animation-delay: 340.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3406) {
  -webkit-animation-delay: 340.6s;
          animation-delay: 340.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3407) {
  -webkit-animation-delay: 340.7s;
          animation-delay: 340.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3408) {
  -webkit-animation-delay: 340.8s;
          animation-delay: 340.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3409) {
  -webkit-animation-delay: 340.9s;
          animation-delay: 340.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3410) {
  -webkit-animation-delay: 341s;
          animation-delay: 341s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3411) {
  -webkit-animation-delay: 341.1s;
          animation-delay: 341.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3412) {
  -webkit-animation-delay: 341.2s;
          animation-delay: 341.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3413) {
  -webkit-animation-delay: 341.3s;
          animation-delay: 341.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3414) {
  -webkit-animation-delay: 341.4s;
          animation-delay: 341.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3415) {
  -webkit-animation-delay: 341.5s;
          animation-delay: 341.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3416) {
  -webkit-animation-delay: 341.6s;
          animation-delay: 341.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3417) {
  -webkit-animation-delay: 341.7s;
          animation-delay: 341.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3418) {
  -webkit-animation-delay: 341.8s;
          animation-delay: 341.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3419) {
  -webkit-animation-delay: 341.9s;
          animation-delay: 341.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3420) {
  -webkit-animation-delay: 342s;
          animation-delay: 342s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3421) {
  -webkit-animation-delay: 342.1s;
          animation-delay: 342.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3422) {
  -webkit-animation-delay: 342.2s;
          animation-delay: 342.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3423) {
  -webkit-animation-delay: 342.3s;
          animation-delay: 342.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3424) {
  -webkit-animation-delay: 342.4s;
          animation-delay: 342.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3425) {
  -webkit-animation-delay: 342.5s;
          animation-delay: 342.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3426) {
  -webkit-animation-delay: 342.6s;
          animation-delay: 342.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3427) {
  -webkit-animation-delay: 342.7s;
          animation-delay: 342.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3428) {
  -webkit-animation-delay: 342.8s;
          animation-delay: 342.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3429) {
  -webkit-animation-delay: 342.9s;
          animation-delay: 342.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3430) {
  -webkit-animation-delay: 343s;
          animation-delay: 343s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3431) {
  -webkit-animation-delay: 343.1s;
          animation-delay: 343.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3432) {
  -webkit-animation-delay: 343.2s;
          animation-delay: 343.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3433) {
  -webkit-animation-delay: 343.3s;
          animation-delay: 343.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3434) {
  -webkit-animation-delay: 343.4s;
          animation-delay: 343.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3435) {
  -webkit-animation-delay: 343.5s;
          animation-delay: 343.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3436) {
  -webkit-animation-delay: 343.6s;
          animation-delay: 343.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3437) {
  -webkit-animation-delay: 343.7s;
          animation-delay: 343.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3438) {
  -webkit-animation-delay: 343.8s;
          animation-delay: 343.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3439) {
  -webkit-animation-delay: 343.9s;
          animation-delay: 343.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3440) {
  -webkit-animation-delay: 344s;
          animation-delay: 344s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3441) {
  -webkit-animation-delay: 344.1s;
          animation-delay: 344.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3442) {
  -webkit-animation-delay: 344.2s;
          animation-delay: 344.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3443) {
  -webkit-animation-delay: 344.3s;
          animation-delay: 344.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3444) {
  -webkit-animation-delay: 344.4s;
          animation-delay: 344.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3445) {
  -webkit-animation-delay: 344.5s;
          animation-delay: 344.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3446) {
  -webkit-animation-delay: 344.6s;
          animation-delay: 344.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3447) {
  -webkit-animation-delay: 344.7s;
          animation-delay: 344.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3448) {
  -webkit-animation-delay: 344.8s;
          animation-delay: 344.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3449) {
  -webkit-animation-delay: 344.9s;
          animation-delay: 344.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3450) {
  -webkit-animation-delay: 345s;
          animation-delay: 345s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3451) {
  -webkit-animation-delay: 345.1s;
          animation-delay: 345.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3452) {
  -webkit-animation-delay: 345.2s;
          animation-delay: 345.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3453) {
  -webkit-animation-delay: 345.3s;
          animation-delay: 345.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3454) {
  -webkit-animation-delay: 345.4s;
          animation-delay: 345.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3455) {
  -webkit-animation-delay: 345.5s;
          animation-delay: 345.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3456) {
  -webkit-animation-delay: 345.6s;
          animation-delay: 345.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3457) {
  -webkit-animation-delay: 345.7s;
          animation-delay: 345.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3458) {
  -webkit-animation-delay: 345.8s;
          animation-delay: 345.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3459) {
  -webkit-animation-delay: 345.9s;
          animation-delay: 345.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3460) {
  -webkit-animation-delay: 346s;
          animation-delay: 346s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3461) {
  -webkit-animation-delay: 346.1s;
          animation-delay: 346.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3462) {
  -webkit-animation-delay: 346.2s;
          animation-delay: 346.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3463) {
  -webkit-animation-delay: 346.3s;
          animation-delay: 346.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3464) {
  -webkit-animation-delay: 346.4s;
          animation-delay: 346.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3465) {
  -webkit-animation-delay: 346.5s;
          animation-delay: 346.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3466) {
  -webkit-animation-delay: 346.6s;
          animation-delay: 346.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3467) {
  -webkit-animation-delay: 346.7s;
          animation-delay: 346.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3468) {
  -webkit-animation-delay: 346.8s;
          animation-delay: 346.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3469) {
  -webkit-animation-delay: 346.9s;
          animation-delay: 346.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3470) {
  -webkit-animation-delay: 347s;
          animation-delay: 347s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3471) {
  -webkit-animation-delay: 347.1s;
          animation-delay: 347.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3472) {
  -webkit-animation-delay: 347.2s;
          animation-delay: 347.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3473) {
  -webkit-animation-delay: 347.3s;
          animation-delay: 347.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3474) {
  -webkit-animation-delay: 347.4s;
          animation-delay: 347.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3475) {
  -webkit-animation-delay: 347.5s;
          animation-delay: 347.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3476) {
  -webkit-animation-delay: 347.6s;
          animation-delay: 347.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3477) {
  -webkit-animation-delay: 347.7s;
          animation-delay: 347.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3478) {
  -webkit-animation-delay: 347.8s;
          animation-delay: 347.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3479) {
  -webkit-animation-delay: 347.9s;
          animation-delay: 347.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3480) {
  -webkit-animation-delay: 348s;
          animation-delay: 348s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3481) {
  -webkit-animation-delay: 348.1s;
          animation-delay: 348.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3482) {
  -webkit-animation-delay: 348.2s;
          animation-delay: 348.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3483) {
  -webkit-animation-delay: 348.3s;
          animation-delay: 348.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3484) {
  -webkit-animation-delay: 348.4s;
          animation-delay: 348.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3485) {
  -webkit-animation-delay: 348.5s;
          animation-delay: 348.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3486) {
  -webkit-animation-delay: 348.6s;
          animation-delay: 348.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3487) {
  -webkit-animation-delay: 348.7s;
          animation-delay: 348.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3488) {
  -webkit-animation-delay: 348.8s;
          animation-delay: 348.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3489) {
  -webkit-animation-delay: 348.9s;
          animation-delay: 348.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3490) {
  -webkit-animation-delay: 349s;
          animation-delay: 349s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3491) {
  -webkit-animation-delay: 349.1s;
          animation-delay: 349.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3492) {
  -webkit-animation-delay: 349.2s;
          animation-delay: 349.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3493) {
  -webkit-animation-delay: 349.3s;
          animation-delay: 349.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3494) {
  -webkit-animation-delay: 349.4s;
          animation-delay: 349.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3495) {
  -webkit-animation-delay: 349.5s;
          animation-delay: 349.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3496) {
  -webkit-animation-delay: 349.6s;
          animation-delay: 349.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3497) {
  -webkit-animation-delay: 349.7s;
          animation-delay: 349.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3498) {
  -webkit-animation-delay: 349.8s;
          animation-delay: 349.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3499) {
  -webkit-animation-delay: 349.9s;
          animation-delay: 349.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3500) {
  -webkit-animation-delay: 350s;
          animation-delay: 350s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3501) {
  -webkit-animation-delay: 350.1s;
          animation-delay: 350.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3502) {
  -webkit-animation-delay: 350.2s;
          animation-delay: 350.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3503) {
  -webkit-animation-delay: 350.3s;
          animation-delay: 350.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3504) {
  -webkit-animation-delay: 350.4s;
          animation-delay: 350.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3505) {
  -webkit-animation-delay: 350.5s;
          animation-delay: 350.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3506) {
  -webkit-animation-delay: 350.6s;
          animation-delay: 350.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3507) {
  -webkit-animation-delay: 350.7s;
          animation-delay: 350.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3508) {
  -webkit-animation-delay: 350.8s;
          animation-delay: 350.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3509) {
  -webkit-animation-delay: 350.9s;
          animation-delay: 350.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3510) {
  -webkit-animation-delay: 351s;
          animation-delay: 351s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3511) {
  -webkit-animation-delay: 351.1s;
          animation-delay: 351.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3512) {
  -webkit-animation-delay: 351.2s;
          animation-delay: 351.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3513) {
  -webkit-animation-delay: 351.3s;
          animation-delay: 351.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3514) {
  -webkit-animation-delay: 351.4s;
          animation-delay: 351.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3515) {
  -webkit-animation-delay: 351.5s;
          animation-delay: 351.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3516) {
  -webkit-animation-delay: 351.6s;
          animation-delay: 351.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3517) {
  -webkit-animation-delay: 351.7s;
          animation-delay: 351.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3518) {
  -webkit-animation-delay: 351.8s;
          animation-delay: 351.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3519) {
  -webkit-animation-delay: 351.9s;
          animation-delay: 351.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3520) {
  -webkit-animation-delay: 352s;
          animation-delay: 352s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3521) {
  -webkit-animation-delay: 352.1s;
          animation-delay: 352.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3522) {
  -webkit-animation-delay: 352.2s;
          animation-delay: 352.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3523) {
  -webkit-animation-delay: 352.3s;
          animation-delay: 352.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3524) {
  -webkit-animation-delay: 352.4s;
          animation-delay: 352.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3525) {
  -webkit-animation-delay: 352.5s;
          animation-delay: 352.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3526) {
  -webkit-animation-delay: 352.6s;
          animation-delay: 352.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3527) {
  -webkit-animation-delay: 352.7s;
          animation-delay: 352.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3528) {
  -webkit-animation-delay: 352.8s;
          animation-delay: 352.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3529) {
  -webkit-animation-delay: 352.9s;
          animation-delay: 352.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3530) {
  -webkit-animation-delay: 353s;
          animation-delay: 353s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3531) {
  -webkit-animation-delay: 353.1s;
          animation-delay: 353.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3532) {
  -webkit-animation-delay: 353.2s;
          animation-delay: 353.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3533) {
  -webkit-animation-delay: 353.3s;
          animation-delay: 353.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3534) {
  -webkit-animation-delay: 353.4s;
          animation-delay: 353.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3535) {
  -webkit-animation-delay: 353.5s;
          animation-delay: 353.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3536) {
  -webkit-animation-delay: 353.6s;
          animation-delay: 353.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3537) {
  -webkit-animation-delay: 353.7s;
          animation-delay: 353.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3538) {
  -webkit-animation-delay: 353.8s;
          animation-delay: 353.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3539) {
  -webkit-animation-delay: 353.9s;
          animation-delay: 353.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3540) {
  -webkit-animation-delay: 354s;
          animation-delay: 354s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3541) {
  -webkit-animation-delay: 354.1s;
          animation-delay: 354.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3542) {
  -webkit-animation-delay: 354.2s;
          animation-delay: 354.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3543) {
  -webkit-animation-delay: 354.3s;
          animation-delay: 354.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3544) {
  -webkit-animation-delay: 354.4s;
          animation-delay: 354.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3545) {
  -webkit-animation-delay: 354.5s;
          animation-delay: 354.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3546) {
  -webkit-animation-delay: 354.6s;
          animation-delay: 354.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3547) {
  -webkit-animation-delay: 354.7s;
          animation-delay: 354.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3548) {
  -webkit-animation-delay: 354.8s;
          animation-delay: 354.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3549) {
  -webkit-animation-delay: 354.9s;
          animation-delay: 354.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3550) {
  -webkit-animation-delay: 355s;
          animation-delay: 355s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3551) {
  -webkit-animation-delay: 355.1s;
          animation-delay: 355.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3552) {
  -webkit-animation-delay: 355.2s;
          animation-delay: 355.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3553) {
  -webkit-animation-delay: 355.3s;
          animation-delay: 355.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3554) {
  -webkit-animation-delay: 355.4s;
          animation-delay: 355.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3555) {
  -webkit-animation-delay: 355.5s;
          animation-delay: 355.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3556) {
  -webkit-animation-delay: 355.6s;
          animation-delay: 355.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3557) {
  -webkit-animation-delay: 355.7s;
          animation-delay: 355.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3558) {
  -webkit-animation-delay: 355.8s;
          animation-delay: 355.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3559) {
  -webkit-animation-delay: 355.9s;
          animation-delay: 355.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3560) {
  -webkit-animation-delay: 356s;
          animation-delay: 356s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3561) {
  -webkit-animation-delay: 356.1s;
          animation-delay: 356.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3562) {
  -webkit-animation-delay: 356.2s;
          animation-delay: 356.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3563) {
  -webkit-animation-delay: 356.3s;
          animation-delay: 356.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3564) {
  -webkit-animation-delay: 356.4s;
          animation-delay: 356.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3565) {
  -webkit-animation-delay: 356.5s;
          animation-delay: 356.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3566) {
  -webkit-animation-delay: 356.6s;
          animation-delay: 356.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3567) {
  -webkit-animation-delay: 356.7s;
          animation-delay: 356.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3568) {
  -webkit-animation-delay: 356.8s;
          animation-delay: 356.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3569) {
  -webkit-animation-delay: 356.9s;
          animation-delay: 356.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3570) {
  -webkit-animation-delay: 357s;
          animation-delay: 357s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3571) {
  -webkit-animation-delay: 357.1s;
          animation-delay: 357.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3572) {
  -webkit-animation-delay: 357.2s;
          animation-delay: 357.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3573) {
  -webkit-animation-delay: 357.3s;
          animation-delay: 357.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3574) {
  -webkit-animation-delay: 357.4s;
          animation-delay: 357.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3575) {
  -webkit-animation-delay: 357.5s;
          animation-delay: 357.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3576) {
  -webkit-animation-delay: 357.6s;
          animation-delay: 357.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3577) {
  -webkit-animation-delay: 357.7s;
          animation-delay: 357.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3578) {
  -webkit-animation-delay: 357.8s;
          animation-delay: 357.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3579) {
  -webkit-animation-delay: 357.9s;
          animation-delay: 357.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3580) {
  -webkit-animation-delay: 358s;
          animation-delay: 358s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3581) {
  -webkit-animation-delay: 358.1s;
          animation-delay: 358.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3582) {
  -webkit-animation-delay: 358.2s;
          animation-delay: 358.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3583) {
  -webkit-animation-delay: 358.3s;
          animation-delay: 358.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3584) {
  -webkit-animation-delay: 358.4s;
          animation-delay: 358.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3585) {
  -webkit-animation-delay: 358.5s;
          animation-delay: 358.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3586) {
  -webkit-animation-delay: 358.6s;
          animation-delay: 358.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3587) {
  -webkit-animation-delay: 358.7s;
          animation-delay: 358.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3588) {
  -webkit-animation-delay: 358.8s;
          animation-delay: 358.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3589) {
  -webkit-animation-delay: 358.9s;
          animation-delay: 358.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3590) {
  -webkit-animation-delay: 359s;
          animation-delay: 359s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3591) {
  -webkit-animation-delay: 359.1s;
          animation-delay: 359.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3592) {
  -webkit-animation-delay: 359.2s;
          animation-delay: 359.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3593) {
  -webkit-animation-delay: 359.3s;
          animation-delay: 359.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3594) {
  -webkit-animation-delay: 359.4s;
          animation-delay: 359.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3595) {
  -webkit-animation-delay: 359.5s;
          animation-delay: 359.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3596) {
  -webkit-animation-delay: 359.6s;
          animation-delay: 359.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3597) {
  -webkit-animation-delay: 359.7s;
          animation-delay: 359.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3598) {
  -webkit-animation-delay: 359.8s;
          animation-delay: 359.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3599) {
  -webkit-animation-delay: 359.9s;
          animation-delay: 359.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3600) {
  -webkit-animation-delay: 360s;
          animation-delay: 360s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3601) {
  -webkit-animation-delay: 360.1s;
          animation-delay: 360.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3602) {
  -webkit-animation-delay: 360.2s;
          animation-delay: 360.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3603) {
  -webkit-animation-delay: 360.3s;
          animation-delay: 360.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3604) {
  -webkit-animation-delay: 360.4s;
          animation-delay: 360.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3605) {
  -webkit-animation-delay: 360.5s;
          animation-delay: 360.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3606) {
  -webkit-animation-delay: 360.6s;
          animation-delay: 360.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3607) {
  -webkit-animation-delay: 360.7s;
          animation-delay: 360.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3608) {
  -webkit-animation-delay: 360.8s;
          animation-delay: 360.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3609) {
  -webkit-animation-delay: 360.9s;
          animation-delay: 360.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3610) {
  -webkit-animation-delay: 361s;
          animation-delay: 361s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3611) {
  -webkit-animation-delay: 361.1s;
          animation-delay: 361.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3612) {
  -webkit-animation-delay: 361.2s;
          animation-delay: 361.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3613) {
  -webkit-animation-delay: 361.3s;
          animation-delay: 361.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3614) {
  -webkit-animation-delay: 361.4s;
          animation-delay: 361.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3615) {
  -webkit-animation-delay: 361.5s;
          animation-delay: 361.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3616) {
  -webkit-animation-delay: 361.6s;
          animation-delay: 361.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3617) {
  -webkit-animation-delay: 361.7s;
          animation-delay: 361.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3618) {
  -webkit-animation-delay: 361.8s;
          animation-delay: 361.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3619) {
  -webkit-animation-delay: 361.9s;
          animation-delay: 361.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3620) {
  -webkit-animation-delay: 362s;
          animation-delay: 362s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3621) {
  -webkit-animation-delay: 362.1s;
          animation-delay: 362.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3622) {
  -webkit-animation-delay: 362.2s;
          animation-delay: 362.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3623) {
  -webkit-animation-delay: 362.3s;
          animation-delay: 362.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3624) {
  -webkit-animation-delay: 362.4s;
          animation-delay: 362.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3625) {
  -webkit-animation-delay: 362.5s;
          animation-delay: 362.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3626) {
  -webkit-animation-delay: 362.6s;
          animation-delay: 362.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3627) {
  -webkit-animation-delay: 362.7s;
          animation-delay: 362.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3628) {
  -webkit-animation-delay: 362.8s;
          animation-delay: 362.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3629) {
  -webkit-animation-delay: 362.9s;
          animation-delay: 362.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3630) {
  -webkit-animation-delay: 363s;
          animation-delay: 363s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3631) {
  -webkit-animation-delay: 363.1s;
          animation-delay: 363.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3632) {
  -webkit-animation-delay: 363.2s;
          animation-delay: 363.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3633) {
  -webkit-animation-delay: 363.3s;
          animation-delay: 363.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3634) {
  -webkit-animation-delay: 363.4s;
          animation-delay: 363.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3635) {
  -webkit-animation-delay: 363.5s;
          animation-delay: 363.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3636) {
  -webkit-animation-delay: 363.6s;
          animation-delay: 363.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3637) {
  -webkit-animation-delay: 363.7s;
          animation-delay: 363.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3638) {
  -webkit-animation-delay: 363.8s;
          animation-delay: 363.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3639) {
  -webkit-animation-delay: 363.9s;
          animation-delay: 363.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3640) {
  -webkit-animation-delay: 364s;
          animation-delay: 364s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3641) {
  -webkit-animation-delay: 364.1s;
          animation-delay: 364.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3642) {
  -webkit-animation-delay: 364.2s;
          animation-delay: 364.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3643) {
  -webkit-animation-delay: 364.3s;
          animation-delay: 364.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3644) {
  -webkit-animation-delay: 364.4s;
          animation-delay: 364.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3645) {
  -webkit-animation-delay: 364.5s;
          animation-delay: 364.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3646) {
  -webkit-animation-delay: 364.6s;
          animation-delay: 364.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3647) {
  -webkit-animation-delay: 364.7s;
          animation-delay: 364.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3648) {
  -webkit-animation-delay: 364.8s;
          animation-delay: 364.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3649) {
  -webkit-animation-delay: 364.9s;
          animation-delay: 364.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3650) {
  -webkit-animation-delay: 365s;
          animation-delay: 365s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3651) {
  -webkit-animation-delay: 365.1s;
          animation-delay: 365.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3652) {
  -webkit-animation-delay: 365.2s;
          animation-delay: 365.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3653) {
  -webkit-animation-delay: 365.3s;
          animation-delay: 365.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3654) {
  -webkit-animation-delay: 365.4s;
          animation-delay: 365.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3655) {
  -webkit-animation-delay: 365.5s;
          animation-delay: 365.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3656) {
  -webkit-animation-delay: 365.6s;
          animation-delay: 365.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3657) {
  -webkit-animation-delay: 365.7s;
          animation-delay: 365.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3658) {
  -webkit-animation-delay: 365.8s;
          animation-delay: 365.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3659) {
  -webkit-animation-delay: 365.9s;
          animation-delay: 365.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3660) {
  -webkit-animation-delay: 366s;
          animation-delay: 366s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3661) {
  -webkit-animation-delay: 366.1s;
          animation-delay: 366.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3662) {
  -webkit-animation-delay: 366.2s;
          animation-delay: 366.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3663) {
  -webkit-animation-delay: 366.3s;
          animation-delay: 366.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3664) {
  -webkit-animation-delay: 366.4s;
          animation-delay: 366.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3665) {
  -webkit-animation-delay: 366.5s;
          animation-delay: 366.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3666) {
  -webkit-animation-delay: 366.6s;
          animation-delay: 366.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3667) {
  -webkit-animation-delay: 366.7s;
          animation-delay: 366.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3668) {
  -webkit-animation-delay: 366.8s;
          animation-delay: 366.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3669) {
  -webkit-animation-delay: 366.9s;
          animation-delay: 366.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3670) {
  -webkit-animation-delay: 367s;
          animation-delay: 367s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3671) {
  -webkit-animation-delay: 367.1s;
          animation-delay: 367.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3672) {
  -webkit-animation-delay: 367.2s;
          animation-delay: 367.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3673) {
  -webkit-animation-delay: 367.3s;
          animation-delay: 367.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3674) {
  -webkit-animation-delay: 367.4s;
          animation-delay: 367.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3675) {
  -webkit-animation-delay: 367.5s;
          animation-delay: 367.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3676) {
  -webkit-animation-delay: 367.6s;
          animation-delay: 367.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3677) {
  -webkit-animation-delay: 367.7s;
          animation-delay: 367.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3678) {
  -webkit-animation-delay: 367.8s;
          animation-delay: 367.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3679) {
  -webkit-animation-delay: 367.9s;
          animation-delay: 367.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3680) {
  -webkit-animation-delay: 368s;
          animation-delay: 368s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3681) {
  -webkit-animation-delay: 368.1s;
          animation-delay: 368.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3682) {
  -webkit-animation-delay: 368.2s;
          animation-delay: 368.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3683) {
  -webkit-animation-delay: 368.3s;
          animation-delay: 368.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3684) {
  -webkit-animation-delay: 368.4s;
          animation-delay: 368.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3685) {
  -webkit-animation-delay: 368.5s;
          animation-delay: 368.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3686) {
  -webkit-animation-delay: 368.6s;
          animation-delay: 368.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3687) {
  -webkit-animation-delay: 368.7s;
          animation-delay: 368.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3688) {
  -webkit-animation-delay: 368.8s;
          animation-delay: 368.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3689) {
  -webkit-animation-delay: 368.9s;
          animation-delay: 368.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3690) {
  -webkit-animation-delay: 369s;
          animation-delay: 369s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3691) {
  -webkit-animation-delay: 369.1s;
          animation-delay: 369.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3692) {
  -webkit-animation-delay: 369.2s;
          animation-delay: 369.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3693) {
  -webkit-animation-delay: 369.3s;
          animation-delay: 369.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3694) {
  -webkit-animation-delay: 369.4s;
          animation-delay: 369.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3695) {
  -webkit-animation-delay: 369.5s;
          animation-delay: 369.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3696) {
  -webkit-animation-delay: 369.6s;
          animation-delay: 369.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3697) {
  -webkit-animation-delay: 369.7s;
          animation-delay: 369.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3698) {
  -webkit-animation-delay: 369.8s;
          animation-delay: 369.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3699) {
  -webkit-animation-delay: 369.9s;
          animation-delay: 369.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3700) {
  -webkit-animation-delay: 370s;
          animation-delay: 370s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3701) {
  -webkit-animation-delay: 370.1s;
          animation-delay: 370.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3702) {
  -webkit-animation-delay: 370.2s;
          animation-delay: 370.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3703) {
  -webkit-animation-delay: 370.3s;
          animation-delay: 370.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3704) {
  -webkit-animation-delay: 370.4s;
          animation-delay: 370.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3705) {
  -webkit-animation-delay: 370.5s;
          animation-delay: 370.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3706) {
  -webkit-animation-delay: 370.6s;
          animation-delay: 370.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3707) {
  -webkit-animation-delay: 370.7s;
          animation-delay: 370.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3708) {
  -webkit-animation-delay: 370.8s;
          animation-delay: 370.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3709) {
  -webkit-animation-delay: 370.9s;
          animation-delay: 370.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3710) {
  -webkit-animation-delay: 371s;
          animation-delay: 371s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3711) {
  -webkit-animation-delay: 371.1s;
          animation-delay: 371.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3712) {
  -webkit-animation-delay: 371.2s;
          animation-delay: 371.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3713) {
  -webkit-animation-delay: 371.3s;
          animation-delay: 371.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3714) {
  -webkit-animation-delay: 371.4s;
          animation-delay: 371.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3715) {
  -webkit-animation-delay: 371.5s;
          animation-delay: 371.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3716) {
  -webkit-animation-delay: 371.6s;
          animation-delay: 371.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3717) {
  -webkit-animation-delay: 371.7s;
          animation-delay: 371.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3718) {
  -webkit-animation-delay: 371.8s;
          animation-delay: 371.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3719) {
  -webkit-animation-delay: 371.9s;
          animation-delay: 371.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3720) {
  -webkit-animation-delay: 372s;
          animation-delay: 372s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3721) {
  -webkit-animation-delay: 372.1s;
          animation-delay: 372.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3722) {
  -webkit-animation-delay: 372.2s;
          animation-delay: 372.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3723) {
  -webkit-animation-delay: 372.3s;
          animation-delay: 372.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3724) {
  -webkit-animation-delay: 372.4s;
          animation-delay: 372.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3725) {
  -webkit-animation-delay: 372.5s;
          animation-delay: 372.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3726) {
  -webkit-animation-delay: 372.6s;
          animation-delay: 372.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3727) {
  -webkit-animation-delay: 372.7s;
          animation-delay: 372.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3728) {
  -webkit-animation-delay: 372.8s;
          animation-delay: 372.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3729) {
  -webkit-animation-delay: 372.9s;
          animation-delay: 372.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3730) {
  -webkit-animation-delay: 373s;
          animation-delay: 373s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3731) {
  -webkit-animation-delay: 373.1s;
          animation-delay: 373.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3732) {
  -webkit-animation-delay: 373.2s;
          animation-delay: 373.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3733) {
  -webkit-animation-delay: 373.3s;
          animation-delay: 373.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3734) {
  -webkit-animation-delay: 373.4s;
          animation-delay: 373.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3735) {
  -webkit-animation-delay: 373.5s;
          animation-delay: 373.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3736) {
  -webkit-animation-delay: 373.6s;
          animation-delay: 373.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3737) {
  -webkit-animation-delay: 373.7s;
          animation-delay: 373.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3738) {
  -webkit-animation-delay: 373.8s;
          animation-delay: 373.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3739) {
  -webkit-animation-delay: 373.9s;
          animation-delay: 373.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3740) {
  -webkit-animation-delay: 374s;
          animation-delay: 374s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3741) {
  -webkit-animation-delay: 374.1s;
          animation-delay: 374.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3742) {
  -webkit-animation-delay: 374.2s;
          animation-delay: 374.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3743) {
  -webkit-animation-delay: 374.3s;
          animation-delay: 374.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3744) {
  -webkit-animation-delay: 374.4s;
          animation-delay: 374.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3745) {
  -webkit-animation-delay: 374.5s;
          animation-delay: 374.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3746) {
  -webkit-animation-delay: 374.6s;
          animation-delay: 374.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3747) {
  -webkit-animation-delay: 374.7s;
          animation-delay: 374.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3748) {
  -webkit-animation-delay: 374.8s;
          animation-delay: 374.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3749) {
  -webkit-animation-delay: 374.9s;
          animation-delay: 374.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3750) {
  -webkit-animation-delay: 375s;
          animation-delay: 375s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3751) {
  -webkit-animation-delay: 375.1s;
          animation-delay: 375.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3752) {
  -webkit-animation-delay: 375.2s;
          animation-delay: 375.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3753) {
  -webkit-animation-delay: 375.3s;
          animation-delay: 375.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3754) {
  -webkit-animation-delay: 375.4s;
          animation-delay: 375.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3755) {
  -webkit-animation-delay: 375.5s;
          animation-delay: 375.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3756) {
  -webkit-animation-delay: 375.6s;
          animation-delay: 375.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3757) {
  -webkit-animation-delay: 375.7s;
          animation-delay: 375.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3758) {
  -webkit-animation-delay: 375.8s;
          animation-delay: 375.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3759) {
  -webkit-animation-delay: 375.9s;
          animation-delay: 375.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3760) {
  -webkit-animation-delay: 376s;
          animation-delay: 376s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3761) {
  -webkit-animation-delay: 376.1s;
          animation-delay: 376.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3762) {
  -webkit-animation-delay: 376.2s;
          animation-delay: 376.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3763) {
  -webkit-animation-delay: 376.3s;
          animation-delay: 376.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3764) {
  -webkit-animation-delay: 376.4s;
          animation-delay: 376.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3765) {
  -webkit-animation-delay: 376.5s;
          animation-delay: 376.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3766) {
  -webkit-animation-delay: 376.6s;
          animation-delay: 376.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3767) {
  -webkit-animation-delay: 376.7s;
          animation-delay: 376.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3768) {
  -webkit-animation-delay: 376.8s;
          animation-delay: 376.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3769) {
  -webkit-animation-delay: 376.9s;
          animation-delay: 376.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3770) {
  -webkit-animation-delay: 377s;
          animation-delay: 377s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3771) {
  -webkit-animation-delay: 377.1s;
          animation-delay: 377.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3772) {
  -webkit-animation-delay: 377.2s;
          animation-delay: 377.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3773) {
  -webkit-animation-delay: 377.3s;
          animation-delay: 377.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3774) {
  -webkit-animation-delay: 377.4s;
          animation-delay: 377.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3775) {
  -webkit-animation-delay: 377.5s;
          animation-delay: 377.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3776) {
  -webkit-animation-delay: 377.6s;
          animation-delay: 377.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3777) {
  -webkit-animation-delay: 377.7s;
          animation-delay: 377.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3778) {
  -webkit-animation-delay: 377.8s;
          animation-delay: 377.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3779) {
  -webkit-animation-delay: 377.9s;
          animation-delay: 377.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3780) {
  -webkit-animation-delay: 378s;
          animation-delay: 378s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3781) {
  -webkit-animation-delay: 378.1s;
          animation-delay: 378.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3782) {
  -webkit-animation-delay: 378.2s;
          animation-delay: 378.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3783) {
  -webkit-animation-delay: 378.3s;
          animation-delay: 378.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3784) {
  -webkit-animation-delay: 378.4s;
          animation-delay: 378.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3785) {
  -webkit-animation-delay: 378.5s;
          animation-delay: 378.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3786) {
  -webkit-animation-delay: 378.6s;
          animation-delay: 378.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3787) {
  -webkit-animation-delay: 378.7s;
          animation-delay: 378.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3788) {
  -webkit-animation-delay: 378.8s;
          animation-delay: 378.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3789) {
  -webkit-animation-delay: 378.9s;
          animation-delay: 378.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3790) {
  -webkit-animation-delay: 379s;
          animation-delay: 379s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3791) {
  -webkit-animation-delay: 379.1s;
          animation-delay: 379.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3792) {
  -webkit-animation-delay: 379.2s;
          animation-delay: 379.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3793) {
  -webkit-animation-delay: 379.3s;
          animation-delay: 379.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3794) {
  -webkit-animation-delay: 379.4s;
          animation-delay: 379.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3795) {
  -webkit-animation-delay: 379.5s;
          animation-delay: 379.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3796) {
  -webkit-animation-delay: 379.6s;
          animation-delay: 379.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3797) {
  -webkit-animation-delay: 379.7s;
          animation-delay: 379.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3798) {
  -webkit-animation-delay: 379.8s;
          animation-delay: 379.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3799) {
  -webkit-animation-delay: 379.9s;
          animation-delay: 379.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3800) {
  -webkit-animation-delay: 380s;
          animation-delay: 380s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3801) {
  -webkit-animation-delay: 380.1s;
          animation-delay: 380.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3802) {
  -webkit-animation-delay: 380.2s;
          animation-delay: 380.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3803) {
  -webkit-animation-delay: 380.3s;
          animation-delay: 380.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3804) {
  -webkit-animation-delay: 380.4s;
          animation-delay: 380.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3805) {
  -webkit-animation-delay: 380.5s;
          animation-delay: 380.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3806) {
  -webkit-animation-delay: 380.6s;
          animation-delay: 380.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3807) {
  -webkit-animation-delay: 380.7s;
          animation-delay: 380.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3808) {
  -webkit-animation-delay: 380.8s;
          animation-delay: 380.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3809) {
  -webkit-animation-delay: 380.9s;
          animation-delay: 380.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3810) {
  -webkit-animation-delay: 381s;
          animation-delay: 381s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3811) {
  -webkit-animation-delay: 381.1s;
          animation-delay: 381.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3812) {
  -webkit-animation-delay: 381.2s;
          animation-delay: 381.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3813) {
  -webkit-animation-delay: 381.3s;
          animation-delay: 381.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3814) {
  -webkit-animation-delay: 381.4s;
          animation-delay: 381.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3815) {
  -webkit-animation-delay: 381.5s;
          animation-delay: 381.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3816) {
  -webkit-animation-delay: 381.6s;
          animation-delay: 381.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3817) {
  -webkit-animation-delay: 381.7s;
          animation-delay: 381.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3818) {
  -webkit-animation-delay: 381.8s;
          animation-delay: 381.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3819) {
  -webkit-animation-delay: 381.9s;
          animation-delay: 381.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3820) {
  -webkit-animation-delay: 382s;
          animation-delay: 382s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3821) {
  -webkit-animation-delay: 382.1s;
          animation-delay: 382.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3822) {
  -webkit-animation-delay: 382.2s;
          animation-delay: 382.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3823) {
  -webkit-animation-delay: 382.3s;
          animation-delay: 382.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3824) {
  -webkit-animation-delay: 382.4s;
          animation-delay: 382.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3825) {
  -webkit-animation-delay: 382.5s;
          animation-delay: 382.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3826) {
  -webkit-animation-delay: 382.6s;
          animation-delay: 382.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3827) {
  -webkit-animation-delay: 382.7s;
          animation-delay: 382.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3828) {
  -webkit-animation-delay: 382.8s;
          animation-delay: 382.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3829) {
  -webkit-animation-delay: 382.9s;
          animation-delay: 382.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3830) {
  -webkit-animation-delay: 383s;
          animation-delay: 383s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3831) {
  -webkit-animation-delay: 383.1s;
          animation-delay: 383.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3832) {
  -webkit-animation-delay: 383.2s;
          animation-delay: 383.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3833) {
  -webkit-animation-delay: 383.3s;
          animation-delay: 383.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3834) {
  -webkit-animation-delay: 383.4s;
          animation-delay: 383.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3835) {
  -webkit-animation-delay: 383.5s;
          animation-delay: 383.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3836) {
  -webkit-animation-delay: 383.6s;
          animation-delay: 383.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3837) {
  -webkit-animation-delay: 383.7s;
          animation-delay: 383.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3838) {
  -webkit-animation-delay: 383.8s;
          animation-delay: 383.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3839) {
  -webkit-animation-delay: 383.9s;
          animation-delay: 383.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3840) {
  -webkit-animation-delay: 384s;
          animation-delay: 384s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3841) {
  -webkit-animation-delay: 384.1s;
          animation-delay: 384.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3842) {
  -webkit-animation-delay: 384.2s;
          animation-delay: 384.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3843) {
  -webkit-animation-delay: 384.3s;
          animation-delay: 384.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3844) {
  -webkit-animation-delay: 384.4s;
          animation-delay: 384.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3845) {
  -webkit-animation-delay: 384.5s;
          animation-delay: 384.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3846) {
  -webkit-animation-delay: 384.6s;
          animation-delay: 384.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3847) {
  -webkit-animation-delay: 384.7s;
          animation-delay: 384.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3848) {
  -webkit-animation-delay: 384.8s;
          animation-delay: 384.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3849) {
  -webkit-animation-delay: 384.9s;
          animation-delay: 384.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3850) {
  -webkit-animation-delay: 385s;
          animation-delay: 385s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3851) {
  -webkit-animation-delay: 385.1s;
          animation-delay: 385.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3852) {
  -webkit-animation-delay: 385.2s;
          animation-delay: 385.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3853) {
  -webkit-animation-delay: 385.3s;
          animation-delay: 385.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3854) {
  -webkit-animation-delay: 385.4s;
          animation-delay: 385.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3855) {
  -webkit-animation-delay: 385.5s;
          animation-delay: 385.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3856) {
  -webkit-animation-delay: 385.6s;
          animation-delay: 385.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3857) {
  -webkit-animation-delay: 385.7s;
          animation-delay: 385.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3858) {
  -webkit-animation-delay: 385.8s;
          animation-delay: 385.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3859) {
  -webkit-animation-delay: 385.9s;
          animation-delay: 385.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3860) {
  -webkit-animation-delay: 386s;
          animation-delay: 386s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3861) {
  -webkit-animation-delay: 386.1s;
          animation-delay: 386.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3862) {
  -webkit-animation-delay: 386.2s;
          animation-delay: 386.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3863) {
  -webkit-animation-delay: 386.3s;
          animation-delay: 386.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3864) {
  -webkit-animation-delay: 386.4s;
          animation-delay: 386.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3865) {
  -webkit-animation-delay: 386.5s;
          animation-delay: 386.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3866) {
  -webkit-animation-delay: 386.6s;
          animation-delay: 386.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3867) {
  -webkit-animation-delay: 386.7s;
          animation-delay: 386.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3868) {
  -webkit-animation-delay: 386.8s;
          animation-delay: 386.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3869) {
  -webkit-animation-delay: 386.9s;
          animation-delay: 386.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3870) {
  -webkit-animation-delay: 387s;
          animation-delay: 387s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3871) {
  -webkit-animation-delay: 387.1s;
          animation-delay: 387.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3872) {
  -webkit-animation-delay: 387.2s;
          animation-delay: 387.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3873) {
  -webkit-animation-delay: 387.3s;
          animation-delay: 387.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3874) {
  -webkit-animation-delay: 387.4s;
          animation-delay: 387.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3875) {
  -webkit-animation-delay: 387.5s;
          animation-delay: 387.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3876) {
  -webkit-animation-delay: 387.6s;
          animation-delay: 387.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3877) {
  -webkit-animation-delay: 387.7s;
          animation-delay: 387.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3878) {
  -webkit-animation-delay: 387.8s;
          animation-delay: 387.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3879) {
  -webkit-animation-delay: 387.9s;
          animation-delay: 387.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3880) {
  -webkit-animation-delay: 388s;
          animation-delay: 388s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3881) {
  -webkit-animation-delay: 388.1s;
          animation-delay: 388.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3882) {
  -webkit-animation-delay: 388.2s;
          animation-delay: 388.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3883) {
  -webkit-animation-delay: 388.3s;
          animation-delay: 388.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3884) {
  -webkit-animation-delay: 388.4s;
          animation-delay: 388.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3885) {
  -webkit-animation-delay: 388.5s;
          animation-delay: 388.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3886) {
  -webkit-animation-delay: 388.6s;
          animation-delay: 388.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3887) {
  -webkit-animation-delay: 388.7s;
          animation-delay: 388.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3888) {
  -webkit-animation-delay: 388.8s;
          animation-delay: 388.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3889) {
  -webkit-animation-delay: 388.9s;
          animation-delay: 388.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3890) {
  -webkit-animation-delay: 389s;
          animation-delay: 389s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3891) {
  -webkit-animation-delay: 389.1s;
          animation-delay: 389.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3892) {
  -webkit-animation-delay: 389.2s;
          animation-delay: 389.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3893) {
  -webkit-animation-delay: 389.3s;
          animation-delay: 389.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3894) {
  -webkit-animation-delay: 389.4s;
          animation-delay: 389.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3895) {
  -webkit-animation-delay: 389.5s;
          animation-delay: 389.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3896) {
  -webkit-animation-delay: 389.6s;
          animation-delay: 389.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3897) {
  -webkit-animation-delay: 389.7s;
          animation-delay: 389.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3898) {
  -webkit-animation-delay: 389.8s;
          animation-delay: 389.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3899) {
  -webkit-animation-delay: 389.9s;
          animation-delay: 389.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3900) {
  -webkit-animation-delay: 390s;
          animation-delay: 390s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3901) {
  -webkit-animation-delay: 390.1s;
          animation-delay: 390.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3902) {
  -webkit-animation-delay: 390.2s;
          animation-delay: 390.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3903) {
  -webkit-animation-delay: 390.3s;
          animation-delay: 390.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3904) {
  -webkit-animation-delay: 390.4s;
          animation-delay: 390.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3905) {
  -webkit-animation-delay: 390.5s;
          animation-delay: 390.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3906) {
  -webkit-animation-delay: 390.6s;
          animation-delay: 390.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3907) {
  -webkit-animation-delay: 390.7s;
          animation-delay: 390.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3908) {
  -webkit-animation-delay: 390.8s;
          animation-delay: 390.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3909) {
  -webkit-animation-delay: 390.9s;
          animation-delay: 390.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3910) {
  -webkit-animation-delay: 391s;
          animation-delay: 391s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3911) {
  -webkit-animation-delay: 391.1s;
          animation-delay: 391.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3912) {
  -webkit-animation-delay: 391.2s;
          animation-delay: 391.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3913) {
  -webkit-animation-delay: 391.3s;
          animation-delay: 391.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3914) {
  -webkit-animation-delay: 391.4s;
          animation-delay: 391.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3915) {
  -webkit-animation-delay: 391.5s;
          animation-delay: 391.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3916) {
  -webkit-animation-delay: 391.6s;
          animation-delay: 391.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3917) {
  -webkit-animation-delay: 391.7s;
          animation-delay: 391.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3918) {
  -webkit-animation-delay: 391.8s;
          animation-delay: 391.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3919) {
  -webkit-animation-delay: 391.9s;
          animation-delay: 391.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3920) {
  -webkit-animation-delay: 392s;
          animation-delay: 392s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3921) {
  -webkit-animation-delay: 392.1s;
          animation-delay: 392.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3922) {
  -webkit-animation-delay: 392.2s;
          animation-delay: 392.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3923) {
  -webkit-animation-delay: 392.3s;
          animation-delay: 392.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3924) {
  -webkit-animation-delay: 392.4s;
          animation-delay: 392.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3925) {
  -webkit-animation-delay: 392.5s;
          animation-delay: 392.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3926) {
  -webkit-animation-delay: 392.6s;
          animation-delay: 392.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3927) {
  -webkit-animation-delay: 392.7s;
          animation-delay: 392.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3928) {
  -webkit-animation-delay: 392.8s;
          animation-delay: 392.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3929) {
  -webkit-animation-delay: 392.9s;
          animation-delay: 392.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3930) {
  -webkit-animation-delay: 393s;
          animation-delay: 393s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3931) {
  -webkit-animation-delay: 393.1s;
          animation-delay: 393.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3932) {
  -webkit-animation-delay: 393.2s;
          animation-delay: 393.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3933) {
  -webkit-animation-delay: 393.3s;
          animation-delay: 393.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3934) {
  -webkit-animation-delay: 393.4s;
          animation-delay: 393.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3935) {
  -webkit-animation-delay: 393.5s;
          animation-delay: 393.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3936) {
  -webkit-animation-delay: 393.6s;
          animation-delay: 393.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3937) {
  -webkit-animation-delay: 393.7s;
          animation-delay: 393.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3938) {
  -webkit-animation-delay: 393.8s;
          animation-delay: 393.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3939) {
  -webkit-animation-delay: 393.9s;
          animation-delay: 393.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3940) {
  -webkit-animation-delay: 394s;
          animation-delay: 394s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3941) {
  -webkit-animation-delay: 394.1s;
          animation-delay: 394.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3942) {
  -webkit-animation-delay: 394.2s;
          animation-delay: 394.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3943) {
  -webkit-animation-delay: 394.3s;
          animation-delay: 394.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3944) {
  -webkit-animation-delay: 394.4s;
          animation-delay: 394.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3945) {
  -webkit-animation-delay: 394.5s;
          animation-delay: 394.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3946) {
  -webkit-animation-delay: 394.6s;
          animation-delay: 394.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3947) {
  -webkit-animation-delay: 394.7s;
          animation-delay: 394.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3948) {
  -webkit-animation-delay: 394.8s;
          animation-delay: 394.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3949) {
  -webkit-animation-delay: 394.9s;
          animation-delay: 394.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3950) {
  -webkit-animation-delay: 395s;
          animation-delay: 395s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3951) {
  -webkit-animation-delay: 395.1s;
          animation-delay: 395.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3952) {
  -webkit-animation-delay: 395.2s;
          animation-delay: 395.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3953) {
  -webkit-animation-delay: 395.3s;
          animation-delay: 395.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3954) {
  -webkit-animation-delay: 395.4s;
          animation-delay: 395.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3955) {
  -webkit-animation-delay: 395.5s;
          animation-delay: 395.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3956) {
  -webkit-animation-delay: 395.6s;
          animation-delay: 395.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3957) {
  -webkit-animation-delay: 395.7s;
          animation-delay: 395.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3958) {
  -webkit-animation-delay: 395.8s;
          animation-delay: 395.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3959) {
  -webkit-animation-delay: 395.9s;
          animation-delay: 395.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3960) {
  -webkit-animation-delay: 396s;
          animation-delay: 396s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3961) {
  -webkit-animation-delay: 396.1s;
          animation-delay: 396.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3962) {
  -webkit-animation-delay: 396.2s;
          animation-delay: 396.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3963) {
  -webkit-animation-delay: 396.3s;
          animation-delay: 396.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3964) {
  -webkit-animation-delay: 396.4s;
          animation-delay: 396.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3965) {
  -webkit-animation-delay: 396.5s;
          animation-delay: 396.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3966) {
  -webkit-animation-delay: 396.6s;
          animation-delay: 396.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3967) {
  -webkit-animation-delay: 396.7s;
          animation-delay: 396.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3968) {
  -webkit-animation-delay: 396.8s;
          animation-delay: 396.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3969) {
  -webkit-animation-delay: 396.9s;
          animation-delay: 396.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3970) {
  -webkit-animation-delay: 397s;
          animation-delay: 397s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3971) {
  -webkit-animation-delay: 397.1s;
          animation-delay: 397.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3972) {
  -webkit-animation-delay: 397.2s;
          animation-delay: 397.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3973) {
  -webkit-animation-delay: 397.3s;
          animation-delay: 397.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3974) {
  -webkit-animation-delay: 397.4s;
          animation-delay: 397.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3975) {
  -webkit-animation-delay: 397.5s;
          animation-delay: 397.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3976) {
  -webkit-animation-delay: 397.6s;
          animation-delay: 397.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3977) {
  -webkit-animation-delay: 397.7s;
          animation-delay: 397.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3978) {
  -webkit-animation-delay: 397.8s;
          animation-delay: 397.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3979) {
  -webkit-animation-delay: 397.9s;
          animation-delay: 397.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3980) {
  -webkit-animation-delay: 398s;
          animation-delay: 398s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3981) {
  -webkit-animation-delay: 398.1s;
          animation-delay: 398.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3982) {
  -webkit-animation-delay: 398.2s;
          animation-delay: 398.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3983) {
  -webkit-animation-delay: 398.3s;
          animation-delay: 398.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3984) {
  -webkit-animation-delay: 398.4s;
          animation-delay: 398.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3985) {
  -webkit-animation-delay: 398.5s;
          animation-delay: 398.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3986) {
  -webkit-animation-delay: 398.6s;
          animation-delay: 398.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3987) {
  -webkit-animation-delay: 398.7s;
          animation-delay: 398.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3988) {
  -webkit-animation-delay: 398.8s;
          animation-delay: 398.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3989) {
  -webkit-animation-delay: 398.9s;
          animation-delay: 398.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3990) {
  -webkit-animation-delay: 399s;
          animation-delay: 399s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3991) {
  -webkit-animation-delay: 399.1s;
          animation-delay: 399.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3992) {
  -webkit-animation-delay: 399.2s;
          animation-delay: 399.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3993) {
  -webkit-animation-delay: 399.3s;
          animation-delay: 399.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3994) {
  -webkit-animation-delay: 399.4s;
          animation-delay: 399.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3995) {
  -webkit-animation-delay: 399.5s;
          animation-delay: 399.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3996) {
  -webkit-animation-delay: 399.6s;
          animation-delay: 399.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3997) {
  -webkit-animation-delay: 399.7s;
          animation-delay: 399.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3998) {
  -webkit-animation-delay: 399.8s;
          animation-delay: 399.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3999) {
  -webkit-animation-delay: 399.9s;
          animation-delay: 399.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4000) {
  -webkit-animation-delay: 400s;
          animation-delay: 400s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4001) {
  -webkit-animation-delay: 400.1s;
          animation-delay: 400.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4002) {
  -webkit-animation-delay: 400.2s;
          animation-delay: 400.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4003) {
  -webkit-animation-delay: 400.3s;
          animation-delay: 400.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4004) {
  -webkit-animation-delay: 400.4s;
          animation-delay: 400.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4005) {
  -webkit-animation-delay: 400.5s;
          animation-delay: 400.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4006) {
  -webkit-animation-delay: 400.6s;
          animation-delay: 400.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4007) {
  -webkit-animation-delay: 400.7s;
          animation-delay: 400.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4008) {
  -webkit-animation-delay: 400.8s;
          animation-delay: 400.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4009) {
  -webkit-animation-delay: 400.9s;
          animation-delay: 400.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4010) {
  -webkit-animation-delay: 401s;
          animation-delay: 401s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4011) {
  -webkit-animation-delay: 401.1s;
          animation-delay: 401.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4012) {
  -webkit-animation-delay: 401.2s;
          animation-delay: 401.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4013) {
  -webkit-animation-delay: 401.3s;
          animation-delay: 401.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4014) {
  -webkit-animation-delay: 401.4s;
          animation-delay: 401.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4015) {
  -webkit-animation-delay: 401.5s;
          animation-delay: 401.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4016) {
  -webkit-animation-delay: 401.6s;
          animation-delay: 401.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4017) {
  -webkit-animation-delay: 401.7s;
          animation-delay: 401.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4018) {
  -webkit-animation-delay: 401.8s;
          animation-delay: 401.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4019) {
  -webkit-animation-delay: 401.9s;
          animation-delay: 401.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4020) {
  -webkit-animation-delay: 402s;
          animation-delay: 402s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4021) {
  -webkit-animation-delay: 402.1s;
          animation-delay: 402.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4022) {
  -webkit-animation-delay: 402.2s;
          animation-delay: 402.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4023) {
  -webkit-animation-delay: 402.3s;
          animation-delay: 402.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4024) {
  -webkit-animation-delay: 402.4s;
          animation-delay: 402.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4025) {
  -webkit-animation-delay: 402.5s;
          animation-delay: 402.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4026) {
  -webkit-animation-delay: 402.6s;
          animation-delay: 402.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4027) {
  -webkit-animation-delay: 402.7s;
          animation-delay: 402.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4028) {
  -webkit-animation-delay: 402.8s;
          animation-delay: 402.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4029) {
  -webkit-animation-delay: 402.9s;
          animation-delay: 402.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4030) {
  -webkit-animation-delay: 403s;
          animation-delay: 403s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4031) {
  -webkit-animation-delay: 403.1s;
          animation-delay: 403.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4032) {
  -webkit-animation-delay: 403.2s;
          animation-delay: 403.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4033) {
  -webkit-animation-delay: 403.3s;
          animation-delay: 403.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4034) {
  -webkit-animation-delay: 403.4s;
          animation-delay: 403.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4035) {
  -webkit-animation-delay: 403.5s;
          animation-delay: 403.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4036) {
  -webkit-animation-delay: 403.6s;
          animation-delay: 403.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4037) {
  -webkit-animation-delay: 403.7s;
          animation-delay: 403.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4038) {
  -webkit-animation-delay: 403.8s;
          animation-delay: 403.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4039) {
  -webkit-animation-delay: 403.9s;
          animation-delay: 403.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4040) {
  -webkit-animation-delay: 404s;
          animation-delay: 404s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4041) {
  -webkit-animation-delay: 404.1s;
          animation-delay: 404.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4042) {
  -webkit-animation-delay: 404.2s;
          animation-delay: 404.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4043) {
  -webkit-animation-delay: 404.3s;
          animation-delay: 404.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4044) {
  -webkit-animation-delay: 404.4s;
          animation-delay: 404.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4045) {
  -webkit-animation-delay: 404.5s;
          animation-delay: 404.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4046) {
  -webkit-animation-delay: 404.6s;
          animation-delay: 404.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4047) {
  -webkit-animation-delay: 404.7s;
          animation-delay: 404.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4048) {
  -webkit-animation-delay: 404.8s;
          animation-delay: 404.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4049) {
  -webkit-animation-delay: 404.9s;
          animation-delay: 404.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4050) {
  -webkit-animation-delay: 405s;
          animation-delay: 405s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4051) {
  -webkit-animation-delay: 405.1s;
          animation-delay: 405.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4052) {
  -webkit-animation-delay: 405.2s;
          animation-delay: 405.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4053) {
  -webkit-animation-delay: 405.3s;
          animation-delay: 405.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4054) {
  -webkit-animation-delay: 405.4s;
          animation-delay: 405.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4055) {
  -webkit-animation-delay: 405.5s;
          animation-delay: 405.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4056) {
  -webkit-animation-delay: 405.6s;
          animation-delay: 405.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4057) {
  -webkit-animation-delay: 405.7s;
          animation-delay: 405.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4058) {
  -webkit-animation-delay: 405.8s;
          animation-delay: 405.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4059) {
  -webkit-animation-delay: 405.9s;
          animation-delay: 405.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4060) {
  -webkit-animation-delay: 406s;
          animation-delay: 406s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4061) {
  -webkit-animation-delay: 406.1s;
          animation-delay: 406.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4062) {
  -webkit-animation-delay: 406.2s;
          animation-delay: 406.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4063) {
  -webkit-animation-delay: 406.3s;
          animation-delay: 406.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4064) {
  -webkit-animation-delay: 406.4s;
          animation-delay: 406.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4065) {
  -webkit-animation-delay: 406.5s;
          animation-delay: 406.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4066) {
  -webkit-animation-delay: 406.6s;
          animation-delay: 406.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4067) {
  -webkit-animation-delay: 406.7s;
          animation-delay: 406.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4068) {
  -webkit-animation-delay: 406.8s;
          animation-delay: 406.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4069) {
  -webkit-animation-delay: 406.9s;
          animation-delay: 406.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4070) {
  -webkit-animation-delay: 407s;
          animation-delay: 407s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4071) {
  -webkit-animation-delay: 407.1s;
          animation-delay: 407.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4072) {
  -webkit-animation-delay: 407.2s;
          animation-delay: 407.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4073) {
  -webkit-animation-delay: 407.3s;
          animation-delay: 407.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4074) {
  -webkit-animation-delay: 407.4s;
          animation-delay: 407.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4075) {
  -webkit-animation-delay: 407.5s;
          animation-delay: 407.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4076) {
  -webkit-animation-delay: 407.6s;
          animation-delay: 407.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4077) {
  -webkit-animation-delay: 407.7s;
          animation-delay: 407.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4078) {
  -webkit-animation-delay: 407.8s;
          animation-delay: 407.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4079) {
  -webkit-animation-delay: 407.9s;
          animation-delay: 407.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4080) {
  -webkit-animation-delay: 408s;
          animation-delay: 408s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4081) {
  -webkit-animation-delay: 408.1s;
          animation-delay: 408.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4082) {
  -webkit-animation-delay: 408.2s;
          animation-delay: 408.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4083) {
  -webkit-animation-delay: 408.3s;
          animation-delay: 408.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4084) {
  -webkit-animation-delay: 408.4s;
          animation-delay: 408.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4085) {
  -webkit-animation-delay: 408.5s;
          animation-delay: 408.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4086) {
  -webkit-animation-delay: 408.6s;
          animation-delay: 408.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4087) {
  -webkit-animation-delay: 408.7s;
          animation-delay: 408.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4088) {
  -webkit-animation-delay: 408.8s;
          animation-delay: 408.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4089) {
  -webkit-animation-delay: 408.9s;
          animation-delay: 408.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4090) {
  -webkit-animation-delay: 409s;
          animation-delay: 409s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4091) {
  -webkit-animation-delay: 409.1s;
          animation-delay: 409.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4092) {
  -webkit-animation-delay: 409.2s;
          animation-delay: 409.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4093) {
  -webkit-animation-delay: 409.3s;
          animation-delay: 409.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4094) {
  -webkit-animation-delay: 409.4s;
          animation-delay: 409.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4095) {
  -webkit-animation-delay: 409.5s;
          animation-delay: 409.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4096) {
  -webkit-animation-delay: 409.6s;
          animation-delay: 409.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4097) {
  -webkit-animation-delay: 409.7s;
          animation-delay: 409.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4098) {
  -webkit-animation-delay: 409.8s;
          animation-delay: 409.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4099) {
  -webkit-animation-delay: 409.9s;
          animation-delay: 409.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4100) {
  -webkit-animation-delay: 410s;
          animation-delay: 410s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4101) {
  -webkit-animation-delay: 410.1s;
          animation-delay: 410.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4102) {
  -webkit-animation-delay: 410.2s;
          animation-delay: 410.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4103) {
  -webkit-animation-delay: 410.3s;
          animation-delay: 410.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4104) {
  -webkit-animation-delay: 410.4s;
          animation-delay: 410.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4105) {
  -webkit-animation-delay: 410.5s;
          animation-delay: 410.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4106) {
  -webkit-animation-delay: 410.6s;
          animation-delay: 410.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4107) {
  -webkit-animation-delay: 410.7s;
          animation-delay: 410.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4108) {
  -webkit-animation-delay: 410.8s;
          animation-delay: 410.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4109) {
  -webkit-animation-delay: 410.9s;
          animation-delay: 410.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4110) {
  -webkit-animation-delay: 411s;
          animation-delay: 411s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4111) {
  -webkit-animation-delay: 411.1s;
          animation-delay: 411.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4112) {
  -webkit-animation-delay: 411.2s;
          animation-delay: 411.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4113) {
  -webkit-animation-delay: 411.3s;
          animation-delay: 411.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4114) {
  -webkit-animation-delay: 411.4s;
          animation-delay: 411.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4115) {
  -webkit-animation-delay: 411.5s;
          animation-delay: 411.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4116) {
  -webkit-animation-delay: 411.6s;
          animation-delay: 411.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4117) {
  -webkit-animation-delay: 411.7s;
          animation-delay: 411.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4118) {
  -webkit-animation-delay: 411.8s;
          animation-delay: 411.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4119) {
  -webkit-animation-delay: 411.9s;
          animation-delay: 411.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4120) {
  -webkit-animation-delay: 412s;
          animation-delay: 412s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4121) {
  -webkit-animation-delay: 412.1s;
          animation-delay: 412.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4122) {
  -webkit-animation-delay: 412.2s;
          animation-delay: 412.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4123) {
  -webkit-animation-delay: 412.3s;
          animation-delay: 412.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4124) {
  -webkit-animation-delay: 412.4s;
          animation-delay: 412.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4125) {
  -webkit-animation-delay: 412.5s;
          animation-delay: 412.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4126) {
  -webkit-animation-delay: 412.6s;
          animation-delay: 412.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4127) {
  -webkit-animation-delay: 412.7s;
          animation-delay: 412.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4128) {
  -webkit-animation-delay: 412.8s;
          animation-delay: 412.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4129) {
  -webkit-animation-delay: 412.9s;
          animation-delay: 412.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4130) {
  -webkit-animation-delay: 413s;
          animation-delay: 413s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4131) {
  -webkit-animation-delay: 413.1s;
          animation-delay: 413.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4132) {
  -webkit-animation-delay: 413.2s;
          animation-delay: 413.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4133) {
  -webkit-animation-delay: 413.3s;
          animation-delay: 413.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4134) {
  -webkit-animation-delay: 413.4s;
          animation-delay: 413.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4135) {
  -webkit-animation-delay: 413.5s;
          animation-delay: 413.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4136) {
  -webkit-animation-delay: 413.6s;
          animation-delay: 413.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4137) {
  -webkit-animation-delay: 413.7s;
          animation-delay: 413.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4138) {
  -webkit-animation-delay: 413.8s;
          animation-delay: 413.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4139) {
  -webkit-animation-delay: 413.9s;
          animation-delay: 413.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4140) {
  -webkit-animation-delay: 414s;
          animation-delay: 414s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4141) {
  -webkit-animation-delay: 414.1s;
          animation-delay: 414.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4142) {
  -webkit-animation-delay: 414.2s;
          animation-delay: 414.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4143) {
  -webkit-animation-delay: 414.3s;
          animation-delay: 414.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4144) {
  -webkit-animation-delay: 414.4s;
          animation-delay: 414.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4145) {
  -webkit-animation-delay: 414.5s;
          animation-delay: 414.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4146) {
  -webkit-animation-delay: 414.6s;
          animation-delay: 414.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4147) {
  -webkit-animation-delay: 414.7s;
          animation-delay: 414.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4148) {
  -webkit-animation-delay: 414.8s;
          animation-delay: 414.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4149) {
  -webkit-animation-delay: 414.9s;
          animation-delay: 414.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4150) {
  -webkit-animation-delay: 415s;
          animation-delay: 415s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4151) {
  -webkit-animation-delay: 415.1s;
          animation-delay: 415.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4152) {
  -webkit-animation-delay: 415.2s;
          animation-delay: 415.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4153) {
  -webkit-animation-delay: 415.3s;
          animation-delay: 415.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4154) {
  -webkit-animation-delay: 415.4s;
          animation-delay: 415.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4155) {
  -webkit-animation-delay: 415.5s;
          animation-delay: 415.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4156) {
  -webkit-animation-delay: 415.6s;
          animation-delay: 415.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4157) {
  -webkit-animation-delay: 415.7s;
          animation-delay: 415.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4158) {
  -webkit-animation-delay: 415.8s;
          animation-delay: 415.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4159) {
  -webkit-animation-delay: 415.9s;
          animation-delay: 415.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4160) {
  -webkit-animation-delay: 416s;
          animation-delay: 416s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4161) {
  -webkit-animation-delay: 416.1s;
          animation-delay: 416.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4162) {
  -webkit-animation-delay: 416.2s;
          animation-delay: 416.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4163) {
  -webkit-animation-delay: 416.3s;
          animation-delay: 416.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4164) {
  -webkit-animation-delay: 416.4s;
          animation-delay: 416.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4165) {
  -webkit-animation-delay: 416.5s;
          animation-delay: 416.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4166) {
  -webkit-animation-delay: 416.6s;
          animation-delay: 416.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4167) {
  -webkit-animation-delay: 416.7s;
          animation-delay: 416.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4168) {
  -webkit-animation-delay: 416.8s;
          animation-delay: 416.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4169) {
  -webkit-animation-delay: 416.9s;
          animation-delay: 416.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4170) {
  -webkit-animation-delay: 417s;
          animation-delay: 417s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4171) {
  -webkit-animation-delay: 417.1s;
          animation-delay: 417.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4172) {
  -webkit-animation-delay: 417.2s;
          animation-delay: 417.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4173) {
  -webkit-animation-delay: 417.3s;
          animation-delay: 417.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4174) {
  -webkit-animation-delay: 417.4s;
          animation-delay: 417.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4175) {
  -webkit-animation-delay: 417.5s;
          animation-delay: 417.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4176) {
  -webkit-animation-delay: 417.6s;
          animation-delay: 417.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4177) {
  -webkit-animation-delay: 417.7s;
          animation-delay: 417.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4178) {
  -webkit-animation-delay: 417.8s;
          animation-delay: 417.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4179) {
  -webkit-animation-delay: 417.9s;
          animation-delay: 417.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4180) {
  -webkit-animation-delay: 418s;
          animation-delay: 418s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4181) {
  -webkit-animation-delay: 418.1s;
          animation-delay: 418.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4182) {
  -webkit-animation-delay: 418.2s;
          animation-delay: 418.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4183) {
  -webkit-animation-delay: 418.3s;
          animation-delay: 418.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4184) {
  -webkit-animation-delay: 418.4s;
          animation-delay: 418.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4185) {
  -webkit-animation-delay: 418.5s;
          animation-delay: 418.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4186) {
  -webkit-animation-delay: 418.6s;
          animation-delay: 418.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4187) {
  -webkit-animation-delay: 418.7s;
          animation-delay: 418.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4188) {
  -webkit-animation-delay: 418.8s;
          animation-delay: 418.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4189) {
  -webkit-animation-delay: 418.9s;
          animation-delay: 418.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4190) {
  -webkit-animation-delay: 419s;
          animation-delay: 419s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4191) {
  -webkit-animation-delay: 419.1s;
          animation-delay: 419.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4192) {
  -webkit-animation-delay: 419.2s;
          animation-delay: 419.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4193) {
  -webkit-animation-delay: 419.3s;
          animation-delay: 419.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4194) {
  -webkit-animation-delay: 419.4s;
          animation-delay: 419.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4195) {
  -webkit-animation-delay: 419.5s;
          animation-delay: 419.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4196) {
  -webkit-animation-delay: 419.6s;
          animation-delay: 419.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4197) {
  -webkit-animation-delay: 419.7s;
          animation-delay: 419.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4198) {
  -webkit-animation-delay: 419.8s;
          animation-delay: 419.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4199) {
  -webkit-animation-delay: 419.9s;
          animation-delay: 419.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4200) {
  -webkit-animation-delay: 420s;
          animation-delay: 420s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4201) {
  -webkit-animation-delay: 420.1s;
          animation-delay: 420.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4202) {
  -webkit-animation-delay: 420.2s;
          animation-delay: 420.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4203) {
  -webkit-animation-delay: 420.3s;
          animation-delay: 420.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4204) {
  -webkit-animation-delay: 420.4s;
          animation-delay: 420.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4205) {
  -webkit-animation-delay: 420.5s;
          animation-delay: 420.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4206) {
  -webkit-animation-delay: 420.6s;
          animation-delay: 420.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4207) {
  -webkit-animation-delay: 420.7s;
          animation-delay: 420.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4208) {
  -webkit-animation-delay: 420.8s;
          animation-delay: 420.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4209) {
  -webkit-animation-delay: 420.9s;
          animation-delay: 420.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4210) {
  -webkit-animation-delay: 421s;
          animation-delay: 421s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4211) {
  -webkit-animation-delay: 421.1s;
          animation-delay: 421.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4212) {
  -webkit-animation-delay: 421.2s;
          animation-delay: 421.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4213) {
  -webkit-animation-delay: 421.3s;
          animation-delay: 421.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4214) {
  -webkit-animation-delay: 421.4s;
          animation-delay: 421.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4215) {
  -webkit-animation-delay: 421.5s;
          animation-delay: 421.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4216) {
  -webkit-animation-delay: 421.6s;
          animation-delay: 421.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4217) {
  -webkit-animation-delay: 421.7s;
          animation-delay: 421.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4218) {
  -webkit-animation-delay: 421.8s;
          animation-delay: 421.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4219) {
  -webkit-animation-delay: 421.9s;
          animation-delay: 421.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4220) {
  -webkit-animation-delay: 422s;
          animation-delay: 422s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4221) {
  -webkit-animation-delay: 422.1s;
          animation-delay: 422.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4222) {
  -webkit-animation-delay: 422.2s;
          animation-delay: 422.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4223) {
  -webkit-animation-delay: 422.3s;
          animation-delay: 422.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4224) {
  -webkit-animation-delay: 422.4s;
          animation-delay: 422.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4225) {
  -webkit-animation-delay: 422.5s;
          animation-delay: 422.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4226) {
  -webkit-animation-delay: 422.6s;
          animation-delay: 422.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4227) {
  -webkit-animation-delay: 422.7s;
          animation-delay: 422.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4228) {
  -webkit-animation-delay: 422.8s;
          animation-delay: 422.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4229) {
  -webkit-animation-delay: 422.9s;
          animation-delay: 422.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4230) {
  -webkit-animation-delay: 423s;
          animation-delay: 423s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4231) {
  -webkit-animation-delay: 423.1s;
          animation-delay: 423.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4232) {
  -webkit-animation-delay: 423.2s;
          animation-delay: 423.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4233) {
  -webkit-animation-delay: 423.3s;
          animation-delay: 423.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4234) {
  -webkit-animation-delay: 423.4s;
          animation-delay: 423.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4235) {
  -webkit-animation-delay: 423.5s;
          animation-delay: 423.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4236) {
  -webkit-animation-delay: 423.6s;
          animation-delay: 423.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4237) {
  -webkit-animation-delay: 423.7s;
          animation-delay: 423.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4238) {
  -webkit-animation-delay: 423.8s;
          animation-delay: 423.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4239) {
  -webkit-animation-delay: 423.9s;
          animation-delay: 423.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4240) {
  -webkit-animation-delay: 424s;
          animation-delay: 424s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4241) {
  -webkit-animation-delay: 424.1s;
          animation-delay: 424.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4242) {
  -webkit-animation-delay: 424.2s;
          animation-delay: 424.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4243) {
  -webkit-animation-delay: 424.3s;
          animation-delay: 424.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4244) {
  -webkit-animation-delay: 424.4s;
          animation-delay: 424.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4245) {
  -webkit-animation-delay: 424.5s;
          animation-delay: 424.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4246) {
  -webkit-animation-delay: 424.6s;
          animation-delay: 424.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4247) {
  -webkit-animation-delay: 424.7s;
          animation-delay: 424.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4248) {
  -webkit-animation-delay: 424.8s;
          animation-delay: 424.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4249) {
  -webkit-animation-delay: 424.9s;
          animation-delay: 424.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4250) {
  -webkit-animation-delay: 425s;
          animation-delay: 425s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4251) {
  -webkit-animation-delay: 425.1s;
          animation-delay: 425.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4252) {
  -webkit-animation-delay: 425.2s;
          animation-delay: 425.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4253) {
  -webkit-animation-delay: 425.3s;
          animation-delay: 425.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4254) {
  -webkit-animation-delay: 425.4s;
          animation-delay: 425.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4255) {
  -webkit-animation-delay: 425.5s;
          animation-delay: 425.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4256) {
  -webkit-animation-delay: 425.6s;
          animation-delay: 425.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4257) {
  -webkit-animation-delay: 425.7s;
          animation-delay: 425.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4258) {
  -webkit-animation-delay: 425.8s;
          animation-delay: 425.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4259) {
  -webkit-animation-delay: 425.9s;
          animation-delay: 425.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4260) {
  -webkit-animation-delay: 426s;
          animation-delay: 426s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4261) {
  -webkit-animation-delay: 426.1s;
          animation-delay: 426.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4262) {
  -webkit-animation-delay: 426.2s;
          animation-delay: 426.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4263) {
  -webkit-animation-delay: 426.3s;
          animation-delay: 426.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4264) {
  -webkit-animation-delay: 426.4s;
          animation-delay: 426.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4265) {
  -webkit-animation-delay: 426.5s;
          animation-delay: 426.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4266) {
  -webkit-animation-delay: 426.6s;
          animation-delay: 426.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4267) {
  -webkit-animation-delay: 426.7s;
          animation-delay: 426.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4268) {
  -webkit-animation-delay: 426.8s;
          animation-delay: 426.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4269) {
  -webkit-animation-delay: 426.9s;
          animation-delay: 426.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4270) {
  -webkit-animation-delay: 427s;
          animation-delay: 427s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4271) {
  -webkit-animation-delay: 427.1s;
          animation-delay: 427.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4272) {
  -webkit-animation-delay: 427.2s;
          animation-delay: 427.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4273) {
  -webkit-animation-delay: 427.3s;
          animation-delay: 427.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4274) {
  -webkit-animation-delay: 427.4s;
          animation-delay: 427.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4275) {
  -webkit-animation-delay: 427.5s;
          animation-delay: 427.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4276) {
  -webkit-animation-delay: 427.6s;
          animation-delay: 427.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4277) {
  -webkit-animation-delay: 427.7s;
          animation-delay: 427.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4278) {
  -webkit-animation-delay: 427.8s;
          animation-delay: 427.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4279) {
  -webkit-animation-delay: 427.9s;
          animation-delay: 427.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4280) {
  -webkit-animation-delay: 428s;
          animation-delay: 428s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4281) {
  -webkit-animation-delay: 428.1s;
          animation-delay: 428.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4282) {
  -webkit-animation-delay: 428.2s;
          animation-delay: 428.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4283) {
  -webkit-animation-delay: 428.3s;
          animation-delay: 428.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4284) {
  -webkit-animation-delay: 428.4s;
          animation-delay: 428.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4285) {
  -webkit-animation-delay: 428.5s;
          animation-delay: 428.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4286) {
  -webkit-animation-delay: 428.6s;
          animation-delay: 428.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4287) {
  -webkit-animation-delay: 428.7s;
          animation-delay: 428.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4288) {
  -webkit-animation-delay: 428.8s;
          animation-delay: 428.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4289) {
  -webkit-animation-delay: 428.9s;
          animation-delay: 428.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4290) {
  -webkit-animation-delay: 429s;
          animation-delay: 429s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4291) {
  -webkit-animation-delay: 429.1s;
          animation-delay: 429.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4292) {
  -webkit-animation-delay: 429.2s;
          animation-delay: 429.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4293) {
  -webkit-animation-delay: 429.3s;
          animation-delay: 429.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4294) {
  -webkit-animation-delay: 429.4s;
          animation-delay: 429.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4295) {
  -webkit-animation-delay: 429.5s;
          animation-delay: 429.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4296) {
  -webkit-animation-delay: 429.6s;
          animation-delay: 429.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4297) {
  -webkit-animation-delay: 429.7s;
          animation-delay: 429.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4298) {
  -webkit-animation-delay: 429.8s;
          animation-delay: 429.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4299) {
  -webkit-animation-delay: 429.9s;
          animation-delay: 429.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4300) {
  -webkit-animation-delay: 430s;
          animation-delay: 430s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4301) {
  -webkit-animation-delay: 430.1s;
          animation-delay: 430.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4302) {
  -webkit-animation-delay: 430.2s;
          animation-delay: 430.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4303) {
  -webkit-animation-delay: 430.3s;
          animation-delay: 430.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4304) {
  -webkit-animation-delay: 430.4s;
          animation-delay: 430.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4305) {
  -webkit-animation-delay: 430.5s;
          animation-delay: 430.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4306) {
  -webkit-animation-delay: 430.6s;
          animation-delay: 430.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4307) {
  -webkit-animation-delay: 430.7s;
          animation-delay: 430.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4308) {
  -webkit-animation-delay: 430.8s;
          animation-delay: 430.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4309) {
  -webkit-animation-delay: 430.9s;
          animation-delay: 430.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4310) {
  -webkit-animation-delay: 431s;
          animation-delay: 431s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4311) {
  -webkit-animation-delay: 431.1s;
          animation-delay: 431.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4312) {
  -webkit-animation-delay: 431.2s;
          animation-delay: 431.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4313) {
  -webkit-animation-delay: 431.3s;
          animation-delay: 431.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4314) {
  -webkit-animation-delay: 431.4s;
          animation-delay: 431.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4315) {
  -webkit-animation-delay: 431.5s;
          animation-delay: 431.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4316) {
  -webkit-animation-delay: 431.6s;
          animation-delay: 431.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4317) {
  -webkit-animation-delay: 431.7s;
          animation-delay: 431.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4318) {
  -webkit-animation-delay: 431.8s;
          animation-delay: 431.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4319) {
  -webkit-animation-delay: 431.9s;
          animation-delay: 431.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4320) {
  -webkit-animation-delay: 432s;
          animation-delay: 432s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4321) {
  -webkit-animation-delay: 432.1s;
          animation-delay: 432.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4322) {
  -webkit-animation-delay: 432.2s;
          animation-delay: 432.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4323) {
  -webkit-animation-delay: 432.3s;
          animation-delay: 432.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4324) {
  -webkit-animation-delay: 432.4s;
          animation-delay: 432.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4325) {
  -webkit-animation-delay: 432.5s;
          animation-delay: 432.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4326) {
  -webkit-animation-delay: 432.6s;
          animation-delay: 432.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4327) {
  -webkit-animation-delay: 432.7s;
          animation-delay: 432.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4328) {
  -webkit-animation-delay: 432.8s;
          animation-delay: 432.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4329) {
  -webkit-animation-delay: 432.9s;
          animation-delay: 432.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4330) {
  -webkit-animation-delay: 433s;
          animation-delay: 433s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4331) {
  -webkit-animation-delay: 433.1s;
          animation-delay: 433.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4332) {
  -webkit-animation-delay: 433.2s;
          animation-delay: 433.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4333) {
  -webkit-animation-delay: 433.3s;
          animation-delay: 433.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4334) {
  -webkit-animation-delay: 433.4s;
          animation-delay: 433.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4335) {
  -webkit-animation-delay: 433.5s;
          animation-delay: 433.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4336) {
  -webkit-animation-delay: 433.6s;
          animation-delay: 433.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4337) {
  -webkit-animation-delay: 433.7s;
          animation-delay: 433.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4338) {
  -webkit-animation-delay: 433.8s;
          animation-delay: 433.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4339) {
  -webkit-animation-delay: 433.9s;
          animation-delay: 433.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4340) {
  -webkit-animation-delay: 434s;
          animation-delay: 434s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4341) {
  -webkit-animation-delay: 434.1s;
          animation-delay: 434.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4342) {
  -webkit-animation-delay: 434.2s;
          animation-delay: 434.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4343) {
  -webkit-animation-delay: 434.3s;
          animation-delay: 434.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4344) {
  -webkit-animation-delay: 434.4s;
          animation-delay: 434.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4345) {
  -webkit-animation-delay: 434.5s;
          animation-delay: 434.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4346) {
  -webkit-animation-delay: 434.6s;
          animation-delay: 434.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4347) {
  -webkit-animation-delay: 434.7s;
          animation-delay: 434.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4348) {
  -webkit-animation-delay: 434.8s;
          animation-delay: 434.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4349) {
  -webkit-animation-delay: 434.9s;
          animation-delay: 434.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4350) {
  -webkit-animation-delay: 435s;
          animation-delay: 435s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4351) {
  -webkit-animation-delay: 435.1s;
          animation-delay: 435.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4352) {
  -webkit-animation-delay: 435.2s;
          animation-delay: 435.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4353) {
  -webkit-animation-delay: 435.3s;
          animation-delay: 435.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4354) {
  -webkit-animation-delay: 435.4s;
          animation-delay: 435.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4355) {
  -webkit-animation-delay: 435.5s;
          animation-delay: 435.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4356) {
  -webkit-animation-delay: 435.6s;
          animation-delay: 435.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4357) {
  -webkit-animation-delay: 435.7s;
          animation-delay: 435.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4358) {
  -webkit-animation-delay: 435.8s;
          animation-delay: 435.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4359) {
  -webkit-animation-delay: 435.9s;
          animation-delay: 435.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4360) {
  -webkit-animation-delay: 436s;
          animation-delay: 436s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4361) {
  -webkit-animation-delay: 436.1s;
          animation-delay: 436.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4362) {
  -webkit-animation-delay: 436.2s;
          animation-delay: 436.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4363) {
  -webkit-animation-delay: 436.3s;
          animation-delay: 436.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4364) {
  -webkit-animation-delay: 436.4s;
          animation-delay: 436.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4365) {
  -webkit-animation-delay: 436.5s;
          animation-delay: 436.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4366) {
  -webkit-animation-delay: 436.6s;
          animation-delay: 436.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4367) {
  -webkit-animation-delay: 436.7s;
          animation-delay: 436.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4368) {
  -webkit-animation-delay: 436.8s;
          animation-delay: 436.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4369) {
  -webkit-animation-delay: 436.9s;
          animation-delay: 436.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4370) {
  -webkit-animation-delay: 437s;
          animation-delay: 437s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4371) {
  -webkit-animation-delay: 437.1s;
          animation-delay: 437.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4372) {
  -webkit-animation-delay: 437.2s;
          animation-delay: 437.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4373) {
  -webkit-animation-delay: 437.3s;
          animation-delay: 437.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4374) {
  -webkit-animation-delay: 437.4s;
          animation-delay: 437.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4375) {
  -webkit-animation-delay: 437.5s;
          animation-delay: 437.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4376) {
  -webkit-animation-delay: 437.6s;
          animation-delay: 437.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4377) {
  -webkit-animation-delay: 437.7s;
          animation-delay: 437.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4378) {
  -webkit-animation-delay: 437.8s;
          animation-delay: 437.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4379) {
  -webkit-animation-delay: 437.9s;
          animation-delay: 437.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4380) {
  -webkit-animation-delay: 438s;
          animation-delay: 438s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4381) {
  -webkit-animation-delay: 438.1s;
          animation-delay: 438.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4382) {
  -webkit-animation-delay: 438.2s;
          animation-delay: 438.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4383) {
  -webkit-animation-delay: 438.3s;
          animation-delay: 438.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4384) {
  -webkit-animation-delay: 438.4s;
          animation-delay: 438.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4385) {
  -webkit-animation-delay: 438.5s;
          animation-delay: 438.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4386) {
  -webkit-animation-delay: 438.6s;
          animation-delay: 438.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4387) {
  -webkit-animation-delay: 438.7s;
          animation-delay: 438.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4388) {
  -webkit-animation-delay: 438.8s;
          animation-delay: 438.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4389) {
  -webkit-animation-delay: 438.9s;
          animation-delay: 438.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4390) {
  -webkit-animation-delay: 439s;
          animation-delay: 439s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4391) {
  -webkit-animation-delay: 439.1s;
          animation-delay: 439.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4392) {
  -webkit-animation-delay: 439.2s;
          animation-delay: 439.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4393) {
  -webkit-animation-delay: 439.3s;
          animation-delay: 439.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4394) {
  -webkit-animation-delay: 439.4s;
          animation-delay: 439.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4395) {
  -webkit-animation-delay: 439.5s;
          animation-delay: 439.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4396) {
  -webkit-animation-delay: 439.6s;
          animation-delay: 439.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4397) {
  -webkit-animation-delay: 439.7s;
          animation-delay: 439.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4398) {
  -webkit-animation-delay: 439.8s;
          animation-delay: 439.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4399) {
  -webkit-animation-delay: 439.9s;
          animation-delay: 439.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4400) {
  -webkit-animation-delay: 440s;
          animation-delay: 440s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4401) {
  -webkit-animation-delay: 440.1s;
          animation-delay: 440.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4402) {
  -webkit-animation-delay: 440.2s;
          animation-delay: 440.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4403) {
  -webkit-animation-delay: 440.3s;
          animation-delay: 440.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4404) {
  -webkit-animation-delay: 440.4s;
          animation-delay: 440.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4405) {
  -webkit-animation-delay: 440.5s;
          animation-delay: 440.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4406) {
  -webkit-animation-delay: 440.6s;
          animation-delay: 440.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4407) {
  -webkit-animation-delay: 440.7s;
          animation-delay: 440.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4408) {
  -webkit-animation-delay: 440.8s;
          animation-delay: 440.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4409) {
  -webkit-animation-delay: 440.9s;
          animation-delay: 440.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4410) {
  -webkit-animation-delay: 441s;
          animation-delay: 441s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4411) {
  -webkit-animation-delay: 441.1s;
          animation-delay: 441.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4412) {
  -webkit-animation-delay: 441.2s;
          animation-delay: 441.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4413) {
  -webkit-animation-delay: 441.3s;
          animation-delay: 441.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4414) {
  -webkit-animation-delay: 441.4s;
          animation-delay: 441.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4415) {
  -webkit-animation-delay: 441.5s;
          animation-delay: 441.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4416) {
  -webkit-animation-delay: 441.6s;
          animation-delay: 441.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4417) {
  -webkit-animation-delay: 441.7s;
          animation-delay: 441.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4418) {
  -webkit-animation-delay: 441.8s;
          animation-delay: 441.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4419) {
  -webkit-animation-delay: 441.9s;
          animation-delay: 441.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4420) {
  -webkit-animation-delay: 442s;
          animation-delay: 442s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4421) {
  -webkit-animation-delay: 442.1s;
          animation-delay: 442.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4422) {
  -webkit-animation-delay: 442.2s;
          animation-delay: 442.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4423) {
  -webkit-animation-delay: 442.3s;
          animation-delay: 442.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4424) {
  -webkit-animation-delay: 442.4s;
          animation-delay: 442.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4425) {
  -webkit-animation-delay: 442.5s;
          animation-delay: 442.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4426) {
  -webkit-animation-delay: 442.6s;
          animation-delay: 442.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4427) {
  -webkit-animation-delay: 442.7s;
          animation-delay: 442.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4428) {
  -webkit-animation-delay: 442.8s;
          animation-delay: 442.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4429) {
  -webkit-animation-delay: 442.9s;
          animation-delay: 442.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4430) {
  -webkit-animation-delay: 443s;
          animation-delay: 443s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4431) {
  -webkit-animation-delay: 443.1s;
          animation-delay: 443.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4432) {
  -webkit-animation-delay: 443.2s;
          animation-delay: 443.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4433) {
  -webkit-animation-delay: 443.3s;
          animation-delay: 443.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4434) {
  -webkit-animation-delay: 443.4s;
          animation-delay: 443.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4435) {
  -webkit-animation-delay: 443.5s;
          animation-delay: 443.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4436) {
  -webkit-animation-delay: 443.6s;
          animation-delay: 443.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4437) {
  -webkit-animation-delay: 443.7s;
          animation-delay: 443.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4438) {
  -webkit-animation-delay: 443.8s;
          animation-delay: 443.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4439) {
  -webkit-animation-delay: 443.9s;
          animation-delay: 443.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4440) {
  -webkit-animation-delay: 444s;
          animation-delay: 444s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4441) {
  -webkit-animation-delay: 444.1s;
          animation-delay: 444.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4442) {
  -webkit-animation-delay: 444.2s;
          animation-delay: 444.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4443) {
  -webkit-animation-delay: 444.3s;
          animation-delay: 444.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4444) {
  -webkit-animation-delay: 444.4s;
          animation-delay: 444.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4445) {
  -webkit-animation-delay: 444.5s;
          animation-delay: 444.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4446) {
  -webkit-animation-delay: 444.6s;
          animation-delay: 444.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4447) {
  -webkit-animation-delay: 444.7s;
          animation-delay: 444.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4448) {
  -webkit-animation-delay: 444.8s;
          animation-delay: 444.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4449) {
  -webkit-animation-delay: 444.9s;
          animation-delay: 444.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4450) {
  -webkit-animation-delay: 445s;
          animation-delay: 445s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4451) {
  -webkit-animation-delay: 445.1s;
          animation-delay: 445.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4452) {
  -webkit-animation-delay: 445.2s;
          animation-delay: 445.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4453) {
  -webkit-animation-delay: 445.3s;
          animation-delay: 445.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4454) {
  -webkit-animation-delay: 445.4s;
          animation-delay: 445.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4455) {
  -webkit-animation-delay: 445.5s;
          animation-delay: 445.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4456) {
  -webkit-animation-delay: 445.6s;
          animation-delay: 445.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4457) {
  -webkit-animation-delay: 445.7s;
          animation-delay: 445.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4458) {
  -webkit-animation-delay: 445.8s;
          animation-delay: 445.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4459) {
  -webkit-animation-delay: 445.9s;
          animation-delay: 445.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4460) {
  -webkit-animation-delay: 446s;
          animation-delay: 446s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4461) {
  -webkit-animation-delay: 446.1s;
          animation-delay: 446.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4462) {
  -webkit-animation-delay: 446.2s;
          animation-delay: 446.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4463) {
  -webkit-animation-delay: 446.3s;
          animation-delay: 446.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4464) {
  -webkit-animation-delay: 446.4s;
          animation-delay: 446.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4465) {
  -webkit-animation-delay: 446.5s;
          animation-delay: 446.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4466) {
  -webkit-animation-delay: 446.6s;
          animation-delay: 446.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4467) {
  -webkit-animation-delay: 446.7s;
          animation-delay: 446.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4468) {
  -webkit-animation-delay: 446.8s;
          animation-delay: 446.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4469) {
  -webkit-animation-delay: 446.9s;
          animation-delay: 446.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4470) {
  -webkit-animation-delay: 447s;
          animation-delay: 447s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4471) {
  -webkit-animation-delay: 447.1s;
          animation-delay: 447.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4472) {
  -webkit-animation-delay: 447.2s;
          animation-delay: 447.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4473) {
  -webkit-animation-delay: 447.3s;
          animation-delay: 447.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4474) {
  -webkit-animation-delay: 447.4s;
          animation-delay: 447.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4475) {
  -webkit-animation-delay: 447.5s;
          animation-delay: 447.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4476) {
  -webkit-animation-delay: 447.6s;
          animation-delay: 447.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4477) {
  -webkit-animation-delay: 447.7s;
          animation-delay: 447.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4478) {
  -webkit-animation-delay: 447.8s;
          animation-delay: 447.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4479) {
  -webkit-animation-delay: 447.9s;
          animation-delay: 447.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4480) {
  -webkit-animation-delay: 448s;
          animation-delay: 448s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4481) {
  -webkit-animation-delay: 448.1s;
          animation-delay: 448.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4482) {
  -webkit-animation-delay: 448.2s;
          animation-delay: 448.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4483) {
  -webkit-animation-delay: 448.3s;
          animation-delay: 448.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4484) {
  -webkit-animation-delay: 448.4s;
          animation-delay: 448.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4485) {
  -webkit-animation-delay: 448.5s;
          animation-delay: 448.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4486) {
  -webkit-animation-delay: 448.6s;
          animation-delay: 448.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4487) {
  -webkit-animation-delay: 448.7s;
          animation-delay: 448.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4488) {
  -webkit-animation-delay: 448.8s;
          animation-delay: 448.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4489) {
  -webkit-animation-delay: 448.9s;
          animation-delay: 448.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4490) {
  -webkit-animation-delay: 449s;
          animation-delay: 449s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4491) {
  -webkit-animation-delay: 449.1s;
          animation-delay: 449.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4492) {
  -webkit-animation-delay: 449.2s;
          animation-delay: 449.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4493) {
  -webkit-animation-delay: 449.3s;
          animation-delay: 449.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4494) {
  -webkit-animation-delay: 449.4s;
          animation-delay: 449.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4495) {
  -webkit-animation-delay: 449.5s;
          animation-delay: 449.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4496) {
  -webkit-animation-delay: 449.6s;
          animation-delay: 449.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4497) {
  -webkit-animation-delay: 449.7s;
          animation-delay: 449.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4498) {
  -webkit-animation-delay: 449.8s;
          animation-delay: 449.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4499) {
  -webkit-animation-delay: 449.9s;
          animation-delay: 449.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4500) {
  -webkit-animation-delay: 450s;
          animation-delay: 450s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4501) {
  -webkit-animation-delay: 450.1s;
          animation-delay: 450.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4502) {
  -webkit-animation-delay: 450.2s;
          animation-delay: 450.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4503) {
  -webkit-animation-delay: 450.3s;
          animation-delay: 450.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4504) {
  -webkit-animation-delay: 450.4s;
          animation-delay: 450.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4505) {
  -webkit-animation-delay: 450.5s;
          animation-delay: 450.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4506) {
  -webkit-animation-delay: 450.6s;
          animation-delay: 450.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4507) {
  -webkit-animation-delay: 450.7s;
          animation-delay: 450.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4508) {
  -webkit-animation-delay: 450.8s;
          animation-delay: 450.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4509) {
  -webkit-animation-delay: 450.9s;
          animation-delay: 450.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4510) {
  -webkit-animation-delay: 451s;
          animation-delay: 451s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4511) {
  -webkit-animation-delay: 451.1s;
          animation-delay: 451.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4512) {
  -webkit-animation-delay: 451.2s;
          animation-delay: 451.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4513) {
  -webkit-animation-delay: 451.3s;
          animation-delay: 451.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4514) {
  -webkit-animation-delay: 451.4s;
          animation-delay: 451.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4515) {
  -webkit-animation-delay: 451.5s;
          animation-delay: 451.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4516) {
  -webkit-animation-delay: 451.6s;
          animation-delay: 451.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4517) {
  -webkit-animation-delay: 451.7s;
          animation-delay: 451.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4518) {
  -webkit-animation-delay: 451.8s;
          animation-delay: 451.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4519) {
  -webkit-animation-delay: 451.9s;
          animation-delay: 451.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4520) {
  -webkit-animation-delay: 452s;
          animation-delay: 452s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4521) {
  -webkit-animation-delay: 452.1s;
          animation-delay: 452.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4522) {
  -webkit-animation-delay: 452.2s;
          animation-delay: 452.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4523) {
  -webkit-animation-delay: 452.3s;
          animation-delay: 452.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4524) {
  -webkit-animation-delay: 452.4s;
          animation-delay: 452.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4525) {
  -webkit-animation-delay: 452.5s;
          animation-delay: 452.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4526) {
  -webkit-animation-delay: 452.6s;
          animation-delay: 452.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4527) {
  -webkit-animation-delay: 452.7s;
          animation-delay: 452.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4528) {
  -webkit-animation-delay: 452.8s;
          animation-delay: 452.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4529) {
  -webkit-animation-delay: 452.9s;
          animation-delay: 452.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4530) {
  -webkit-animation-delay: 453s;
          animation-delay: 453s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4531) {
  -webkit-animation-delay: 453.1s;
          animation-delay: 453.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4532) {
  -webkit-animation-delay: 453.2s;
          animation-delay: 453.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4533) {
  -webkit-animation-delay: 453.3s;
          animation-delay: 453.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4534) {
  -webkit-animation-delay: 453.4s;
          animation-delay: 453.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4535) {
  -webkit-animation-delay: 453.5s;
          animation-delay: 453.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4536) {
  -webkit-animation-delay: 453.6s;
          animation-delay: 453.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4537) {
  -webkit-animation-delay: 453.7s;
          animation-delay: 453.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4538) {
  -webkit-animation-delay: 453.8s;
          animation-delay: 453.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4539) {
  -webkit-animation-delay: 453.9s;
          animation-delay: 453.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4540) {
  -webkit-animation-delay: 454s;
          animation-delay: 454s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4541) {
  -webkit-animation-delay: 454.1s;
          animation-delay: 454.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4542) {
  -webkit-animation-delay: 454.2s;
          animation-delay: 454.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4543) {
  -webkit-animation-delay: 454.3s;
          animation-delay: 454.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4544) {
  -webkit-animation-delay: 454.4s;
          animation-delay: 454.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4545) {
  -webkit-animation-delay: 454.5s;
          animation-delay: 454.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4546) {
  -webkit-animation-delay: 454.6s;
          animation-delay: 454.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4547) {
  -webkit-animation-delay: 454.7s;
          animation-delay: 454.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4548) {
  -webkit-animation-delay: 454.8s;
          animation-delay: 454.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4549) {
  -webkit-animation-delay: 454.9s;
          animation-delay: 454.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4550) {
  -webkit-animation-delay: 455s;
          animation-delay: 455s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4551) {
  -webkit-animation-delay: 455.1s;
          animation-delay: 455.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4552) {
  -webkit-animation-delay: 455.2s;
          animation-delay: 455.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4553) {
  -webkit-animation-delay: 455.3s;
          animation-delay: 455.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4554) {
  -webkit-animation-delay: 455.4s;
          animation-delay: 455.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4555) {
  -webkit-animation-delay: 455.5s;
          animation-delay: 455.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4556) {
  -webkit-animation-delay: 455.6s;
          animation-delay: 455.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4557) {
  -webkit-animation-delay: 455.7s;
          animation-delay: 455.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4558) {
  -webkit-animation-delay: 455.8s;
          animation-delay: 455.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4559) {
  -webkit-animation-delay: 455.9s;
          animation-delay: 455.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4560) {
  -webkit-animation-delay: 456s;
          animation-delay: 456s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4561) {
  -webkit-animation-delay: 456.1s;
          animation-delay: 456.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4562) {
  -webkit-animation-delay: 456.2s;
          animation-delay: 456.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4563) {
  -webkit-animation-delay: 456.3s;
          animation-delay: 456.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4564) {
  -webkit-animation-delay: 456.4s;
          animation-delay: 456.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4565) {
  -webkit-animation-delay: 456.5s;
          animation-delay: 456.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4566) {
  -webkit-animation-delay: 456.6s;
          animation-delay: 456.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4567) {
  -webkit-animation-delay: 456.7s;
          animation-delay: 456.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4568) {
  -webkit-animation-delay: 456.8s;
          animation-delay: 456.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4569) {
  -webkit-animation-delay: 456.9s;
          animation-delay: 456.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4570) {
  -webkit-animation-delay: 457s;
          animation-delay: 457s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4571) {
  -webkit-animation-delay: 457.1s;
          animation-delay: 457.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4572) {
  -webkit-animation-delay: 457.2s;
          animation-delay: 457.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4573) {
  -webkit-animation-delay: 457.3s;
          animation-delay: 457.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4574) {
  -webkit-animation-delay: 457.4s;
          animation-delay: 457.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4575) {
  -webkit-animation-delay: 457.5s;
          animation-delay: 457.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4576) {
  -webkit-animation-delay: 457.6s;
          animation-delay: 457.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4577) {
  -webkit-animation-delay: 457.7s;
          animation-delay: 457.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4578) {
  -webkit-animation-delay: 457.8s;
          animation-delay: 457.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4579) {
  -webkit-animation-delay: 457.9s;
          animation-delay: 457.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4580) {
  -webkit-animation-delay: 458s;
          animation-delay: 458s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4581) {
  -webkit-animation-delay: 458.1s;
          animation-delay: 458.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4582) {
  -webkit-animation-delay: 458.2s;
          animation-delay: 458.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4583) {
  -webkit-animation-delay: 458.3s;
          animation-delay: 458.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4584) {
  -webkit-animation-delay: 458.4s;
          animation-delay: 458.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4585) {
  -webkit-animation-delay: 458.5s;
          animation-delay: 458.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4586) {
  -webkit-animation-delay: 458.6s;
          animation-delay: 458.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4587) {
  -webkit-animation-delay: 458.7s;
          animation-delay: 458.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4588) {
  -webkit-animation-delay: 458.8s;
          animation-delay: 458.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4589) {
  -webkit-animation-delay: 458.9s;
          animation-delay: 458.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4590) {
  -webkit-animation-delay: 459s;
          animation-delay: 459s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4591) {
  -webkit-animation-delay: 459.1s;
          animation-delay: 459.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4592) {
  -webkit-animation-delay: 459.2s;
          animation-delay: 459.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4593) {
  -webkit-animation-delay: 459.3s;
          animation-delay: 459.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4594) {
  -webkit-animation-delay: 459.4s;
          animation-delay: 459.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4595) {
  -webkit-animation-delay: 459.5s;
          animation-delay: 459.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4596) {
  -webkit-animation-delay: 459.6s;
          animation-delay: 459.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4597) {
  -webkit-animation-delay: 459.7s;
          animation-delay: 459.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4598) {
  -webkit-animation-delay: 459.8s;
          animation-delay: 459.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4599) {
  -webkit-animation-delay: 459.9s;
          animation-delay: 459.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4600) {
  -webkit-animation-delay: 460s;
          animation-delay: 460s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4601) {
  -webkit-animation-delay: 460.1s;
          animation-delay: 460.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4602) {
  -webkit-animation-delay: 460.2s;
          animation-delay: 460.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4603) {
  -webkit-animation-delay: 460.3s;
          animation-delay: 460.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4604) {
  -webkit-animation-delay: 460.4s;
          animation-delay: 460.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4605) {
  -webkit-animation-delay: 460.5s;
          animation-delay: 460.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4606) {
  -webkit-animation-delay: 460.6s;
          animation-delay: 460.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4607) {
  -webkit-animation-delay: 460.7s;
          animation-delay: 460.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4608) {
  -webkit-animation-delay: 460.8s;
          animation-delay: 460.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4609) {
  -webkit-animation-delay: 460.9s;
          animation-delay: 460.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4610) {
  -webkit-animation-delay: 461s;
          animation-delay: 461s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4611) {
  -webkit-animation-delay: 461.1s;
          animation-delay: 461.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4612) {
  -webkit-animation-delay: 461.2s;
          animation-delay: 461.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4613) {
  -webkit-animation-delay: 461.3s;
          animation-delay: 461.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4614) {
  -webkit-animation-delay: 461.4s;
          animation-delay: 461.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4615) {
  -webkit-animation-delay: 461.5s;
          animation-delay: 461.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4616) {
  -webkit-animation-delay: 461.6s;
          animation-delay: 461.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4617) {
  -webkit-animation-delay: 461.7s;
          animation-delay: 461.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4618) {
  -webkit-animation-delay: 461.8s;
          animation-delay: 461.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4619) {
  -webkit-animation-delay: 461.9s;
          animation-delay: 461.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4620) {
  -webkit-animation-delay: 462s;
          animation-delay: 462s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4621) {
  -webkit-animation-delay: 462.1s;
          animation-delay: 462.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4622) {
  -webkit-animation-delay: 462.2s;
          animation-delay: 462.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4623) {
  -webkit-animation-delay: 462.3s;
          animation-delay: 462.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4624) {
  -webkit-animation-delay: 462.4s;
          animation-delay: 462.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4625) {
  -webkit-animation-delay: 462.5s;
          animation-delay: 462.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4626) {
  -webkit-animation-delay: 462.6s;
          animation-delay: 462.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4627) {
  -webkit-animation-delay: 462.7s;
          animation-delay: 462.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4628) {
  -webkit-animation-delay: 462.8s;
          animation-delay: 462.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4629) {
  -webkit-animation-delay: 462.9s;
          animation-delay: 462.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4630) {
  -webkit-animation-delay: 463s;
          animation-delay: 463s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4631) {
  -webkit-animation-delay: 463.1s;
          animation-delay: 463.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4632) {
  -webkit-animation-delay: 463.2s;
          animation-delay: 463.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4633) {
  -webkit-animation-delay: 463.3s;
          animation-delay: 463.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4634) {
  -webkit-animation-delay: 463.4s;
          animation-delay: 463.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4635) {
  -webkit-animation-delay: 463.5s;
          animation-delay: 463.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4636) {
  -webkit-animation-delay: 463.6s;
          animation-delay: 463.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4637) {
  -webkit-animation-delay: 463.7s;
          animation-delay: 463.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4638) {
  -webkit-animation-delay: 463.8s;
          animation-delay: 463.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4639) {
  -webkit-animation-delay: 463.9s;
          animation-delay: 463.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4640) {
  -webkit-animation-delay: 464s;
          animation-delay: 464s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4641) {
  -webkit-animation-delay: 464.1s;
          animation-delay: 464.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4642) {
  -webkit-animation-delay: 464.2s;
          animation-delay: 464.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4643) {
  -webkit-animation-delay: 464.3s;
          animation-delay: 464.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4644) {
  -webkit-animation-delay: 464.4s;
          animation-delay: 464.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4645) {
  -webkit-animation-delay: 464.5s;
          animation-delay: 464.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4646) {
  -webkit-animation-delay: 464.6s;
          animation-delay: 464.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4647) {
  -webkit-animation-delay: 464.7s;
          animation-delay: 464.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4648) {
  -webkit-animation-delay: 464.8s;
          animation-delay: 464.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4649) {
  -webkit-animation-delay: 464.9s;
          animation-delay: 464.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4650) {
  -webkit-animation-delay: 465s;
          animation-delay: 465s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4651) {
  -webkit-animation-delay: 465.1s;
          animation-delay: 465.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4652) {
  -webkit-animation-delay: 465.2s;
          animation-delay: 465.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4653) {
  -webkit-animation-delay: 465.3s;
          animation-delay: 465.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4654) {
  -webkit-animation-delay: 465.4s;
          animation-delay: 465.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4655) {
  -webkit-animation-delay: 465.5s;
          animation-delay: 465.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4656) {
  -webkit-animation-delay: 465.6s;
          animation-delay: 465.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4657) {
  -webkit-animation-delay: 465.7s;
          animation-delay: 465.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4658) {
  -webkit-animation-delay: 465.8s;
          animation-delay: 465.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4659) {
  -webkit-animation-delay: 465.9s;
          animation-delay: 465.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4660) {
  -webkit-animation-delay: 466s;
          animation-delay: 466s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4661) {
  -webkit-animation-delay: 466.1s;
          animation-delay: 466.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4662) {
  -webkit-animation-delay: 466.2s;
          animation-delay: 466.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4663) {
  -webkit-animation-delay: 466.3s;
          animation-delay: 466.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4664) {
  -webkit-animation-delay: 466.4s;
          animation-delay: 466.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4665) {
  -webkit-animation-delay: 466.5s;
          animation-delay: 466.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4666) {
  -webkit-animation-delay: 466.6s;
          animation-delay: 466.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4667) {
  -webkit-animation-delay: 466.7s;
          animation-delay: 466.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4668) {
  -webkit-animation-delay: 466.8s;
          animation-delay: 466.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4669) {
  -webkit-animation-delay: 466.9s;
          animation-delay: 466.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4670) {
  -webkit-animation-delay: 467s;
          animation-delay: 467s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4671) {
  -webkit-animation-delay: 467.1s;
          animation-delay: 467.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4672) {
  -webkit-animation-delay: 467.2s;
          animation-delay: 467.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4673) {
  -webkit-animation-delay: 467.3s;
          animation-delay: 467.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4674) {
  -webkit-animation-delay: 467.4s;
          animation-delay: 467.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4675) {
  -webkit-animation-delay: 467.5s;
          animation-delay: 467.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4676) {
  -webkit-animation-delay: 467.6s;
          animation-delay: 467.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4677) {
  -webkit-animation-delay: 467.7s;
          animation-delay: 467.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4678) {
  -webkit-animation-delay: 467.8s;
          animation-delay: 467.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4679) {
  -webkit-animation-delay: 467.9s;
          animation-delay: 467.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4680) {
  -webkit-animation-delay: 468s;
          animation-delay: 468s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4681) {
  -webkit-animation-delay: 468.1s;
          animation-delay: 468.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4682) {
  -webkit-animation-delay: 468.2s;
          animation-delay: 468.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4683) {
  -webkit-animation-delay: 468.3s;
          animation-delay: 468.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4684) {
  -webkit-animation-delay: 468.4s;
          animation-delay: 468.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4685) {
  -webkit-animation-delay: 468.5s;
          animation-delay: 468.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4686) {
  -webkit-animation-delay: 468.6s;
          animation-delay: 468.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4687) {
  -webkit-animation-delay: 468.7s;
          animation-delay: 468.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4688) {
  -webkit-animation-delay: 468.8s;
          animation-delay: 468.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4689) {
  -webkit-animation-delay: 468.9s;
          animation-delay: 468.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4690) {
  -webkit-animation-delay: 469s;
          animation-delay: 469s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4691) {
  -webkit-animation-delay: 469.1s;
          animation-delay: 469.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4692) {
  -webkit-animation-delay: 469.2s;
          animation-delay: 469.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4693) {
  -webkit-animation-delay: 469.3s;
          animation-delay: 469.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4694) {
  -webkit-animation-delay: 469.4s;
          animation-delay: 469.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4695) {
  -webkit-animation-delay: 469.5s;
          animation-delay: 469.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4696) {
  -webkit-animation-delay: 469.6s;
          animation-delay: 469.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4697) {
  -webkit-animation-delay: 469.7s;
          animation-delay: 469.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4698) {
  -webkit-animation-delay: 469.8s;
          animation-delay: 469.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4699) {
  -webkit-animation-delay: 469.9s;
          animation-delay: 469.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4700) {
  -webkit-animation-delay: 470s;
          animation-delay: 470s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4701) {
  -webkit-animation-delay: 470.1s;
          animation-delay: 470.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4702) {
  -webkit-animation-delay: 470.2s;
          animation-delay: 470.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4703) {
  -webkit-animation-delay: 470.3s;
          animation-delay: 470.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4704) {
  -webkit-animation-delay: 470.4s;
          animation-delay: 470.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4705) {
  -webkit-animation-delay: 470.5s;
          animation-delay: 470.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4706) {
  -webkit-animation-delay: 470.6s;
          animation-delay: 470.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4707) {
  -webkit-animation-delay: 470.7s;
          animation-delay: 470.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4708) {
  -webkit-animation-delay: 470.8s;
          animation-delay: 470.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4709) {
  -webkit-animation-delay: 470.9s;
          animation-delay: 470.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4710) {
  -webkit-animation-delay: 471s;
          animation-delay: 471s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4711) {
  -webkit-animation-delay: 471.1s;
          animation-delay: 471.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4712) {
  -webkit-animation-delay: 471.2s;
          animation-delay: 471.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4713) {
  -webkit-animation-delay: 471.3s;
          animation-delay: 471.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4714) {
  -webkit-animation-delay: 471.4s;
          animation-delay: 471.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4715) {
  -webkit-animation-delay: 471.5s;
          animation-delay: 471.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4716) {
  -webkit-animation-delay: 471.6s;
          animation-delay: 471.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4717) {
  -webkit-animation-delay: 471.7s;
          animation-delay: 471.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4718) {
  -webkit-animation-delay: 471.8s;
          animation-delay: 471.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4719) {
  -webkit-animation-delay: 471.9s;
          animation-delay: 471.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4720) {
  -webkit-animation-delay: 472s;
          animation-delay: 472s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4721) {
  -webkit-animation-delay: 472.1s;
          animation-delay: 472.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4722) {
  -webkit-animation-delay: 472.2s;
          animation-delay: 472.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4723) {
  -webkit-animation-delay: 472.3s;
          animation-delay: 472.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4724) {
  -webkit-animation-delay: 472.4s;
          animation-delay: 472.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4725) {
  -webkit-animation-delay: 472.5s;
          animation-delay: 472.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4726) {
  -webkit-animation-delay: 472.6s;
          animation-delay: 472.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4727) {
  -webkit-animation-delay: 472.7s;
          animation-delay: 472.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4728) {
  -webkit-animation-delay: 472.8s;
          animation-delay: 472.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4729) {
  -webkit-animation-delay: 472.9s;
          animation-delay: 472.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4730) {
  -webkit-animation-delay: 473s;
          animation-delay: 473s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4731) {
  -webkit-animation-delay: 473.1s;
          animation-delay: 473.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4732) {
  -webkit-animation-delay: 473.2s;
          animation-delay: 473.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4733) {
  -webkit-animation-delay: 473.3s;
          animation-delay: 473.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4734) {
  -webkit-animation-delay: 473.4s;
          animation-delay: 473.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4735) {
  -webkit-animation-delay: 473.5s;
          animation-delay: 473.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4736) {
  -webkit-animation-delay: 473.6s;
          animation-delay: 473.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4737) {
  -webkit-animation-delay: 473.7s;
          animation-delay: 473.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4738) {
  -webkit-animation-delay: 473.8s;
          animation-delay: 473.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4739) {
  -webkit-animation-delay: 473.9s;
          animation-delay: 473.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4740) {
  -webkit-animation-delay: 474s;
          animation-delay: 474s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4741) {
  -webkit-animation-delay: 474.1s;
          animation-delay: 474.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4742) {
  -webkit-animation-delay: 474.2s;
          animation-delay: 474.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4743) {
  -webkit-animation-delay: 474.3s;
          animation-delay: 474.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4744) {
  -webkit-animation-delay: 474.4s;
          animation-delay: 474.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4745) {
  -webkit-animation-delay: 474.5s;
          animation-delay: 474.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4746) {
  -webkit-animation-delay: 474.6s;
          animation-delay: 474.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4747) {
  -webkit-animation-delay: 474.7s;
          animation-delay: 474.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4748) {
  -webkit-animation-delay: 474.8s;
          animation-delay: 474.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4749) {
  -webkit-animation-delay: 474.9s;
          animation-delay: 474.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4750) {
  -webkit-animation-delay: 475s;
          animation-delay: 475s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4751) {
  -webkit-animation-delay: 475.1s;
          animation-delay: 475.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4752) {
  -webkit-animation-delay: 475.2s;
          animation-delay: 475.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4753) {
  -webkit-animation-delay: 475.3s;
          animation-delay: 475.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4754) {
  -webkit-animation-delay: 475.4s;
          animation-delay: 475.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4755) {
  -webkit-animation-delay: 475.5s;
          animation-delay: 475.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4756) {
  -webkit-animation-delay: 475.6s;
          animation-delay: 475.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4757) {
  -webkit-animation-delay: 475.7s;
          animation-delay: 475.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4758) {
  -webkit-animation-delay: 475.8s;
          animation-delay: 475.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4759) {
  -webkit-animation-delay: 475.9s;
          animation-delay: 475.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4760) {
  -webkit-animation-delay: 476s;
          animation-delay: 476s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4761) {
  -webkit-animation-delay: 476.1s;
          animation-delay: 476.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4762) {
  -webkit-animation-delay: 476.2s;
          animation-delay: 476.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4763) {
  -webkit-animation-delay: 476.3s;
          animation-delay: 476.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4764) {
  -webkit-animation-delay: 476.4s;
          animation-delay: 476.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4765) {
  -webkit-animation-delay: 476.5s;
          animation-delay: 476.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4766) {
  -webkit-animation-delay: 476.6s;
          animation-delay: 476.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4767) {
  -webkit-animation-delay: 476.7s;
          animation-delay: 476.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4768) {
  -webkit-animation-delay: 476.8s;
          animation-delay: 476.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4769) {
  -webkit-animation-delay: 476.9s;
          animation-delay: 476.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4770) {
  -webkit-animation-delay: 477s;
          animation-delay: 477s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4771) {
  -webkit-animation-delay: 477.1s;
          animation-delay: 477.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4772) {
  -webkit-animation-delay: 477.2s;
          animation-delay: 477.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4773) {
  -webkit-animation-delay: 477.3s;
          animation-delay: 477.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4774) {
  -webkit-animation-delay: 477.4s;
          animation-delay: 477.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4775) {
  -webkit-animation-delay: 477.5s;
          animation-delay: 477.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4776) {
  -webkit-animation-delay: 477.6s;
          animation-delay: 477.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4777) {
  -webkit-animation-delay: 477.7s;
          animation-delay: 477.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4778) {
  -webkit-animation-delay: 477.8s;
          animation-delay: 477.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4779) {
  -webkit-animation-delay: 477.9s;
          animation-delay: 477.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4780) {
  -webkit-animation-delay: 478s;
          animation-delay: 478s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4781) {
  -webkit-animation-delay: 478.1s;
          animation-delay: 478.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4782) {
  -webkit-animation-delay: 478.2s;
          animation-delay: 478.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4783) {
  -webkit-animation-delay: 478.3s;
          animation-delay: 478.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4784) {
  -webkit-animation-delay: 478.4s;
          animation-delay: 478.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4785) {
  -webkit-animation-delay: 478.5s;
          animation-delay: 478.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4786) {
  -webkit-animation-delay: 478.6s;
          animation-delay: 478.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4787) {
  -webkit-animation-delay: 478.7s;
          animation-delay: 478.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4788) {
  -webkit-animation-delay: 478.8s;
          animation-delay: 478.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4789) {
  -webkit-animation-delay: 478.9s;
          animation-delay: 478.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4790) {
  -webkit-animation-delay: 479s;
          animation-delay: 479s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4791) {
  -webkit-animation-delay: 479.1s;
          animation-delay: 479.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4792) {
  -webkit-animation-delay: 479.2s;
          animation-delay: 479.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4793) {
  -webkit-animation-delay: 479.3s;
          animation-delay: 479.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4794) {
  -webkit-animation-delay: 479.4s;
          animation-delay: 479.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4795) {
  -webkit-animation-delay: 479.5s;
          animation-delay: 479.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4796) {
  -webkit-animation-delay: 479.6s;
          animation-delay: 479.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4797) {
  -webkit-animation-delay: 479.7s;
          animation-delay: 479.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4798) {
  -webkit-animation-delay: 479.8s;
          animation-delay: 479.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4799) {
  -webkit-animation-delay: 479.9s;
          animation-delay: 479.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4800) {
  -webkit-animation-delay: 480s;
          animation-delay: 480s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4801) {
  -webkit-animation-delay: 480.1s;
          animation-delay: 480.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4802) {
  -webkit-animation-delay: 480.2s;
          animation-delay: 480.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4803) {
  -webkit-animation-delay: 480.3s;
          animation-delay: 480.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4804) {
  -webkit-animation-delay: 480.4s;
          animation-delay: 480.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4805) {
  -webkit-animation-delay: 480.5s;
          animation-delay: 480.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4806) {
  -webkit-animation-delay: 480.6s;
          animation-delay: 480.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4807) {
  -webkit-animation-delay: 480.7s;
          animation-delay: 480.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4808) {
  -webkit-animation-delay: 480.8s;
          animation-delay: 480.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4809) {
  -webkit-animation-delay: 480.9s;
          animation-delay: 480.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4810) {
  -webkit-animation-delay: 481s;
          animation-delay: 481s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4811) {
  -webkit-animation-delay: 481.1s;
          animation-delay: 481.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4812) {
  -webkit-animation-delay: 481.2s;
          animation-delay: 481.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4813) {
  -webkit-animation-delay: 481.3s;
          animation-delay: 481.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4814) {
  -webkit-animation-delay: 481.4s;
          animation-delay: 481.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4815) {
  -webkit-animation-delay: 481.5s;
          animation-delay: 481.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4816) {
  -webkit-animation-delay: 481.6s;
          animation-delay: 481.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4817) {
  -webkit-animation-delay: 481.7s;
          animation-delay: 481.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4818) {
  -webkit-animation-delay: 481.8s;
          animation-delay: 481.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4819) {
  -webkit-animation-delay: 481.9s;
          animation-delay: 481.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4820) {
  -webkit-animation-delay: 482s;
          animation-delay: 482s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4821) {
  -webkit-animation-delay: 482.1s;
          animation-delay: 482.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4822) {
  -webkit-animation-delay: 482.2s;
          animation-delay: 482.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4823) {
  -webkit-animation-delay: 482.3s;
          animation-delay: 482.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4824) {
  -webkit-animation-delay: 482.4s;
          animation-delay: 482.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4825) {
  -webkit-animation-delay: 482.5s;
          animation-delay: 482.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4826) {
  -webkit-animation-delay: 482.6s;
          animation-delay: 482.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4827) {
  -webkit-animation-delay: 482.7s;
          animation-delay: 482.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4828) {
  -webkit-animation-delay: 482.8s;
          animation-delay: 482.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4829) {
  -webkit-animation-delay: 482.9s;
          animation-delay: 482.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4830) {
  -webkit-animation-delay: 483s;
          animation-delay: 483s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4831) {
  -webkit-animation-delay: 483.1s;
          animation-delay: 483.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4832) {
  -webkit-animation-delay: 483.2s;
          animation-delay: 483.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4833) {
  -webkit-animation-delay: 483.3s;
          animation-delay: 483.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4834) {
  -webkit-animation-delay: 483.4s;
          animation-delay: 483.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4835) {
  -webkit-animation-delay: 483.5s;
          animation-delay: 483.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4836) {
  -webkit-animation-delay: 483.6s;
          animation-delay: 483.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4837) {
  -webkit-animation-delay: 483.7s;
          animation-delay: 483.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4838) {
  -webkit-animation-delay: 483.8s;
          animation-delay: 483.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4839) {
  -webkit-animation-delay: 483.9s;
          animation-delay: 483.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4840) {
  -webkit-animation-delay: 484s;
          animation-delay: 484s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4841) {
  -webkit-animation-delay: 484.1s;
          animation-delay: 484.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4842) {
  -webkit-animation-delay: 484.2s;
          animation-delay: 484.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4843) {
  -webkit-animation-delay: 484.3s;
          animation-delay: 484.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4844) {
  -webkit-animation-delay: 484.4s;
          animation-delay: 484.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4845) {
  -webkit-animation-delay: 484.5s;
          animation-delay: 484.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4846) {
  -webkit-animation-delay: 484.6s;
          animation-delay: 484.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4847) {
  -webkit-animation-delay: 484.7s;
          animation-delay: 484.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4848) {
  -webkit-animation-delay: 484.8s;
          animation-delay: 484.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4849) {
  -webkit-animation-delay: 484.9s;
          animation-delay: 484.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4850) {
  -webkit-animation-delay: 485s;
          animation-delay: 485s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4851) {
  -webkit-animation-delay: 485.1s;
          animation-delay: 485.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4852) {
  -webkit-animation-delay: 485.2s;
          animation-delay: 485.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4853) {
  -webkit-animation-delay: 485.3s;
          animation-delay: 485.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4854) {
  -webkit-animation-delay: 485.4s;
          animation-delay: 485.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4855) {
  -webkit-animation-delay: 485.5s;
          animation-delay: 485.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4856) {
  -webkit-animation-delay: 485.6s;
          animation-delay: 485.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4857) {
  -webkit-animation-delay: 485.7s;
          animation-delay: 485.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4858) {
  -webkit-animation-delay: 485.8s;
          animation-delay: 485.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4859) {
  -webkit-animation-delay: 485.9s;
          animation-delay: 485.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4860) {
  -webkit-animation-delay: 486s;
          animation-delay: 486s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4861) {
  -webkit-animation-delay: 486.1s;
          animation-delay: 486.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4862) {
  -webkit-animation-delay: 486.2s;
          animation-delay: 486.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4863) {
  -webkit-animation-delay: 486.3s;
          animation-delay: 486.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4864) {
  -webkit-animation-delay: 486.4s;
          animation-delay: 486.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4865) {
  -webkit-animation-delay: 486.5s;
          animation-delay: 486.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4866) {
  -webkit-animation-delay: 486.6s;
          animation-delay: 486.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4867) {
  -webkit-animation-delay: 486.7s;
          animation-delay: 486.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4868) {
  -webkit-animation-delay: 486.8s;
          animation-delay: 486.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4869) {
  -webkit-animation-delay: 486.9s;
          animation-delay: 486.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4870) {
  -webkit-animation-delay: 487s;
          animation-delay: 487s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4871) {
  -webkit-animation-delay: 487.1s;
          animation-delay: 487.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4872) {
  -webkit-animation-delay: 487.2s;
          animation-delay: 487.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4873) {
  -webkit-animation-delay: 487.3s;
          animation-delay: 487.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4874) {
  -webkit-animation-delay: 487.4s;
          animation-delay: 487.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4875) {
  -webkit-animation-delay: 487.5s;
          animation-delay: 487.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4876) {
  -webkit-animation-delay: 487.6s;
          animation-delay: 487.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4877) {
  -webkit-animation-delay: 487.7s;
          animation-delay: 487.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4878) {
  -webkit-animation-delay: 487.8s;
          animation-delay: 487.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4879) {
  -webkit-animation-delay: 487.9s;
          animation-delay: 487.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4880) {
  -webkit-animation-delay: 488s;
          animation-delay: 488s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4881) {
  -webkit-animation-delay: 488.1s;
          animation-delay: 488.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4882) {
  -webkit-animation-delay: 488.2s;
          animation-delay: 488.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4883) {
  -webkit-animation-delay: 488.3s;
          animation-delay: 488.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4884) {
  -webkit-animation-delay: 488.4s;
          animation-delay: 488.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4885) {
  -webkit-animation-delay: 488.5s;
          animation-delay: 488.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4886) {
  -webkit-animation-delay: 488.6s;
          animation-delay: 488.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4887) {
  -webkit-animation-delay: 488.7s;
          animation-delay: 488.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4888) {
  -webkit-animation-delay: 488.8s;
          animation-delay: 488.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4889) {
  -webkit-animation-delay: 488.9s;
          animation-delay: 488.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4890) {
  -webkit-animation-delay: 489s;
          animation-delay: 489s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4891) {
  -webkit-animation-delay: 489.1s;
          animation-delay: 489.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4892) {
  -webkit-animation-delay: 489.2s;
          animation-delay: 489.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4893) {
  -webkit-animation-delay: 489.3s;
          animation-delay: 489.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4894) {
  -webkit-animation-delay: 489.4s;
          animation-delay: 489.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4895) {
  -webkit-animation-delay: 489.5s;
          animation-delay: 489.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4896) {
  -webkit-animation-delay: 489.6s;
          animation-delay: 489.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4897) {
  -webkit-animation-delay: 489.7s;
          animation-delay: 489.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4898) {
  -webkit-animation-delay: 489.8s;
          animation-delay: 489.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4899) {
  -webkit-animation-delay: 489.9s;
          animation-delay: 489.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4900) {
  -webkit-animation-delay: 490s;
          animation-delay: 490s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4901) {
  -webkit-animation-delay: 490.1s;
          animation-delay: 490.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4902) {
  -webkit-animation-delay: 490.2s;
          animation-delay: 490.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4903) {
  -webkit-animation-delay: 490.3s;
          animation-delay: 490.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4904) {
  -webkit-animation-delay: 490.4s;
          animation-delay: 490.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4905) {
  -webkit-animation-delay: 490.5s;
          animation-delay: 490.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4906) {
  -webkit-animation-delay: 490.6s;
          animation-delay: 490.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4907) {
  -webkit-animation-delay: 490.7s;
          animation-delay: 490.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4908) {
  -webkit-animation-delay: 490.8s;
          animation-delay: 490.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4909) {
  -webkit-animation-delay: 490.9s;
          animation-delay: 490.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4910) {
  -webkit-animation-delay: 491s;
          animation-delay: 491s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4911) {
  -webkit-animation-delay: 491.1s;
          animation-delay: 491.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4912) {
  -webkit-animation-delay: 491.2s;
          animation-delay: 491.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4913) {
  -webkit-animation-delay: 491.3s;
          animation-delay: 491.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4914) {
  -webkit-animation-delay: 491.4s;
          animation-delay: 491.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4915) {
  -webkit-animation-delay: 491.5s;
          animation-delay: 491.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4916) {
  -webkit-animation-delay: 491.6s;
          animation-delay: 491.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4917) {
  -webkit-animation-delay: 491.7s;
          animation-delay: 491.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4918) {
  -webkit-animation-delay: 491.8s;
          animation-delay: 491.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4919) {
  -webkit-animation-delay: 491.9s;
          animation-delay: 491.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4920) {
  -webkit-animation-delay: 492s;
          animation-delay: 492s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4921) {
  -webkit-animation-delay: 492.1s;
          animation-delay: 492.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4922) {
  -webkit-animation-delay: 492.2s;
          animation-delay: 492.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4923) {
  -webkit-animation-delay: 492.3s;
          animation-delay: 492.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4924) {
  -webkit-animation-delay: 492.4s;
          animation-delay: 492.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4925) {
  -webkit-animation-delay: 492.5s;
          animation-delay: 492.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4926) {
  -webkit-animation-delay: 492.6s;
          animation-delay: 492.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4927) {
  -webkit-animation-delay: 492.7s;
          animation-delay: 492.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4928) {
  -webkit-animation-delay: 492.8s;
          animation-delay: 492.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4929) {
  -webkit-animation-delay: 492.9s;
          animation-delay: 492.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4930) {
  -webkit-animation-delay: 493s;
          animation-delay: 493s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4931) {
  -webkit-animation-delay: 493.1s;
          animation-delay: 493.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4932) {
  -webkit-animation-delay: 493.2s;
          animation-delay: 493.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4933) {
  -webkit-animation-delay: 493.3s;
          animation-delay: 493.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4934) {
  -webkit-animation-delay: 493.4s;
          animation-delay: 493.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4935) {
  -webkit-animation-delay: 493.5s;
          animation-delay: 493.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4936) {
  -webkit-animation-delay: 493.6s;
          animation-delay: 493.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4937) {
  -webkit-animation-delay: 493.7s;
          animation-delay: 493.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4938) {
  -webkit-animation-delay: 493.8s;
          animation-delay: 493.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4939) {
  -webkit-animation-delay: 493.9s;
          animation-delay: 493.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4940) {
  -webkit-animation-delay: 494s;
          animation-delay: 494s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4941) {
  -webkit-animation-delay: 494.1s;
          animation-delay: 494.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4942) {
  -webkit-animation-delay: 494.2s;
          animation-delay: 494.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4943) {
  -webkit-animation-delay: 494.3s;
          animation-delay: 494.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4944) {
  -webkit-animation-delay: 494.4s;
          animation-delay: 494.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4945) {
  -webkit-animation-delay: 494.5s;
          animation-delay: 494.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4946) {
  -webkit-animation-delay: 494.6s;
          animation-delay: 494.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4947) {
  -webkit-animation-delay: 494.7s;
          animation-delay: 494.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4948) {
  -webkit-animation-delay: 494.8s;
          animation-delay: 494.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4949) {
  -webkit-animation-delay: 494.9s;
          animation-delay: 494.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4950) {
  -webkit-animation-delay: 495s;
          animation-delay: 495s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4951) {
  -webkit-animation-delay: 495.1s;
          animation-delay: 495.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4952) {
  -webkit-animation-delay: 495.2s;
          animation-delay: 495.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4953) {
  -webkit-animation-delay: 495.3s;
          animation-delay: 495.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4954) {
  -webkit-animation-delay: 495.4s;
          animation-delay: 495.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4955) {
  -webkit-animation-delay: 495.5s;
          animation-delay: 495.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4956) {
  -webkit-animation-delay: 495.6s;
          animation-delay: 495.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4957) {
  -webkit-animation-delay: 495.7s;
          animation-delay: 495.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4958) {
  -webkit-animation-delay: 495.8s;
          animation-delay: 495.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4959) {
  -webkit-animation-delay: 495.9s;
          animation-delay: 495.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4960) {
  -webkit-animation-delay: 496s;
          animation-delay: 496s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4961) {
  -webkit-animation-delay: 496.1s;
          animation-delay: 496.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4962) {
  -webkit-animation-delay: 496.2s;
          animation-delay: 496.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4963) {
  -webkit-animation-delay: 496.3s;
          animation-delay: 496.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4964) {
  -webkit-animation-delay: 496.4s;
          animation-delay: 496.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4965) {
  -webkit-animation-delay: 496.5s;
          animation-delay: 496.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4966) {
  -webkit-animation-delay: 496.6s;
          animation-delay: 496.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4967) {
  -webkit-animation-delay: 496.7s;
          animation-delay: 496.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4968) {
  -webkit-animation-delay: 496.8s;
          animation-delay: 496.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4969) {
  -webkit-animation-delay: 496.9s;
          animation-delay: 496.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4970) {
  -webkit-animation-delay: 497s;
          animation-delay: 497s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4971) {
  -webkit-animation-delay: 497.1s;
          animation-delay: 497.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4972) {
  -webkit-animation-delay: 497.2s;
          animation-delay: 497.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4973) {
  -webkit-animation-delay: 497.3s;
          animation-delay: 497.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4974) {
  -webkit-animation-delay: 497.4s;
          animation-delay: 497.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4975) {
  -webkit-animation-delay: 497.5s;
          animation-delay: 497.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4976) {
  -webkit-animation-delay: 497.6s;
          animation-delay: 497.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4977) {
  -webkit-animation-delay: 497.7s;
          animation-delay: 497.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4978) {
  -webkit-animation-delay: 497.8s;
          animation-delay: 497.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4979) {
  -webkit-animation-delay: 497.9s;
          animation-delay: 497.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4980) {
  -webkit-animation-delay: 498s;
          animation-delay: 498s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4981) {
  -webkit-animation-delay: 498.1s;
          animation-delay: 498.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4982) {
  -webkit-animation-delay: 498.2s;
          animation-delay: 498.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4983) {
  -webkit-animation-delay: 498.3s;
          animation-delay: 498.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4984) {
  -webkit-animation-delay: 498.4s;
          animation-delay: 498.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4985) {
  -webkit-animation-delay: 498.5s;
          animation-delay: 498.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4986) {
  -webkit-animation-delay: 498.6s;
          animation-delay: 498.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4987) {
  -webkit-animation-delay: 498.7s;
          animation-delay: 498.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4988) {
  -webkit-animation-delay: 498.8s;
          animation-delay: 498.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4989) {
  -webkit-animation-delay: 498.9s;
          animation-delay: 498.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4990) {
  -webkit-animation-delay: 499s;
          animation-delay: 499s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4991) {
  -webkit-animation-delay: 499.1s;
          animation-delay: 499.1s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4992) {
  -webkit-animation-delay: 499.2s;
          animation-delay: 499.2s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4993) {
  -webkit-animation-delay: 499.3s;
          animation-delay: 499.3s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4994) {
  -webkit-animation-delay: 499.4s;
          animation-delay: 499.4s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4995) {
  -webkit-animation-delay: 499.5s;
          animation-delay: 499.5s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4996) {
  -webkit-animation-delay: 499.6s;
          animation-delay: 499.6s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4997) {
  -webkit-animation-delay: 499.7s;
          animation-delay: 499.7s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4998) {
  -webkit-animation-delay: 499.8s;
          animation-delay: 499.8s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4999) {
  -webkit-animation-delay: 499.9s;
          animation-delay: 499.9s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5000) {
  -webkit-animation-delay: 500s;
          animation-delay: 500s;
}
.todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .completed .todo-title {
  text-decoration: line-through;
}
.todo-application .content-right .todo-app-list-wrapper .no-results {
  /* When searching for item and no-results found */
  display: none;
  padding: 1.5rem;
  text-align: center;
}
.todo-application .content-right .todo-app-list-wrapper .no-results.show {
  display: block;
}
.todo-application .content-right .app-content-overlay {
  /* Content area overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.todo-application .content-right .app-content-overlay.show {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.todo-application.horizontal-layout {
  height: auto !important;
}
.todo-application.horizontal-layout .sidebar .todo-sidebar {
  height: calc(100vh - 10.3rem);
}
.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 - 11.5rem);
}
.todo-application.horizontal-layout .todo-new-task-sidebar {
  height: calc(100vh - 13.7rem);
  bottom: 0.1rem;
  position: absolute;
}
.todo-application.horizontal-layout.horizontal-menu-padding .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
  height: calc(100vh - 19rem);
}
.todo-application.horizontal-layout.horizontal-menu-padding .todo-new-task-sidebar {
  height: calc(100vh - 15.2rem);
}
.todo-application.horizontal-layout.horizontal-menu-padding .content-header {
  margin-bottom: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .todo-application .todo-new-task-sidebar {
    width: auto;
    right: calc(100% - 88%) !important;
  }
  .todo-application .todo-new-task-sidebar.show {
    transform: translateX(8%) translateY(1px);
  }
  .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;
  }
  .todo-application .todo-new-task-sidebar {
    right: 2.4rem !important;
  }
}
@media (max-width: 991.98px) {
  .todo-application .app-content .sidebar-left .todo-sidebar {
    /* sidebar menu position on medium screeen */
    transform: translateX(-130%);
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    left: 0;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    height: calc(100vh - 1.4rem);
  }
  .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: 0rem;
  }
  .todo-application.horizontal-menu-padding .app-content .sidebar-left .todo-sidebar {
    height: calc(100vh - 9.6rem);
  }
  .todo-application.horizontal-menu-padding .app-content .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    height: calc(100vh - 13.6rem);
  }

  .todo-application.horizontal-layout {
    height: auto !important;
  }
  .todo-application.horizontal-layout .sidebar .todo-sidebar {
    height: calc(100vh - 8.35rem);
  }
  .todo-application.horizontal-layout .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    height: calc(100% - 2.4rem);
  }
  .todo-application.horizontal-layout .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list {
    height: calc(100vh - 12.12rem);
  }
  .todo-application.horizontal-layout .todo-new-task-sidebar {
    height: calc(100vh - 8.3rem);
  }
}
span {
  font-size: 1rem;
}
.todo-sort .btn:focus {
  color: #000;
}
.app-contacts #users-contacts .delete i, .app-contacts #users-contacts .favorite i {
  font-size: 1.25rem;
  cursor: pointer;
}
.app-contacts #users-contacts .favorite.active {
  color: #ff9149;
}
.app-contacts .app-content .sidebar-toggle {
  position: absolute;
  cursor: pointer;
  margin-top: 4px;
}
.app-contacts .app-content .content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 2;
  visibility: hidden;
}
.app-contacts .app-content .content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 991px) {
  .app-contacts .app-content .bug-list-search form {
    margin-left: 3rem;
  }
  .app-contacts .app-content .sidebar-left {
    transform: translateX(-100%);
    transition: 300ms ease all;
    display: none;
  }
  .app-contacts .app-content .sidebar-left.show {
    display: block;
    position: fixed;
    top: 71px;
    margin-left: -2.2rem;
    width: 300px;
    z-index: 999;
    transform: translateX(0%);
    height: calc(100% - 69px);
    transition: 300ms ease all;
    overflow-y: scroll;
  }
  .app-contacts .app-content .sidebar-left.show .card {
    margin-bottom: 0;
  }
  .app-contacts.horizontal-layout .app-content .sidebar-left {
    left: 0;
    margin-left: 0;
  }
  .app-contacts.horizontal-layout .app-content .content-right.show {
    width: 100%;
    top: 124px;
  }
  .app-contacts.horizontal-layout .app-content .content-overlay {
    position: fixed;
    top: 70px;
  }
  .app-contacts.horizontal-menu-padding .app-content .content-right.show {
    width: 720px;
  }
  .app-contacts.vertical-content-menu .app-content .sidebar-left.show {
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .app-contacts .horizontal-layout .app-content .sidebar-left {
    left: 0;
  }
  .app-contacts .horizontal-layout .app-content .sidebar-left.show {
    margin-left: 0;
  }
  .app-contacts .app-content .sidebar-left.show {
    margin-left: -1rem;
  }
  .app-contacts.vertical-layout .content-right .all-contacts div.dataTables_wrapper div.dataTables_filter#users-contacts_filter {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .app-contacts .delete-all {
    position: absolute;
    top: 50px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .vertical-layout .content-right .all-contacts div.dataTables_wrapper div.row:last-child {
    justify-content: center;
  }
}
.material-vertical-layout .profile-card-with-stats .btn-float {
  padding: 8px 4px 14px !important;
  line-height: 1.2rem;
}
.email-application .app-content {
  border: 1px solid #E4E5EC;
  border-radius: 0.25rem;
}
.email-application .app-content .app-content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.25rem;
}
.email-application .app-content .app-content-overlay.show {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.email-application .app-content .sidebar {
  position: inherit;
}
.email-application .app-content .sidebar .email-app-sidebar {
  width: 300px;
  height: calc(100vh - 8.6rem);
  border-right: 1px solid #E4E5EC;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: all 0.3s ease;
}
.email-application .app-content .sidebar .email-app-sidebar .sidebar-close-icon {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  z-index: 5;
  visibility: hidden;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu {
  width: 100%;
  z-index: 3;
  background-color: #F4F5FA;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu .form-group-compose {
  padding: 1px 1.5rem;
  margin-bottom: 0.8rem;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu .form-group-compose .compose-btn {
  font-weight: 500;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
  /* left sidebar menu list */
  padding: 0 1.7rem;
  position: relative;
  height: calc(100% - 6.9rem);
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item {
  padding: 0.8rem 1rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0.25rem;
  border: none;
  box-shadow: none;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item.active {
  background-color: #666ee8;
}
.email-application .app-content .sidebar .email-app-sidebar .email-app-menu i {
  font-size: 1.3rem;
  vertical-align: middle;
}
.email-application .app-content .sidebar .compose-new-mail-sidebar {
  /* Compose new mail sidebar */
  height: calc(100vh - 8.55rem);
  width: 400px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  position: absolute;
  transform: translateX(130%);
  transition: all 0.3s ease;
  z-index: 8;
  right: 2.4rem;
  bottom: 0.1rem;
}
.email-application .app-content .sidebar .compose-new-mail-sidebar.show {
  transform: translateX(8%) translateY(1px);
}
.email-application .app-content .sidebar .compose-new-mail-sidebar .close-icon {
  position: absolute;
  top: 18px;
  right: 15px;
  outline: none;
}
.email-application .app-content .sidebar .compose-new-mail-sidebar .close-icon i {
  font-size: 1.75rem;
}
.email-application .app-content .content-right {
  width: calc(100% - 300px);
  background-color: #fff;
}
.email-application .app-content .content-right .content-wrapper {
  padding: 0;
}
.email-application .app-content .content-right .selected-row-bg {
  background-color: #e7edf3 !important;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .checkbox {
  cursor: pointer;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .checkbox label {
  cursor: pointer;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action {
  padding: 1rem 1.5rem;
  display: flex;
  border-bottom: 1px solid #E4E5EC;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search {
  margin: 0 0.86rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search .sidebar-toggle {
  cursor: pointer;
  margin: 0.5rem 0.99rem 0.5rem 0;
  float: left;
  line-height: 1;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search .sidebar-toggle i {
  font-size: 1.75rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search input {
  border-color: #E4E5EC;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search input::-moz-placeholder {
  font-size: 1rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search input::placeholder {
  font-size: 1rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search .form-control-position {
  top: 0px;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-pagination-next,
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-pagination-prev {
  padding: 0.35rem 0.5rem;
  border: 1px solid #E4E5EC;
  margin-left: 0.6rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-toggle::after {
  display: none;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-menu .dropdown-item i,
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-menu .dropdown-item .bullet {
  margin-right: 0.5rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li i {
  top: 0;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-action .action-left .list-inline-item:not(:last-child) {
  margin-right: 0.86rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
  position: relative;
  height: calc(100vh - 13.4rem);
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .ps__rail-y {
  z-index: 6;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper {
  padding: 0;
  margin: 0;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(21) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(22) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(23) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(24) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(25) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(27) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(28) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(29) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(30) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(31) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(32) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(33) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(34) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(35) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(36) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(37) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(38) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(39) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(40) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(41) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(42) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(43) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(44) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(45) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(46) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(47) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(48) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(49) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(50) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(51) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(52) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(53) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(54) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(55) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(56) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(57) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(58) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(59) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(60) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(61) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(62) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(63) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(64) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(65) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(66) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(67) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(68) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(69) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(70) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(71) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(72) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(73) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(74) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(75) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(76) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(77) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(78) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(79) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(80) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(81) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(82) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(83) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(84) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(85) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(86) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(87) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(88) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(89) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(90) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(91) {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(92) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(93) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(94) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(95) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(96) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(97) {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(98) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(99) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(100) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(101) {
  -webkit-animation-delay: 10.1s;
          animation-delay: 10.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(102) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(103) {
  -webkit-animation-delay: 10.3s;
          animation-delay: 10.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(104) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(105) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(106) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(107) {
  -webkit-animation-delay: 10.7s;
          animation-delay: 10.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(108) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(109) {
  -webkit-animation-delay: 10.9s;
          animation-delay: 10.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(110) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(111) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(112) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(113) {
  -webkit-animation-delay: 11.3s;
          animation-delay: 11.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(114) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(115) {
  -webkit-animation-delay: 11.5s;
          animation-delay: 11.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(116) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(117) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(118) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(119) {
  -webkit-animation-delay: 11.9s;
          animation-delay: 11.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(120) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(121) {
  -webkit-animation-delay: 12.1s;
          animation-delay: 12.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(122) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(123) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(124) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(125) {
  -webkit-animation-delay: 12.5s;
          animation-delay: 12.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(126) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(127) {
  -webkit-animation-delay: 12.7s;
          animation-delay: 12.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(128) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(129) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(130) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(131) {
  -webkit-animation-delay: 13.1s;
          animation-delay: 13.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(132) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(133) {
  -webkit-animation-delay: 13.3s;
          animation-delay: 13.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(134) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(135) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(136) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(137) {
  -webkit-animation-delay: 13.7s;
          animation-delay: 13.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(138) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(139) {
  -webkit-animation-delay: 13.9s;
          animation-delay: 13.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(140) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(141) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(142) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(143) {
  -webkit-animation-delay: 14.3s;
          animation-delay: 14.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(144) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(145) {
  -webkit-animation-delay: 14.5s;
          animation-delay: 14.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(146) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(147) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(148) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(149) {
  -webkit-animation-delay: 14.9s;
          animation-delay: 14.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(150) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(151) {
  -webkit-animation-delay: 15.1s;
          animation-delay: 15.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(152) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(153) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(154) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(155) {
  -webkit-animation-delay: 15.5s;
          animation-delay: 15.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(156) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(157) {
  -webkit-animation-delay: 15.7s;
          animation-delay: 15.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(158) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(159) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(160) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(161) {
  -webkit-animation-delay: 16.1s;
          animation-delay: 16.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(162) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(163) {
  -webkit-animation-delay: 16.3s;
          animation-delay: 16.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(164) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(165) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(166) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(167) {
  -webkit-animation-delay: 16.7s;
          animation-delay: 16.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(168) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(169) {
  -webkit-animation-delay: 16.9s;
          animation-delay: 16.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(170) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(171) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(172) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(173) {
  -webkit-animation-delay: 17.3s;
          animation-delay: 17.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(174) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(175) {
  -webkit-animation-delay: 17.5s;
          animation-delay: 17.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(176) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(177) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(178) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(179) {
  -webkit-animation-delay: 17.9s;
          animation-delay: 17.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(180) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(181) {
  -webkit-animation-delay: 18.1s;
          animation-delay: 18.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(182) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(183) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(184) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(185) {
  -webkit-animation-delay: 18.5s;
          animation-delay: 18.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(186) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(187) {
  -webkit-animation-delay: 18.7s;
          animation-delay: 18.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(188) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(189) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(190) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(191) {
  -webkit-animation-delay: 19.1s;
          animation-delay: 19.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(192) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(193) {
  -webkit-animation-delay: 19.3s;
          animation-delay: 19.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(194) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(195) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(196) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(197) {
  -webkit-animation-delay: 19.7s;
          animation-delay: 19.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(198) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(199) {
  -webkit-animation-delay: 19.9s;
          animation-delay: 19.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(200) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(201) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(202) {
  -webkit-animation-delay: 20.2s;
          animation-delay: 20.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(203) {
  -webkit-animation-delay: 20.3s;
          animation-delay: 20.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(204) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(205) {
  -webkit-animation-delay: 20.5s;
          animation-delay: 20.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(206) {
  -webkit-animation-delay: 20.6s;
          animation-delay: 20.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(207) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(208) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(209) {
  -webkit-animation-delay: 20.9s;
          animation-delay: 20.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(210) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(211) {
  -webkit-animation-delay: 21.1s;
          animation-delay: 21.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(212) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(213) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(214) {
  -webkit-animation-delay: 21.4s;
          animation-delay: 21.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(215) {
  -webkit-animation-delay: 21.5s;
          animation-delay: 21.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(216) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(217) {
  -webkit-animation-delay: 21.7s;
          animation-delay: 21.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(218) {
  -webkit-animation-delay: 21.8s;
          animation-delay: 21.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(219) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(220) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(221) {
  -webkit-animation-delay: 22.1s;
          animation-delay: 22.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(222) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(223) {
  -webkit-animation-delay: 22.3s;
          animation-delay: 22.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(224) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(225) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(226) {
  -webkit-animation-delay: 22.6s;
          animation-delay: 22.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(227) {
  -webkit-animation-delay: 22.7s;
          animation-delay: 22.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(228) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(229) {
  -webkit-animation-delay: 22.9s;
          animation-delay: 22.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(230) {
  -webkit-animation-delay: 23s;
          animation-delay: 23s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(231) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(232) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(233) {
  -webkit-animation-delay: 23.3s;
          animation-delay: 23.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(234) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(235) {
  -webkit-animation-delay: 23.5s;
          animation-delay: 23.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(236) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(237) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(238) {
  -webkit-animation-delay: 23.8s;
          animation-delay: 23.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(239) {
  -webkit-animation-delay: 23.9s;
          animation-delay: 23.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(240) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(241) {
  -webkit-animation-delay: 24.1s;
          animation-delay: 24.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(242) {
  -webkit-animation-delay: 24.2s;
          animation-delay: 24.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(243) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(244) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(245) {
  -webkit-animation-delay: 24.5s;
          animation-delay: 24.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(246) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(247) {
  -webkit-animation-delay: 24.7s;
          animation-delay: 24.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(248) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(249) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(250) {
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(251) {
  -webkit-animation-delay: 25.1s;
          animation-delay: 25.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(252) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(253) {
  -webkit-animation-delay: 25.3s;
          animation-delay: 25.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(254) {
  -webkit-animation-delay: 25.4s;
          animation-delay: 25.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(255) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(256) {
  -webkit-animation-delay: 25.6s;
          animation-delay: 25.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(257) {
  -webkit-animation-delay: 25.7s;
          animation-delay: 25.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(258) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(259) {
  -webkit-animation-delay: 25.9s;
          animation-delay: 25.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(260) {
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(261) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(262) {
  -webkit-animation-delay: 26.2s;
          animation-delay: 26.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(263) {
  -webkit-animation-delay: 26.3s;
          animation-delay: 26.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(264) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(265) {
  -webkit-animation-delay: 26.5s;
          animation-delay: 26.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(266) {
  -webkit-animation-delay: 26.6s;
          animation-delay: 26.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(267) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(268) {
  -webkit-animation-delay: 26.8s;
          animation-delay: 26.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(269) {
  -webkit-animation-delay: 26.9s;
          animation-delay: 26.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(270) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(271) {
  -webkit-animation-delay: 27.1s;
          animation-delay: 27.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(272) {
  -webkit-animation-delay: 27.2s;
          animation-delay: 27.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(273) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(274) {
  -webkit-animation-delay: 27.4s;
          animation-delay: 27.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(275) {
  -webkit-animation-delay: 27.5s;
          animation-delay: 27.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(276) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(277) {
  -webkit-animation-delay: 27.7s;
          animation-delay: 27.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(278) {
  -webkit-animation-delay: 27.8s;
          animation-delay: 27.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(279) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(280) {
  -webkit-animation-delay: 28s;
          animation-delay: 28s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(281) {
  -webkit-animation-delay: 28.1s;
          animation-delay: 28.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(282) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(283) {
  -webkit-animation-delay: 28.3s;
          animation-delay: 28.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(284) {
  -webkit-animation-delay: 28.4s;
          animation-delay: 28.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(285) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(286) {
  -webkit-animation-delay: 28.6s;
          animation-delay: 28.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(287) {
  -webkit-animation-delay: 28.7s;
          animation-delay: 28.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(288) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(289) {
  -webkit-animation-delay: 28.9s;
          animation-delay: 28.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(290) {
  -webkit-animation-delay: 29s;
          animation-delay: 29s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(291) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(292) {
  -webkit-animation-delay: 29.2s;
          animation-delay: 29.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(293) {
  -webkit-animation-delay: 29.3s;
          animation-delay: 29.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(294) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(295) {
  -webkit-animation-delay: 29.5s;
          animation-delay: 29.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(296) {
  -webkit-animation-delay: 29.6s;
          animation-delay: 29.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(297) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(298) {
  -webkit-animation-delay: 29.8s;
          animation-delay: 29.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(299) {
  -webkit-animation-delay: 29.9s;
          animation-delay: 29.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(300) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(301) {
  -webkit-animation-delay: 30.1s;
          animation-delay: 30.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(302) {
  -webkit-animation-delay: 30.2s;
          animation-delay: 30.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(303) {
  -webkit-animation-delay: 30.3s;
          animation-delay: 30.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(304) {
  -webkit-animation-delay: 30.4s;
          animation-delay: 30.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(305) {
  -webkit-animation-delay: 30.5s;
          animation-delay: 30.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(306) {
  -webkit-animation-delay: 30.6s;
          animation-delay: 30.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(307) {
  -webkit-animation-delay: 30.7s;
          animation-delay: 30.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(308) {
  -webkit-animation-delay: 30.8s;
          animation-delay: 30.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(309) {
  -webkit-animation-delay: 30.9s;
          animation-delay: 30.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(310) {
  -webkit-animation-delay: 31s;
          animation-delay: 31s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(311) {
  -webkit-animation-delay: 31.1s;
          animation-delay: 31.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(312) {
  -webkit-animation-delay: 31.2s;
          animation-delay: 31.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(313) {
  -webkit-animation-delay: 31.3s;
          animation-delay: 31.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(314) {
  -webkit-animation-delay: 31.4s;
          animation-delay: 31.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(315) {
  -webkit-animation-delay: 31.5s;
          animation-delay: 31.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(316) {
  -webkit-animation-delay: 31.6s;
          animation-delay: 31.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(317) {
  -webkit-animation-delay: 31.7s;
          animation-delay: 31.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(318) {
  -webkit-animation-delay: 31.8s;
          animation-delay: 31.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(319) {
  -webkit-animation-delay: 31.9s;
          animation-delay: 31.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(320) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(321) {
  -webkit-animation-delay: 32.1s;
          animation-delay: 32.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(322) {
  -webkit-animation-delay: 32.2s;
          animation-delay: 32.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(323) {
  -webkit-animation-delay: 32.3s;
          animation-delay: 32.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(324) {
  -webkit-animation-delay: 32.4s;
          animation-delay: 32.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(325) {
  -webkit-animation-delay: 32.5s;
          animation-delay: 32.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(326) {
  -webkit-animation-delay: 32.6s;
          animation-delay: 32.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(327) {
  -webkit-animation-delay: 32.7s;
          animation-delay: 32.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(328) {
  -webkit-animation-delay: 32.8s;
          animation-delay: 32.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(329) {
  -webkit-animation-delay: 32.9s;
          animation-delay: 32.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(330) {
  -webkit-animation-delay: 33s;
          animation-delay: 33s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(331) {
  -webkit-animation-delay: 33.1s;
          animation-delay: 33.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(332) {
  -webkit-animation-delay: 33.2s;
          animation-delay: 33.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(333) {
  -webkit-animation-delay: 33.3s;
          animation-delay: 33.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(334) {
  -webkit-animation-delay: 33.4s;
          animation-delay: 33.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(335) {
  -webkit-animation-delay: 33.5s;
          animation-delay: 33.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(336) {
  -webkit-animation-delay: 33.6s;
          animation-delay: 33.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(337) {
  -webkit-animation-delay: 33.7s;
          animation-delay: 33.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(338) {
  -webkit-animation-delay: 33.8s;
          animation-delay: 33.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(339) {
  -webkit-animation-delay: 33.9s;
          animation-delay: 33.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(340) {
  -webkit-animation-delay: 34s;
          animation-delay: 34s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(341) {
  -webkit-animation-delay: 34.1s;
          animation-delay: 34.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(342) {
  -webkit-animation-delay: 34.2s;
          animation-delay: 34.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(343) {
  -webkit-animation-delay: 34.3s;
          animation-delay: 34.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(344) {
  -webkit-animation-delay: 34.4s;
          animation-delay: 34.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(345) {
  -webkit-animation-delay: 34.5s;
          animation-delay: 34.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(346) {
  -webkit-animation-delay: 34.6s;
          animation-delay: 34.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(347) {
  -webkit-animation-delay: 34.7s;
          animation-delay: 34.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(348) {
  -webkit-animation-delay: 34.8s;
          animation-delay: 34.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(349) {
  -webkit-animation-delay: 34.9s;
          animation-delay: 34.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(350) {
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(351) {
  -webkit-animation-delay: 35.1s;
          animation-delay: 35.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(352) {
  -webkit-animation-delay: 35.2s;
          animation-delay: 35.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(353) {
  -webkit-animation-delay: 35.3s;
          animation-delay: 35.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(354) {
  -webkit-animation-delay: 35.4s;
          animation-delay: 35.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(355) {
  -webkit-animation-delay: 35.5s;
          animation-delay: 35.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(356) {
  -webkit-animation-delay: 35.6s;
          animation-delay: 35.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(357) {
  -webkit-animation-delay: 35.7s;
          animation-delay: 35.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(358) {
  -webkit-animation-delay: 35.8s;
          animation-delay: 35.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(359) {
  -webkit-animation-delay: 35.9s;
          animation-delay: 35.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(360) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(361) {
  -webkit-animation-delay: 36.1s;
          animation-delay: 36.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(362) {
  -webkit-animation-delay: 36.2s;
          animation-delay: 36.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(363) {
  -webkit-animation-delay: 36.3s;
          animation-delay: 36.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(364) {
  -webkit-animation-delay: 36.4s;
          animation-delay: 36.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(365) {
  -webkit-animation-delay: 36.5s;
          animation-delay: 36.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(366) {
  -webkit-animation-delay: 36.6s;
          animation-delay: 36.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(367) {
  -webkit-animation-delay: 36.7s;
          animation-delay: 36.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(368) {
  -webkit-animation-delay: 36.8s;
          animation-delay: 36.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(369) {
  -webkit-animation-delay: 36.9s;
          animation-delay: 36.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(370) {
  -webkit-animation-delay: 37s;
          animation-delay: 37s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(371) {
  -webkit-animation-delay: 37.1s;
          animation-delay: 37.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(372) {
  -webkit-animation-delay: 37.2s;
          animation-delay: 37.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(373) {
  -webkit-animation-delay: 37.3s;
          animation-delay: 37.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(374) {
  -webkit-animation-delay: 37.4s;
          animation-delay: 37.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(375) {
  -webkit-animation-delay: 37.5s;
          animation-delay: 37.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(376) {
  -webkit-animation-delay: 37.6s;
          animation-delay: 37.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(377) {
  -webkit-animation-delay: 37.7s;
          animation-delay: 37.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(378) {
  -webkit-animation-delay: 37.8s;
          animation-delay: 37.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(379) {
  -webkit-animation-delay: 37.9s;
          animation-delay: 37.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(380) {
  -webkit-animation-delay: 38s;
          animation-delay: 38s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(381) {
  -webkit-animation-delay: 38.1s;
          animation-delay: 38.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(382) {
  -webkit-animation-delay: 38.2s;
          animation-delay: 38.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(383) {
  -webkit-animation-delay: 38.3s;
          animation-delay: 38.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(384) {
  -webkit-animation-delay: 38.4s;
          animation-delay: 38.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(385) {
  -webkit-animation-delay: 38.5s;
          animation-delay: 38.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(386) {
  -webkit-animation-delay: 38.6s;
          animation-delay: 38.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(387) {
  -webkit-animation-delay: 38.7s;
          animation-delay: 38.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(388) {
  -webkit-animation-delay: 38.8s;
          animation-delay: 38.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(389) {
  -webkit-animation-delay: 38.9s;
          animation-delay: 38.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(390) {
  -webkit-animation-delay: 39s;
          animation-delay: 39s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(391) {
  -webkit-animation-delay: 39.1s;
          animation-delay: 39.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(392) {
  -webkit-animation-delay: 39.2s;
          animation-delay: 39.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(393) {
  -webkit-animation-delay: 39.3s;
          animation-delay: 39.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(394) {
  -webkit-animation-delay: 39.4s;
          animation-delay: 39.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(395) {
  -webkit-animation-delay: 39.5s;
          animation-delay: 39.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(396) {
  -webkit-animation-delay: 39.6s;
          animation-delay: 39.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(397) {
  -webkit-animation-delay: 39.7s;
          animation-delay: 39.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(398) {
  -webkit-animation-delay: 39.8s;
          animation-delay: 39.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(399) {
  -webkit-animation-delay: 39.9s;
          animation-delay: 39.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(400) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(401) {
  -webkit-animation-delay: 40.1s;
          animation-delay: 40.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(402) {
  -webkit-animation-delay: 40.2s;
          animation-delay: 40.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(403) {
  -webkit-animation-delay: 40.3s;
          animation-delay: 40.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(404) {
  -webkit-animation-delay: 40.4s;
          animation-delay: 40.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(405) {
  -webkit-animation-delay: 40.5s;
          animation-delay: 40.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(406) {
  -webkit-animation-delay: 40.6s;
          animation-delay: 40.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(407) {
  -webkit-animation-delay: 40.7s;
          animation-delay: 40.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(408) {
  -webkit-animation-delay: 40.8s;
          animation-delay: 40.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(409) {
  -webkit-animation-delay: 40.9s;
          animation-delay: 40.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(410) {
  -webkit-animation-delay: 41s;
          animation-delay: 41s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(411) {
  -webkit-animation-delay: 41.1s;
          animation-delay: 41.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(412) {
  -webkit-animation-delay: 41.2s;
          animation-delay: 41.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(413) {
  -webkit-animation-delay: 41.3s;
          animation-delay: 41.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(414) {
  -webkit-animation-delay: 41.4s;
          animation-delay: 41.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(415) {
  -webkit-animation-delay: 41.5s;
          animation-delay: 41.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(416) {
  -webkit-animation-delay: 41.6s;
          animation-delay: 41.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(417) {
  -webkit-animation-delay: 41.7s;
          animation-delay: 41.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(418) {
  -webkit-animation-delay: 41.8s;
          animation-delay: 41.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(419) {
  -webkit-animation-delay: 41.9s;
          animation-delay: 41.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(420) {
  -webkit-animation-delay: 42s;
          animation-delay: 42s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(421) {
  -webkit-animation-delay: 42.1s;
          animation-delay: 42.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(422) {
  -webkit-animation-delay: 42.2s;
          animation-delay: 42.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(423) {
  -webkit-animation-delay: 42.3s;
          animation-delay: 42.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(424) {
  -webkit-animation-delay: 42.4s;
          animation-delay: 42.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(425) {
  -webkit-animation-delay: 42.5s;
          animation-delay: 42.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(426) {
  -webkit-animation-delay: 42.6s;
          animation-delay: 42.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(427) {
  -webkit-animation-delay: 42.7s;
          animation-delay: 42.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(428) {
  -webkit-animation-delay: 42.8s;
          animation-delay: 42.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(429) {
  -webkit-animation-delay: 42.9s;
          animation-delay: 42.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(430) {
  -webkit-animation-delay: 43s;
          animation-delay: 43s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(431) {
  -webkit-animation-delay: 43.1s;
          animation-delay: 43.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(432) {
  -webkit-animation-delay: 43.2s;
          animation-delay: 43.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(433) {
  -webkit-animation-delay: 43.3s;
          animation-delay: 43.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(434) {
  -webkit-animation-delay: 43.4s;
          animation-delay: 43.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(435) {
  -webkit-animation-delay: 43.5s;
          animation-delay: 43.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(436) {
  -webkit-animation-delay: 43.6s;
          animation-delay: 43.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(437) {
  -webkit-animation-delay: 43.7s;
          animation-delay: 43.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(438) {
  -webkit-animation-delay: 43.8s;
          animation-delay: 43.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(439) {
  -webkit-animation-delay: 43.9s;
          animation-delay: 43.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(440) {
  -webkit-animation-delay: 44s;
          animation-delay: 44s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(441) {
  -webkit-animation-delay: 44.1s;
          animation-delay: 44.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(442) {
  -webkit-animation-delay: 44.2s;
          animation-delay: 44.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(443) {
  -webkit-animation-delay: 44.3s;
          animation-delay: 44.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(444) {
  -webkit-animation-delay: 44.4s;
          animation-delay: 44.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(445) {
  -webkit-animation-delay: 44.5s;
          animation-delay: 44.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(446) {
  -webkit-animation-delay: 44.6s;
          animation-delay: 44.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(447) {
  -webkit-animation-delay: 44.7s;
          animation-delay: 44.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(448) {
  -webkit-animation-delay: 44.8s;
          animation-delay: 44.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(449) {
  -webkit-animation-delay: 44.9s;
          animation-delay: 44.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(450) {
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(451) {
  -webkit-animation-delay: 45.1s;
          animation-delay: 45.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(452) {
  -webkit-animation-delay: 45.2s;
          animation-delay: 45.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(453) {
  -webkit-animation-delay: 45.3s;
          animation-delay: 45.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(454) {
  -webkit-animation-delay: 45.4s;
          animation-delay: 45.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(455) {
  -webkit-animation-delay: 45.5s;
          animation-delay: 45.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(456) {
  -webkit-animation-delay: 45.6s;
          animation-delay: 45.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(457) {
  -webkit-animation-delay: 45.7s;
          animation-delay: 45.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(458) {
  -webkit-animation-delay: 45.8s;
          animation-delay: 45.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(459) {
  -webkit-animation-delay: 45.9s;
          animation-delay: 45.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(460) {
  -webkit-animation-delay: 46s;
          animation-delay: 46s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(461) {
  -webkit-animation-delay: 46.1s;
          animation-delay: 46.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(462) {
  -webkit-animation-delay: 46.2s;
          animation-delay: 46.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(463) {
  -webkit-animation-delay: 46.3s;
          animation-delay: 46.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(464) {
  -webkit-animation-delay: 46.4s;
          animation-delay: 46.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(465) {
  -webkit-animation-delay: 46.5s;
          animation-delay: 46.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(466) {
  -webkit-animation-delay: 46.6s;
          animation-delay: 46.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(467) {
  -webkit-animation-delay: 46.7s;
          animation-delay: 46.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(468) {
  -webkit-animation-delay: 46.8s;
          animation-delay: 46.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(469) {
  -webkit-animation-delay: 46.9s;
          animation-delay: 46.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(470) {
  -webkit-animation-delay: 47s;
          animation-delay: 47s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(471) {
  -webkit-animation-delay: 47.1s;
          animation-delay: 47.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(472) {
  -webkit-animation-delay: 47.2s;
          animation-delay: 47.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(473) {
  -webkit-animation-delay: 47.3s;
          animation-delay: 47.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(474) {
  -webkit-animation-delay: 47.4s;
          animation-delay: 47.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(475) {
  -webkit-animation-delay: 47.5s;
          animation-delay: 47.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(476) {
  -webkit-animation-delay: 47.6s;
          animation-delay: 47.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(477) {
  -webkit-animation-delay: 47.7s;
          animation-delay: 47.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(478) {
  -webkit-animation-delay: 47.8s;
          animation-delay: 47.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(479) {
  -webkit-animation-delay: 47.9s;
          animation-delay: 47.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(480) {
  -webkit-animation-delay: 48s;
          animation-delay: 48s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(481) {
  -webkit-animation-delay: 48.1s;
          animation-delay: 48.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(482) {
  -webkit-animation-delay: 48.2s;
          animation-delay: 48.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(483) {
  -webkit-animation-delay: 48.3s;
          animation-delay: 48.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(484) {
  -webkit-animation-delay: 48.4s;
          animation-delay: 48.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(485) {
  -webkit-animation-delay: 48.5s;
          animation-delay: 48.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(486) {
  -webkit-animation-delay: 48.6s;
          animation-delay: 48.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(487) {
  -webkit-animation-delay: 48.7s;
          animation-delay: 48.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(488) {
  -webkit-animation-delay: 48.8s;
          animation-delay: 48.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(489) {
  -webkit-animation-delay: 48.9s;
          animation-delay: 48.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(490) {
  -webkit-animation-delay: 49s;
          animation-delay: 49s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(491) {
  -webkit-animation-delay: 49.1s;
          animation-delay: 49.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(492) {
  -webkit-animation-delay: 49.2s;
          animation-delay: 49.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(493) {
  -webkit-animation-delay: 49.3s;
          animation-delay: 49.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(494) {
  -webkit-animation-delay: 49.4s;
          animation-delay: 49.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(495) {
  -webkit-animation-delay: 49.5s;
          animation-delay: 49.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(496) {
  -webkit-animation-delay: 49.6s;
          animation-delay: 49.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(497) {
  -webkit-animation-delay: 49.7s;
          animation-delay: 49.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(498) {
  -webkit-animation-delay: 49.8s;
          animation-delay: 49.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(499) {
  -webkit-animation-delay: 49.9s;
          animation-delay: 49.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(500) {
  -webkit-animation-delay: 50s;
          animation-delay: 50s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(501) {
  -webkit-animation-delay: 50.1s;
          animation-delay: 50.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(502) {
  -webkit-animation-delay: 50.2s;
          animation-delay: 50.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(503) {
  -webkit-animation-delay: 50.3s;
          animation-delay: 50.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(504) {
  -webkit-animation-delay: 50.4s;
          animation-delay: 50.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(505) {
  -webkit-animation-delay: 50.5s;
          animation-delay: 50.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(506) {
  -webkit-animation-delay: 50.6s;
          animation-delay: 50.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(507) {
  -webkit-animation-delay: 50.7s;
          animation-delay: 50.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(508) {
  -webkit-animation-delay: 50.8s;
          animation-delay: 50.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(509) {
  -webkit-animation-delay: 50.9s;
          animation-delay: 50.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(510) {
  -webkit-animation-delay: 51s;
          animation-delay: 51s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(511) {
  -webkit-animation-delay: 51.1s;
          animation-delay: 51.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(512) {
  -webkit-animation-delay: 51.2s;
          animation-delay: 51.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(513) {
  -webkit-animation-delay: 51.3s;
          animation-delay: 51.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(514) {
  -webkit-animation-delay: 51.4s;
          animation-delay: 51.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(515) {
  -webkit-animation-delay: 51.5s;
          animation-delay: 51.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(516) {
  -webkit-animation-delay: 51.6s;
          animation-delay: 51.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(517) {
  -webkit-animation-delay: 51.7s;
          animation-delay: 51.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(518) {
  -webkit-animation-delay: 51.8s;
          animation-delay: 51.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(519) {
  -webkit-animation-delay: 51.9s;
          animation-delay: 51.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(520) {
  -webkit-animation-delay: 52s;
          animation-delay: 52s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(521) {
  -webkit-animation-delay: 52.1s;
          animation-delay: 52.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(522) {
  -webkit-animation-delay: 52.2s;
          animation-delay: 52.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(523) {
  -webkit-animation-delay: 52.3s;
          animation-delay: 52.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(524) {
  -webkit-animation-delay: 52.4s;
          animation-delay: 52.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(525) {
  -webkit-animation-delay: 52.5s;
          animation-delay: 52.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(526) {
  -webkit-animation-delay: 52.6s;
          animation-delay: 52.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(527) {
  -webkit-animation-delay: 52.7s;
          animation-delay: 52.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(528) {
  -webkit-animation-delay: 52.8s;
          animation-delay: 52.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(529) {
  -webkit-animation-delay: 52.9s;
          animation-delay: 52.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(530) {
  -webkit-animation-delay: 53s;
          animation-delay: 53s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(531) {
  -webkit-animation-delay: 53.1s;
          animation-delay: 53.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(532) {
  -webkit-animation-delay: 53.2s;
          animation-delay: 53.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(533) {
  -webkit-animation-delay: 53.3s;
          animation-delay: 53.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(534) {
  -webkit-animation-delay: 53.4s;
          animation-delay: 53.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(535) {
  -webkit-animation-delay: 53.5s;
          animation-delay: 53.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(536) {
  -webkit-animation-delay: 53.6s;
          animation-delay: 53.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(537) {
  -webkit-animation-delay: 53.7s;
          animation-delay: 53.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(538) {
  -webkit-animation-delay: 53.8s;
          animation-delay: 53.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(539) {
  -webkit-animation-delay: 53.9s;
          animation-delay: 53.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(540) {
  -webkit-animation-delay: 54s;
          animation-delay: 54s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(541) {
  -webkit-animation-delay: 54.1s;
          animation-delay: 54.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(542) {
  -webkit-animation-delay: 54.2s;
          animation-delay: 54.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(543) {
  -webkit-animation-delay: 54.3s;
          animation-delay: 54.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(544) {
  -webkit-animation-delay: 54.4s;
          animation-delay: 54.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(545) {
  -webkit-animation-delay: 54.5s;
          animation-delay: 54.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(546) {
  -webkit-animation-delay: 54.6s;
          animation-delay: 54.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(547) {
  -webkit-animation-delay: 54.7s;
          animation-delay: 54.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(548) {
  -webkit-animation-delay: 54.8s;
          animation-delay: 54.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(549) {
  -webkit-animation-delay: 54.9s;
          animation-delay: 54.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(550) {
  -webkit-animation-delay: 55s;
          animation-delay: 55s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(551) {
  -webkit-animation-delay: 55.1s;
          animation-delay: 55.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(552) {
  -webkit-animation-delay: 55.2s;
          animation-delay: 55.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(553) {
  -webkit-animation-delay: 55.3s;
          animation-delay: 55.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(554) {
  -webkit-animation-delay: 55.4s;
          animation-delay: 55.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(555) {
  -webkit-animation-delay: 55.5s;
          animation-delay: 55.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(556) {
  -webkit-animation-delay: 55.6s;
          animation-delay: 55.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(557) {
  -webkit-animation-delay: 55.7s;
          animation-delay: 55.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(558) {
  -webkit-animation-delay: 55.8s;
          animation-delay: 55.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(559) {
  -webkit-animation-delay: 55.9s;
          animation-delay: 55.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(560) {
  -webkit-animation-delay: 56s;
          animation-delay: 56s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(561) {
  -webkit-animation-delay: 56.1s;
          animation-delay: 56.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(562) {
  -webkit-animation-delay: 56.2s;
          animation-delay: 56.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(563) {
  -webkit-animation-delay: 56.3s;
          animation-delay: 56.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(564) {
  -webkit-animation-delay: 56.4s;
          animation-delay: 56.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(565) {
  -webkit-animation-delay: 56.5s;
          animation-delay: 56.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(566) {
  -webkit-animation-delay: 56.6s;
          animation-delay: 56.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(567) {
  -webkit-animation-delay: 56.7s;
          animation-delay: 56.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(568) {
  -webkit-animation-delay: 56.8s;
          animation-delay: 56.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(569) {
  -webkit-animation-delay: 56.9s;
          animation-delay: 56.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(570) {
  -webkit-animation-delay: 57s;
          animation-delay: 57s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(571) {
  -webkit-animation-delay: 57.1s;
          animation-delay: 57.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(572) {
  -webkit-animation-delay: 57.2s;
          animation-delay: 57.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(573) {
  -webkit-animation-delay: 57.3s;
          animation-delay: 57.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(574) {
  -webkit-animation-delay: 57.4s;
          animation-delay: 57.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(575) {
  -webkit-animation-delay: 57.5s;
          animation-delay: 57.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(576) {
  -webkit-animation-delay: 57.6s;
          animation-delay: 57.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(577) {
  -webkit-animation-delay: 57.7s;
          animation-delay: 57.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(578) {
  -webkit-animation-delay: 57.8s;
          animation-delay: 57.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(579) {
  -webkit-animation-delay: 57.9s;
          animation-delay: 57.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(580) {
  -webkit-animation-delay: 58s;
          animation-delay: 58s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(581) {
  -webkit-animation-delay: 58.1s;
          animation-delay: 58.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(582) {
  -webkit-animation-delay: 58.2s;
          animation-delay: 58.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(583) {
  -webkit-animation-delay: 58.3s;
          animation-delay: 58.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(584) {
  -webkit-animation-delay: 58.4s;
          animation-delay: 58.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(585) {
  -webkit-animation-delay: 58.5s;
          animation-delay: 58.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(586) {
  -webkit-animation-delay: 58.6s;
          animation-delay: 58.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(587) {
  -webkit-animation-delay: 58.7s;
          animation-delay: 58.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(588) {
  -webkit-animation-delay: 58.8s;
          animation-delay: 58.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(589) {
  -webkit-animation-delay: 58.9s;
          animation-delay: 58.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(590) {
  -webkit-animation-delay: 59s;
          animation-delay: 59s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(591) {
  -webkit-animation-delay: 59.1s;
          animation-delay: 59.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(592) {
  -webkit-animation-delay: 59.2s;
          animation-delay: 59.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(593) {
  -webkit-animation-delay: 59.3s;
          animation-delay: 59.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(594) {
  -webkit-animation-delay: 59.4s;
          animation-delay: 59.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(595) {
  -webkit-animation-delay: 59.5s;
          animation-delay: 59.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(596) {
  -webkit-animation-delay: 59.6s;
          animation-delay: 59.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(597) {
  -webkit-animation-delay: 59.7s;
          animation-delay: 59.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(598) {
  -webkit-animation-delay: 59.8s;
          animation-delay: 59.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(599) {
  -webkit-animation-delay: 59.9s;
          animation-delay: 59.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(600) {
  -webkit-animation-delay: 60s;
          animation-delay: 60s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(601) {
  -webkit-animation-delay: 60.1s;
          animation-delay: 60.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(602) {
  -webkit-animation-delay: 60.2s;
          animation-delay: 60.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(603) {
  -webkit-animation-delay: 60.3s;
          animation-delay: 60.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(604) {
  -webkit-animation-delay: 60.4s;
          animation-delay: 60.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(605) {
  -webkit-animation-delay: 60.5s;
          animation-delay: 60.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(606) {
  -webkit-animation-delay: 60.6s;
          animation-delay: 60.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(607) {
  -webkit-animation-delay: 60.7s;
          animation-delay: 60.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(608) {
  -webkit-animation-delay: 60.8s;
          animation-delay: 60.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(609) {
  -webkit-animation-delay: 60.9s;
          animation-delay: 60.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(610) {
  -webkit-animation-delay: 61s;
          animation-delay: 61s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(611) {
  -webkit-animation-delay: 61.1s;
          animation-delay: 61.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(612) {
  -webkit-animation-delay: 61.2s;
          animation-delay: 61.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(613) {
  -webkit-animation-delay: 61.3s;
          animation-delay: 61.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(614) {
  -webkit-animation-delay: 61.4s;
          animation-delay: 61.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(615) {
  -webkit-animation-delay: 61.5s;
          animation-delay: 61.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(616) {
  -webkit-animation-delay: 61.6s;
          animation-delay: 61.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(617) {
  -webkit-animation-delay: 61.7s;
          animation-delay: 61.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(618) {
  -webkit-animation-delay: 61.8s;
          animation-delay: 61.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(619) {
  -webkit-animation-delay: 61.9s;
          animation-delay: 61.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(620) {
  -webkit-animation-delay: 62s;
          animation-delay: 62s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(621) {
  -webkit-animation-delay: 62.1s;
          animation-delay: 62.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(622) {
  -webkit-animation-delay: 62.2s;
          animation-delay: 62.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(623) {
  -webkit-animation-delay: 62.3s;
          animation-delay: 62.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(624) {
  -webkit-animation-delay: 62.4s;
          animation-delay: 62.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(625) {
  -webkit-animation-delay: 62.5s;
          animation-delay: 62.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(626) {
  -webkit-animation-delay: 62.6s;
          animation-delay: 62.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(627) {
  -webkit-animation-delay: 62.7s;
          animation-delay: 62.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(628) {
  -webkit-animation-delay: 62.8s;
          animation-delay: 62.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(629) {
  -webkit-animation-delay: 62.9s;
          animation-delay: 62.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(630) {
  -webkit-animation-delay: 63s;
          animation-delay: 63s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(631) {
  -webkit-animation-delay: 63.1s;
          animation-delay: 63.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(632) {
  -webkit-animation-delay: 63.2s;
          animation-delay: 63.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(633) {
  -webkit-animation-delay: 63.3s;
          animation-delay: 63.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(634) {
  -webkit-animation-delay: 63.4s;
          animation-delay: 63.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(635) {
  -webkit-animation-delay: 63.5s;
          animation-delay: 63.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(636) {
  -webkit-animation-delay: 63.6s;
          animation-delay: 63.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(637) {
  -webkit-animation-delay: 63.7s;
          animation-delay: 63.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(638) {
  -webkit-animation-delay: 63.8s;
          animation-delay: 63.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(639) {
  -webkit-animation-delay: 63.9s;
          animation-delay: 63.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(640) {
  -webkit-animation-delay: 64s;
          animation-delay: 64s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(641) {
  -webkit-animation-delay: 64.1s;
          animation-delay: 64.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(642) {
  -webkit-animation-delay: 64.2s;
          animation-delay: 64.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(643) {
  -webkit-animation-delay: 64.3s;
          animation-delay: 64.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(644) {
  -webkit-animation-delay: 64.4s;
          animation-delay: 64.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(645) {
  -webkit-animation-delay: 64.5s;
          animation-delay: 64.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(646) {
  -webkit-animation-delay: 64.6s;
          animation-delay: 64.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(647) {
  -webkit-animation-delay: 64.7s;
          animation-delay: 64.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(648) {
  -webkit-animation-delay: 64.8s;
          animation-delay: 64.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(649) {
  -webkit-animation-delay: 64.9s;
          animation-delay: 64.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(650) {
  -webkit-animation-delay: 65s;
          animation-delay: 65s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(651) {
  -webkit-animation-delay: 65.1s;
          animation-delay: 65.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(652) {
  -webkit-animation-delay: 65.2s;
          animation-delay: 65.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(653) {
  -webkit-animation-delay: 65.3s;
          animation-delay: 65.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(654) {
  -webkit-animation-delay: 65.4s;
          animation-delay: 65.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(655) {
  -webkit-animation-delay: 65.5s;
          animation-delay: 65.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(656) {
  -webkit-animation-delay: 65.6s;
          animation-delay: 65.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(657) {
  -webkit-animation-delay: 65.7s;
          animation-delay: 65.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(658) {
  -webkit-animation-delay: 65.8s;
          animation-delay: 65.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(659) {
  -webkit-animation-delay: 65.9s;
          animation-delay: 65.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(660) {
  -webkit-animation-delay: 66s;
          animation-delay: 66s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(661) {
  -webkit-animation-delay: 66.1s;
          animation-delay: 66.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(662) {
  -webkit-animation-delay: 66.2s;
          animation-delay: 66.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(663) {
  -webkit-animation-delay: 66.3s;
          animation-delay: 66.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(664) {
  -webkit-animation-delay: 66.4s;
          animation-delay: 66.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(665) {
  -webkit-animation-delay: 66.5s;
          animation-delay: 66.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(666) {
  -webkit-animation-delay: 66.6s;
          animation-delay: 66.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(667) {
  -webkit-animation-delay: 66.7s;
          animation-delay: 66.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(668) {
  -webkit-animation-delay: 66.8s;
          animation-delay: 66.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(669) {
  -webkit-animation-delay: 66.9s;
          animation-delay: 66.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(670) {
  -webkit-animation-delay: 67s;
          animation-delay: 67s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(671) {
  -webkit-animation-delay: 67.1s;
          animation-delay: 67.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(672) {
  -webkit-animation-delay: 67.2s;
          animation-delay: 67.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(673) {
  -webkit-animation-delay: 67.3s;
          animation-delay: 67.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(674) {
  -webkit-animation-delay: 67.4s;
          animation-delay: 67.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(675) {
  -webkit-animation-delay: 67.5s;
          animation-delay: 67.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(676) {
  -webkit-animation-delay: 67.6s;
          animation-delay: 67.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(677) {
  -webkit-animation-delay: 67.7s;
          animation-delay: 67.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(678) {
  -webkit-animation-delay: 67.8s;
          animation-delay: 67.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(679) {
  -webkit-animation-delay: 67.9s;
          animation-delay: 67.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(680) {
  -webkit-animation-delay: 68s;
          animation-delay: 68s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(681) {
  -webkit-animation-delay: 68.1s;
          animation-delay: 68.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(682) {
  -webkit-animation-delay: 68.2s;
          animation-delay: 68.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(683) {
  -webkit-animation-delay: 68.3s;
          animation-delay: 68.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(684) {
  -webkit-animation-delay: 68.4s;
          animation-delay: 68.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(685) {
  -webkit-animation-delay: 68.5s;
          animation-delay: 68.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(686) {
  -webkit-animation-delay: 68.6s;
          animation-delay: 68.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(687) {
  -webkit-animation-delay: 68.7s;
          animation-delay: 68.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(688) {
  -webkit-animation-delay: 68.8s;
          animation-delay: 68.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(689) {
  -webkit-animation-delay: 68.9s;
          animation-delay: 68.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(690) {
  -webkit-animation-delay: 69s;
          animation-delay: 69s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(691) {
  -webkit-animation-delay: 69.1s;
          animation-delay: 69.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(692) {
  -webkit-animation-delay: 69.2s;
          animation-delay: 69.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(693) {
  -webkit-animation-delay: 69.3s;
          animation-delay: 69.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(694) {
  -webkit-animation-delay: 69.4s;
          animation-delay: 69.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(695) {
  -webkit-animation-delay: 69.5s;
          animation-delay: 69.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(696) {
  -webkit-animation-delay: 69.6s;
          animation-delay: 69.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(697) {
  -webkit-animation-delay: 69.7s;
          animation-delay: 69.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(698) {
  -webkit-animation-delay: 69.8s;
          animation-delay: 69.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(699) {
  -webkit-animation-delay: 69.9s;
          animation-delay: 69.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(700) {
  -webkit-animation-delay: 70s;
          animation-delay: 70s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(701) {
  -webkit-animation-delay: 70.1s;
          animation-delay: 70.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(702) {
  -webkit-animation-delay: 70.2s;
          animation-delay: 70.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(703) {
  -webkit-animation-delay: 70.3s;
          animation-delay: 70.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(704) {
  -webkit-animation-delay: 70.4s;
          animation-delay: 70.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(705) {
  -webkit-animation-delay: 70.5s;
          animation-delay: 70.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(706) {
  -webkit-animation-delay: 70.6s;
          animation-delay: 70.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(707) {
  -webkit-animation-delay: 70.7s;
          animation-delay: 70.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(708) {
  -webkit-animation-delay: 70.8s;
          animation-delay: 70.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(709) {
  -webkit-animation-delay: 70.9s;
          animation-delay: 70.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(710) {
  -webkit-animation-delay: 71s;
          animation-delay: 71s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(711) {
  -webkit-animation-delay: 71.1s;
          animation-delay: 71.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(712) {
  -webkit-animation-delay: 71.2s;
          animation-delay: 71.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(713) {
  -webkit-animation-delay: 71.3s;
          animation-delay: 71.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(714) {
  -webkit-animation-delay: 71.4s;
          animation-delay: 71.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(715) {
  -webkit-animation-delay: 71.5s;
          animation-delay: 71.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(716) {
  -webkit-animation-delay: 71.6s;
          animation-delay: 71.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(717) {
  -webkit-animation-delay: 71.7s;
          animation-delay: 71.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(718) {
  -webkit-animation-delay: 71.8s;
          animation-delay: 71.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(719) {
  -webkit-animation-delay: 71.9s;
          animation-delay: 71.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(720) {
  -webkit-animation-delay: 72s;
          animation-delay: 72s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(721) {
  -webkit-animation-delay: 72.1s;
          animation-delay: 72.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(722) {
  -webkit-animation-delay: 72.2s;
          animation-delay: 72.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(723) {
  -webkit-animation-delay: 72.3s;
          animation-delay: 72.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(724) {
  -webkit-animation-delay: 72.4s;
          animation-delay: 72.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(725) {
  -webkit-animation-delay: 72.5s;
          animation-delay: 72.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(726) {
  -webkit-animation-delay: 72.6s;
          animation-delay: 72.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(727) {
  -webkit-animation-delay: 72.7s;
          animation-delay: 72.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(728) {
  -webkit-animation-delay: 72.8s;
          animation-delay: 72.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(729) {
  -webkit-animation-delay: 72.9s;
          animation-delay: 72.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(730) {
  -webkit-animation-delay: 73s;
          animation-delay: 73s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(731) {
  -webkit-animation-delay: 73.1s;
          animation-delay: 73.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(732) {
  -webkit-animation-delay: 73.2s;
          animation-delay: 73.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(733) {
  -webkit-animation-delay: 73.3s;
          animation-delay: 73.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(734) {
  -webkit-animation-delay: 73.4s;
          animation-delay: 73.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(735) {
  -webkit-animation-delay: 73.5s;
          animation-delay: 73.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(736) {
  -webkit-animation-delay: 73.6s;
          animation-delay: 73.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(737) {
  -webkit-animation-delay: 73.7s;
          animation-delay: 73.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(738) {
  -webkit-animation-delay: 73.8s;
          animation-delay: 73.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(739) {
  -webkit-animation-delay: 73.9s;
          animation-delay: 73.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(740) {
  -webkit-animation-delay: 74s;
          animation-delay: 74s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(741) {
  -webkit-animation-delay: 74.1s;
          animation-delay: 74.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(742) {
  -webkit-animation-delay: 74.2s;
          animation-delay: 74.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(743) {
  -webkit-animation-delay: 74.3s;
          animation-delay: 74.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(744) {
  -webkit-animation-delay: 74.4s;
          animation-delay: 74.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(745) {
  -webkit-animation-delay: 74.5s;
          animation-delay: 74.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(746) {
  -webkit-animation-delay: 74.6s;
          animation-delay: 74.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(747) {
  -webkit-animation-delay: 74.7s;
          animation-delay: 74.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(748) {
  -webkit-animation-delay: 74.8s;
          animation-delay: 74.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(749) {
  -webkit-animation-delay: 74.9s;
          animation-delay: 74.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(750) {
  -webkit-animation-delay: 75s;
          animation-delay: 75s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(751) {
  -webkit-animation-delay: 75.1s;
          animation-delay: 75.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(752) {
  -webkit-animation-delay: 75.2s;
          animation-delay: 75.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(753) {
  -webkit-animation-delay: 75.3s;
          animation-delay: 75.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(754) {
  -webkit-animation-delay: 75.4s;
          animation-delay: 75.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(755) {
  -webkit-animation-delay: 75.5s;
          animation-delay: 75.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(756) {
  -webkit-animation-delay: 75.6s;
          animation-delay: 75.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(757) {
  -webkit-animation-delay: 75.7s;
          animation-delay: 75.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(758) {
  -webkit-animation-delay: 75.8s;
          animation-delay: 75.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(759) {
  -webkit-animation-delay: 75.9s;
          animation-delay: 75.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(760) {
  -webkit-animation-delay: 76s;
          animation-delay: 76s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(761) {
  -webkit-animation-delay: 76.1s;
          animation-delay: 76.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(762) {
  -webkit-animation-delay: 76.2s;
          animation-delay: 76.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(763) {
  -webkit-animation-delay: 76.3s;
          animation-delay: 76.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(764) {
  -webkit-animation-delay: 76.4s;
          animation-delay: 76.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(765) {
  -webkit-animation-delay: 76.5s;
          animation-delay: 76.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(766) {
  -webkit-animation-delay: 76.6s;
          animation-delay: 76.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(767) {
  -webkit-animation-delay: 76.7s;
          animation-delay: 76.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(768) {
  -webkit-animation-delay: 76.8s;
          animation-delay: 76.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(769) {
  -webkit-animation-delay: 76.9s;
          animation-delay: 76.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(770) {
  -webkit-animation-delay: 77s;
          animation-delay: 77s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(771) {
  -webkit-animation-delay: 77.1s;
          animation-delay: 77.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(772) {
  -webkit-animation-delay: 77.2s;
          animation-delay: 77.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(773) {
  -webkit-animation-delay: 77.3s;
          animation-delay: 77.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(774) {
  -webkit-animation-delay: 77.4s;
          animation-delay: 77.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(775) {
  -webkit-animation-delay: 77.5s;
          animation-delay: 77.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(776) {
  -webkit-animation-delay: 77.6s;
          animation-delay: 77.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(777) {
  -webkit-animation-delay: 77.7s;
          animation-delay: 77.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(778) {
  -webkit-animation-delay: 77.8s;
          animation-delay: 77.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(779) {
  -webkit-animation-delay: 77.9s;
          animation-delay: 77.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(780) {
  -webkit-animation-delay: 78s;
          animation-delay: 78s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(781) {
  -webkit-animation-delay: 78.1s;
          animation-delay: 78.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(782) {
  -webkit-animation-delay: 78.2s;
          animation-delay: 78.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(783) {
  -webkit-animation-delay: 78.3s;
          animation-delay: 78.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(784) {
  -webkit-animation-delay: 78.4s;
          animation-delay: 78.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(785) {
  -webkit-animation-delay: 78.5s;
          animation-delay: 78.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(786) {
  -webkit-animation-delay: 78.6s;
          animation-delay: 78.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(787) {
  -webkit-animation-delay: 78.7s;
          animation-delay: 78.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(788) {
  -webkit-animation-delay: 78.8s;
          animation-delay: 78.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(789) {
  -webkit-animation-delay: 78.9s;
          animation-delay: 78.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(790) {
  -webkit-animation-delay: 79s;
          animation-delay: 79s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(791) {
  -webkit-animation-delay: 79.1s;
          animation-delay: 79.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(792) {
  -webkit-animation-delay: 79.2s;
          animation-delay: 79.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(793) {
  -webkit-animation-delay: 79.3s;
          animation-delay: 79.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(794) {
  -webkit-animation-delay: 79.4s;
          animation-delay: 79.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(795) {
  -webkit-animation-delay: 79.5s;
          animation-delay: 79.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(796) {
  -webkit-animation-delay: 79.6s;
          animation-delay: 79.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(797) {
  -webkit-animation-delay: 79.7s;
          animation-delay: 79.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(798) {
  -webkit-animation-delay: 79.8s;
          animation-delay: 79.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(799) {
  -webkit-animation-delay: 79.9s;
          animation-delay: 79.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(800) {
  -webkit-animation-delay: 80s;
          animation-delay: 80s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(801) {
  -webkit-animation-delay: 80.1s;
          animation-delay: 80.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(802) {
  -webkit-animation-delay: 80.2s;
          animation-delay: 80.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(803) {
  -webkit-animation-delay: 80.3s;
          animation-delay: 80.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(804) {
  -webkit-animation-delay: 80.4s;
          animation-delay: 80.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(805) {
  -webkit-animation-delay: 80.5s;
          animation-delay: 80.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(806) {
  -webkit-animation-delay: 80.6s;
          animation-delay: 80.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(807) {
  -webkit-animation-delay: 80.7s;
          animation-delay: 80.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(808) {
  -webkit-animation-delay: 80.8s;
          animation-delay: 80.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(809) {
  -webkit-animation-delay: 80.9s;
          animation-delay: 80.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(810) {
  -webkit-animation-delay: 81s;
          animation-delay: 81s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(811) {
  -webkit-animation-delay: 81.1s;
          animation-delay: 81.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(812) {
  -webkit-animation-delay: 81.2s;
          animation-delay: 81.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(813) {
  -webkit-animation-delay: 81.3s;
          animation-delay: 81.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(814) {
  -webkit-animation-delay: 81.4s;
          animation-delay: 81.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(815) {
  -webkit-animation-delay: 81.5s;
          animation-delay: 81.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(816) {
  -webkit-animation-delay: 81.6s;
          animation-delay: 81.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(817) {
  -webkit-animation-delay: 81.7s;
          animation-delay: 81.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(818) {
  -webkit-animation-delay: 81.8s;
          animation-delay: 81.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(819) {
  -webkit-animation-delay: 81.9s;
          animation-delay: 81.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(820) {
  -webkit-animation-delay: 82s;
          animation-delay: 82s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(821) {
  -webkit-animation-delay: 82.1s;
          animation-delay: 82.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(822) {
  -webkit-animation-delay: 82.2s;
          animation-delay: 82.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(823) {
  -webkit-animation-delay: 82.3s;
          animation-delay: 82.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(824) {
  -webkit-animation-delay: 82.4s;
          animation-delay: 82.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(825) {
  -webkit-animation-delay: 82.5s;
          animation-delay: 82.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(826) {
  -webkit-animation-delay: 82.6s;
          animation-delay: 82.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(827) {
  -webkit-animation-delay: 82.7s;
          animation-delay: 82.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(828) {
  -webkit-animation-delay: 82.8s;
          animation-delay: 82.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(829) {
  -webkit-animation-delay: 82.9s;
          animation-delay: 82.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(830) {
  -webkit-animation-delay: 83s;
          animation-delay: 83s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(831) {
  -webkit-animation-delay: 83.1s;
          animation-delay: 83.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(832) {
  -webkit-animation-delay: 83.2s;
          animation-delay: 83.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(833) {
  -webkit-animation-delay: 83.3s;
          animation-delay: 83.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(834) {
  -webkit-animation-delay: 83.4s;
          animation-delay: 83.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(835) {
  -webkit-animation-delay: 83.5s;
          animation-delay: 83.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(836) {
  -webkit-animation-delay: 83.6s;
          animation-delay: 83.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(837) {
  -webkit-animation-delay: 83.7s;
          animation-delay: 83.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(838) {
  -webkit-animation-delay: 83.8s;
          animation-delay: 83.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(839) {
  -webkit-animation-delay: 83.9s;
          animation-delay: 83.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(840) {
  -webkit-animation-delay: 84s;
          animation-delay: 84s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(841) {
  -webkit-animation-delay: 84.1s;
          animation-delay: 84.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(842) {
  -webkit-animation-delay: 84.2s;
          animation-delay: 84.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(843) {
  -webkit-animation-delay: 84.3s;
          animation-delay: 84.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(844) {
  -webkit-animation-delay: 84.4s;
          animation-delay: 84.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(845) {
  -webkit-animation-delay: 84.5s;
          animation-delay: 84.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(846) {
  -webkit-animation-delay: 84.6s;
          animation-delay: 84.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(847) {
  -webkit-animation-delay: 84.7s;
          animation-delay: 84.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(848) {
  -webkit-animation-delay: 84.8s;
          animation-delay: 84.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(849) {
  -webkit-animation-delay: 84.9s;
          animation-delay: 84.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(850) {
  -webkit-animation-delay: 85s;
          animation-delay: 85s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(851) {
  -webkit-animation-delay: 85.1s;
          animation-delay: 85.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(852) {
  -webkit-animation-delay: 85.2s;
          animation-delay: 85.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(853) {
  -webkit-animation-delay: 85.3s;
          animation-delay: 85.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(854) {
  -webkit-animation-delay: 85.4s;
          animation-delay: 85.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(855) {
  -webkit-animation-delay: 85.5s;
          animation-delay: 85.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(856) {
  -webkit-animation-delay: 85.6s;
          animation-delay: 85.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(857) {
  -webkit-animation-delay: 85.7s;
          animation-delay: 85.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(858) {
  -webkit-animation-delay: 85.8s;
          animation-delay: 85.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(859) {
  -webkit-animation-delay: 85.9s;
          animation-delay: 85.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(860) {
  -webkit-animation-delay: 86s;
          animation-delay: 86s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(861) {
  -webkit-animation-delay: 86.1s;
          animation-delay: 86.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(862) {
  -webkit-animation-delay: 86.2s;
          animation-delay: 86.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(863) {
  -webkit-animation-delay: 86.3s;
          animation-delay: 86.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(864) {
  -webkit-animation-delay: 86.4s;
          animation-delay: 86.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(865) {
  -webkit-animation-delay: 86.5s;
          animation-delay: 86.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(866) {
  -webkit-animation-delay: 86.6s;
          animation-delay: 86.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(867) {
  -webkit-animation-delay: 86.7s;
          animation-delay: 86.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(868) {
  -webkit-animation-delay: 86.8s;
          animation-delay: 86.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(869) {
  -webkit-animation-delay: 86.9s;
          animation-delay: 86.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(870) {
  -webkit-animation-delay: 87s;
          animation-delay: 87s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(871) {
  -webkit-animation-delay: 87.1s;
          animation-delay: 87.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(872) {
  -webkit-animation-delay: 87.2s;
          animation-delay: 87.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(873) {
  -webkit-animation-delay: 87.3s;
          animation-delay: 87.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(874) {
  -webkit-animation-delay: 87.4s;
          animation-delay: 87.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(875) {
  -webkit-animation-delay: 87.5s;
          animation-delay: 87.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(876) {
  -webkit-animation-delay: 87.6s;
          animation-delay: 87.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(877) {
  -webkit-animation-delay: 87.7s;
          animation-delay: 87.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(878) {
  -webkit-animation-delay: 87.8s;
          animation-delay: 87.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(879) {
  -webkit-animation-delay: 87.9s;
          animation-delay: 87.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(880) {
  -webkit-animation-delay: 88s;
          animation-delay: 88s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(881) {
  -webkit-animation-delay: 88.1s;
          animation-delay: 88.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(882) {
  -webkit-animation-delay: 88.2s;
          animation-delay: 88.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(883) {
  -webkit-animation-delay: 88.3s;
          animation-delay: 88.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(884) {
  -webkit-animation-delay: 88.4s;
          animation-delay: 88.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(885) {
  -webkit-animation-delay: 88.5s;
          animation-delay: 88.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(886) {
  -webkit-animation-delay: 88.6s;
          animation-delay: 88.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(887) {
  -webkit-animation-delay: 88.7s;
          animation-delay: 88.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(888) {
  -webkit-animation-delay: 88.8s;
          animation-delay: 88.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(889) {
  -webkit-animation-delay: 88.9s;
          animation-delay: 88.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(890) {
  -webkit-animation-delay: 89s;
          animation-delay: 89s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(891) {
  -webkit-animation-delay: 89.1s;
          animation-delay: 89.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(892) {
  -webkit-animation-delay: 89.2s;
          animation-delay: 89.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(893) {
  -webkit-animation-delay: 89.3s;
          animation-delay: 89.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(894) {
  -webkit-animation-delay: 89.4s;
          animation-delay: 89.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(895) {
  -webkit-animation-delay: 89.5s;
          animation-delay: 89.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(896) {
  -webkit-animation-delay: 89.6s;
          animation-delay: 89.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(897) {
  -webkit-animation-delay: 89.7s;
          animation-delay: 89.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(898) {
  -webkit-animation-delay: 89.8s;
          animation-delay: 89.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(899) {
  -webkit-animation-delay: 89.9s;
          animation-delay: 89.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(900) {
  -webkit-animation-delay: 90s;
          animation-delay: 90s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(901) {
  -webkit-animation-delay: 90.1s;
          animation-delay: 90.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(902) {
  -webkit-animation-delay: 90.2s;
          animation-delay: 90.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(903) {
  -webkit-animation-delay: 90.3s;
          animation-delay: 90.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(904) {
  -webkit-animation-delay: 90.4s;
          animation-delay: 90.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(905) {
  -webkit-animation-delay: 90.5s;
          animation-delay: 90.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(906) {
  -webkit-animation-delay: 90.6s;
          animation-delay: 90.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(907) {
  -webkit-animation-delay: 90.7s;
          animation-delay: 90.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(908) {
  -webkit-animation-delay: 90.8s;
          animation-delay: 90.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(909) {
  -webkit-animation-delay: 90.9s;
          animation-delay: 90.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(910) {
  -webkit-animation-delay: 91s;
          animation-delay: 91s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(911) {
  -webkit-animation-delay: 91.1s;
          animation-delay: 91.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(912) {
  -webkit-animation-delay: 91.2s;
          animation-delay: 91.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(913) {
  -webkit-animation-delay: 91.3s;
          animation-delay: 91.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(914) {
  -webkit-animation-delay: 91.4s;
          animation-delay: 91.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(915) {
  -webkit-animation-delay: 91.5s;
          animation-delay: 91.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(916) {
  -webkit-animation-delay: 91.6s;
          animation-delay: 91.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(917) {
  -webkit-animation-delay: 91.7s;
          animation-delay: 91.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(918) {
  -webkit-animation-delay: 91.8s;
          animation-delay: 91.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(919) {
  -webkit-animation-delay: 91.9s;
          animation-delay: 91.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(920) {
  -webkit-animation-delay: 92s;
          animation-delay: 92s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(921) {
  -webkit-animation-delay: 92.1s;
          animation-delay: 92.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(922) {
  -webkit-animation-delay: 92.2s;
          animation-delay: 92.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(923) {
  -webkit-animation-delay: 92.3s;
          animation-delay: 92.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(924) {
  -webkit-animation-delay: 92.4s;
          animation-delay: 92.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(925) {
  -webkit-animation-delay: 92.5s;
          animation-delay: 92.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(926) {
  -webkit-animation-delay: 92.6s;
          animation-delay: 92.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(927) {
  -webkit-animation-delay: 92.7s;
          animation-delay: 92.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(928) {
  -webkit-animation-delay: 92.8s;
          animation-delay: 92.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(929) {
  -webkit-animation-delay: 92.9s;
          animation-delay: 92.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(930) {
  -webkit-animation-delay: 93s;
          animation-delay: 93s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(931) {
  -webkit-animation-delay: 93.1s;
          animation-delay: 93.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(932) {
  -webkit-animation-delay: 93.2s;
          animation-delay: 93.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(933) {
  -webkit-animation-delay: 93.3s;
          animation-delay: 93.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(934) {
  -webkit-animation-delay: 93.4s;
          animation-delay: 93.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(935) {
  -webkit-animation-delay: 93.5s;
          animation-delay: 93.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(936) {
  -webkit-animation-delay: 93.6s;
          animation-delay: 93.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(937) {
  -webkit-animation-delay: 93.7s;
          animation-delay: 93.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(938) {
  -webkit-animation-delay: 93.8s;
          animation-delay: 93.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(939) {
  -webkit-animation-delay: 93.9s;
          animation-delay: 93.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(940) {
  -webkit-animation-delay: 94s;
          animation-delay: 94s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(941) {
  -webkit-animation-delay: 94.1s;
          animation-delay: 94.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(942) {
  -webkit-animation-delay: 94.2s;
          animation-delay: 94.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(943) {
  -webkit-animation-delay: 94.3s;
          animation-delay: 94.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(944) {
  -webkit-animation-delay: 94.4s;
          animation-delay: 94.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(945) {
  -webkit-animation-delay: 94.5s;
          animation-delay: 94.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(946) {
  -webkit-animation-delay: 94.6s;
          animation-delay: 94.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(947) {
  -webkit-animation-delay: 94.7s;
          animation-delay: 94.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(948) {
  -webkit-animation-delay: 94.8s;
          animation-delay: 94.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(949) {
  -webkit-animation-delay: 94.9s;
          animation-delay: 94.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(950) {
  -webkit-animation-delay: 95s;
          animation-delay: 95s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(951) {
  -webkit-animation-delay: 95.1s;
          animation-delay: 95.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(952) {
  -webkit-animation-delay: 95.2s;
          animation-delay: 95.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(953) {
  -webkit-animation-delay: 95.3s;
          animation-delay: 95.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(954) {
  -webkit-animation-delay: 95.4s;
          animation-delay: 95.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(955) {
  -webkit-animation-delay: 95.5s;
          animation-delay: 95.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(956) {
  -webkit-animation-delay: 95.6s;
          animation-delay: 95.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(957) {
  -webkit-animation-delay: 95.7s;
          animation-delay: 95.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(958) {
  -webkit-animation-delay: 95.8s;
          animation-delay: 95.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(959) {
  -webkit-animation-delay: 95.9s;
          animation-delay: 95.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(960) {
  -webkit-animation-delay: 96s;
          animation-delay: 96s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(961) {
  -webkit-animation-delay: 96.1s;
          animation-delay: 96.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(962) {
  -webkit-animation-delay: 96.2s;
          animation-delay: 96.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(963) {
  -webkit-animation-delay: 96.3s;
          animation-delay: 96.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(964) {
  -webkit-animation-delay: 96.4s;
          animation-delay: 96.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(965) {
  -webkit-animation-delay: 96.5s;
          animation-delay: 96.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(966) {
  -webkit-animation-delay: 96.6s;
          animation-delay: 96.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(967) {
  -webkit-animation-delay: 96.7s;
          animation-delay: 96.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(968) {
  -webkit-animation-delay: 96.8s;
          animation-delay: 96.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(969) {
  -webkit-animation-delay: 96.9s;
          animation-delay: 96.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(970) {
  -webkit-animation-delay: 97s;
          animation-delay: 97s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(971) {
  -webkit-animation-delay: 97.1s;
          animation-delay: 97.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(972) {
  -webkit-animation-delay: 97.2s;
          animation-delay: 97.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(973) {
  -webkit-animation-delay: 97.3s;
          animation-delay: 97.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(974) {
  -webkit-animation-delay: 97.4s;
          animation-delay: 97.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(975) {
  -webkit-animation-delay: 97.5s;
          animation-delay: 97.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(976) {
  -webkit-animation-delay: 97.6s;
          animation-delay: 97.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(977) {
  -webkit-animation-delay: 97.7s;
          animation-delay: 97.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(978) {
  -webkit-animation-delay: 97.8s;
          animation-delay: 97.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(979) {
  -webkit-animation-delay: 97.9s;
          animation-delay: 97.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(980) {
  -webkit-animation-delay: 98s;
          animation-delay: 98s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(981) {
  -webkit-animation-delay: 98.1s;
          animation-delay: 98.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(982) {
  -webkit-animation-delay: 98.2s;
          animation-delay: 98.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(983) {
  -webkit-animation-delay: 98.3s;
          animation-delay: 98.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(984) {
  -webkit-animation-delay: 98.4s;
          animation-delay: 98.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(985) {
  -webkit-animation-delay: 98.5s;
          animation-delay: 98.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(986) {
  -webkit-animation-delay: 98.6s;
          animation-delay: 98.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(987) {
  -webkit-animation-delay: 98.7s;
          animation-delay: 98.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(988) {
  -webkit-animation-delay: 98.8s;
          animation-delay: 98.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(989) {
  -webkit-animation-delay: 98.9s;
          animation-delay: 98.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(990) {
  -webkit-animation-delay: 99s;
          animation-delay: 99s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(991) {
  -webkit-animation-delay: 99.1s;
          animation-delay: 99.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(992) {
  -webkit-animation-delay: 99.2s;
          animation-delay: 99.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(993) {
  -webkit-animation-delay: 99.3s;
          animation-delay: 99.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(994) {
  -webkit-animation-delay: 99.4s;
          animation-delay: 99.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(995) {
  -webkit-animation-delay: 99.5s;
          animation-delay: 99.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(996) {
  -webkit-animation-delay: 99.6s;
          animation-delay: 99.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(997) {
  -webkit-animation-delay: 99.7s;
          animation-delay: 99.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(998) {
  -webkit-animation-delay: 99.8s;
          animation-delay: 99.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(999) {
  -webkit-animation-delay: 99.9s;
          animation-delay: 99.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1000) {
  -webkit-animation-delay: 100s;
          animation-delay: 100s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1001) {
  -webkit-animation-delay: 100.1s;
          animation-delay: 100.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1002) {
  -webkit-animation-delay: 100.2s;
          animation-delay: 100.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1003) {
  -webkit-animation-delay: 100.3s;
          animation-delay: 100.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1004) {
  -webkit-animation-delay: 100.4s;
          animation-delay: 100.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1005) {
  -webkit-animation-delay: 100.5s;
          animation-delay: 100.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1006) {
  -webkit-animation-delay: 100.6s;
          animation-delay: 100.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1007) {
  -webkit-animation-delay: 100.7s;
          animation-delay: 100.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1008) {
  -webkit-animation-delay: 100.8s;
          animation-delay: 100.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1009) {
  -webkit-animation-delay: 100.9s;
          animation-delay: 100.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1010) {
  -webkit-animation-delay: 101s;
          animation-delay: 101s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1011) {
  -webkit-animation-delay: 101.1s;
          animation-delay: 101.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1012) {
  -webkit-animation-delay: 101.2s;
          animation-delay: 101.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1013) {
  -webkit-animation-delay: 101.3s;
          animation-delay: 101.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1014) {
  -webkit-animation-delay: 101.4s;
          animation-delay: 101.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1015) {
  -webkit-animation-delay: 101.5s;
          animation-delay: 101.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1016) {
  -webkit-animation-delay: 101.6s;
          animation-delay: 101.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1017) {
  -webkit-animation-delay: 101.7s;
          animation-delay: 101.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1018) {
  -webkit-animation-delay: 101.8s;
          animation-delay: 101.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1019) {
  -webkit-animation-delay: 101.9s;
          animation-delay: 101.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1020) {
  -webkit-animation-delay: 102s;
          animation-delay: 102s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1021) {
  -webkit-animation-delay: 102.1s;
          animation-delay: 102.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1022) {
  -webkit-animation-delay: 102.2s;
          animation-delay: 102.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1023) {
  -webkit-animation-delay: 102.3s;
          animation-delay: 102.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1024) {
  -webkit-animation-delay: 102.4s;
          animation-delay: 102.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1025) {
  -webkit-animation-delay: 102.5s;
          animation-delay: 102.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1026) {
  -webkit-animation-delay: 102.6s;
          animation-delay: 102.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1027) {
  -webkit-animation-delay: 102.7s;
          animation-delay: 102.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1028) {
  -webkit-animation-delay: 102.8s;
          animation-delay: 102.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1029) {
  -webkit-animation-delay: 102.9s;
          animation-delay: 102.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1030) {
  -webkit-animation-delay: 103s;
          animation-delay: 103s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1031) {
  -webkit-animation-delay: 103.1s;
          animation-delay: 103.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1032) {
  -webkit-animation-delay: 103.2s;
          animation-delay: 103.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1033) {
  -webkit-animation-delay: 103.3s;
          animation-delay: 103.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1034) {
  -webkit-animation-delay: 103.4s;
          animation-delay: 103.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1035) {
  -webkit-animation-delay: 103.5s;
          animation-delay: 103.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1036) {
  -webkit-animation-delay: 103.6s;
          animation-delay: 103.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1037) {
  -webkit-animation-delay: 103.7s;
          animation-delay: 103.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1038) {
  -webkit-animation-delay: 103.8s;
          animation-delay: 103.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1039) {
  -webkit-animation-delay: 103.9s;
          animation-delay: 103.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1040) {
  -webkit-animation-delay: 104s;
          animation-delay: 104s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1041) {
  -webkit-animation-delay: 104.1s;
          animation-delay: 104.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1042) {
  -webkit-animation-delay: 104.2s;
          animation-delay: 104.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1043) {
  -webkit-animation-delay: 104.3s;
          animation-delay: 104.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1044) {
  -webkit-animation-delay: 104.4s;
          animation-delay: 104.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1045) {
  -webkit-animation-delay: 104.5s;
          animation-delay: 104.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1046) {
  -webkit-animation-delay: 104.6s;
          animation-delay: 104.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1047) {
  -webkit-animation-delay: 104.7s;
          animation-delay: 104.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1048) {
  -webkit-animation-delay: 104.8s;
          animation-delay: 104.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1049) {
  -webkit-animation-delay: 104.9s;
          animation-delay: 104.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1050) {
  -webkit-animation-delay: 105s;
          animation-delay: 105s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1051) {
  -webkit-animation-delay: 105.1s;
          animation-delay: 105.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1052) {
  -webkit-animation-delay: 105.2s;
          animation-delay: 105.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1053) {
  -webkit-animation-delay: 105.3s;
          animation-delay: 105.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1054) {
  -webkit-animation-delay: 105.4s;
          animation-delay: 105.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1055) {
  -webkit-animation-delay: 105.5s;
          animation-delay: 105.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1056) {
  -webkit-animation-delay: 105.6s;
          animation-delay: 105.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1057) {
  -webkit-animation-delay: 105.7s;
          animation-delay: 105.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1058) {
  -webkit-animation-delay: 105.8s;
          animation-delay: 105.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1059) {
  -webkit-animation-delay: 105.9s;
          animation-delay: 105.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1060) {
  -webkit-animation-delay: 106s;
          animation-delay: 106s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1061) {
  -webkit-animation-delay: 106.1s;
          animation-delay: 106.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1062) {
  -webkit-animation-delay: 106.2s;
          animation-delay: 106.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1063) {
  -webkit-animation-delay: 106.3s;
          animation-delay: 106.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1064) {
  -webkit-animation-delay: 106.4s;
          animation-delay: 106.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1065) {
  -webkit-animation-delay: 106.5s;
          animation-delay: 106.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1066) {
  -webkit-animation-delay: 106.6s;
          animation-delay: 106.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1067) {
  -webkit-animation-delay: 106.7s;
          animation-delay: 106.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1068) {
  -webkit-animation-delay: 106.8s;
          animation-delay: 106.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1069) {
  -webkit-animation-delay: 106.9s;
          animation-delay: 106.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1070) {
  -webkit-animation-delay: 107s;
          animation-delay: 107s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1071) {
  -webkit-animation-delay: 107.1s;
          animation-delay: 107.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1072) {
  -webkit-animation-delay: 107.2s;
          animation-delay: 107.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1073) {
  -webkit-animation-delay: 107.3s;
          animation-delay: 107.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1074) {
  -webkit-animation-delay: 107.4s;
          animation-delay: 107.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1075) {
  -webkit-animation-delay: 107.5s;
          animation-delay: 107.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1076) {
  -webkit-animation-delay: 107.6s;
          animation-delay: 107.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1077) {
  -webkit-animation-delay: 107.7s;
          animation-delay: 107.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1078) {
  -webkit-animation-delay: 107.8s;
          animation-delay: 107.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1079) {
  -webkit-animation-delay: 107.9s;
          animation-delay: 107.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1080) {
  -webkit-animation-delay: 108s;
          animation-delay: 108s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1081) {
  -webkit-animation-delay: 108.1s;
          animation-delay: 108.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1082) {
  -webkit-animation-delay: 108.2s;
          animation-delay: 108.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1083) {
  -webkit-animation-delay: 108.3s;
          animation-delay: 108.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1084) {
  -webkit-animation-delay: 108.4s;
          animation-delay: 108.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1085) {
  -webkit-animation-delay: 108.5s;
          animation-delay: 108.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1086) {
  -webkit-animation-delay: 108.6s;
          animation-delay: 108.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1087) {
  -webkit-animation-delay: 108.7s;
          animation-delay: 108.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1088) {
  -webkit-animation-delay: 108.8s;
          animation-delay: 108.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1089) {
  -webkit-animation-delay: 108.9s;
          animation-delay: 108.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1090) {
  -webkit-animation-delay: 109s;
          animation-delay: 109s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1091) {
  -webkit-animation-delay: 109.1s;
          animation-delay: 109.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1092) {
  -webkit-animation-delay: 109.2s;
          animation-delay: 109.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1093) {
  -webkit-animation-delay: 109.3s;
          animation-delay: 109.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1094) {
  -webkit-animation-delay: 109.4s;
          animation-delay: 109.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1095) {
  -webkit-animation-delay: 109.5s;
          animation-delay: 109.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1096) {
  -webkit-animation-delay: 109.6s;
          animation-delay: 109.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1097) {
  -webkit-animation-delay: 109.7s;
          animation-delay: 109.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1098) {
  -webkit-animation-delay: 109.8s;
          animation-delay: 109.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1099) {
  -webkit-animation-delay: 109.9s;
          animation-delay: 109.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1100) {
  -webkit-animation-delay: 110s;
          animation-delay: 110s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1101) {
  -webkit-animation-delay: 110.1s;
          animation-delay: 110.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1102) {
  -webkit-animation-delay: 110.2s;
          animation-delay: 110.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1103) {
  -webkit-animation-delay: 110.3s;
          animation-delay: 110.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1104) {
  -webkit-animation-delay: 110.4s;
          animation-delay: 110.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1105) {
  -webkit-animation-delay: 110.5s;
          animation-delay: 110.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1106) {
  -webkit-animation-delay: 110.6s;
          animation-delay: 110.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1107) {
  -webkit-animation-delay: 110.7s;
          animation-delay: 110.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1108) {
  -webkit-animation-delay: 110.8s;
          animation-delay: 110.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1109) {
  -webkit-animation-delay: 110.9s;
          animation-delay: 110.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1110) {
  -webkit-animation-delay: 111s;
          animation-delay: 111s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1111) {
  -webkit-animation-delay: 111.1s;
          animation-delay: 111.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1112) {
  -webkit-animation-delay: 111.2s;
          animation-delay: 111.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1113) {
  -webkit-animation-delay: 111.3s;
          animation-delay: 111.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1114) {
  -webkit-animation-delay: 111.4s;
          animation-delay: 111.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1115) {
  -webkit-animation-delay: 111.5s;
          animation-delay: 111.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1116) {
  -webkit-animation-delay: 111.6s;
          animation-delay: 111.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1117) {
  -webkit-animation-delay: 111.7s;
          animation-delay: 111.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1118) {
  -webkit-animation-delay: 111.8s;
          animation-delay: 111.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1119) {
  -webkit-animation-delay: 111.9s;
          animation-delay: 111.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1120) {
  -webkit-animation-delay: 112s;
          animation-delay: 112s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1121) {
  -webkit-animation-delay: 112.1s;
          animation-delay: 112.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1122) {
  -webkit-animation-delay: 112.2s;
          animation-delay: 112.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1123) {
  -webkit-animation-delay: 112.3s;
          animation-delay: 112.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1124) {
  -webkit-animation-delay: 112.4s;
          animation-delay: 112.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1125) {
  -webkit-animation-delay: 112.5s;
          animation-delay: 112.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1126) {
  -webkit-animation-delay: 112.6s;
          animation-delay: 112.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1127) {
  -webkit-animation-delay: 112.7s;
          animation-delay: 112.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1128) {
  -webkit-animation-delay: 112.8s;
          animation-delay: 112.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1129) {
  -webkit-animation-delay: 112.9s;
          animation-delay: 112.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1130) {
  -webkit-animation-delay: 113s;
          animation-delay: 113s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1131) {
  -webkit-animation-delay: 113.1s;
          animation-delay: 113.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1132) {
  -webkit-animation-delay: 113.2s;
          animation-delay: 113.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1133) {
  -webkit-animation-delay: 113.3s;
          animation-delay: 113.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1134) {
  -webkit-animation-delay: 113.4s;
          animation-delay: 113.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1135) {
  -webkit-animation-delay: 113.5s;
          animation-delay: 113.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1136) {
  -webkit-animation-delay: 113.6s;
          animation-delay: 113.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1137) {
  -webkit-animation-delay: 113.7s;
          animation-delay: 113.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1138) {
  -webkit-animation-delay: 113.8s;
          animation-delay: 113.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1139) {
  -webkit-animation-delay: 113.9s;
          animation-delay: 113.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1140) {
  -webkit-animation-delay: 114s;
          animation-delay: 114s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1141) {
  -webkit-animation-delay: 114.1s;
          animation-delay: 114.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1142) {
  -webkit-animation-delay: 114.2s;
          animation-delay: 114.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1143) {
  -webkit-animation-delay: 114.3s;
          animation-delay: 114.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1144) {
  -webkit-animation-delay: 114.4s;
          animation-delay: 114.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1145) {
  -webkit-animation-delay: 114.5s;
          animation-delay: 114.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1146) {
  -webkit-animation-delay: 114.6s;
          animation-delay: 114.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1147) {
  -webkit-animation-delay: 114.7s;
          animation-delay: 114.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1148) {
  -webkit-animation-delay: 114.8s;
          animation-delay: 114.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1149) {
  -webkit-animation-delay: 114.9s;
          animation-delay: 114.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1150) {
  -webkit-animation-delay: 115s;
          animation-delay: 115s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1151) {
  -webkit-animation-delay: 115.1s;
          animation-delay: 115.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1152) {
  -webkit-animation-delay: 115.2s;
          animation-delay: 115.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1153) {
  -webkit-animation-delay: 115.3s;
          animation-delay: 115.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1154) {
  -webkit-animation-delay: 115.4s;
          animation-delay: 115.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1155) {
  -webkit-animation-delay: 115.5s;
          animation-delay: 115.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1156) {
  -webkit-animation-delay: 115.6s;
          animation-delay: 115.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1157) {
  -webkit-animation-delay: 115.7s;
          animation-delay: 115.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1158) {
  -webkit-animation-delay: 115.8s;
          animation-delay: 115.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1159) {
  -webkit-animation-delay: 115.9s;
          animation-delay: 115.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1160) {
  -webkit-animation-delay: 116s;
          animation-delay: 116s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1161) {
  -webkit-animation-delay: 116.1s;
          animation-delay: 116.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1162) {
  -webkit-animation-delay: 116.2s;
          animation-delay: 116.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1163) {
  -webkit-animation-delay: 116.3s;
          animation-delay: 116.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1164) {
  -webkit-animation-delay: 116.4s;
          animation-delay: 116.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1165) {
  -webkit-animation-delay: 116.5s;
          animation-delay: 116.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1166) {
  -webkit-animation-delay: 116.6s;
          animation-delay: 116.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1167) {
  -webkit-animation-delay: 116.7s;
          animation-delay: 116.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1168) {
  -webkit-animation-delay: 116.8s;
          animation-delay: 116.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1169) {
  -webkit-animation-delay: 116.9s;
          animation-delay: 116.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1170) {
  -webkit-animation-delay: 117s;
          animation-delay: 117s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1171) {
  -webkit-animation-delay: 117.1s;
          animation-delay: 117.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1172) {
  -webkit-animation-delay: 117.2s;
          animation-delay: 117.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1173) {
  -webkit-animation-delay: 117.3s;
          animation-delay: 117.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1174) {
  -webkit-animation-delay: 117.4s;
          animation-delay: 117.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1175) {
  -webkit-animation-delay: 117.5s;
          animation-delay: 117.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1176) {
  -webkit-animation-delay: 117.6s;
          animation-delay: 117.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1177) {
  -webkit-animation-delay: 117.7s;
          animation-delay: 117.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1178) {
  -webkit-animation-delay: 117.8s;
          animation-delay: 117.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1179) {
  -webkit-animation-delay: 117.9s;
          animation-delay: 117.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1180) {
  -webkit-animation-delay: 118s;
          animation-delay: 118s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1181) {
  -webkit-animation-delay: 118.1s;
          animation-delay: 118.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1182) {
  -webkit-animation-delay: 118.2s;
          animation-delay: 118.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1183) {
  -webkit-animation-delay: 118.3s;
          animation-delay: 118.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1184) {
  -webkit-animation-delay: 118.4s;
          animation-delay: 118.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1185) {
  -webkit-animation-delay: 118.5s;
          animation-delay: 118.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1186) {
  -webkit-animation-delay: 118.6s;
          animation-delay: 118.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1187) {
  -webkit-animation-delay: 118.7s;
          animation-delay: 118.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1188) {
  -webkit-animation-delay: 118.8s;
          animation-delay: 118.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1189) {
  -webkit-animation-delay: 118.9s;
          animation-delay: 118.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1190) {
  -webkit-animation-delay: 119s;
          animation-delay: 119s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1191) {
  -webkit-animation-delay: 119.1s;
          animation-delay: 119.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1192) {
  -webkit-animation-delay: 119.2s;
          animation-delay: 119.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1193) {
  -webkit-animation-delay: 119.3s;
          animation-delay: 119.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1194) {
  -webkit-animation-delay: 119.4s;
          animation-delay: 119.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1195) {
  -webkit-animation-delay: 119.5s;
          animation-delay: 119.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1196) {
  -webkit-animation-delay: 119.6s;
          animation-delay: 119.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1197) {
  -webkit-animation-delay: 119.7s;
          animation-delay: 119.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1198) {
  -webkit-animation-delay: 119.8s;
          animation-delay: 119.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1199) {
  -webkit-animation-delay: 119.9s;
          animation-delay: 119.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1200) {
  -webkit-animation-delay: 120s;
          animation-delay: 120s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1201) {
  -webkit-animation-delay: 120.1s;
          animation-delay: 120.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1202) {
  -webkit-animation-delay: 120.2s;
          animation-delay: 120.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1203) {
  -webkit-animation-delay: 120.3s;
          animation-delay: 120.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1204) {
  -webkit-animation-delay: 120.4s;
          animation-delay: 120.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1205) {
  -webkit-animation-delay: 120.5s;
          animation-delay: 120.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1206) {
  -webkit-animation-delay: 120.6s;
          animation-delay: 120.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1207) {
  -webkit-animation-delay: 120.7s;
          animation-delay: 120.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1208) {
  -webkit-animation-delay: 120.8s;
          animation-delay: 120.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1209) {
  -webkit-animation-delay: 120.9s;
          animation-delay: 120.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1210) {
  -webkit-animation-delay: 121s;
          animation-delay: 121s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1211) {
  -webkit-animation-delay: 121.1s;
          animation-delay: 121.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1212) {
  -webkit-animation-delay: 121.2s;
          animation-delay: 121.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1213) {
  -webkit-animation-delay: 121.3s;
          animation-delay: 121.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1214) {
  -webkit-animation-delay: 121.4s;
          animation-delay: 121.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1215) {
  -webkit-animation-delay: 121.5s;
          animation-delay: 121.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1216) {
  -webkit-animation-delay: 121.6s;
          animation-delay: 121.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1217) {
  -webkit-animation-delay: 121.7s;
          animation-delay: 121.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1218) {
  -webkit-animation-delay: 121.8s;
          animation-delay: 121.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1219) {
  -webkit-animation-delay: 121.9s;
          animation-delay: 121.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1220) {
  -webkit-animation-delay: 122s;
          animation-delay: 122s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1221) {
  -webkit-animation-delay: 122.1s;
          animation-delay: 122.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1222) {
  -webkit-animation-delay: 122.2s;
          animation-delay: 122.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1223) {
  -webkit-animation-delay: 122.3s;
          animation-delay: 122.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1224) {
  -webkit-animation-delay: 122.4s;
          animation-delay: 122.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1225) {
  -webkit-animation-delay: 122.5s;
          animation-delay: 122.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1226) {
  -webkit-animation-delay: 122.6s;
          animation-delay: 122.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1227) {
  -webkit-animation-delay: 122.7s;
          animation-delay: 122.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1228) {
  -webkit-animation-delay: 122.8s;
          animation-delay: 122.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1229) {
  -webkit-animation-delay: 122.9s;
          animation-delay: 122.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1230) {
  -webkit-animation-delay: 123s;
          animation-delay: 123s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1231) {
  -webkit-animation-delay: 123.1s;
          animation-delay: 123.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1232) {
  -webkit-animation-delay: 123.2s;
          animation-delay: 123.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1233) {
  -webkit-animation-delay: 123.3s;
          animation-delay: 123.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1234) {
  -webkit-animation-delay: 123.4s;
          animation-delay: 123.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1235) {
  -webkit-animation-delay: 123.5s;
          animation-delay: 123.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1236) {
  -webkit-animation-delay: 123.6s;
          animation-delay: 123.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1237) {
  -webkit-animation-delay: 123.7s;
          animation-delay: 123.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1238) {
  -webkit-animation-delay: 123.8s;
          animation-delay: 123.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1239) {
  -webkit-animation-delay: 123.9s;
          animation-delay: 123.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1240) {
  -webkit-animation-delay: 124s;
          animation-delay: 124s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1241) {
  -webkit-animation-delay: 124.1s;
          animation-delay: 124.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1242) {
  -webkit-animation-delay: 124.2s;
          animation-delay: 124.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1243) {
  -webkit-animation-delay: 124.3s;
          animation-delay: 124.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1244) {
  -webkit-animation-delay: 124.4s;
          animation-delay: 124.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1245) {
  -webkit-animation-delay: 124.5s;
          animation-delay: 124.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1246) {
  -webkit-animation-delay: 124.6s;
          animation-delay: 124.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1247) {
  -webkit-animation-delay: 124.7s;
          animation-delay: 124.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1248) {
  -webkit-animation-delay: 124.8s;
          animation-delay: 124.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1249) {
  -webkit-animation-delay: 124.9s;
          animation-delay: 124.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1250) {
  -webkit-animation-delay: 125s;
          animation-delay: 125s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1251) {
  -webkit-animation-delay: 125.1s;
          animation-delay: 125.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1252) {
  -webkit-animation-delay: 125.2s;
          animation-delay: 125.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1253) {
  -webkit-animation-delay: 125.3s;
          animation-delay: 125.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1254) {
  -webkit-animation-delay: 125.4s;
          animation-delay: 125.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1255) {
  -webkit-animation-delay: 125.5s;
          animation-delay: 125.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1256) {
  -webkit-animation-delay: 125.6s;
          animation-delay: 125.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1257) {
  -webkit-animation-delay: 125.7s;
          animation-delay: 125.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1258) {
  -webkit-animation-delay: 125.8s;
          animation-delay: 125.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1259) {
  -webkit-animation-delay: 125.9s;
          animation-delay: 125.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1260) {
  -webkit-animation-delay: 126s;
          animation-delay: 126s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1261) {
  -webkit-animation-delay: 126.1s;
          animation-delay: 126.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1262) {
  -webkit-animation-delay: 126.2s;
          animation-delay: 126.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1263) {
  -webkit-animation-delay: 126.3s;
          animation-delay: 126.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1264) {
  -webkit-animation-delay: 126.4s;
          animation-delay: 126.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1265) {
  -webkit-animation-delay: 126.5s;
          animation-delay: 126.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1266) {
  -webkit-animation-delay: 126.6s;
          animation-delay: 126.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1267) {
  -webkit-animation-delay: 126.7s;
          animation-delay: 126.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1268) {
  -webkit-animation-delay: 126.8s;
          animation-delay: 126.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1269) {
  -webkit-animation-delay: 126.9s;
          animation-delay: 126.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1270) {
  -webkit-animation-delay: 127s;
          animation-delay: 127s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1271) {
  -webkit-animation-delay: 127.1s;
          animation-delay: 127.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1272) {
  -webkit-animation-delay: 127.2s;
          animation-delay: 127.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1273) {
  -webkit-animation-delay: 127.3s;
          animation-delay: 127.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1274) {
  -webkit-animation-delay: 127.4s;
          animation-delay: 127.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1275) {
  -webkit-animation-delay: 127.5s;
          animation-delay: 127.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1276) {
  -webkit-animation-delay: 127.6s;
          animation-delay: 127.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1277) {
  -webkit-animation-delay: 127.7s;
          animation-delay: 127.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1278) {
  -webkit-animation-delay: 127.8s;
          animation-delay: 127.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1279) {
  -webkit-animation-delay: 127.9s;
          animation-delay: 127.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1280) {
  -webkit-animation-delay: 128s;
          animation-delay: 128s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1281) {
  -webkit-animation-delay: 128.1s;
          animation-delay: 128.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1282) {
  -webkit-animation-delay: 128.2s;
          animation-delay: 128.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1283) {
  -webkit-animation-delay: 128.3s;
          animation-delay: 128.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1284) {
  -webkit-animation-delay: 128.4s;
          animation-delay: 128.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1285) {
  -webkit-animation-delay: 128.5s;
          animation-delay: 128.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1286) {
  -webkit-animation-delay: 128.6s;
          animation-delay: 128.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1287) {
  -webkit-animation-delay: 128.7s;
          animation-delay: 128.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1288) {
  -webkit-animation-delay: 128.8s;
          animation-delay: 128.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1289) {
  -webkit-animation-delay: 128.9s;
          animation-delay: 128.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1290) {
  -webkit-animation-delay: 129s;
          animation-delay: 129s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1291) {
  -webkit-animation-delay: 129.1s;
          animation-delay: 129.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1292) {
  -webkit-animation-delay: 129.2s;
          animation-delay: 129.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1293) {
  -webkit-animation-delay: 129.3s;
          animation-delay: 129.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1294) {
  -webkit-animation-delay: 129.4s;
          animation-delay: 129.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1295) {
  -webkit-animation-delay: 129.5s;
          animation-delay: 129.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1296) {
  -webkit-animation-delay: 129.6s;
          animation-delay: 129.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1297) {
  -webkit-animation-delay: 129.7s;
          animation-delay: 129.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1298) {
  -webkit-animation-delay: 129.8s;
          animation-delay: 129.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1299) {
  -webkit-animation-delay: 129.9s;
          animation-delay: 129.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1300) {
  -webkit-animation-delay: 130s;
          animation-delay: 130s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1301) {
  -webkit-animation-delay: 130.1s;
          animation-delay: 130.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1302) {
  -webkit-animation-delay: 130.2s;
          animation-delay: 130.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1303) {
  -webkit-animation-delay: 130.3s;
          animation-delay: 130.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1304) {
  -webkit-animation-delay: 130.4s;
          animation-delay: 130.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1305) {
  -webkit-animation-delay: 130.5s;
          animation-delay: 130.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1306) {
  -webkit-animation-delay: 130.6s;
          animation-delay: 130.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1307) {
  -webkit-animation-delay: 130.7s;
          animation-delay: 130.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1308) {
  -webkit-animation-delay: 130.8s;
          animation-delay: 130.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1309) {
  -webkit-animation-delay: 130.9s;
          animation-delay: 130.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1310) {
  -webkit-animation-delay: 131s;
          animation-delay: 131s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1311) {
  -webkit-animation-delay: 131.1s;
          animation-delay: 131.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1312) {
  -webkit-animation-delay: 131.2s;
          animation-delay: 131.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1313) {
  -webkit-animation-delay: 131.3s;
          animation-delay: 131.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1314) {
  -webkit-animation-delay: 131.4s;
          animation-delay: 131.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1315) {
  -webkit-animation-delay: 131.5s;
          animation-delay: 131.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1316) {
  -webkit-animation-delay: 131.6s;
          animation-delay: 131.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1317) {
  -webkit-animation-delay: 131.7s;
          animation-delay: 131.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1318) {
  -webkit-animation-delay: 131.8s;
          animation-delay: 131.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1319) {
  -webkit-animation-delay: 131.9s;
          animation-delay: 131.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1320) {
  -webkit-animation-delay: 132s;
          animation-delay: 132s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1321) {
  -webkit-animation-delay: 132.1s;
          animation-delay: 132.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1322) {
  -webkit-animation-delay: 132.2s;
          animation-delay: 132.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1323) {
  -webkit-animation-delay: 132.3s;
          animation-delay: 132.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1324) {
  -webkit-animation-delay: 132.4s;
          animation-delay: 132.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1325) {
  -webkit-animation-delay: 132.5s;
          animation-delay: 132.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1326) {
  -webkit-animation-delay: 132.6s;
          animation-delay: 132.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1327) {
  -webkit-animation-delay: 132.7s;
          animation-delay: 132.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1328) {
  -webkit-animation-delay: 132.8s;
          animation-delay: 132.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1329) {
  -webkit-animation-delay: 132.9s;
          animation-delay: 132.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1330) {
  -webkit-animation-delay: 133s;
          animation-delay: 133s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1331) {
  -webkit-animation-delay: 133.1s;
          animation-delay: 133.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1332) {
  -webkit-animation-delay: 133.2s;
          animation-delay: 133.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1333) {
  -webkit-animation-delay: 133.3s;
          animation-delay: 133.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1334) {
  -webkit-animation-delay: 133.4s;
          animation-delay: 133.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1335) {
  -webkit-animation-delay: 133.5s;
          animation-delay: 133.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1336) {
  -webkit-animation-delay: 133.6s;
          animation-delay: 133.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1337) {
  -webkit-animation-delay: 133.7s;
          animation-delay: 133.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1338) {
  -webkit-animation-delay: 133.8s;
          animation-delay: 133.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1339) {
  -webkit-animation-delay: 133.9s;
          animation-delay: 133.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1340) {
  -webkit-animation-delay: 134s;
          animation-delay: 134s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1341) {
  -webkit-animation-delay: 134.1s;
          animation-delay: 134.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1342) {
  -webkit-animation-delay: 134.2s;
          animation-delay: 134.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1343) {
  -webkit-animation-delay: 134.3s;
          animation-delay: 134.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1344) {
  -webkit-animation-delay: 134.4s;
          animation-delay: 134.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1345) {
  -webkit-animation-delay: 134.5s;
          animation-delay: 134.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1346) {
  -webkit-animation-delay: 134.6s;
          animation-delay: 134.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1347) {
  -webkit-animation-delay: 134.7s;
          animation-delay: 134.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1348) {
  -webkit-animation-delay: 134.8s;
          animation-delay: 134.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1349) {
  -webkit-animation-delay: 134.9s;
          animation-delay: 134.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1350) {
  -webkit-animation-delay: 135s;
          animation-delay: 135s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1351) {
  -webkit-animation-delay: 135.1s;
          animation-delay: 135.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1352) {
  -webkit-animation-delay: 135.2s;
          animation-delay: 135.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1353) {
  -webkit-animation-delay: 135.3s;
          animation-delay: 135.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1354) {
  -webkit-animation-delay: 135.4s;
          animation-delay: 135.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1355) {
  -webkit-animation-delay: 135.5s;
          animation-delay: 135.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1356) {
  -webkit-animation-delay: 135.6s;
          animation-delay: 135.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1357) {
  -webkit-animation-delay: 135.7s;
          animation-delay: 135.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1358) {
  -webkit-animation-delay: 135.8s;
          animation-delay: 135.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1359) {
  -webkit-animation-delay: 135.9s;
          animation-delay: 135.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1360) {
  -webkit-animation-delay: 136s;
          animation-delay: 136s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1361) {
  -webkit-animation-delay: 136.1s;
          animation-delay: 136.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1362) {
  -webkit-animation-delay: 136.2s;
          animation-delay: 136.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1363) {
  -webkit-animation-delay: 136.3s;
          animation-delay: 136.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1364) {
  -webkit-animation-delay: 136.4s;
          animation-delay: 136.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1365) {
  -webkit-animation-delay: 136.5s;
          animation-delay: 136.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1366) {
  -webkit-animation-delay: 136.6s;
          animation-delay: 136.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1367) {
  -webkit-animation-delay: 136.7s;
          animation-delay: 136.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1368) {
  -webkit-animation-delay: 136.8s;
          animation-delay: 136.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1369) {
  -webkit-animation-delay: 136.9s;
          animation-delay: 136.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1370) {
  -webkit-animation-delay: 137s;
          animation-delay: 137s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1371) {
  -webkit-animation-delay: 137.1s;
          animation-delay: 137.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1372) {
  -webkit-animation-delay: 137.2s;
          animation-delay: 137.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1373) {
  -webkit-animation-delay: 137.3s;
          animation-delay: 137.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1374) {
  -webkit-animation-delay: 137.4s;
          animation-delay: 137.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1375) {
  -webkit-animation-delay: 137.5s;
          animation-delay: 137.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1376) {
  -webkit-animation-delay: 137.6s;
          animation-delay: 137.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1377) {
  -webkit-animation-delay: 137.7s;
          animation-delay: 137.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1378) {
  -webkit-animation-delay: 137.8s;
          animation-delay: 137.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1379) {
  -webkit-animation-delay: 137.9s;
          animation-delay: 137.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1380) {
  -webkit-animation-delay: 138s;
          animation-delay: 138s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1381) {
  -webkit-animation-delay: 138.1s;
          animation-delay: 138.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1382) {
  -webkit-animation-delay: 138.2s;
          animation-delay: 138.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1383) {
  -webkit-animation-delay: 138.3s;
          animation-delay: 138.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1384) {
  -webkit-animation-delay: 138.4s;
          animation-delay: 138.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1385) {
  -webkit-animation-delay: 138.5s;
          animation-delay: 138.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1386) {
  -webkit-animation-delay: 138.6s;
          animation-delay: 138.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1387) {
  -webkit-animation-delay: 138.7s;
          animation-delay: 138.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1388) {
  -webkit-animation-delay: 138.8s;
          animation-delay: 138.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1389) {
  -webkit-animation-delay: 138.9s;
          animation-delay: 138.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1390) {
  -webkit-animation-delay: 139s;
          animation-delay: 139s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1391) {
  -webkit-animation-delay: 139.1s;
          animation-delay: 139.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1392) {
  -webkit-animation-delay: 139.2s;
          animation-delay: 139.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1393) {
  -webkit-animation-delay: 139.3s;
          animation-delay: 139.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1394) {
  -webkit-animation-delay: 139.4s;
          animation-delay: 139.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1395) {
  -webkit-animation-delay: 139.5s;
          animation-delay: 139.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1396) {
  -webkit-animation-delay: 139.6s;
          animation-delay: 139.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1397) {
  -webkit-animation-delay: 139.7s;
          animation-delay: 139.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1398) {
  -webkit-animation-delay: 139.8s;
          animation-delay: 139.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1399) {
  -webkit-animation-delay: 139.9s;
          animation-delay: 139.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1400) {
  -webkit-animation-delay: 140s;
          animation-delay: 140s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1401) {
  -webkit-animation-delay: 140.1s;
          animation-delay: 140.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1402) {
  -webkit-animation-delay: 140.2s;
          animation-delay: 140.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1403) {
  -webkit-animation-delay: 140.3s;
          animation-delay: 140.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1404) {
  -webkit-animation-delay: 140.4s;
          animation-delay: 140.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1405) {
  -webkit-animation-delay: 140.5s;
          animation-delay: 140.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1406) {
  -webkit-animation-delay: 140.6s;
          animation-delay: 140.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1407) {
  -webkit-animation-delay: 140.7s;
          animation-delay: 140.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1408) {
  -webkit-animation-delay: 140.8s;
          animation-delay: 140.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1409) {
  -webkit-animation-delay: 140.9s;
          animation-delay: 140.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1410) {
  -webkit-animation-delay: 141s;
          animation-delay: 141s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1411) {
  -webkit-animation-delay: 141.1s;
          animation-delay: 141.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1412) {
  -webkit-animation-delay: 141.2s;
          animation-delay: 141.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1413) {
  -webkit-animation-delay: 141.3s;
          animation-delay: 141.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1414) {
  -webkit-animation-delay: 141.4s;
          animation-delay: 141.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1415) {
  -webkit-animation-delay: 141.5s;
          animation-delay: 141.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1416) {
  -webkit-animation-delay: 141.6s;
          animation-delay: 141.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1417) {
  -webkit-animation-delay: 141.7s;
          animation-delay: 141.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1418) {
  -webkit-animation-delay: 141.8s;
          animation-delay: 141.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1419) {
  -webkit-animation-delay: 141.9s;
          animation-delay: 141.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1420) {
  -webkit-animation-delay: 142s;
          animation-delay: 142s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1421) {
  -webkit-animation-delay: 142.1s;
          animation-delay: 142.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1422) {
  -webkit-animation-delay: 142.2s;
          animation-delay: 142.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1423) {
  -webkit-animation-delay: 142.3s;
          animation-delay: 142.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1424) {
  -webkit-animation-delay: 142.4s;
          animation-delay: 142.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1425) {
  -webkit-animation-delay: 142.5s;
          animation-delay: 142.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1426) {
  -webkit-animation-delay: 142.6s;
          animation-delay: 142.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1427) {
  -webkit-animation-delay: 142.7s;
          animation-delay: 142.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1428) {
  -webkit-animation-delay: 142.8s;
          animation-delay: 142.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1429) {
  -webkit-animation-delay: 142.9s;
          animation-delay: 142.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1430) {
  -webkit-animation-delay: 143s;
          animation-delay: 143s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1431) {
  -webkit-animation-delay: 143.1s;
          animation-delay: 143.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1432) {
  -webkit-animation-delay: 143.2s;
          animation-delay: 143.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1433) {
  -webkit-animation-delay: 143.3s;
          animation-delay: 143.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1434) {
  -webkit-animation-delay: 143.4s;
          animation-delay: 143.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1435) {
  -webkit-animation-delay: 143.5s;
          animation-delay: 143.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1436) {
  -webkit-animation-delay: 143.6s;
          animation-delay: 143.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1437) {
  -webkit-animation-delay: 143.7s;
          animation-delay: 143.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1438) {
  -webkit-animation-delay: 143.8s;
          animation-delay: 143.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1439) {
  -webkit-animation-delay: 143.9s;
          animation-delay: 143.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1440) {
  -webkit-animation-delay: 144s;
          animation-delay: 144s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1441) {
  -webkit-animation-delay: 144.1s;
          animation-delay: 144.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1442) {
  -webkit-animation-delay: 144.2s;
          animation-delay: 144.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1443) {
  -webkit-animation-delay: 144.3s;
          animation-delay: 144.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1444) {
  -webkit-animation-delay: 144.4s;
          animation-delay: 144.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1445) {
  -webkit-animation-delay: 144.5s;
          animation-delay: 144.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1446) {
  -webkit-animation-delay: 144.6s;
          animation-delay: 144.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1447) {
  -webkit-animation-delay: 144.7s;
          animation-delay: 144.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1448) {
  -webkit-animation-delay: 144.8s;
          animation-delay: 144.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1449) {
  -webkit-animation-delay: 144.9s;
          animation-delay: 144.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1450) {
  -webkit-animation-delay: 145s;
          animation-delay: 145s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1451) {
  -webkit-animation-delay: 145.1s;
          animation-delay: 145.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1452) {
  -webkit-animation-delay: 145.2s;
          animation-delay: 145.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1453) {
  -webkit-animation-delay: 145.3s;
          animation-delay: 145.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1454) {
  -webkit-animation-delay: 145.4s;
          animation-delay: 145.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1455) {
  -webkit-animation-delay: 145.5s;
          animation-delay: 145.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1456) {
  -webkit-animation-delay: 145.6s;
          animation-delay: 145.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1457) {
  -webkit-animation-delay: 145.7s;
          animation-delay: 145.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1458) {
  -webkit-animation-delay: 145.8s;
          animation-delay: 145.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1459) {
  -webkit-animation-delay: 145.9s;
          animation-delay: 145.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1460) {
  -webkit-animation-delay: 146s;
          animation-delay: 146s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1461) {
  -webkit-animation-delay: 146.1s;
          animation-delay: 146.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1462) {
  -webkit-animation-delay: 146.2s;
          animation-delay: 146.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1463) {
  -webkit-animation-delay: 146.3s;
          animation-delay: 146.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1464) {
  -webkit-animation-delay: 146.4s;
          animation-delay: 146.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1465) {
  -webkit-animation-delay: 146.5s;
          animation-delay: 146.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1466) {
  -webkit-animation-delay: 146.6s;
          animation-delay: 146.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1467) {
  -webkit-animation-delay: 146.7s;
          animation-delay: 146.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1468) {
  -webkit-animation-delay: 146.8s;
          animation-delay: 146.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1469) {
  -webkit-animation-delay: 146.9s;
          animation-delay: 146.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1470) {
  -webkit-animation-delay: 147s;
          animation-delay: 147s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1471) {
  -webkit-animation-delay: 147.1s;
          animation-delay: 147.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1472) {
  -webkit-animation-delay: 147.2s;
          animation-delay: 147.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1473) {
  -webkit-animation-delay: 147.3s;
          animation-delay: 147.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1474) {
  -webkit-animation-delay: 147.4s;
          animation-delay: 147.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1475) {
  -webkit-animation-delay: 147.5s;
          animation-delay: 147.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1476) {
  -webkit-animation-delay: 147.6s;
          animation-delay: 147.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1477) {
  -webkit-animation-delay: 147.7s;
          animation-delay: 147.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1478) {
  -webkit-animation-delay: 147.8s;
          animation-delay: 147.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1479) {
  -webkit-animation-delay: 147.9s;
          animation-delay: 147.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1480) {
  -webkit-animation-delay: 148s;
          animation-delay: 148s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1481) {
  -webkit-animation-delay: 148.1s;
          animation-delay: 148.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1482) {
  -webkit-animation-delay: 148.2s;
          animation-delay: 148.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1483) {
  -webkit-animation-delay: 148.3s;
          animation-delay: 148.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1484) {
  -webkit-animation-delay: 148.4s;
          animation-delay: 148.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1485) {
  -webkit-animation-delay: 148.5s;
          animation-delay: 148.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1486) {
  -webkit-animation-delay: 148.6s;
          animation-delay: 148.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1487) {
  -webkit-animation-delay: 148.7s;
          animation-delay: 148.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1488) {
  -webkit-animation-delay: 148.8s;
          animation-delay: 148.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1489) {
  -webkit-animation-delay: 148.9s;
          animation-delay: 148.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1490) {
  -webkit-animation-delay: 149s;
          animation-delay: 149s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1491) {
  -webkit-animation-delay: 149.1s;
          animation-delay: 149.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1492) {
  -webkit-animation-delay: 149.2s;
          animation-delay: 149.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1493) {
  -webkit-animation-delay: 149.3s;
          animation-delay: 149.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1494) {
  -webkit-animation-delay: 149.4s;
          animation-delay: 149.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1495) {
  -webkit-animation-delay: 149.5s;
          animation-delay: 149.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1496) {
  -webkit-animation-delay: 149.6s;
          animation-delay: 149.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1497) {
  -webkit-animation-delay: 149.7s;
          animation-delay: 149.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1498) {
  -webkit-animation-delay: 149.8s;
          animation-delay: 149.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1499) {
  -webkit-animation-delay: 149.9s;
          animation-delay: 149.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1500) {
  -webkit-animation-delay: 150s;
          animation-delay: 150s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1501) {
  -webkit-animation-delay: 150.1s;
          animation-delay: 150.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1502) {
  -webkit-animation-delay: 150.2s;
          animation-delay: 150.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1503) {
  -webkit-animation-delay: 150.3s;
          animation-delay: 150.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1504) {
  -webkit-animation-delay: 150.4s;
          animation-delay: 150.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1505) {
  -webkit-animation-delay: 150.5s;
          animation-delay: 150.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1506) {
  -webkit-animation-delay: 150.6s;
          animation-delay: 150.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1507) {
  -webkit-animation-delay: 150.7s;
          animation-delay: 150.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1508) {
  -webkit-animation-delay: 150.8s;
          animation-delay: 150.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1509) {
  -webkit-animation-delay: 150.9s;
          animation-delay: 150.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1510) {
  -webkit-animation-delay: 151s;
          animation-delay: 151s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1511) {
  -webkit-animation-delay: 151.1s;
          animation-delay: 151.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1512) {
  -webkit-animation-delay: 151.2s;
          animation-delay: 151.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1513) {
  -webkit-animation-delay: 151.3s;
          animation-delay: 151.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1514) {
  -webkit-animation-delay: 151.4s;
          animation-delay: 151.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1515) {
  -webkit-animation-delay: 151.5s;
          animation-delay: 151.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1516) {
  -webkit-animation-delay: 151.6s;
          animation-delay: 151.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1517) {
  -webkit-animation-delay: 151.7s;
          animation-delay: 151.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1518) {
  -webkit-animation-delay: 151.8s;
          animation-delay: 151.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1519) {
  -webkit-animation-delay: 151.9s;
          animation-delay: 151.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1520) {
  -webkit-animation-delay: 152s;
          animation-delay: 152s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1521) {
  -webkit-animation-delay: 152.1s;
          animation-delay: 152.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1522) {
  -webkit-animation-delay: 152.2s;
          animation-delay: 152.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1523) {
  -webkit-animation-delay: 152.3s;
          animation-delay: 152.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1524) {
  -webkit-animation-delay: 152.4s;
          animation-delay: 152.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1525) {
  -webkit-animation-delay: 152.5s;
          animation-delay: 152.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1526) {
  -webkit-animation-delay: 152.6s;
          animation-delay: 152.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1527) {
  -webkit-animation-delay: 152.7s;
          animation-delay: 152.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1528) {
  -webkit-animation-delay: 152.8s;
          animation-delay: 152.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1529) {
  -webkit-animation-delay: 152.9s;
          animation-delay: 152.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1530) {
  -webkit-animation-delay: 153s;
          animation-delay: 153s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1531) {
  -webkit-animation-delay: 153.1s;
          animation-delay: 153.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1532) {
  -webkit-animation-delay: 153.2s;
          animation-delay: 153.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1533) {
  -webkit-animation-delay: 153.3s;
          animation-delay: 153.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1534) {
  -webkit-animation-delay: 153.4s;
          animation-delay: 153.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1535) {
  -webkit-animation-delay: 153.5s;
          animation-delay: 153.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1536) {
  -webkit-animation-delay: 153.6s;
          animation-delay: 153.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1537) {
  -webkit-animation-delay: 153.7s;
          animation-delay: 153.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1538) {
  -webkit-animation-delay: 153.8s;
          animation-delay: 153.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1539) {
  -webkit-animation-delay: 153.9s;
          animation-delay: 153.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1540) {
  -webkit-animation-delay: 154s;
          animation-delay: 154s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1541) {
  -webkit-animation-delay: 154.1s;
          animation-delay: 154.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1542) {
  -webkit-animation-delay: 154.2s;
          animation-delay: 154.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1543) {
  -webkit-animation-delay: 154.3s;
          animation-delay: 154.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1544) {
  -webkit-animation-delay: 154.4s;
          animation-delay: 154.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1545) {
  -webkit-animation-delay: 154.5s;
          animation-delay: 154.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1546) {
  -webkit-animation-delay: 154.6s;
          animation-delay: 154.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1547) {
  -webkit-animation-delay: 154.7s;
          animation-delay: 154.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1548) {
  -webkit-animation-delay: 154.8s;
          animation-delay: 154.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1549) {
  -webkit-animation-delay: 154.9s;
          animation-delay: 154.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1550) {
  -webkit-animation-delay: 155s;
          animation-delay: 155s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1551) {
  -webkit-animation-delay: 155.1s;
          animation-delay: 155.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1552) {
  -webkit-animation-delay: 155.2s;
          animation-delay: 155.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1553) {
  -webkit-animation-delay: 155.3s;
          animation-delay: 155.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1554) {
  -webkit-animation-delay: 155.4s;
          animation-delay: 155.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1555) {
  -webkit-animation-delay: 155.5s;
          animation-delay: 155.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1556) {
  -webkit-animation-delay: 155.6s;
          animation-delay: 155.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1557) {
  -webkit-animation-delay: 155.7s;
          animation-delay: 155.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1558) {
  -webkit-animation-delay: 155.8s;
          animation-delay: 155.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1559) {
  -webkit-animation-delay: 155.9s;
          animation-delay: 155.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1560) {
  -webkit-animation-delay: 156s;
          animation-delay: 156s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1561) {
  -webkit-animation-delay: 156.1s;
          animation-delay: 156.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1562) {
  -webkit-animation-delay: 156.2s;
          animation-delay: 156.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1563) {
  -webkit-animation-delay: 156.3s;
          animation-delay: 156.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1564) {
  -webkit-animation-delay: 156.4s;
          animation-delay: 156.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1565) {
  -webkit-animation-delay: 156.5s;
          animation-delay: 156.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1566) {
  -webkit-animation-delay: 156.6s;
          animation-delay: 156.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1567) {
  -webkit-animation-delay: 156.7s;
          animation-delay: 156.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1568) {
  -webkit-animation-delay: 156.8s;
          animation-delay: 156.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1569) {
  -webkit-animation-delay: 156.9s;
          animation-delay: 156.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1570) {
  -webkit-animation-delay: 157s;
          animation-delay: 157s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1571) {
  -webkit-animation-delay: 157.1s;
          animation-delay: 157.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1572) {
  -webkit-animation-delay: 157.2s;
          animation-delay: 157.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1573) {
  -webkit-animation-delay: 157.3s;
          animation-delay: 157.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1574) {
  -webkit-animation-delay: 157.4s;
          animation-delay: 157.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1575) {
  -webkit-animation-delay: 157.5s;
          animation-delay: 157.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1576) {
  -webkit-animation-delay: 157.6s;
          animation-delay: 157.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1577) {
  -webkit-animation-delay: 157.7s;
          animation-delay: 157.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1578) {
  -webkit-animation-delay: 157.8s;
          animation-delay: 157.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1579) {
  -webkit-animation-delay: 157.9s;
          animation-delay: 157.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1580) {
  -webkit-animation-delay: 158s;
          animation-delay: 158s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1581) {
  -webkit-animation-delay: 158.1s;
          animation-delay: 158.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1582) {
  -webkit-animation-delay: 158.2s;
          animation-delay: 158.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1583) {
  -webkit-animation-delay: 158.3s;
          animation-delay: 158.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1584) {
  -webkit-animation-delay: 158.4s;
          animation-delay: 158.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1585) {
  -webkit-animation-delay: 158.5s;
          animation-delay: 158.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1586) {
  -webkit-animation-delay: 158.6s;
          animation-delay: 158.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1587) {
  -webkit-animation-delay: 158.7s;
          animation-delay: 158.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1588) {
  -webkit-animation-delay: 158.8s;
          animation-delay: 158.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1589) {
  -webkit-animation-delay: 158.9s;
          animation-delay: 158.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1590) {
  -webkit-animation-delay: 159s;
          animation-delay: 159s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1591) {
  -webkit-animation-delay: 159.1s;
          animation-delay: 159.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1592) {
  -webkit-animation-delay: 159.2s;
          animation-delay: 159.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1593) {
  -webkit-animation-delay: 159.3s;
          animation-delay: 159.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1594) {
  -webkit-animation-delay: 159.4s;
          animation-delay: 159.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1595) {
  -webkit-animation-delay: 159.5s;
          animation-delay: 159.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1596) {
  -webkit-animation-delay: 159.6s;
          animation-delay: 159.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1597) {
  -webkit-animation-delay: 159.7s;
          animation-delay: 159.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1598) {
  -webkit-animation-delay: 159.8s;
          animation-delay: 159.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1599) {
  -webkit-animation-delay: 159.9s;
          animation-delay: 159.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1600) {
  -webkit-animation-delay: 160s;
          animation-delay: 160s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1601) {
  -webkit-animation-delay: 160.1s;
          animation-delay: 160.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1602) {
  -webkit-animation-delay: 160.2s;
          animation-delay: 160.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1603) {
  -webkit-animation-delay: 160.3s;
          animation-delay: 160.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1604) {
  -webkit-animation-delay: 160.4s;
          animation-delay: 160.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1605) {
  -webkit-animation-delay: 160.5s;
          animation-delay: 160.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1606) {
  -webkit-animation-delay: 160.6s;
          animation-delay: 160.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1607) {
  -webkit-animation-delay: 160.7s;
          animation-delay: 160.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1608) {
  -webkit-animation-delay: 160.8s;
          animation-delay: 160.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1609) {
  -webkit-animation-delay: 160.9s;
          animation-delay: 160.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1610) {
  -webkit-animation-delay: 161s;
          animation-delay: 161s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1611) {
  -webkit-animation-delay: 161.1s;
          animation-delay: 161.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1612) {
  -webkit-animation-delay: 161.2s;
          animation-delay: 161.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1613) {
  -webkit-animation-delay: 161.3s;
          animation-delay: 161.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1614) {
  -webkit-animation-delay: 161.4s;
          animation-delay: 161.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1615) {
  -webkit-animation-delay: 161.5s;
          animation-delay: 161.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1616) {
  -webkit-animation-delay: 161.6s;
          animation-delay: 161.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1617) {
  -webkit-animation-delay: 161.7s;
          animation-delay: 161.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1618) {
  -webkit-animation-delay: 161.8s;
          animation-delay: 161.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1619) {
  -webkit-animation-delay: 161.9s;
          animation-delay: 161.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1620) {
  -webkit-animation-delay: 162s;
          animation-delay: 162s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1621) {
  -webkit-animation-delay: 162.1s;
          animation-delay: 162.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1622) {
  -webkit-animation-delay: 162.2s;
          animation-delay: 162.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1623) {
  -webkit-animation-delay: 162.3s;
          animation-delay: 162.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1624) {
  -webkit-animation-delay: 162.4s;
          animation-delay: 162.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1625) {
  -webkit-animation-delay: 162.5s;
          animation-delay: 162.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1626) {
  -webkit-animation-delay: 162.6s;
          animation-delay: 162.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1627) {
  -webkit-animation-delay: 162.7s;
          animation-delay: 162.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1628) {
  -webkit-animation-delay: 162.8s;
          animation-delay: 162.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1629) {
  -webkit-animation-delay: 162.9s;
          animation-delay: 162.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1630) {
  -webkit-animation-delay: 163s;
          animation-delay: 163s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1631) {
  -webkit-animation-delay: 163.1s;
          animation-delay: 163.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1632) {
  -webkit-animation-delay: 163.2s;
          animation-delay: 163.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1633) {
  -webkit-animation-delay: 163.3s;
          animation-delay: 163.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1634) {
  -webkit-animation-delay: 163.4s;
          animation-delay: 163.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1635) {
  -webkit-animation-delay: 163.5s;
          animation-delay: 163.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1636) {
  -webkit-animation-delay: 163.6s;
          animation-delay: 163.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1637) {
  -webkit-animation-delay: 163.7s;
          animation-delay: 163.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1638) {
  -webkit-animation-delay: 163.8s;
          animation-delay: 163.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1639) {
  -webkit-animation-delay: 163.9s;
          animation-delay: 163.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1640) {
  -webkit-animation-delay: 164s;
          animation-delay: 164s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1641) {
  -webkit-animation-delay: 164.1s;
          animation-delay: 164.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1642) {
  -webkit-animation-delay: 164.2s;
          animation-delay: 164.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1643) {
  -webkit-animation-delay: 164.3s;
          animation-delay: 164.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1644) {
  -webkit-animation-delay: 164.4s;
          animation-delay: 164.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1645) {
  -webkit-animation-delay: 164.5s;
          animation-delay: 164.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1646) {
  -webkit-animation-delay: 164.6s;
          animation-delay: 164.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1647) {
  -webkit-animation-delay: 164.7s;
          animation-delay: 164.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1648) {
  -webkit-animation-delay: 164.8s;
          animation-delay: 164.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1649) {
  -webkit-animation-delay: 164.9s;
          animation-delay: 164.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1650) {
  -webkit-animation-delay: 165s;
          animation-delay: 165s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1651) {
  -webkit-animation-delay: 165.1s;
          animation-delay: 165.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1652) {
  -webkit-animation-delay: 165.2s;
          animation-delay: 165.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1653) {
  -webkit-animation-delay: 165.3s;
          animation-delay: 165.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1654) {
  -webkit-animation-delay: 165.4s;
          animation-delay: 165.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1655) {
  -webkit-animation-delay: 165.5s;
          animation-delay: 165.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1656) {
  -webkit-animation-delay: 165.6s;
          animation-delay: 165.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1657) {
  -webkit-animation-delay: 165.7s;
          animation-delay: 165.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1658) {
  -webkit-animation-delay: 165.8s;
          animation-delay: 165.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1659) {
  -webkit-animation-delay: 165.9s;
          animation-delay: 165.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1660) {
  -webkit-animation-delay: 166s;
          animation-delay: 166s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1661) {
  -webkit-animation-delay: 166.1s;
          animation-delay: 166.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1662) {
  -webkit-animation-delay: 166.2s;
          animation-delay: 166.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1663) {
  -webkit-animation-delay: 166.3s;
          animation-delay: 166.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1664) {
  -webkit-animation-delay: 166.4s;
          animation-delay: 166.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1665) {
  -webkit-animation-delay: 166.5s;
          animation-delay: 166.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1666) {
  -webkit-animation-delay: 166.6s;
          animation-delay: 166.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1667) {
  -webkit-animation-delay: 166.7s;
          animation-delay: 166.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1668) {
  -webkit-animation-delay: 166.8s;
          animation-delay: 166.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1669) {
  -webkit-animation-delay: 166.9s;
          animation-delay: 166.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1670) {
  -webkit-animation-delay: 167s;
          animation-delay: 167s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1671) {
  -webkit-animation-delay: 167.1s;
          animation-delay: 167.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1672) {
  -webkit-animation-delay: 167.2s;
          animation-delay: 167.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1673) {
  -webkit-animation-delay: 167.3s;
          animation-delay: 167.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1674) {
  -webkit-animation-delay: 167.4s;
          animation-delay: 167.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1675) {
  -webkit-animation-delay: 167.5s;
          animation-delay: 167.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1676) {
  -webkit-animation-delay: 167.6s;
          animation-delay: 167.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1677) {
  -webkit-animation-delay: 167.7s;
          animation-delay: 167.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1678) {
  -webkit-animation-delay: 167.8s;
          animation-delay: 167.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1679) {
  -webkit-animation-delay: 167.9s;
          animation-delay: 167.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1680) {
  -webkit-animation-delay: 168s;
          animation-delay: 168s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1681) {
  -webkit-animation-delay: 168.1s;
          animation-delay: 168.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1682) {
  -webkit-animation-delay: 168.2s;
          animation-delay: 168.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1683) {
  -webkit-animation-delay: 168.3s;
          animation-delay: 168.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1684) {
  -webkit-animation-delay: 168.4s;
          animation-delay: 168.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1685) {
  -webkit-animation-delay: 168.5s;
          animation-delay: 168.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1686) {
  -webkit-animation-delay: 168.6s;
          animation-delay: 168.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1687) {
  -webkit-animation-delay: 168.7s;
          animation-delay: 168.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1688) {
  -webkit-animation-delay: 168.8s;
          animation-delay: 168.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1689) {
  -webkit-animation-delay: 168.9s;
          animation-delay: 168.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1690) {
  -webkit-animation-delay: 169s;
          animation-delay: 169s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1691) {
  -webkit-animation-delay: 169.1s;
          animation-delay: 169.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1692) {
  -webkit-animation-delay: 169.2s;
          animation-delay: 169.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1693) {
  -webkit-animation-delay: 169.3s;
          animation-delay: 169.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1694) {
  -webkit-animation-delay: 169.4s;
          animation-delay: 169.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1695) {
  -webkit-animation-delay: 169.5s;
          animation-delay: 169.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1696) {
  -webkit-animation-delay: 169.6s;
          animation-delay: 169.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1697) {
  -webkit-animation-delay: 169.7s;
          animation-delay: 169.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1698) {
  -webkit-animation-delay: 169.8s;
          animation-delay: 169.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1699) {
  -webkit-animation-delay: 169.9s;
          animation-delay: 169.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1700) {
  -webkit-animation-delay: 170s;
          animation-delay: 170s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1701) {
  -webkit-animation-delay: 170.1s;
          animation-delay: 170.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1702) {
  -webkit-animation-delay: 170.2s;
          animation-delay: 170.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1703) {
  -webkit-animation-delay: 170.3s;
          animation-delay: 170.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1704) {
  -webkit-animation-delay: 170.4s;
          animation-delay: 170.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1705) {
  -webkit-animation-delay: 170.5s;
          animation-delay: 170.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1706) {
  -webkit-animation-delay: 170.6s;
          animation-delay: 170.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1707) {
  -webkit-animation-delay: 170.7s;
          animation-delay: 170.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1708) {
  -webkit-animation-delay: 170.8s;
          animation-delay: 170.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1709) {
  -webkit-animation-delay: 170.9s;
          animation-delay: 170.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1710) {
  -webkit-animation-delay: 171s;
          animation-delay: 171s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1711) {
  -webkit-animation-delay: 171.1s;
          animation-delay: 171.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1712) {
  -webkit-animation-delay: 171.2s;
          animation-delay: 171.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1713) {
  -webkit-animation-delay: 171.3s;
          animation-delay: 171.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1714) {
  -webkit-animation-delay: 171.4s;
          animation-delay: 171.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1715) {
  -webkit-animation-delay: 171.5s;
          animation-delay: 171.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1716) {
  -webkit-animation-delay: 171.6s;
          animation-delay: 171.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1717) {
  -webkit-animation-delay: 171.7s;
          animation-delay: 171.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1718) {
  -webkit-animation-delay: 171.8s;
          animation-delay: 171.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1719) {
  -webkit-animation-delay: 171.9s;
          animation-delay: 171.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1720) {
  -webkit-animation-delay: 172s;
          animation-delay: 172s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1721) {
  -webkit-animation-delay: 172.1s;
          animation-delay: 172.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1722) {
  -webkit-animation-delay: 172.2s;
          animation-delay: 172.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1723) {
  -webkit-animation-delay: 172.3s;
          animation-delay: 172.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1724) {
  -webkit-animation-delay: 172.4s;
          animation-delay: 172.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1725) {
  -webkit-animation-delay: 172.5s;
          animation-delay: 172.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1726) {
  -webkit-animation-delay: 172.6s;
          animation-delay: 172.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1727) {
  -webkit-animation-delay: 172.7s;
          animation-delay: 172.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1728) {
  -webkit-animation-delay: 172.8s;
          animation-delay: 172.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1729) {
  -webkit-animation-delay: 172.9s;
          animation-delay: 172.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1730) {
  -webkit-animation-delay: 173s;
          animation-delay: 173s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1731) {
  -webkit-animation-delay: 173.1s;
          animation-delay: 173.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1732) {
  -webkit-animation-delay: 173.2s;
          animation-delay: 173.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1733) {
  -webkit-animation-delay: 173.3s;
          animation-delay: 173.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1734) {
  -webkit-animation-delay: 173.4s;
          animation-delay: 173.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1735) {
  -webkit-animation-delay: 173.5s;
          animation-delay: 173.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1736) {
  -webkit-animation-delay: 173.6s;
          animation-delay: 173.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1737) {
  -webkit-animation-delay: 173.7s;
          animation-delay: 173.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1738) {
  -webkit-animation-delay: 173.8s;
          animation-delay: 173.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1739) {
  -webkit-animation-delay: 173.9s;
          animation-delay: 173.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1740) {
  -webkit-animation-delay: 174s;
          animation-delay: 174s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1741) {
  -webkit-animation-delay: 174.1s;
          animation-delay: 174.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1742) {
  -webkit-animation-delay: 174.2s;
          animation-delay: 174.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1743) {
  -webkit-animation-delay: 174.3s;
          animation-delay: 174.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1744) {
  -webkit-animation-delay: 174.4s;
          animation-delay: 174.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1745) {
  -webkit-animation-delay: 174.5s;
          animation-delay: 174.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1746) {
  -webkit-animation-delay: 174.6s;
          animation-delay: 174.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1747) {
  -webkit-animation-delay: 174.7s;
          animation-delay: 174.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1748) {
  -webkit-animation-delay: 174.8s;
          animation-delay: 174.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1749) {
  -webkit-animation-delay: 174.9s;
          animation-delay: 174.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1750) {
  -webkit-animation-delay: 175s;
          animation-delay: 175s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1751) {
  -webkit-animation-delay: 175.1s;
          animation-delay: 175.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1752) {
  -webkit-animation-delay: 175.2s;
          animation-delay: 175.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1753) {
  -webkit-animation-delay: 175.3s;
          animation-delay: 175.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1754) {
  -webkit-animation-delay: 175.4s;
          animation-delay: 175.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1755) {
  -webkit-animation-delay: 175.5s;
          animation-delay: 175.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1756) {
  -webkit-animation-delay: 175.6s;
          animation-delay: 175.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1757) {
  -webkit-animation-delay: 175.7s;
          animation-delay: 175.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1758) {
  -webkit-animation-delay: 175.8s;
          animation-delay: 175.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1759) {
  -webkit-animation-delay: 175.9s;
          animation-delay: 175.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1760) {
  -webkit-animation-delay: 176s;
          animation-delay: 176s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1761) {
  -webkit-animation-delay: 176.1s;
          animation-delay: 176.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1762) {
  -webkit-animation-delay: 176.2s;
          animation-delay: 176.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1763) {
  -webkit-animation-delay: 176.3s;
          animation-delay: 176.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1764) {
  -webkit-animation-delay: 176.4s;
          animation-delay: 176.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1765) {
  -webkit-animation-delay: 176.5s;
          animation-delay: 176.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1766) {
  -webkit-animation-delay: 176.6s;
          animation-delay: 176.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1767) {
  -webkit-animation-delay: 176.7s;
          animation-delay: 176.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1768) {
  -webkit-animation-delay: 176.8s;
          animation-delay: 176.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1769) {
  -webkit-animation-delay: 176.9s;
          animation-delay: 176.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1770) {
  -webkit-animation-delay: 177s;
          animation-delay: 177s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1771) {
  -webkit-animation-delay: 177.1s;
          animation-delay: 177.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1772) {
  -webkit-animation-delay: 177.2s;
          animation-delay: 177.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1773) {
  -webkit-animation-delay: 177.3s;
          animation-delay: 177.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1774) {
  -webkit-animation-delay: 177.4s;
          animation-delay: 177.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1775) {
  -webkit-animation-delay: 177.5s;
          animation-delay: 177.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1776) {
  -webkit-animation-delay: 177.6s;
          animation-delay: 177.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1777) {
  -webkit-animation-delay: 177.7s;
          animation-delay: 177.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1778) {
  -webkit-animation-delay: 177.8s;
          animation-delay: 177.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1779) {
  -webkit-animation-delay: 177.9s;
          animation-delay: 177.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1780) {
  -webkit-animation-delay: 178s;
          animation-delay: 178s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1781) {
  -webkit-animation-delay: 178.1s;
          animation-delay: 178.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1782) {
  -webkit-animation-delay: 178.2s;
          animation-delay: 178.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1783) {
  -webkit-animation-delay: 178.3s;
          animation-delay: 178.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1784) {
  -webkit-animation-delay: 178.4s;
          animation-delay: 178.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1785) {
  -webkit-animation-delay: 178.5s;
          animation-delay: 178.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1786) {
  -webkit-animation-delay: 178.6s;
          animation-delay: 178.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1787) {
  -webkit-animation-delay: 178.7s;
          animation-delay: 178.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1788) {
  -webkit-animation-delay: 178.8s;
          animation-delay: 178.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1789) {
  -webkit-animation-delay: 178.9s;
          animation-delay: 178.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1790) {
  -webkit-animation-delay: 179s;
          animation-delay: 179s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1791) {
  -webkit-animation-delay: 179.1s;
          animation-delay: 179.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1792) {
  -webkit-animation-delay: 179.2s;
          animation-delay: 179.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1793) {
  -webkit-animation-delay: 179.3s;
          animation-delay: 179.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1794) {
  -webkit-animation-delay: 179.4s;
          animation-delay: 179.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1795) {
  -webkit-animation-delay: 179.5s;
          animation-delay: 179.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1796) {
  -webkit-animation-delay: 179.6s;
          animation-delay: 179.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1797) {
  -webkit-animation-delay: 179.7s;
          animation-delay: 179.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1798) {
  -webkit-animation-delay: 179.8s;
          animation-delay: 179.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1799) {
  -webkit-animation-delay: 179.9s;
          animation-delay: 179.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1800) {
  -webkit-animation-delay: 180s;
          animation-delay: 180s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1801) {
  -webkit-animation-delay: 180.1s;
          animation-delay: 180.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1802) {
  -webkit-animation-delay: 180.2s;
          animation-delay: 180.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1803) {
  -webkit-animation-delay: 180.3s;
          animation-delay: 180.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1804) {
  -webkit-animation-delay: 180.4s;
          animation-delay: 180.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1805) {
  -webkit-animation-delay: 180.5s;
          animation-delay: 180.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1806) {
  -webkit-animation-delay: 180.6s;
          animation-delay: 180.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1807) {
  -webkit-animation-delay: 180.7s;
          animation-delay: 180.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1808) {
  -webkit-animation-delay: 180.8s;
          animation-delay: 180.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1809) {
  -webkit-animation-delay: 180.9s;
          animation-delay: 180.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1810) {
  -webkit-animation-delay: 181s;
          animation-delay: 181s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1811) {
  -webkit-animation-delay: 181.1s;
          animation-delay: 181.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1812) {
  -webkit-animation-delay: 181.2s;
          animation-delay: 181.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1813) {
  -webkit-animation-delay: 181.3s;
          animation-delay: 181.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1814) {
  -webkit-animation-delay: 181.4s;
          animation-delay: 181.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1815) {
  -webkit-animation-delay: 181.5s;
          animation-delay: 181.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1816) {
  -webkit-animation-delay: 181.6s;
          animation-delay: 181.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1817) {
  -webkit-animation-delay: 181.7s;
          animation-delay: 181.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1818) {
  -webkit-animation-delay: 181.8s;
          animation-delay: 181.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1819) {
  -webkit-animation-delay: 181.9s;
          animation-delay: 181.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1820) {
  -webkit-animation-delay: 182s;
          animation-delay: 182s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1821) {
  -webkit-animation-delay: 182.1s;
          animation-delay: 182.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1822) {
  -webkit-animation-delay: 182.2s;
          animation-delay: 182.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1823) {
  -webkit-animation-delay: 182.3s;
          animation-delay: 182.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1824) {
  -webkit-animation-delay: 182.4s;
          animation-delay: 182.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1825) {
  -webkit-animation-delay: 182.5s;
          animation-delay: 182.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1826) {
  -webkit-animation-delay: 182.6s;
          animation-delay: 182.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1827) {
  -webkit-animation-delay: 182.7s;
          animation-delay: 182.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1828) {
  -webkit-animation-delay: 182.8s;
          animation-delay: 182.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1829) {
  -webkit-animation-delay: 182.9s;
          animation-delay: 182.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1830) {
  -webkit-animation-delay: 183s;
          animation-delay: 183s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1831) {
  -webkit-animation-delay: 183.1s;
          animation-delay: 183.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1832) {
  -webkit-animation-delay: 183.2s;
          animation-delay: 183.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1833) {
  -webkit-animation-delay: 183.3s;
          animation-delay: 183.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1834) {
  -webkit-animation-delay: 183.4s;
          animation-delay: 183.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1835) {
  -webkit-animation-delay: 183.5s;
          animation-delay: 183.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1836) {
  -webkit-animation-delay: 183.6s;
          animation-delay: 183.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1837) {
  -webkit-animation-delay: 183.7s;
          animation-delay: 183.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1838) {
  -webkit-animation-delay: 183.8s;
          animation-delay: 183.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1839) {
  -webkit-animation-delay: 183.9s;
          animation-delay: 183.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1840) {
  -webkit-animation-delay: 184s;
          animation-delay: 184s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1841) {
  -webkit-animation-delay: 184.1s;
          animation-delay: 184.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1842) {
  -webkit-animation-delay: 184.2s;
          animation-delay: 184.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1843) {
  -webkit-animation-delay: 184.3s;
          animation-delay: 184.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1844) {
  -webkit-animation-delay: 184.4s;
          animation-delay: 184.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1845) {
  -webkit-animation-delay: 184.5s;
          animation-delay: 184.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1846) {
  -webkit-animation-delay: 184.6s;
          animation-delay: 184.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1847) {
  -webkit-animation-delay: 184.7s;
          animation-delay: 184.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1848) {
  -webkit-animation-delay: 184.8s;
          animation-delay: 184.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1849) {
  -webkit-animation-delay: 184.9s;
          animation-delay: 184.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1850) {
  -webkit-animation-delay: 185s;
          animation-delay: 185s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1851) {
  -webkit-animation-delay: 185.1s;
          animation-delay: 185.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1852) {
  -webkit-animation-delay: 185.2s;
          animation-delay: 185.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1853) {
  -webkit-animation-delay: 185.3s;
          animation-delay: 185.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1854) {
  -webkit-animation-delay: 185.4s;
          animation-delay: 185.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1855) {
  -webkit-animation-delay: 185.5s;
          animation-delay: 185.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1856) {
  -webkit-animation-delay: 185.6s;
          animation-delay: 185.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1857) {
  -webkit-animation-delay: 185.7s;
          animation-delay: 185.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1858) {
  -webkit-animation-delay: 185.8s;
          animation-delay: 185.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1859) {
  -webkit-animation-delay: 185.9s;
          animation-delay: 185.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1860) {
  -webkit-animation-delay: 186s;
          animation-delay: 186s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1861) {
  -webkit-animation-delay: 186.1s;
          animation-delay: 186.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1862) {
  -webkit-animation-delay: 186.2s;
          animation-delay: 186.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1863) {
  -webkit-animation-delay: 186.3s;
          animation-delay: 186.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1864) {
  -webkit-animation-delay: 186.4s;
          animation-delay: 186.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1865) {
  -webkit-animation-delay: 186.5s;
          animation-delay: 186.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1866) {
  -webkit-animation-delay: 186.6s;
          animation-delay: 186.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1867) {
  -webkit-animation-delay: 186.7s;
          animation-delay: 186.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1868) {
  -webkit-animation-delay: 186.8s;
          animation-delay: 186.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1869) {
  -webkit-animation-delay: 186.9s;
          animation-delay: 186.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1870) {
  -webkit-animation-delay: 187s;
          animation-delay: 187s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1871) {
  -webkit-animation-delay: 187.1s;
          animation-delay: 187.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1872) {
  -webkit-animation-delay: 187.2s;
          animation-delay: 187.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1873) {
  -webkit-animation-delay: 187.3s;
          animation-delay: 187.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1874) {
  -webkit-animation-delay: 187.4s;
          animation-delay: 187.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1875) {
  -webkit-animation-delay: 187.5s;
          animation-delay: 187.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1876) {
  -webkit-animation-delay: 187.6s;
          animation-delay: 187.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1877) {
  -webkit-animation-delay: 187.7s;
          animation-delay: 187.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1878) {
  -webkit-animation-delay: 187.8s;
          animation-delay: 187.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1879) {
  -webkit-animation-delay: 187.9s;
          animation-delay: 187.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1880) {
  -webkit-animation-delay: 188s;
          animation-delay: 188s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1881) {
  -webkit-animation-delay: 188.1s;
          animation-delay: 188.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1882) {
  -webkit-animation-delay: 188.2s;
          animation-delay: 188.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1883) {
  -webkit-animation-delay: 188.3s;
          animation-delay: 188.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1884) {
  -webkit-animation-delay: 188.4s;
          animation-delay: 188.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1885) {
  -webkit-animation-delay: 188.5s;
          animation-delay: 188.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1886) {
  -webkit-animation-delay: 188.6s;
          animation-delay: 188.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1887) {
  -webkit-animation-delay: 188.7s;
          animation-delay: 188.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1888) {
  -webkit-animation-delay: 188.8s;
          animation-delay: 188.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1889) {
  -webkit-animation-delay: 188.9s;
          animation-delay: 188.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1890) {
  -webkit-animation-delay: 189s;
          animation-delay: 189s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1891) {
  -webkit-animation-delay: 189.1s;
          animation-delay: 189.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1892) {
  -webkit-animation-delay: 189.2s;
          animation-delay: 189.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1893) {
  -webkit-animation-delay: 189.3s;
          animation-delay: 189.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1894) {
  -webkit-animation-delay: 189.4s;
          animation-delay: 189.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1895) {
  -webkit-animation-delay: 189.5s;
          animation-delay: 189.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1896) {
  -webkit-animation-delay: 189.6s;
          animation-delay: 189.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1897) {
  -webkit-animation-delay: 189.7s;
          animation-delay: 189.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1898) {
  -webkit-animation-delay: 189.8s;
          animation-delay: 189.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1899) {
  -webkit-animation-delay: 189.9s;
          animation-delay: 189.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1900) {
  -webkit-animation-delay: 190s;
          animation-delay: 190s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1901) {
  -webkit-animation-delay: 190.1s;
          animation-delay: 190.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1902) {
  -webkit-animation-delay: 190.2s;
          animation-delay: 190.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1903) {
  -webkit-animation-delay: 190.3s;
          animation-delay: 190.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1904) {
  -webkit-animation-delay: 190.4s;
          animation-delay: 190.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1905) {
  -webkit-animation-delay: 190.5s;
          animation-delay: 190.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1906) {
  -webkit-animation-delay: 190.6s;
          animation-delay: 190.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1907) {
  -webkit-animation-delay: 190.7s;
          animation-delay: 190.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1908) {
  -webkit-animation-delay: 190.8s;
          animation-delay: 190.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1909) {
  -webkit-animation-delay: 190.9s;
          animation-delay: 190.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1910) {
  -webkit-animation-delay: 191s;
          animation-delay: 191s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1911) {
  -webkit-animation-delay: 191.1s;
          animation-delay: 191.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1912) {
  -webkit-animation-delay: 191.2s;
          animation-delay: 191.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1913) {
  -webkit-animation-delay: 191.3s;
          animation-delay: 191.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1914) {
  -webkit-animation-delay: 191.4s;
          animation-delay: 191.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1915) {
  -webkit-animation-delay: 191.5s;
          animation-delay: 191.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1916) {
  -webkit-animation-delay: 191.6s;
          animation-delay: 191.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1917) {
  -webkit-animation-delay: 191.7s;
          animation-delay: 191.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1918) {
  -webkit-animation-delay: 191.8s;
          animation-delay: 191.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1919) {
  -webkit-animation-delay: 191.9s;
          animation-delay: 191.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1920) {
  -webkit-animation-delay: 192s;
          animation-delay: 192s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1921) {
  -webkit-animation-delay: 192.1s;
          animation-delay: 192.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1922) {
  -webkit-animation-delay: 192.2s;
          animation-delay: 192.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1923) {
  -webkit-animation-delay: 192.3s;
          animation-delay: 192.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1924) {
  -webkit-animation-delay: 192.4s;
          animation-delay: 192.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1925) {
  -webkit-animation-delay: 192.5s;
          animation-delay: 192.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1926) {
  -webkit-animation-delay: 192.6s;
          animation-delay: 192.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1927) {
  -webkit-animation-delay: 192.7s;
          animation-delay: 192.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1928) {
  -webkit-animation-delay: 192.8s;
          animation-delay: 192.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1929) {
  -webkit-animation-delay: 192.9s;
          animation-delay: 192.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1930) {
  -webkit-animation-delay: 193s;
          animation-delay: 193s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1931) {
  -webkit-animation-delay: 193.1s;
          animation-delay: 193.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1932) {
  -webkit-animation-delay: 193.2s;
          animation-delay: 193.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1933) {
  -webkit-animation-delay: 193.3s;
          animation-delay: 193.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1934) {
  -webkit-animation-delay: 193.4s;
          animation-delay: 193.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1935) {
  -webkit-animation-delay: 193.5s;
          animation-delay: 193.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1936) {
  -webkit-animation-delay: 193.6s;
          animation-delay: 193.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1937) {
  -webkit-animation-delay: 193.7s;
          animation-delay: 193.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1938) {
  -webkit-animation-delay: 193.8s;
          animation-delay: 193.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1939) {
  -webkit-animation-delay: 193.9s;
          animation-delay: 193.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1940) {
  -webkit-animation-delay: 194s;
          animation-delay: 194s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1941) {
  -webkit-animation-delay: 194.1s;
          animation-delay: 194.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1942) {
  -webkit-animation-delay: 194.2s;
          animation-delay: 194.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1943) {
  -webkit-animation-delay: 194.3s;
          animation-delay: 194.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1944) {
  -webkit-animation-delay: 194.4s;
          animation-delay: 194.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1945) {
  -webkit-animation-delay: 194.5s;
          animation-delay: 194.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1946) {
  -webkit-animation-delay: 194.6s;
          animation-delay: 194.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1947) {
  -webkit-animation-delay: 194.7s;
          animation-delay: 194.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1948) {
  -webkit-animation-delay: 194.8s;
          animation-delay: 194.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1949) {
  -webkit-animation-delay: 194.9s;
          animation-delay: 194.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1950) {
  -webkit-animation-delay: 195s;
          animation-delay: 195s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1951) {
  -webkit-animation-delay: 195.1s;
          animation-delay: 195.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1952) {
  -webkit-animation-delay: 195.2s;
          animation-delay: 195.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1953) {
  -webkit-animation-delay: 195.3s;
          animation-delay: 195.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1954) {
  -webkit-animation-delay: 195.4s;
          animation-delay: 195.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1955) {
  -webkit-animation-delay: 195.5s;
          animation-delay: 195.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1956) {
  -webkit-animation-delay: 195.6s;
          animation-delay: 195.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1957) {
  -webkit-animation-delay: 195.7s;
          animation-delay: 195.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1958) {
  -webkit-animation-delay: 195.8s;
          animation-delay: 195.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1959) {
  -webkit-animation-delay: 195.9s;
          animation-delay: 195.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1960) {
  -webkit-animation-delay: 196s;
          animation-delay: 196s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1961) {
  -webkit-animation-delay: 196.1s;
          animation-delay: 196.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1962) {
  -webkit-animation-delay: 196.2s;
          animation-delay: 196.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1963) {
  -webkit-animation-delay: 196.3s;
          animation-delay: 196.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1964) {
  -webkit-animation-delay: 196.4s;
          animation-delay: 196.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1965) {
  -webkit-animation-delay: 196.5s;
          animation-delay: 196.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1966) {
  -webkit-animation-delay: 196.6s;
          animation-delay: 196.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1967) {
  -webkit-animation-delay: 196.7s;
          animation-delay: 196.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1968) {
  -webkit-animation-delay: 196.8s;
          animation-delay: 196.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1969) {
  -webkit-animation-delay: 196.9s;
          animation-delay: 196.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1970) {
  -webkit-animation-delay: 197s;
          animation-delay: 197s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1971) {
  -webkit-animation-delay: 197.1s;
          animation-delay: 197.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1972) {
  -webkit-animation-delay: 197.2s;
          animation-delay: 197.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1973) {
  -webkit-animation-delay: 197.3s;
          animation-delay: 197.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1974) {
  -webkit-animation-delay: 197.4s;
          animation-delay: 197.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1975) {
  -webkit-animation-delay: 197.5s;
          animation-delay: 197.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1976) {
  -webkit-animation-delay: 197.6s;
          animation-delay: 197.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1977) {
  -webkit-animation-delay: 197.7s;
          animation-delay: 197.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1978) {
  -webkit-animation-delay: 197.8s;
          animation-delay: 197.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1979) {
  -webkit-animation-delay: 197.9s;
          animation-delay: 197.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1980) {
  -webkit-animation-delay: 198s;
          animation-delay: 198s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1981) {
  -webkit-animation-delay: 198.1s;
          animation-delay: 198.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1982) {
  -webkit-animation-delay: 198.2s;
          animation-delay: 198.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1983) {
  -webkit-animation-delay: 198.3s;
          animation-delay: 198.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1984) {
  -webkit-animation-delay: 198.4s;
          animation-delay: 198.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1985) {
  -webkit-animation-delay: 198.5s;
          animation-delay: 198.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1986) {
  -webkit-animation-delay: 198.6s;
          animation-delay: 198.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1987) {
  -webkit-animation-delay: 198.7s;
          animation-delay: 198.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1988) {
  -webkit-animation-delay: 198.8s;
          animation-delay: 198.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1989) {
  -webkit-animation-delay: 198.9s;
          animation-delay: 198.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1990) {
  -webkit-animation-delay: 199s;
          animation-delay: 199s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1991) {
  -webkit-animation-delay: 199.1s;
          animation-delay: 199.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1992) {
  -webkit-animation-delay: 199.2s;
          animation-delay: 199.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1993) {
  -webkit-animation-delay: 199.3s;
          animation-delay: 199.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1994) {
  -webkit-animation-delay: 199.4s;
          animation-delay: 199.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1995) {
  -webkit-animation-delay: 199.5s;
          animation-delay: 199.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1996) {
  -webkit-animation-delay: 199.6s;
          animation-delay: 199.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1997) {
  -webkit-animation-delay: 199.7s;
          animation-delay: 199.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1998) {
  -webkit-animation-delay: 199.8s;
          animation-delay: 199.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(1999) {
  -webkit-animation-delay: 199.9s;
          animation-delay: 199.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2000) {
  -webkit-animation-delay: 200s;
          animation-delay: 200s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2001) {
  -webkit-animation-delay: 200.1s;
          animation-delay: 200.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2002) {
  -webkit-animation-delay: 200.2s;
          animation-delay: 200.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2003) {
  -webkit-animation-delay: 200.3s;
          animation-delay: 200.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2004) {
  -webkit-animation-delay: 200.4s;
          animation-delay: 200.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2005) {
  -webkit-animation-delay: 200.5s;
          animation-delay: 200.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2006) {
  -webkit-animation-delay: 200.6s;
          animation-delay: 200.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2007) {
  -webkit-animation-delay: 200.7s;
          animation-delay: 200.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2008) {
  -webkit-animation-delay: 200.8s;
          animation-delay: 200.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2009) {
  -webkit-animation-delay: 200.9s;
          animation-delay: 200.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2010) {
  -webkit-animation-delay: 201s;
          animation-delay: 201s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2011) {
  -webkit-animation-delay: 201.1s;
          animation-delay: 201.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2012) {
  -webkit-animation-delay: 201.2s;
          animation-delay: 201.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2013) {
  -webkit-animation-delay: 201.3s;
          animation-delay: 201.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2014) {
  -webkit-animation-delay: 201.4s;
          animation-delay: 201.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2015) {
  -webkit-animation-delay: 201.5s;
          animation-delay: 201.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2016) {
  -webkit-animation-delay: 201.6s;
          animation-delay: 201.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2017) {
  -webkit-animation-delay: 201.7s;
          animation-delay: 201.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2018) {
  -webkit-animation-delay: 201.8s;
          animation-delay: 201.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2019) {
  -webkit-animation-delay: 201.9s;
          animation-delay: 201.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2020) {
  -webkit-animation-delay: 202s;
          animation-delay: 202s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2021) {
  -webkit-animation-delay: 202.1s;
          animation-delay: 202.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2022) {
  -webkit-animation-delay: 202.2s;
          animation-delay: 202.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2023) {
  -webkit-animation-delay: 202.3s;
          animation-delay: 202.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2024) {
  -webkit-animation-delay: 202.4s;
          animation-delay: 202.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2025) {
  -webkit-animation-delay: 202.5s;
          animation-delay: 202.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2026) {
  -webkit-animation-delay: 202.6s;
          animation-delay: 202.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2027) {
  -webkit-animation-delay: 202.7s;
          animation-delay: 202.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2028) {
  -webkit-animation-delay: 202.8s;
          animation-delay: 202.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2029) {
  -webkit-animation-delay: 202.9s;
          animation-delay: 202.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2030) {
  -webkit-animation-delay: 203s;
          animation-delay: 203s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2031) {
  -webkit-animation-delay: 203.1s;
          animation-delay: 203.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2032) {
  -webkit-animation-delay: 203.2s;
          animation-delay: 203.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2033) {
  -webkit-animation-delay: 203.3s;
          animation-delay: 203.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2034) {
  -webkit-animation-delay: 203.4s;
          animation-delay: 203.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2035) {
  -webkit-animation-delay: 203.5s;
          animation-delay: 203.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2036) {
  -webkit-animation-delay: 203.6s;
          animation-delay: 203.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2037) {
  -webkit-animation-delay: 203.7s;
          animation-delay: 203.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2038) {
  -webkit-animation-delay: 203.8s;
          animation-delay: 203.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2039) {
  -webkit-animation-delay: 203.9s;
          animation-delay: 203.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2040) {
  -webkit-animation-delay: 204s;
          animation-delay: 204s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2041) {
  -webkit-animation-delay: 204.1s;
          animation-delay: 204.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2042) {
  -webkit-animation-delay: 204.2s;
          animation-delay: 204.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2043) {
  -webkit-animation-delay: 204.3s;
          animation-delay: 204.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2044) {
  -webkit-animation-delay: 204.4s;
          animation-delay: 204.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2045) {
  -webkit-animation-delay: 204.5s;
          animation-delay: 204.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2046) {
  -webkit-animation-delay: 204.6s;
          animation-delay: 204.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2047) {
  -webkit-animation-delay: 204.7s;
          animation-delay: 204.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2048) {
  -webkit-animation-delay: 204.8s;
          animation-delay: 204.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2049) {
  -webkit-animation-delay: 204.9s;
          animation-delay: 204.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2050) {
  -webkit-animation-delay: 205s;
          animation-delay: 205s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2051) {
  -webkit-animation-delay: 205.1s;
          animation-delay: 205.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2052) {
  -webkit-animation-delay: 205.2s;
          animation-delay: 205.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2053) {
  -webkit-animation-delay: 205.3s;
          animation-delay: 205.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2054) {
  -webkit-animation-delay: 205.4s;
          animation-delay: 205.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2055) {
  -webkit-animation-delay: 205.5s;
          animation-delay: 205.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2056) {
  -webkit-animation-delay: 205.6s;
          animation-delay: 205.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2057) {
  -webkit-animation-delay: 205.7s;
          animation-delay: 205.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2058) {
  -webkit-animation-delay: 205.8s;
          animation-delay: 205.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2059) {
  -webkit-animation-delay: 205.9s;
          animation-delay: 205.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2060) {
  -webkit-animation-delay: 206s;
          animation-delay: 206s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2061) {
  -webkit-animation-delay: 206.1s;
          animation-delay: 206.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2062) {
  -webkit-animation-delay: 206.2s;
          animation-delay: 206.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2063) {
  -webkit-animation-delay: 206.3s;
          animation-delay: 206.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2064) {
  -webkit-animation-delay: 206.4s;
          animation-delay: 206.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2065) {
  -webkit-animation-delay: 206.5s;
          animation-delay: 206.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2066) {
  -webkit-animation-delay: 206.6s;
          animation-delay: 206.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2067) {
  -webkit-animation-delay: 206.7s;
          animation-delay: 206.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2068) {
  -webkit-animation-delay: 206.8s;
          animation-delay: 206.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2069) {
  -webkit-animation-delay: 206.9s;
          animation-delay: 206.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2070) {
  -webkit-animation-delay: 207s;
          animation-delay: 207s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2071) {
  -webkit-animation-delay: 207.1s;
          animation-delay: 207.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2072) {
  -webkit-animation-delay: 207.2s;
          animation-delay: 207.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2073) {
  -webkit-animation-delay: 207.3s;
          animation-delay: 207.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2074) {
  -webkit-animation-delay: 207.4s;
          animation-delay: 207.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2075) {
  -webkit-animation-delay: 207.5s;
          animation-delay: 207.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2076) {
  -webkit-animation-delay: 207.6s;
          animation-delay: 207.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2077) {
  -webkit-animation-delay: 207.7s;
          animation-delay: 207.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2078) {
  -webkit-animation-delay: 207.8s;
          animation-delay: 207.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2079) {
  -webkit-animation-delay: 207.9s;
          animation-delay: 207.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2080) {
  -webkit-animation-delay: 208s;
          animation-delay: 208s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2081) {
  -webkit-animation-delay: 208.1s;
          animation-delay: 208.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2082) {
  -webkit-animation-delay: 208.2s;
          animation-delay: 208.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2083) {
  -webkit-animation-delay: 208.3s;
          animation-delay: 208.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2084) {
  -webkit-animation-delay: 208.4s;
          animation-delay: 208.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2085) {
  -webkit-animation-delay: 208.5s;
          animation-delay: 208.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2086) {
  -webkit-animation-delay: 208.6s;
          animation-delay: 208.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2087) {
  -webkit-animation-delay: 208.7s;
          animation-delay: 208.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2088) {
  -webkit-animation-delay: 208.8s;
          animation-delay: 208.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2089) {
  -webkit-animation-delay: 208.9s;
          animation-delay: 208.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2090) {
  -webkit-animation-delay: 209s;
          animation-delay: 209s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2091) {
  -webkit-animation-delay: 209.1s;
          animation-delay: 209.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2092) {
  -webkit-animation-delay: 209.2s;
          animation-delay: 209.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2093) {
  -webkit-animation-delay: 209.3s;
          animation-delay: 209.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2094) {
  -webkit-animation-delay: 209.4s;
          animation-delay: 209.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2095) {
  -webkit-animation-delay: 209.5s;
          animation-delay: 209.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2096) {
  -webkit-animation-delay: 209.6s;
          animation-delay: 209.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2097) {
  -webkit-animation-delay: 209.7s;
          animation-delay: 209.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2098) {
  -webkit-animation-delay: 209.8s;
          animation-delay: 209.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2099) {
  -webkit-animation-delay: 209.9s;
          animation-delay: 209.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2100) {
  -webkit-animation-delay: 210s;
          animation-delay: 210s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2101) {
  -webkit-animation-delay: 210.1s;
          animation-delay: 210.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2102) {
  -webkit-animation-delay: 210.2s;
          animation-delay: 210.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2103) {
  -webkit-animation-delay: 210.3s;
          animation-delay: 210.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2104) {
  -webkit-animation-delay: 210.4s;
          animation-delay: 210.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2105) {
  -webkit-animation-delay: 210.5s;
          animation-delay: 210.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2106) {
  -webkit-animation-delay: 210.6s;
          animation-delay: 210.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2107) {
  -webkit-animation-delay: 210.7s;
          animation-delay: 210.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2108) {
  -webkit-animation-delay: 210.8s;
          animation-delay: 210.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2109) {
  -webkit-animation-delay: 210.9s;
          animation-delay: 210.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2110) {
  -webkit-animation-delay: 211s;
          animation-delay: 211s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2111) {
  -webkit-animation-delay: 211.1s;
          animation-delay: 211.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2112) {
  -webkit-animation-delay: 211.2s;
          animation-delay: 211.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2113) {
  -webkit-animation-delay: 211.3s;
          animation-delay: 211.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2114) {
  -webkit-animation-delay: 211.4s;
          animation-delay: 211.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2115) {
  -webkit-animation-delay: 211.5s;
          animation-delay: 211.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2116) {
  -webkit-animation-delay: 211.6s;
          animation-delay: 211.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2117) {
  -webkit-animation-delay: 211.7s;
          animation-delay: 211.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2118) {
  -webkit-animation-delay: 211.8s;
          animation-delay: 211.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2119) {
  -webkit-animation-delay: 211.9s;
          animation-delay: 211.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2120) {
  -webkit-animation-delay: 212s;
          animation-delay: 212s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2121) {
  -webkit-animation-delay: 212.1s;
          animation-delay: 212.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2122) {
  -webkit-animation-delay: 212.2s;
          animation-delay: 212.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2123) {
  -webkit-animation-delay: 212.3s;
          animation-delay: 212.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2124) {
  -webkit-animation-delay: 212.4s;
          animation-delay: 212.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2125) {
  -webkit-animation-delay: 212.5s;
          animation-delay: 212.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2126) {
  -webkit-animation-delay: 212.6s;
          animation-delay: 212.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2127) {
  -webkit-animation-delay: 212.7s;
          animation-delay: 212.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2128) {
  -webkit-animation-delay: 212.8s;
          animation-delay: 212.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2129) {
  -webkit-animation-delay: 212.9s;
          animation-delay: 212.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2130) {
  -webkit-animation-delay: 213s;
          animation-delay: 213s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2131) {
  -webkit-animation-delay: 213.1s;
          animation-delay: 213.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2132) {
  -webkit-animation-delay: 213.2s;
          animation-delay: 213.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2133) {
  -webkit-animation-delay: 213.3s;
          animation-delay: 213.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2134) {
  -webkit-animation-delay: 213.4s;
          animation-delay: 213.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2135) {
  -webkit-animation-delay: 213.5s;
          animation-delay: 213.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2136) {
  -webkit-animation-delay: 213.6s;
          animation-delay: 213.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2137) {
  -webkit-animation-delay: 213.7s;
          animation-delay: 213.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2138) {
  -webkit-animation-delay: 213.8s;
          animation-delay: 213.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2139) {
  -webkit-animation-delay: 213.9s;
          animation-delay: 213.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2140) {
  -webkit-animation-delay: 214s;
          animation-delay: 214s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2141) {
  -webkit-animation-delay: 214.1s;
          animation-delay: 214.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2142) {
  -webkit-animation-delay: 214.2s;
          animation-delay: 214.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2143) {
  -webkit-animation-delay: 214.3s;
          animation-delay: 214.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2144) {
  -webkit-animation-delay: 214.4s;
          animation-delay: 214.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2145) {
  -webkit-animation-delay: 214.5s;
          animation-delay: 214.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2146) {
  -webkit-animation-delay: 214.6s;
          animation-delay: 214.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2147) {
  -webkit-animation-delay: 214.7s;
          animation-delay: 214.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2148) {
  -webkit-animation-delay: 214.8s;
          animation-delay: 214.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2149) {
  -webkit-animation-delay: 214.9s;
          animation-delay: 214.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2150) {
  -webkit-animation-delay: 215s;
          animation-delay: 215s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2151) {
  -webkit-animation-delay: 215.1s;
          animation-delay: 215.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2152) {
  -webkit-animation-delay: 215.2s;
          animation-delay: 215.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2153) {
  -webkit-animation-delay: 215.3s;
          animation-delay: 215.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2154) {
  -webkit-animation-delay: 215.4s;
          animation-delay: 215.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2155) {
  -webkit-animation-delay: 215.5s;
          animation-delay: 215.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2156) {
  -webkit-animation-delay: 215.6s;
          animation-delay: 215.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2157) {
  -webkit-animation-delay: 215.7s;
          animation-delay: 215.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2158) {
  -webkit-animation-delay: 215.8s;
          animation-delay: 215.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2159) {
  -webkit-animation-delay: 215.9s;
          animation-delay: 215.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2160) {
  -webkit-animation-delay: 216s;
          animation-delay: 216s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2161) {
  -webkit-animation-delay: 216.1s;
          animation-delay: 216.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2162) {
  -webkit-animation-delay: 216.2s;
          animation-delay: 216.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2163) {
  -webkit-animation-delay: 216.3s;
          animation-delay: 216.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2164) {
  -webkit-animation-delay: 216.4s;
          animation-delay: 216.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2165) {
  -webkit-animation-delay: 216.5s;
          animation-delay: 216.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2166) {
  -webkit-animation-delay: 216.6s;
          animation-delay: 216.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2167) {
  -webkit-animation-delay: 216.7s;
          animation-delay: 216.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2168) {
  -webkit-animation-delay: 216.8s;
          animation-delay: 216.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2169) {
  -webkit-animation-delay: 216.9s;
          animation-delay: 216.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2170) {
  -webkit-animation-delay: 217s;
          animation-delay: 217s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2171) {
  -webkit-animation-delay: 217.1s;
          animation-delay: 217.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2172) {
  -webkit-animation-delay: 217.2s;
          animation-delay: 217.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2173) {
  -webkit-animation-delay: 217.3s;
          animation-delay: 217.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2174) {
  -webkit-animation-delay: 217.4s;
          animation-delay: 217.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2175) {
  -webkit-animation-delay: 217.5s;
          animation-delay: 217.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2176) {
  -webkit-animation-delay: 217.6s;
          animation-delay: 217.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2177) {
  -webkit-animation-delay: 217.7s;
          animation-delay: 217.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2178) {
  -webkit-animation-delay: 217.8s;
          animation-delay: 217.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2179) {
  -webkit-animation-delay: 217.9s;
          animation-delay: 217.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2180) {
  -webkit-animation-delay: 218s;
          animation-delay: 218s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2181) {
  -webkit-animation-delay: 218.1s;
          animation-delay: 218.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2182) {
  -webkit-animation-delay: 218.2s;
          animation-delay: 218.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2183) {
  -webkit-animation-delay: 218.3s;
          animation-delay: 218.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2184) {
  -webkit-animation-delay: 218.4s;
          animation-delay: 218.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2185) {
  -webkit-animation-delay: 218.5s;
          animation-delay: 218.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2186) {
  -webkit-animation-delay: 218.6s;
          animation-delay: 218.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2187) {
  -webkit-animation-delay: 218.7s;
          animation-delay: 218.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2188) {
  -webkit-animation-delay: 218.8s;
          animation-delay: 218.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2189) {
  -webkit-animation-delay: 218.9s;
          animation-delay: 218.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2190) {
  -webkit-animation-delay: 219s;
          animation-delay: 219s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2191) {
  -webkit-animation-delay: 219.1s;
          animation-delay: 219.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2192) {
  -webkit-animation-delay: 219.2s;
          animation-delay: 219.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2193) {
  -webkit-animation-delay: 219.3s;
          animation-delay: 219.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2194) {
  -webkit-animation-delay: 219.4s;
          animation-delay: 219.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2195) {
  -webkit-animation-delay: 219.5s;
          animation-delay: 219.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2196) {
  -webkit-animation-delay: 219.6s;
          animation-delay: 219.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2197) {
  -webkit-animation-delay: 219.7s;
          animation-delay: 219.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2198) {
  -webkit-animation-delay: 219.8s;
          animation-delay: 219.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2199) {
  -webkit-animation-delay: 219.9s;
          animation-delay: 219.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2200) {
  -webkit-animation-delay: 220s;
          animation-delay: 220s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2201) {
  -webkit-animation-delay: 220.1s;
          animation-delay: 220.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2202) {
  -webkit-animation-delay: 220.2s;
          animation-delay: 220.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2203) {
  -webkit-animation-delay: 220.3s;
          animation-delay: 220.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2204) {
  -webkit-animation-delay: 220.4s;
          animation-delay: 220.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2205) {
  -webkit-animation-delay: 220.5s;
          animation-delay: 220.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2206) {
  -webkit-animation-delay: 220.6s;
          animation-delay: 220.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2207) {
  -webkit-animation-delay: 220.7s;
          animation-delay: 220.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2208) {
  -webkit-animation-delay: 220.8s;
          animation-delay: 220.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2209) {
  -webkit-animation-delay: 220.9s;
          animation-delay: 220.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2210) {
  -webkit-animation-delay: 221s;
          animation-delay: 221s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2211) {
  -webkit-animation-delay: 221.1s;
          animation-delay: 221.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2212) {
  -webkit-animation-delay: 221.2s;
          animation-delay: 221.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2213) {
  -webkit-animation-delay: 221.3s;
          animation-delay: 221.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2214) {
  -webkit-animation-delay: 221.4s;
          animation-delay: 221.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2215) {
  -webkit-animation-delay: 221.5s;
          animation-delay: 221.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2216) {
  -webkit-animation-delay: 221.6s;
          animation-delay: 221.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2217) {
  -webkit-animation-delay: 221.7s;
          animation-delay: 221.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2218) {
  -webkit-animation-delay: 221.8s;
          animation-delay: 221.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2219) {
  -webkit-animation-delay: 221.9s;
          animation-delay: 221.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2220) {
  -webkit-animation-delay: 222s;
          animation-delay: 222s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2221) {
  -webkit-animation-delay: 222.1s;
          animation-delay: 222.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2222) {
  -webkit-animation-delay: 222.2s;
          animation-delay: 222.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2223) {
  -webkit-animation-delay: 222.3s;
          animation-delay: 222.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2224) {
  -webkit-animation-delay: 222.4s;
          animation-delay: 222.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2225) {
  -webkit-animation-delay: 222.5s;
          animation-delay: 222.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2226) {
  -webkit-animation-delay: 222.6s;
          animation-delay: 222.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2227) {
  -webkit-animation-delay: 222.7s;
          animation-delay: 222.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2228) {
  -webkit-animation-delay: 222.8s;
          animation-delay: 222.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2229) {
  -webkit-animation-delay: 222.9s;
          animation-delay: 222.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2230) {
  -webkit-animation-delay: 223s;
          animation-delay: 223s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2231) {
  -webkit-animation-delay: 223.1s;
          animation-delay: 223.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2232) {
  -webkit-animation-delay: 223.2s;
          animation-delay: 223.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2233) {
  -webkit-animation-delay: 223.3s;
          animation-delay: 223.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2234) {
  -webkit-animation-delay: 223.4s;
          animation-delay: 223.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2235) {
  -webkit-animation-delay: 223.5s;
          animation-delay: 223.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2236) {
  -webkit-animation-delay: 223.6s;
          animation-delay: 223.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2237) {
  -webkit-animation-delay: 223.7s;
          animation-delay: 223.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2238) {
  -webkit-animation-delay: 223.8s;
          animation-delay: 223.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2239) {
  -webkit-animation-delay: 223.9s;
          animation-delay: 223.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2240) {
  -webkit-animation-delay: 224s;
          animation-delay: 224s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2241) {
  -webkit-animation-delay: 224.1s;
          animation-delay: 224.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2242) {
  -webkit-animation-delay: 224.2s;
          animation-delay: 224.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2243) {
  -webkit-animation-delay: 224.3s;
          animation-delay: 224.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2244) {
  -webkit-animation-delay: 224.4s;
          animation-delay: 224.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2245) {
  -webkit-animation-delay: 224.5s;
          animation-delay: 224.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2246) {
  -webkit-animation-delay: 224.6s;
          animation-delay: 224.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2247) {
  -webkit-animation-delay: 224.7s;
          animation-delay: 224.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2248) {
  -webkit-animation-delay: 224.8s;
          animation-delay: 224.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2249) {
  -webkit-animation-delay: 224.9s;
          animation-delay: 224.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2250) {
  -webkit-animation-delay: 225s;
          animation-delay: 225s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2251) {
  -webkit-animation-delay: 225.1s;
          animation-delay: 225.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2252) {
  -webkit-animation-delay: 225.2s;
          animation-delay: 225.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2253) {
  -webkit-animation-delay: 225.3s;
          animation-delay: 225.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2254) {
  -webkit-animation-delay: 225.4s;
          animation-delay: 225.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2255) {
  -webkit-animation-delay: 225.5s;
          animation-delay: 225.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2256) {
  -webkit-animation-delay: 225.6s;
          animation-delay: 225.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2257) {
  -webkit-animation-delay: 225.7s;
          animation-delay: 225.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2258) {
  -webkit-animation-delay: 225.8s;
          animation-delay: 225.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2259) {
  -webkit-animation-delay: 225.9s;
          animation-delay: 225.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2260) {
  -webkit-animation-delay: 226s;
          animation-delay: 226s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2261) {
  -webkit-animation-delay: 226.1s;
          animation-delay: 226.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2262) {
  -webkit-animation-delay: 226.2s;
          animation-delay: 226.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2263) {
  -webkit-animation-delay: 226.3s;
          animation-delay: 226.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2264) {
  -webkit-animation-delay: 226.4s;
          animation-delay: 226.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2265) {
  -webkit-animation-delay: 226.5s;
          animation-delay: 226.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2266) {
  -webkit-animation-delay: 226.6s;
          animation-delay: 226.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2267) {
  -webkit-animation-delay: 226.7s;
          animation-delay: 226.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2268) {
  -webkit-animation-delay: 226.8s;
          animation-delay: 226.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2269) {
  -webkit-animation-delay: 226.9s;
          animation-delay: 226.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2270) {
  -webkit-animation-delay: 227s;
          animation-delay: 227s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2271) {
  -webkit-animation-delay: 227.1s;
          animation-delay: 227.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2272) {
  -webkit-animation-delay: 227.2s;
          animation-delay: 227.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2273) {
  -webkit-animation-delay: 227.3s;
          animation-delay: 227.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2274) {
  -webkit-animation-delay: 227.4s;
          animation-delay: 227.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2275) {
  -webkit-animation-delay: 227.5s;
          animation-delay: 227.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2276) {
  -webkit-animation-delay: 227.6s;
          animation-delay: 227.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2277) {
  -webkit-animation-delay: 227.7s;
          animation-delay: 227.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2278) {
  -webkit-animation-delay: 227.8s;
          animation-delay: 227.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2279) {
  -webkit-animation-delay: 227.9s;
          animation-delay: 227.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2280) {
  -webkit-animation-delay: 228s;
          animation-delay: 228s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2281) {
  -webkit-animation-delay: 228.1s;
          animation-delay: 228.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2282) {
  -webkit-animation-delay: 228.2s;
          animation-delay: 228.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2283) {
  -webkit-animation-delay: 228.3s;
          animation-delay: 228.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2284) {
  -webkit-animation-delay: 228.4s;
          animation-delay: 228.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2285) {
  -webkit-animation-delay: 228.5s;
          animation-delay: 228.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2286) {
  -webkit-animation-delay: 228.6s;
          animation-delay: 228.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2287) {
  -webkit-animation-delay: 228.7s;
          animation-delay: 228.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2288) {
  -webkit-animation-delay: 228.8s;
          animation-delay: 228.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2289) {
  -webkit-animation-delay: 228.9s;
          animation-delay: 228.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2290) {
  -webkit-animation-delay: 229s;
          animation-delay: 229s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2291) {
  -webkit-animation-delay: 229.1s;
          animation-delay: 229.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2292) {
  -webkit-animation-delay: 229.2s;
          animation-delay: 229.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2293) {
  -webkit-animation-delay: 229.3s;
          animation-delay: 229.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2294) {
  -webkit-animation-delay: 229.4s;
          animation-delay: 229.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2295) {
  -webkit-animation-delay: 229.5s;
          animation-delay: 229.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2296) {
  -webkit-animation-delay: 229.6s;
          animation-delay: 229.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2297) {
  -webkit-animation-delay: 229.7s;
          animation-delay: 229.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2298) {
  -webkit-animation-delay: 229.8s;
          animation-delay: 229.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2299) {
  -webkit-animation-delay: 229.9s;
          animation-delay: 229.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2300) {
  -webkit-animation-delay: 230s;
          animation-delay: 230s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2301) {
  -webkit-animation-delay: 230.1s;
          animation-delay: 230.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2302) {
  -webkit-animation-delay: 230.2s;
          animation-delay: 230.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2303) {
  -webkit-animation-delay: 230.3s;
          animation-delay: 230.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2304) {
  -webkit-animation-delay: 230.4s;
          animation-delay: 230.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2305) {
  -webkit-animation-delay: 230.5s;
          animation-delay: 230.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2306) {
  -webkit-animation-delay: 230.6s;
          animation-delay: 230.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2307) {
  -webkit-animation-delay: 230.7s;
          animation-delay: 230.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2308) {
  -webkit-animation-delay: 230.8s;
          animation-delay: 230.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2309) {
  -webkit-animation-delay: 230.9s;
          animation-delay: 230.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2310) {
  -webkit-animation-delay: 231s;
          animation-delay: 231s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2311) {
  -webkit-animation-delay: 231.1s;
          animation-delay: 231.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2312) {
  -webkit-animation-delay: 231.2s;
          animation-delay: 231.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2313) {
  -webkit-animation-delay: 231.3s;
          animation-delay: 231.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2314) {
  -webkit-animation-delay: 231.4s;
          animation-delay: 231.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2315) {
  -webkit-animation-delay: 231.5s;
          animation-delay: 231.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2316) {
  -webkit-animation-delay: 231.6s;
          animation-delay: 231.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2317) {
  -webkit-animation-delay: 231.7s;
          animation-delay: 231.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2318) {
  -webkit-animation-delay: 231.8s;
          animation-delay: 231.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2319) {
  -webkit-animation-delay: 231.9s;
          animation-delay: 231.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2320) {
  -webkit-animation-delay: 232s;
          animation-delay: 232s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2321) {
  -webkit-animation-delay: 232.1s;
          animation-delay: 232.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2322) {
  -webkit-animation-delay: 232.2s;
          animation-delay: 232.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2323) {
  -webkit-animation-delay: 232.3s;
          animation-delay: 232.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2324) {
  -webkit-animation-delay: 232.4s;
          animation-delay: 232.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2325) {
  -webkit-animation-delay: 232.5s;
          animation-delay: 232.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2326) {
  -webkit-animation-delay: 232.6s;
          animation-delay: 232.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2327) {
  -webkit-animation-delay: 232.7s;
          animation-delay: 232.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2328) {
  -webkit-animation-delay: 232.8s;
          animation-delay: 232.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2329) {
  -webkit-animation-delay: 232.9s;
          animation-delay: 232.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2330) {
  -webkit-animation-delay: 233s;
          animation-delay: 233s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2331) {
  -webkit-animation-delay: 233.1s;
          animation-delay: 233.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2332) {
  -webkit-animation-delay: 233.2s;
          animation-delay: 233.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2333) {
  -webkit-animation-delay: 233.3s;
          animation-delay: 233.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2334) {
  -webkit-animation-delay: 233.4s;
          animation-delay: 233.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2335) {
  -webkit-animation-delay: 233.5s;
          animation-delay: 233.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2336) {
  -webkit-animation-delay: 233.6s;
          animation-delay: 233.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2337) {
  -webkit-animation-delay: 233.7s;
          animation-delay: 233.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2338) {
  -webkit-animation-delay: 233.8s;
          animation-delay: 233.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2339) {
  -webkit-animation-delay: 233.9s;
          animation-delay: 233.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2340) {
  -webkit-animation-delay: 234s;
          animation-delay: 234s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2341) {
  -webkit-animation-delay: 234.1s;
          animation-delay: 234.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2342) {
  -webkit-animation-delay: 234.2s;
          animation-delay: 234.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2343) {
  -webkit-animation-delay: 234.3s;
          animation-delay: 234.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2344) {
  -webkit-animation-delay: 234.4s;
          animation-delay: 234.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2345) {
  -webkit-animation-delay: 234.5s;
          animation-delay: 234.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2346) {
  -webkit-animation-delay: 234.6s;
          animation-delay: 234.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2347) {
  -webkit-animation-delay: 234.7s;
          animation-delay: 234.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2348) {
  -webkit-animation-delay: 234.8s;
          animation-delay: 234.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2349) {
  -webkit-animation-delay: 234.9s;
          animation-delay: 234.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2350) {
  -webkit-animation-delay: 235s;
          animation-delay: 235s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2351) {
  -webkit-animation-delay: 235.1s;
          animation-delay: 235.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2352) {
  -webkit-animation-delay: 235.2s;
          animation-delay: 235.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2353) {
  -webkit-animation-delay: 235.3s;
          animation-delay: 235.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2354) {
  -webkit-animation-delay: 235.4s;
          animation-delay: 235.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2355) {
  -webkit-animation-delay: 235.5s;
          animation-delay: 235.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2356) {
  -webkit-animation-delay: 235.6s;
          animation-delay: 235.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2357) {
  -webkit-animation-delay: 235.7s;
          animation-delay: 235.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2358) {
  -webkit-animation-delay: 235.8s;
          animation-delay: 235.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2359) {
  -webkit-animation-delay: 235.9s;
          animation-delay: 235.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2360) {
  -webkit-animation-delay: 236s;
          animation-delay: 236s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2361) {
  -webkit-animation-delay: 236.1s;
          animation-delay: 236.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2362) {
  -webkit-animation-delay: 236.2s;
          animation-delay: 236.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2363) {
  -webkit-animation-delay: 236.3s;
          animation-delay: 236.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2364) {
  -webkit-animation-delay: 236.4s;
          animation-delay: 236.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2365) {
  -webkit-animation-delay: 236.5s;
          animation-delay: 236.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2366) {
  -webkit-animation-delay: 236.6s;
          animation-delay: 236.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2367) {
  -webkit-animation-delay: 236.7s;
          animation-delay: 236.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2368) {
  -webkit-animation-delay: 236.8s;
          animation-delay: 236.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2369) {
  -webkit-animation-delay: 236.9s;
          animation-delay: 236.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2370) {
  -webkit-animation-delay: 237s;
          animation-delay: 237s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2371) {
  -webkit-animation-delay: 237.1s;
          animation-delay: 237.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2372) {
  -webkit-animation-delay: 237.2s;
          animation-delay: 237.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2373) {
  -webkit-animation-delay: 237.3s;
          animation-delay: 237.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2374) {
  -webkit-animation-delay: 237.4s;
          animation-delay: 237.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2375) {
  -webkit-animation-delay: 237.5s;
          animation-delay: 237.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2376) {
  -webkit-animation-delay: 237.6s;
          animation-delay: 237.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2377) {
  -webkit-animation-delay: 237.7s;
          animation-delay: 237.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2378) {
  -webkit-animation-delay: 237.8s;
          animation-delay: 237.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2379) {
  -webkit-animation-delay: 237.9s;
          animation-delay: 237.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2380) {
  -webkit-animation-delay: 238s;
          animation-delay: 238s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2381) {
  -webkit-animation-delay: 238.1s;
          animation-delay: 238.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2382) {
  -webkit-animation-delay: 238.2s;
          animation-delay: 238.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2383) {
  -webkit-animation-delay: 238.3s;
          animation-delay: 238.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2384) {
  -webkit-animation-delay: 238.4s;
          animation-delay: 238.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2385) {
  -webkit-animation-delay: 238.5s;
          animation-delay: 238.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2386) {
  -webkit-animation-delay: 238.6s;
          animation-delay: 238.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2387) {
  -webkit-animation-delay: 238.7s;
          animation-delay: 238.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2388) {
  -webkit-animation-delay: 238.8s;
          animation-delay: 238.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2389) {
  -webkit-animation-delay: 238.9s;
          animation-delay: 238.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2390) {
  -webkit-animation-delay: 239s;
          animation-delay: 239s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2391) {
  -webkit-animation-delay: 239.1s;
          animation-delay: 239.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2392) {
  -webkit-animation-delay: 239.2s;
          animation-delay: 239.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2393) {
  -webkit-animation-delay: 239.3s;
          animation-delay: 239.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2394) {
  -webkit-animation-delay: 239.4s;
          animation-delay: 239.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2395) {
  -webkit-animation-delay: 239.5s;
          animation-delay: 239.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2396) {
  -webkit-animation-delay: 239.6s;
          animation-delay: 239.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2397) {
  -webkit-animation-delay: 239.7s;
          animation-delay: 239.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2398) {
  -webkit-animation-delay: 239.8s;
          animation-delay: 239.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2399) {
  -webkit-animation-delay: 239.9s;
          animation-delay: 239.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2400) {
  -webkit-animation-delay: 240s;
          animation-delay: 240s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2401) {
  -webkit-animation-delay: 240.1s;
          animation-delay: 240.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2402) {
  -webkit-animation-delay: 240.2s;
          animation-delay: 240.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2403) {
  -webkit-animation-delay: 240.3s;
          animation-delay: 240.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2404) {
  -webkit-animation-delay: 240.4s;
          animation-delay: 240.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2405) {
  -webkit-animation-delay: 240.5s;
          animation-delay: 240.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2406) {
  -webkit-animation-delay: 240.6s;
          animation-delay: 240.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2407) {
  -webkit-animation-delay: 240.7s;
          animation-delay: 240.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2408) {
  -webkit-animation-delay: 240.8s;
          animation-delay: 240.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2409) {
  -webkit-animation-delay: 240.9s;
          animation-delay: 240.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2410) {
  -webkit-animation-delay: 241s;
          animation-delay: 241s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2411) {
  -webkit-animation-delay: 241.1s;
          animation-delay: 241.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2412) {
  -webkit-animation-delay: 241.2s;
          animation-delay: 241.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2413) {
  -webkit-animation-delay: 241.3s;
          animation-delay: 241.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2414) {
  -webkit-animation-delay: 241.4s;
          animation-delay: 241.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2415) {
  -webkit-animation-delay: 241.5s;
          animation-delay: 241.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2416) {
  -webkit-animation-delay: 241.6s;
          animation-delay: 241.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2417) {
  -webkit-animation-delay: 241.7s;
          animation-delay: 241.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2418) {
  -webkit-animation-delay: 241.8s;
          animation-delay: 241.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2419) {
  -webkit-animation-delay: 241.9s;
          animation-delay: 241.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2420) {
  -webkit-animation-delay: 242s;
          animation-delay: 242s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2421) {
  -webkit-animation-delay: 242.1s;
          animation-delay: 242.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2422) {
  -webkit-animation-delay: 242.2s;
          animation-delay: 242.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2423) {
  -webkit-animation-delay: 242.3s;
          animation-delay: 242.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2424) {
  -webkit-animation-delay: 242.4s;
          animation-delay: 242.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2425) {
  -webkit-animation-delay: 242.5s;
          animation-delay: 242.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2426) {
  -webkit-animation-delay: 242.6s;
          animation-delay: 242.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2427) {
  -webkit-animation-delay: 242.7s;
          animation-delay: 242.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2428) {
  -webkit-animation-delay: 242.8s;
          animation-delay: 242.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2429) {
  -webkit-animation-delay: 242.9s;
          animation-delay: 242.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2430) {
  -webkit-animation-delay: 243s;
          animation-delay: 243s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2431) {
  -webkit-animation-delay: 243.1s;
          animation-delay: 243.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2432) {
  -webkit-animation-delay: 243.2s;
          animation-delay: 243.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2433) {
  -webkit-animation-delay: 243.3s;
          animation-delay: 243.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2434) {
  -webkit-animation-delay: 243.4s;
          animation-delay: 243.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2435) {
  -webkit-animation-delay: 243.5s;
          animation-delay: 243.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2436) {
  -webkit-animation-delay: 243.6s;
          animation-delay: 243.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2437) {
  -webkit-animation-delay: 243.7s;
          animation-delay: 243.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2438) {
  -webkit-animation-delay: 243.8s;
          animation-delay: 243.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2439) {
  -webkit-animation-delay: 243.9s;
          animation-delay: 243.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2440) {
  -webkit-animation-delay: 244s;
          animation-delay: 244s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2441) {
  -webkit-animation-delay: 244.1s;
          animation-delay: 244.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2442) {
  -webkit-animation-delay: 244.2s;
          animation-delay: 244.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2443) {
  -webkit-animation-delay: 244.3s;
          animation-delay: 244.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2444) {
  -webkit-animation-delay: 244.4s;
          animation-delay: 244.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2445) {
  -webkit-animation-delay: 244.5s;
          animation-delay: 244.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2446) {
  -webkit-animation-delay: 244.6s;
          animation-delay: 244.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2447) {
  -webkit-animation-delay: 244.7s;
          animation-delay: 244.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2448) {
  -webkit-animation-delay: 244.8s;
          animation-delay: 244.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2449) {
  -webkit-animation-delay: 244.9s;
          animation-delay: 244.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2450) {
  -webkit-animation-delay: 245s;
          animation-delay: 245s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2451) {
  -webkit-animation-delay: 245.1s;
          animation-delay: 245.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2452) {
  -webkit-animation-delay: 245.2s;
          animation-delay: 245.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2453) {
  -webkit-animation-delay: 245.3s;
          animation-delay: 245.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2454) {
  -webkit-animation-delay: 245.4s;
          animation-delay: 245.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2455) {
  -webkit-animation-delay: 245.5s;
          animation-delay: 245.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2456) {
  -webkit-animation-delay: 245.6s;
          animation-delay: 245.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2457) {
  -webkit-animation-delay: 245.7s;
          animation-delay: 245.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2458) {
  -webkit-animation-delay: 245.8s;
          animation-delay: 245.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2459) {
  -webkit-animation-delay: 245.9s;
          animation-delay: 245.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2460) {
  -webkit-animation-delay: 246s;
          animation-delay: 246s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2461) {
  -webkit-animation-delay: 246.1s;
          animation-delay: 246.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2462) {
  -webkit-animation-delay: 246.2s;
          animation-delay: 246.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2463) {
  -webkit-animation-delay: 246.3s;
          animation-delay: 246.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2464) {
  -webkit-animation-delay: 246.4s;
          animation-delay: 246.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2465) {
  -webkit-animation-delay: 246.5s;
          animation-delay: 246.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2466) {
  -webkit-animation-delay: 246.6s;
          animation-delay: 246.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2467) {
  -webkit-animation-delay: 246.7s;
          animation-delay: 246.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2468) {
  -webkit-animation-delay: 246.8s;
          animation-delay: 246.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2469) {
  -webkit-animation-delay: 246.9s;
          animation-delay: 246.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2470) {
  -webkit-animation-delay: 247s;
          animation-delay: 247s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2471) {
  -webkit-animation-delay: 247.1s;
          animation-delay: 247.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2472) {
  -webkit-animation-delay: 247.2s;
          animation-delay: 247.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2473) {
  -webkit-animation-delay: 247.3s;
          animation-delay: 247.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2474) {
  -webkit-animation-delay: 247.4s;
          animation-delay: 247.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2475) {
  -webkit-animation-delay: 247.5s;
          animation-delay: 247.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2476) {
  -webkit-animation-delay: 247.6s;
          animation-delay: 247.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2477) {
  -webkit-animation-delay: 247.7s;
          animation-delay: 247.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2478) {
  -webkit-animation-delay: 247.8s;
          animation-delay: 247.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2479) {
  -webkit-animation-delay: 247.9s;
          animation-delay: 247.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2480) {
  -webkit-animation-delay: 248s;
          animation-delay: 248s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2481) {
  -webkit-animation-delay: 248.1s;
          animation-delay: 248.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2482) {
  -webkit-animation-delay: 248.2s;
          animation-delay: 248.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2483) {
  -webkit-animation-delay: 248.3s;
          animation-delay: 248.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2484) {
  -webkit-animation-delay: 248.4s;
          animation-delay: 248.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2485) {
  -webkit-animation-delay: 248.5s;
          animation-delay: 248.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2486) {
  -webkit-animation-delay: 248.6s;
          animation-delay: 248.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2487) {
  -webkit-animation-delay: 248.7s;
          animation-delay: 248.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2488) {
  -webkit-animation-delay: 248.8s;
          animation-delay: 248.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2489) {
  -webkit-animation-delay: 248.9s;
          animation-delay: 248.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2490) {
  -webkit-animation-delay: 249s;
          animation-delay: 249s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2491) {
  -webkit-animation-delay: 249.1s;
          animation-delay: 249.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2492) {
  -webkit-animation-delay: 249.2s;
          animation-delay: 249.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2493) {
  -webkit-animation-delay: 249.3s;
          animation-delay: 249.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2494) {
  -webkit-animation-delay: 249.4s;
          animation-delay: 249.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2495) {
  -webkit-animation-delay: 249.5s;
          animation-delay: 249.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2496) {
  -webkit-animation-delay: 249.6s;
          animation-delay: 249.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2497) {
  -webkit-animation-delay: 249.7s;
          animation-delay: 249.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2498) {
  -webkit-animation-delay: 249.8s;
          animation-delay: 249.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2499) {
  -webkit-animation-delay: 249.9s;
          animation-delay: 249.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2500) {
  -webkit-animation-delay: 250s;
          animation-delay: 250s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2501) {
  -webkit-animation-delay: 250.1s;
          animation-delay: 250.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2502) {
  -webkit-animation-delay: 250.2s;
          animation-delay: 250.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2503) {
  -webkit-animation-delay: 250.3s;
          animation-delay: 250.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2504) {
  -webkit-animation-delay: 250.4s;
          animation-delay: 250.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2505) {
  -webkit-animation-delay: 250.5s;
          animation-delay: 250.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2506) {
  -webkit-animation-delay: 250.6s;
          animation-delay: 250.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2507) {
  -webkit-animation-delay: 250.7s;
          animation-delay: 250.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2508) {
  -webkit-animation-delay: 250.8s;
          animation-delay: 250.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2509) {
  -webkit-animation-delay: 250.9s;
          animation-delay: 250.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2510) {
  -webkit-animation-delay: 251s;
          animation-delay: 251s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2511) {
  -webkit-animation-delay: 251.1s;
          animation-delay: 251.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2512) {
  -webkit-animation-delay: 251.2s;
          animation-delay: 251.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2513) {
  -webkit-animation-delay: 251.3s;
          animation-delay: 251.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2514) {
  -webkit-animation-delay: 251.4s;
          animation-delay: 251.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2515) {
  -webkit-animation-delay: 251.5s;
          animation-delay: 251.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2516) {
  -webkit-animation-delay: 251.6s;
          animation-delay: 251.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2517) {
  -webkit-animation-delay: 251.7s;
          animation-delay: 251.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2518) {
  -webkit-animation-delay: 251.8s;
          animation-delay: 251.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2519) {
  -webkit-animation-delay: 251.9s;
          animation-delay: 251.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2520) {
  -webkit-animation-delay: 252s;
          animation-delay: 252s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2521) {
  -webkit-animation-delay: 252.1s;
          animation-delay: 252.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2522) {
  -webkit-animation-delay: 252.2s;
          animation-delay: 252.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2523) {
  -webkit-animation-delay: 252.3s;
          animation-delay: 252.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2524) {
  -webkit-animation-delay: 252.4s;
          animation-delay: 252.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2525) {
  -webkit-animation-delay: 252.5s;
          animation-delay: 252.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2526) {
  -webkit-animation-delay: 252.6s;
          animation-delay: 252.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2527) {
  -webkit-animation-delay: 252.7s;
          animation-delay: 252.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2528) {
  -webkit-animation-delay: 252.8s;
          animation-delay: 252.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2529) {
  -webkit-animation-delay: 252.9s;
          animation-delay: 252.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2530) {
  -webkit-animation-delay: 253s;
          animation-delay: 253s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2531) {
  -webkit-animation-delay: 253.1s;
          animation-delay: 253.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2532) {
  -webkit-animation-delay: 253.2s;
          animation-delay: 253.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2533) {
  -webkit-animation-delay: 253.3s;
          animation-delay: 253.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2534) {
  -webkit-animation-delay: 253.4s;
          animation-delay: 253.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2535) {
  -webkit-animation-delay: 253.5s;
          animation-delay: 253.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2536) {
  -webkit-animation-delay: 253.6s;
          animation-delay: 253.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2537) {
  -webkit-animation-delay: 253.7s;
          animation-delay: 253.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2538) {
  -webkit-animation-delay: 253.8s;
          animation-delay: 253.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2539) {
  -webkit-animation-delay: 253.9s;
          animation-delay: 253.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2540) {
  -webkit-animation-delay: 254s;
          animation-delay: 254s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2541) {
  -webkit-animation-delay: 254.1s;
          animation-delay: 254.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2542) {
  -webkit-animation-delay: 254.2s;
          animation-delay: 254.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2543) {
  -webkit-animation-delay: 254.3s;
          animation-delay: 254.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2544) {
  -webkit-animation-delay: 254.4s;
          animation-delay: 254.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2545) {
  -webkit-animation-delay: 254.5s;
          animation-delay: 254.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2546) {
  -webkit-animation-delay: 254.6s;
          animation-delay: 254.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2547) {
  -webkit-animation-delay: 254.7s;
          animation-delay: 254.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2548) {
  -webkit-animation-delay: 254.8s;
          animation-delay: 254.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2549) {
  -webkit-animation-delay: 254.9s;
          animation-delay: 254.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2550) {
  -webkit-animation-delay: 255s;
          animation-delay: 255s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2551) {
  -webkit-animation-delay: 255.1s;
          animation-delay: 255.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2552) {
  -webkit-animation-delay: 255.2s;
          animation-delay: 255.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2553) {
  -webkit-animation-delay: 255.3s;
          animation-delay: 255.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2554) {
  -webkit-animation-delay: 255.4s;
          animation-delay: 255.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2555) {
  -webkit-animation-delay: 255.5s;
          animation-delay: 255.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2556) {
  -webkit-animation-delay: 255.6s;
          animation-delay: 255.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2557) {
  -webkit-animation-delay: 255.7s;
          animation-delay: 255.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2558) {
  -webkit-animation-delay: 255.8s;
          animation-delay: 255.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2559) {
  -webkit-animation-delay: 255.9s;
          animation-delay: 255.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2560) {
  -webkit-animation-delay: 256s;
          animation-delay: 256s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2561) {
  -webkit-animation-delay: 256.1s;
          animation-delay: 256.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2562) {
  -webkit-animation-delay: 256.2s;
          animation-delay: 256.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2563) {
  -webkit-animation-delay: 256.3s;
          animation-delay: 256.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2564) {
  -webkit-animation-delay: 256.4s;
          animation-delay: 256.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2565) {
  -webkit-animation-delay: 256.5s;
          animation-delay: 256.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2566) {
  -webkit-animation-delay: 256.6s;
          animation-delay: 256.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2567) {
  -webkit-animation-delay: 256.7s;
          animation-delay: 256.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2568) {
  -webkit-animation-delay: 256.8s;
          animation-delay: 256.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2569) {
  -webkit-animation-delay: 256.9s;
          animation-delay: 256.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2570) {
  -webkit-animation-delay: 257s;
          animation-delay: 257s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2571) {
  -webkit-animation-delay: 257.1s;
          animation-delay: 257.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2572) {
  -webkit-animation-delay: 257.2s;
          animation-delay: 257.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2573) {
  -webkit-animation-delay: 257.3s;
          animation-delay: 257.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2574) {
  -webkit-animation-delay: 257.4s;
          animation-delay: 257.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2575) {
  -webkit-animation-delay: 257.5s;
          animation-delay: 257.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2576) {
  -webkit-animation-delay: 257.6s;
          animation-delay: 257.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2577) {
  -webkit-animation-delay: 257.7s;
          animation-delay: 257.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2578) {
  -webkit-animation-delay: 257.8s;
          animation-delay: 257.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2579) {
  -webkit-animation-delay: 257.9s;
          animation-delay: 257.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2580) {
  -webkit-animation-delay: 258s;
          animation-delay: 258s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2581) {
  -webkit-animation-delay: 258.1s;
          animation-delay: 258.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2582) {
  -webkit-animation-delay: 258.2s;
          animation-delay: 258.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2583) {
  -webkit-animation-delay: 258.3s;
          animation-delay: 258.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2584) {
  -webkit-animation-delay: 258.4s;
          animation-delay: 258.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2585) {
  -webkit-animation-delay: 258.5s;
          animation-delay: 258.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2586) {
  -webkit-animation-delay: 258.6s;
          animation-delay: 258.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2587) {
  -webkit-animation-delay: 258.7s;
          animation-delay: 258.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2588) {
  -webkit-animation-delay: 258.8s;
          animation-delay: 258.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2589) {
  -webkit-animation-delay: 258.9s;
          animation-delay: 258.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2590) {
  -webkit-animation-delay: 259s;
          animation-delay: 259s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2591) {
  -webkit-animation-delay: 259.1s;
          animation-delay: 259.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2592) {
  -webkit-animation-delay: 259.2s;
          animation-delay: 259.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2593) {
  -webkit-animation-delay: 259.3s;
          animation-delay: 259.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2594) {
  -webkit-animation-delay: 259.4s;
          animation-delay: 259.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2595) {
  -webkit-animation-delay: 259.5s;
          animation-delay: 259.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2596) {
  -webkit-animation-delay: 259.6s;
          animation-delay: 259.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2597) {
  -webkit-animation-delay: 259.7s;
          animation-delay: 259.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2598) {
  -webkit-animation-delay: 259.8s;
          animation-delay: 259.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2599) {
  -webkit-animation-delay: 259.9s;
          animation-delay: 259.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2600) {
  -webkit-animation-delay: 260s;
          animation-delay: 260s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2601) {
  -webkit-animation-delay: 260.1s;
          animation-delay: 260.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2602) {
  -webkit-animation-delay: 260.2s;
          animation-delay: 260.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2603) {
  -webkit-animation-delay: 260.3s;
          animation-delay: 260.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2604) {
  -webkit-animation-delay: 260.4s;
          animation-delay: 260.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2605) {
  -webkit-animation-delay: 260.5s;
          animation-delay: 260.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2606) {
  -webkit-animation-delay: 260.6s;
          animation-delay: 260.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2607) {
  -webkit-animation-delay: 260.7s;
          animation-delay: 260.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2608) {
  -webkit-animation-delay: 260.8s;
          animation-delay: 260.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2609) {
  -webkit-animation-delay: 260.9s;
          animation-delay: 260.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2610) {
  -webkit-animation-delay: 261s;
          animation-delay: 261s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2611) {
  -webkit-animation-delay: 261.1s;
          animation-delay: 261.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2612) {
  -webkit-animation-delay: 261.2s;
          animation-delay: 261.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2613) {
  -webkit-animation-delay: 261.3s;
          animation-delay: 261.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2614) {
  -webkit-animation-delay: 261.4s;
          animation-delay: 261.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2615) {
  -webkit-animation-delay: 261.5s;
          animation-delay: 261.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2616) {
  -webkit-animation-delay: 261.6s;
          animation-delay: 261.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2617) {
  -webkit-animation-delay: 261.7s;
          animation-delay: 261.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2618) {
  -webkit-animation-delay: 261.8s;
          animation-delay: 261.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2619) {
  -webkit-animation-delay: 261.9s;
          animation-delay: 261.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2620) {
  -webkit-animation-delay: 262s;
          animation-delay: 262s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2621) {
  -webkit-animation-delay: 262.1s;
          animation-delay: 262.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2622) {
  -webkit-animation-delay: 262.2s;
          animation-delay: 262.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2623) {
  -webkit-animation-delay: 262.3s;
          animation-delay: 262.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2624) {
  -webkit-animation-delay: 262.4s;
          animation-delay: 262.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2625) {
  -webkit-animation-delay: 262.5s;
          animation-delay: 262.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2626) {
  -webkit-animation-delay: 262.6s;
          animation-delay: 262.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2627) {
  -webkit-animation-delay: 262.7s;
          animation-delay: 262.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2628) {
  -webkit-animation-delay: 262.8s;
          animation-delay: 262.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2629) {
  -webkit-animation-delay: 262.9s;
          animation-delay: 262.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2630) {
  -webkit-animation-delay: 263s;
          animation-delay: 263s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2631) {
  -webkit-animation-delay: 263.1s;
          animation-delay: 263.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2632) {
  -webkit-animation-delay: 263.2s;
          animation-delay: 263.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2633) {
  -webkit-animation-delay: 263.3s;
          animation-delay: 263.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2634) {
  -webkit-animation-delay: 263.4s;
          animation-delay: 263.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2635) {
  -webkit-animation-delay: 263.5s;
          animation-delay: 263.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2636) {
  -webkit-animation-delay: 263.6s;
          animation-delay: 263.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2637) {
  -webkit-animation-delay: 263.7s;
          animation-delay: 263.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2638) {
  -webkit-animation-delay: 263.8s;
          animation-delay: 263.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2639) {
  -webkit-animation-delay: 263.9s;
          animation-delay: 263.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2640) {
  -webkit-animation-delay: 264s;
          animation-delay: 264s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2641) {
  -webkit-animation-delay: 264.1s;
          animation-delay: 264.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2642) {
  -webkit-animation-delay: 264.2s;
          animation-delay: 264.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2643) {
  -webkit-animation-delay: 264.3s;
          animation-delay: 264.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2644) {
  -webkit-animation-delay: 264.4s;
          animation-delay: 264.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2645) {
  -webkit-animation-delay: 264.5s;
          animation-delay: 264.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2646) {
  -webkit-animation-delay: 264.6s;
          animation-delay: 264.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2647) {
  -webkit-animation-delay: 264.7s;
          animation-delay: 264.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2648) {
  -webkit-animation-delay: 264.8s;
          animation-delay: 264.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2649) {
  -webkit-animation-delay: 264.9s;
          animation-delay: 264.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2650) {
  -webkit-animation-delay: 265s;
          animation-delay: 265s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2651) {
  -webkit-animation-delay: 265.1s;
          animation-delay: 265.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2652) {
  -webkit-animation-delay: 265.2s;
          animation-delay: 265.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2653) {
  -webkit-animation-delay: 265.3s;
          animation-delay: 265.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2654) {
  -webkit-animation-delay: 265.4s;
          animation-delay: 265.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2655) {
  -webkit-animation-delay: 265.5s;
          animation-delay: 265.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2656) {
  -webkit-animation-delay: 265.6s;
          animation-delay: 265.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2657) {
  -webkit-animation-delay: 265.7s;
          animation-delay: 265.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2658) {
  -webkit-animation-delay: 265.8s;
          animation-delay: 265.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2659) {
  -webkit-animation-delay: 265.9s;
          animation-delay: 265.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2660) {
  -webkit-animation-delay: 266s;
          animation-delay: 266s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2661) {
  -webkit-animation-delay: 266.1s;
          animation-delay: 266.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2662) {
  -webkit-animation-delay: 266.2s;
          animation-delay: 266.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2663) {
  -webkit-animation-delay: 266.3s;
          animation-delay: 266.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2664) {
  -webkit-animation-delay: 266.4s;
          animation-delay: 266.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2665) {
  -webkit-animation-delay: 266.5s;
          animation-delay: 266.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2666) {
  -webkit-animation-delay: 266.6s;
          animation-delay: 266.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2667) {
  -webkit-animation-delay: 266.7s;
          animation-delay: 266.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2668) {
  -webkit-animation-delay: 266.8s;
          animation-delay: 266.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2669) {
  -webkit-animation-delay: 266.9s;
          animation-delay: 266.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2670) {
  -webkit-animation-delay: 267s;
          animation-delay: 267s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2671) {
  -webkit-animation-delay: 267.1s;
          animation-delay: 267.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2672) {
  -webkit-animation-delay: 267.2s;
          animation-delay: 267.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2673) {
  -webkit-animation-delay: 267.3s;
          animation-delay: 267.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2674) {
  -webkit-animation-delay: 267.4s;
          animation-delay: 267.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2675) {
  -webkit-animation-delay: 267.5s;
          animation-delay: 267.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2676) {
  -webkit-animation-delay: 267.6s;
          animation-delay: 267.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2677) {
  -webkit-animation-delay: 267.7s;
          animation-delay: 267.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2678) {
  -webkit-animation-delay: 267.8s;
          animation-delay: 267.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2679) {
  -webkit-animation-delay: 267.9s;
          animation-delay: 267.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2680) {
  -webkit-animation-delay: 268s;
          animation-delay: 268s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2681) {
  -webkit-animation-delay: 268.1s;
          animation-delay: 268.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2682) {
  -webkit-animation-delay: 268.2s;
          animation-delay: 268.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2683) {
  -webkit-animation-delay: 268.3s;
          animation-delay: 268.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2684) {
  -webkit-animation-delay: 268.4s;
          animation-delay: 268.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2685) {
  -webkit-animation-delay: 268.5s;
          animation-delay: 268.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2686) {
  -webkit-animation-delay: 268.6s;
          animation-delay: 268.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2687) {
  -webkit-animation-delay: 268.7s;
          animation-delay: 268.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2688) {
  -webkit-animation-delay: 268.8s;
          animation-delay: 268.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2689) {
  -webkit-animation-delay: 268.9s;
          animation-delay: 268.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2690) {
  -webkit-animation-delay: 269s;
          animation-delay: 269s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2691) {
  -webkit-animation-delay: 269.1s;
          animation-delay: 269.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2692) {
  -webkit-animation-delay: 269.2s;
          animation-delay: 269.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2693) {
  -webkit-animation-delay: 269.3s;
          animation-delay: 269.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2694) {
  -webkit-animation-delay: 269.4s;
          animation-delay: 269.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2695) {
  -webkit-animation-delay: 269.5s;
          animation-delay: 269.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2696) {
  -webkit-animation-delay: 269.6s;
          animation-delay: 269.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2697) {
  -webkit-animation-delay: 269.7s;
          animation-delay: 269.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2698) {
  -webkit-animation-delay: 269.8s;
          animation-delay: 269.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2699) {
  -webkit-animation-delay: 269.9s;
          animation-delay: 269.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2700) {
  -webkit-animation-delay: 270s;
          animation-delay: 270s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2701) {
  -webkit-animation-delay: 270.1s;
          animation-delay: 270.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2702) {
  -webkit-animation-delay: 270.2s;
          animation-delay: 270.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2703) {
  -webkit-animation-delay: 270.3s;
          animation-delay: 270.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2704) {
  -webkit-animation-delay: 270.4s;
          animation-delay: 270.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2705) {
  -webkit-animation-delay: 270.5s;
          animation-delay: 270.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2706) {
  -webkit-animation-delay: 270.6s;
          animation-delay: 270.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2707) {
  -webkit-animation-delay: 270.7s;
          animation-delay: 270.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2708) {
  -webkit-animation-delay: 270.8s;
          animation-delay: 270.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2709) {
  -webkit-animation-delay: 270.9s;
          animation-delay: 270.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2710) {
  -webkit-animation-delay: 271s;
          animation-delay: 271s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2711) {
  -webkit-animation-delay: 271.1s;
          animation-delay: 271.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2712) {
  -webkit-animation-delay: 271.2s;
          animation-delay: 271.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2713) {
  -webkit-animation-delay: 271.3s;
          animation-delay: 271.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2714) {
  -webkit-animation-delay: 271.4s;
          animation-delay: 271.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2715) {
  -webkit-animation-delay: 271.5s;
          animation-delay: 271.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2716) {
  -webkit-animation-delay: 271.6s;
          animation-delay: 271.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2717) {
  -webkit-animation-delay: 271.7s;
          animation-delay: 271.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2718) {
  -webkit-animation-delay: 271.8s;
          animation-delay: 271.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2719) {
  -webkit-animation-delay: 271.9s;
          animation-delay: 271.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2720) {
  -webkit-animation-delay: 272s;
          animation-delay: 272s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2721) {
  -webkit-animation-delay: 272.1s;
          animation-delay: 272.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2722) {
  -webkit-animation-delay: 272.2s;
          animation-delay: 272.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2723) {
  -webkit-animation-delay: 272.3s;
          animation-delay: 272.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2724) {
  -webkit-animation-delay: 272.4s;
          animation-delay: 272.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2725) {
  -webkit-animation-delay: 272.5s;
          animation-delay: 272.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2726) {
  -webkit-animation-delay: 272.6s;
          animation-delay: 272.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2727) {
  -webkit-animation-delay: 272.7s;
          animation-delay: 272.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2728) {
  -webkit-animation-delay: 272.8s;
          animation-delay: 272.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2729) {
  -webkit-animation-delay: 272.9s;
          animation-delay: 272.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2730) {
  -webkit-animation-delay: 273s;
          animation-delay: 273s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2731) {
  -webkit-animation-delay: 273.1s;
          animation-delay: 273.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2732) {
  -webkit-animation-delay: 273.2s;
          animation-delay: 273.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2733) {
  -webkit-animation-delay: 273.3s;
          animation-delay: 273.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2734) {
  -webkit-animation-delay: 273.4s;
          animation-delay: 273.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2735) {
  -webkit-animation-delay: 273.5s;
          animation-delay: 273.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2736) {
  -webkit-animation-delay: 273.6s;
          animation-delay: 273.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2737) {
  -webkit-animation-delay: 273.7s;
          animation-delay: 273.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2738) {
  -webkit-animation-delay: 273.8s;
          animation-delay: 273.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2739) {
  -webkit-animation-delay: 273.9s;
          animation-delay: 273.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2740) {
  -webkit-animation-delay: 274s;
          animation-delay: 274s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2741) {
  -webkit-animation-delay: 274.1s;
          animation-delay: 274.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2742) {
  -webkit-animation-delay: 274.2s;
          animation-delay: 274.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2743) {
  -webkit-animation-delay: 274.3s;
          animation-delay: 274.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2744) {
  -webkit-animation-delay: 274.4s;
          animation-delay: 274.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2745) {
  -webkit-animation-delay: 274.5s;
          animation-delay: 274.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2746) {
  -webkit-animation-delay: 274.6s;
          animation-delay: 274.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2747) {
  -webkit-animation-delay: 274.7s;
          animation-delay: 274.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2748) {
  -webkit-animation-delay: 274.8s;
          animation-delay: 274.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2749) {
  -webkit-animation-delay: 274.9s;
          animation-delay: 274.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2750) {
  -webkit-animation-delay: 275s;
          animation-delay: 275s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2751) {
  -webkit-animation-delay: 275.1s;
          animation-delay: 275.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2752) {
  -webkit-animation-delay: 275.2s;
          animation-delay: 275.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2753) {
  -webkit-animation-delay: 275.3s;
          animation-delay: 275.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2754) {
  -webkit-animation-delay: 275.4s;
          animation-delay: 275.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2755) {
  -webkit-animation-delay: 275.5s;
          animation-delay: 275.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2756) {
  -webkit-animation-delay: 275.6s;
          animation-delay: 275.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2757) {
  -webkit-animation-delay: 275.7s;
          animation-delay: 275.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2758) {
  -webkit-animation-delay: 275.8s;
          animation-delay: 275.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2759) {
  -webkit-animation-delay: 275.9s;
          animation-delay: 275.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2760) {
  -webkit-animation-delay: 276s;
          animation-delay: 276s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2761) {
  -webkit-animation-delay: 276.1s;
          animation-delay: 276.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2762) {
  -webkit-animation-delay: 276.2s;
          animation-delay: 276.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2763) {
  -webkit-animation-delay: 276.3s;
          animation-delay: 276.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2764) {
  -webkit-animation-delay: 276.4s;
          animation-delay: 276.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2765) {
  -webkit-animation-delay: 276.5s;
          animation-delay: 276.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2766) {
  -webkit-animation-delay: 276.6s;
          animation-delay: 276.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2767) {
  -webkit-animation-delay: 276.7s;
          animation-delay: 276.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2768) {
  -webkit-animation-delay: 276.8s;
          animation-delay: 276.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2769) {
  -webkit-animation-delay: 276.9s;
          animation-delay: 276.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2770) {
  -webkit-animation-delay: 277s;
          animation-delay: 277s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2771) {
  -webkit-animation-delay: 277.1s;
          animation-delay: 277.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2772) {
  -webkit-animation-delay: 277.2s;
          animation-delay: 277.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2773) {
  -webkit-animation-delay: 277.3s;
          animation-delay: 277.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2774) {
  -webkit-animation-delay: 277.4s;
          animation-delay: 277.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2775) {
  -webkit-animation-delay: 277.5s;
          animation-delay: 277.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2776) {
  -webkit-animation-delay: 277.6s;
          animation-delay: 277.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2777) {
  -webkit-animation-delay: 277.7s;
          animation-delay: 277.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2778) {
  -webkit-animation-delay: 277.8s;
          animation-delay: 277.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2779) {
  -webkit-animation-delay: 277.9s;
          animation-delay: 277.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2780) {
  -webkit-animation-delay: 278s;
          animation-delay: 278s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2781) {
  -webkit-animation-delay: 278.1s;
          animation-delay: 278.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2782) {
  -webkit-animation-delay: 278.2s;
          animation-delay: 278.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2783) {
  -webkit-animation-delay: 278.3s;
          animation-delay: 278.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2784) {
  -webkit-animation-delay: 278.4s;
          animation-delay: 278.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2785) {
  -webkit-animation-delay: 278.5s;
          animation-delay: 278.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2786) {
  -webkit-animation-delay: 278.6s;
          animation-delay: 278.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2787) {
  -webkit-animation-delay: 278.7s;
          animation-delay: 278.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2788) {
  -webkit-animation-delay: 278.8s;
          animation-delay: 278.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2789) {
  -webkit-animation-delay: 278.9s;
          animation-delay: 278.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2790) {
  -webkit-animation-delay: 279s;
          animation-delay: 279s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2791) {
  -webkit-animation-delay: 279.1s;
          animation-delay: 279.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2792) {
  -webkit-animation-delay: 279.2s;
          animation-delay: 279.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2793) {
  -webkit-animation-delay: 279.3s;
          animation-delay: 279.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2794) {
  -webkit-animation-delay: 279.4s;
          animation-delay: 279.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2795) {
  -webkit-animation-delay: 279.5s;
          animation-delay: 279.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2796) {
  -webkit-animation-delay: 279.6s;
          animation-delay: 279.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2797) {
  -webkit-animation-delay: 279.7s;
          animation-delay: 279.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2798) {
  -webkit-animation-delay: 279.8s;
          animation-delay: 279.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2799) {
  -webkit-animation-delay: 279.9s;
          animation-delay: 279.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2800) {
  -webkit-animation-delay: 280s;
          animation-delay: 280s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2801) {
  -webkit-animation-delay: 280.1s;
          animation-delay: 280.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2802) {
  -webkit-animation-delay: 280.2s;
          animation-delay: 280.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2803) {
  -webkit-animation-delay: 280.3s;
          animation-delay: 280.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2804) {
  -webkit-animation-delay: 280.4s;
          animation-delay: 280.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2805) {
  -webkit-animation-delay: 280.5s;
          animation-delay: 280.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2806) {
  -webkit-animation-delay: 280.6s;
          animation-delay: 280.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2807) {
  -webkit-animation-delay: 280.7s;
          animation-delay: 280.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2808) {
  -webkit-animation-delay: 280.8s;
          animation-delay: 280.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2809) {
  -webkit-animation-delay: 280.9s;
          animation-delay: 280.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2810) {
  -webkit-animation-delay: 281s;
          animation-delay: 281s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2811) {
  -webkit-animation-delay: 281.1s;
          animation-delay: 281.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2812) {
  -webkit-animation-delay: 281.2s;
          animation-delay: 281.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2813) {
  -webkit-animation-delay: 281.3s;
          animation-delay: 281.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2814) {
  -webkit-animation-delay: 281.4s;
          animation-delay: 281.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2815) {
  -webkit-animation-delay: 281.5s;
          animation-delay: 281.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2816) {
  -webkit-animation-delay: 281.6s;
          animation-delay: 281.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2817) {
  -webkit-animation-delay: 281.7s;
          animation-delay: 281.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2818) {
  -webkit-animation-delay: 281.8s;
          animation-delay: 281.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2819) {
  -webkit-animation-delay: 281.9s;
          animation-delay: 281.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2820) {
  -webkit-animation-delay: 282s;
          animation-delay: 282s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2821) {
  -webkit-animation-delay: 282.1s;
          animation-delay: 282.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2822) {
  -webkit-animation-delay: 282.2s;
          animation-delay: 282.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2823) {
  -webkit-animation-delay: 282.3s;
          animation-delay: 282.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2824) {
  -webkit-animation-delay: 282.4s;
          animation-delay: 282.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2825) {
  -webkit-animation-delay: 282.5s;
          animation-delay: 282.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2826) {
  -webkit-animation-delay: 282.6s;
          animation-delay: 282.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2827) {
  -webkit-animation-delay: 282.7s;
          animation-delay: 282.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2828) {
  -webkit-animation-delay: 282.8s;
          animation-delay: 282.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2829) {
  -webkit-animation-delay: 282.9s;
          animation-delay: 282.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2830) {
  -webkit-animation-delay: 283s;
          animation-delay: 283s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2831) {
  -webkit-animation-delay: 283.1s;
          animation-delay: 283.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2832) {
  -webkit-animation-delay: 283.2s;
          animation-delay: 283.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2833) {
  -webkit-animation-delay: 283.3s;
          animation-delay: 283.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2834) {
  -webkit-animation-delay: 283.4s;
          animation-delay: 283.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2835) {
  -webkit-animation-delay: 283.5s;
          animation-delay: 283.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2836) {
  -webkit-animation-delay: 283.6s;
          animation-delay: 283.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2837) {
  -webkit-animation-delay: 283.7s;
          animation-delay: 283.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2838) {
  -webkit-animation-delay: 283.8s;
          animation-delay: 283.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2839) {
  -webkit-animation-delay: 283.9s;
          animation-delay: 283.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2840) {
  -webkit-animation-delay: 284s;
          animation-delay: 284s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2841) {
  -webkit-animation-delay: 284.1s;
          animation-delay: 284.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2842) {
  -webkit-animation-delay: 284.2s;
          animation-delay: 284.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2843) {
  -webkit-animation-delay: 284.3s;
          animation-delay: 284.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2844) {
  -webkit-animation-delay: 284.4s;
          animation-delay: 284.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2845) {
  -webkit-animation-delay: 284.5s;
          animation-delay: 284.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2846) {
  -webkit-animation-delay: 284.6s;
          animation-delay: 284.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2847) {
  -webkit-animation-delay: 284.7s;
          animation-delay: 284.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2848) {
  -webkit-animation-delay: 284.8s;
          animation-delay: 284.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2849) {
  -webkit-animation-delay: 284.9s;
          animation-delay: 284.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2850) {
  -webkit-animation-delay: 285s;
          animation-delay: 285s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2851) {
  -webkit-animation-delay: 285.1s;
          animation-delay: 285.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2852) {
  -webkit-animation-delay: 285.2s;
          animation-delay: 285.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2853) {
  -webkit-animation-delay: 285.3s;
          animation-delay: 285.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2854) {
  -webkit-animation-delay: 285.4s;
          animation-delay: 285.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2855) {
  -webkit-animation-delay: 285.5s;
          animation-delay: 285.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2856) {
  -webkit-animation-delay: 285.6s;
          animation-delay: 285.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2857) {
  -webkit-animation-delay: 285.7s;
          animation-delay: 285.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2858) {
  -webkit-animation-delay: 285.8s;
          animation-delay: 285.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2859) {
  -webkit-animation-delay: 285.9s;
          animation-delay: 285.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2860) {
  -webkit-animation-delay: 286s;
          animation-delay: 286s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2861) {
  -webkit-animation-delay: 286.1s;
          animation-delay: 286.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2862) {
  -webkit-animation-delay: 286.2s;
          animation-delay: 286.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2863) {
  -webkit-animation-delay: 286.3s;
          animation-delay: 286.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2864) {
  -webkit-animation-delay: 286.4s;
          animation-delay: 286.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2865) {
  -webkit-animation-delay: 286.5s;
          animation-delay: 286.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2866) {
  -webkit-animation-delay: 286.6s;
          animation-delay: 286.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2867) {
  -webkit-animation-delay: 286.7s;
          animation-delay: 286.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2868) {
  -webkit-animation-delay: 286.8s;
          animation-delay: 286.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2869) {
  -webkit-animation-delay: 286.9s;
          animation-delay: 286.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2870) {
  -webkit-animation-delay: 287s;
          animation-delay: 287s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2871) {
  -webkit-animation-delay: 287.1s;
          animation-delay: 287.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2872) {
  -webkit-animation-delay: 287.2s;
          animation-delay: 287.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2873) {
  -webkit-animation-delay: 287.3s;
          animation-delay: 287.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2874) {
  -webkit-animation-delay: 287.4s;
          animation-delay: 287.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2875) {
  -webkit-animation-delay: 287.5s;
          animation-delay: 287.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2876) {
  -webkit-animation-delay: 287.6s;
          animation-delay: 287.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2877) {
  -webkit-animation-delay: 287.7s;
          animation-delay: 287.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2878) {
  -webkit-animation-delay: 287.8s;
          animation-delay: 287.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2879) {
  -webkit-animation-delay: 287.9s;
          animation-delay: 287.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2880) {
  -webkit-animation-delay: 288s;
          animation-delay: 288s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2881) {
  -webkit-animation-delay: 288.1s;
          animation-delay: 288.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2882) {
  -webkit-animation-delay: 288.2s;
          animation-delay: 288.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2883) {
  -webkit-animation-delay: 288.3s;
          animation-delay: 288.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2884) {
  -webkit-animation-delay: 288.4s;
          animation-delay: 288.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2885) {
  -webkit-animation-delay: 288.5s;
          animation-delay: 288.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2886) {
  -webkit-animation-delay: 288.6s;
          animation-delay: 288.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2887) {
  -webkit-animation-delay: 288.7s;
          animation-delay: 288.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2888) {
  -webkit-animation-delay: 288.8s;
          animation-delay: 288.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2889) {
  -webkit-animation-delay: 288.9s;
          animation-delay: 288.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2890) {
  -webkit-animation-delay: 289s;
          animation-delay: 289s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2891) {
  -webkit-animation-delay: 289.1s;
          animation-delay: 289.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2892) {
  -webkit-animation-delay: 289.2s;
          animation-delay: 289.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2893) {
  -webkit-animation-delay: 289.3s;
          animation-delay: 289.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2894) {
  -webkit-animation-delay: 289.4s;
          animation-delay: 289.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2895) {
  -webkit-animation-delay: 289.5s;
          animation-delay: 289.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2896) {
  -webkit-animation-delay: 289.6s;
          animation-delay: 289.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2897) {
  -webkit-animation-delay: 289.7s;
          animation-delay: 289.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2898) {
  -webkit-animation-delay: 289.8s;
          animation-delay: 289.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2899) {
  -webkit-animation-delay: 289.9s;
          animation-delay: 289.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2900) {
  -webkit-animation-delay: 290s;
          animation-delay: 290s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2901) {
  -webkit-animation-delay: 290.1s;
          animation-delay: 290.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2902) {
  -webkit-animation-delay: 290.2s;
          animation-delay: 290.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2903) {
  -webkit-animation-delay: 290.3s;
          animation-delay: 290.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2904) {
  -webkit-animation-delay: 290.4s;
          animation-delay: 290.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2905) {
  -webkit-animation-delay: 290.5s;
          animation-delay: 290.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2906) {
  -webkit-animation-delay: 290.6s;
          animation-delay: 290.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2907) {
  -webkit-animation-delay: 290.7s;
          animation-delay: 290.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2908) {
  -webkit-animation-delay: 290.8s;
          animation-delay: 290.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2909) {
  -webkit-animation-delay: 290.9s;
          animation-delay: 290.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2910) {
  -webkit-animation-delay: 291s;
          animation-delay: 291s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2911) {
  -webkit-animation-delay: 291.1s;
          animation-delay: 291.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2912) {
  -webkit-animation-delay: 291.2s;
          animation-delay: 291.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2913) {
  -webkit-animation-delay: 291.3s;
          animation-delay: 291.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2914) {
  -webkit-animation-delay: 291.4s;
          animation-delay: 291.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2915) {
  -webkit-animation-delay: 291.5s;
          animation-delay: 291.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2916) {
  -webkit-animation-delay: 291.6s;
          animation-delay: 291.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2917) {
  -webkit-animation-delay: 291.7s;
          animation-delay: 291.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2918) {
  -webkit-animation-delay: 291.8s;
          animation-delay: 291.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2919) {
  -webkit-animation-delay: 291.9s;
          animation-delay: 291.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2920) {
  -webkit-animation-delay: 292s;
          animation-delay: 292s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2921) {
  -webkit-animation-delay: 292.1s;
          animation-delay: 292.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2922) {
  -webkit-animation-delay: 292.2s;
          animation-delay: 292.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2923) {
  -webkit-animation-delay: 292.3s;
          animation-delay: 292.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2924) {
  -webkit-animation-delay: 292.4s;
          animation-delay: 292.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2925) {
  -webkit-animation-delay: 292.5s;
          animation-delay: 292.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2926) {
  -webkit-animation-delay: 292.6s;
          animation-delay: 292.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2927) {
  -webkit-animation-delay: 292.7s;
          animation-delay: 292.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2928) {
  -webkit-animation-delay: 292.8s;
          animation-delay: 292.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2929) {
  -webkit-animation-delay: 292.9s;
          animation-delay: 292.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2930) {
  -webkit-animation-delay: 293s;
          animation-delay: 293s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2931) {
  -webkit-animation-delay: 293.1s;
          animation-delay: 293.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2932) {
  -webkit-animation-delay: 293.2s;
          animation-delay: 293.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2933) {
  -webkit-animation-delay: 293.3s;
          animation-delay: 293.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2934) {
  -webkit-animation-delay: 293.4s;
          animation-delay: 293.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2935) {
  -webkit-animation-delay: 293.5s;
          animation-delay: 293.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2936) {
  -webkit-animation-delay: 293.6s;
          animation-delay: 293.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2937) {
  -webkit-animation-delay: 293.7s;
          animation-delay: 293.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2938) {
  -webkit-animation-delay: 293.8s;
          animation-delay: 293.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2939) {
  -webkit-animation-delay: 293.9s;
          animation-delay: 293.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2940) {
  -webkit-animation-delay: 294s;
          animation-delay: 294s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2941) {
  -webkit-animation-delay: 294.1s;
          animation-delay: 294.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2942) {
  -webkit-animation-delay: 294.2s;
          animation-delay: 294.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2943) {
  -webkit-animation-delay: 294.3s;
          animation-delay: 294.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2944) {
  -webkit-animation-delay: 294.4s;
          animation-delay: 294.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2945) {
  -webkit-animation-delay: 294.5s;
          animation-delay: 294.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2946) {
  -webkit-animation-delay: 294.6s;
          animation-delay: 294.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2947) {
  -webkit-animation-delay: 294.7s;
          animation-delay: 294.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2948) {
  -webkit-animation-delay: 294.8s;
          animation-delay: 294.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2949) {
  -webkit-animation-delay: 294.9s;
          animation-delay: 294.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2950) {
  -webkit-animation-delay: 295s;
          animation-delay: 295s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2951) {
  -webkit-animation-delay: 295.1s;
          animation-delay: 295.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2952) {
  -webkit-animation-delay: 295.2s;
          animation-delay: 295.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2953) {
  -webkit-animation-delay: 295.3s;
          animation-delay: 295.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2954) {
  -webkit-animation-delay: 295.4s;
          animation-delay: 295.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2955) {
  -webkit-animation-delay: 295.5s;
          animation-delay: 295.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2956) {
  -webkit-animation-delay: 295.6s;
          animation-delay: 295.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2957) {
  -webkit-animation-delay: 295.7s;
          animation-delay: 295.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2958) {
  -webkit-animation-delay: 295.8s;
          animation-delay: 295.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2959) {
  -webkit-animation-delay: 295.9s;
          animation-delay: 295.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2960) {
  -webkit-animation-delay: 296s;
          animation-delay: 296s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2961) {
  -webkit-animation-delay: 296.1s;
          animation-delay: 296.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2962) {
  -webkit-animation-delay: 296.2s;
          animation-delay: 296.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2963) {
  -webkit-animation-delay: 296.3s;
          animation-delay: 296.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2964) {
  -webkit-animation-delay: 296.4s;
          animation-delay: 296.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2965) {
  -webkit-animation-delay: 296.5s;
          animation-delay: 296.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2966) {
  -webkit-animation-delay: 296.6s;
          animation-delay: 296.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2967) {
  -webkit-animation-delay: 296.7s;
          animation-delay: 296.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2968) {
  -webkit-animation-delay: 296.8s;
          animation-delay: 296.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2969) {
  -webkit-animation-delay: 296.9s;
          animation-delay: 296.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2970) {
  -webkit-animation-delay: 297s;
          animation-delay: 297s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2971) {
  -webkit-animation-delay: 297.1s;
          animation-delay: 297.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2972) {
  -webkit-animation-delay: 297.2s;
          animation-delay: 297.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2973) {
  -webkit-animation-delay: 297.3s;
          animation-delay: 297.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2974) {
  -webkit-animation-delay: 297.4s;
          animation-delay: 297.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2975) {
  -webkit-animation-delay: 297.5s;
          animation-delay: 297.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2976) {
  -webkit-animation-delay: 297.6s;
          animation-delay: 297.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2977) {
  -webkit-animation-delay: 297.7s;
          animation-delay: 297.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2978) {
  -webkit-animation-delay: 297.8s;
          animation-delay: 297.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2979) {
  -webkit-animation-delay: 297.9s;
          animation-delay: 297.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2980) {
  -webkit-animation-delay: 298s;
          animation-delay: 298s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2981) {
  -webkit-animation-delay: 298.1s;
          animation-delay: 298.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2982) {
  -webkit-animation-delay: 298.2s;
          animation-delay: 298.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2983) {
  -webkit-animation-delay: 298.3s;
          animation-delay: 298.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2984) {
  -webkit-animation-delay: 298.4s;
          animation-delay: 298.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2985) {
  -webkit-animation-delay: 298.5s;
          animation-delay: 298.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2986) {
  -webkit-animation-delay: 298.6s;
          animation-delay: 298.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2987) {
  -webkit-animation-delay: 298.7s;
          animation-delay: 298.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2988) {
  -webkit-animation-delay: 298.8s;
          animation-delay: 298.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2989) {
  -webkit-animation-delay: 298.9s;
          animation-delay: 298.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2990) {
  -webkit-animation-delay: 299s;
          animation-delay: 299s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2991) {
  -webkit-animation-delay: 299.1s;
          animation-delay: 299.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2992) {
  -webkit-animation-delay: 299.2s;
          animation-delay: 299.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2993) {
  -webkit-animation-delay: 299.3s;
          animation-delay: 299.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2994) {
  -webkit-animation-delay: 299.4s;
          animation-delay: 299.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2995) {
  -webkit-animation-delay: 299.5s;
          animation-delay: 299.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2996) {
  -webkit-animation-delay: 299.6s;
          animation-delay: 299.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2997) {
  -webkit-animation-delay: 299.7s;
          animation-delay: 299.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2998) {
  -webkit-animation-delay: 299.8s;
          animation-delay: 299.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(2999) {
  -webkit-animation-delay: 299.9s;
          animation-delay: 299.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3000) {
  -webkit-animation-delay: 300s;
          animation-delay: 300s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3001) {
  -webkit-animation-delay: 300.1s;
          animation-delay: 300.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3002) {
  -webkit-animation-delay: 300.2s;
          animation-delay: 300.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3003) {
  -webkit-animation-delay: 300.3s;
          animation-delay: 300.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3004) {
  -webkit-animation-delay: 300.4s;
          animation-delay: 300.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3005) {
  -webkit-animation-delay: 300.5s;
          animation-delay: 300.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3006) {
  -webkit-animation-delay: 300.6s;
          animation-delay: 300.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3007) {
  -webkit-animation-delay: 300.7s;
          animation-delay: 300.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3008) {
  -webkit-animation-delay: 300.8s;
          animation-delay: 300.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3009) {
  -webkit-animation-delay: 300.9s;
          animation-delay: 300.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3010) {
  -webkit-animation-delay: 301s;
          animation-delay: 301s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3011) {
  -webkit-animation-delay: 301.1s;
          animation-delay: 301.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3012) {
  -webkit-animation-delay: 301.2s;
          animation-delay: 301.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3013) {
  -webkit-animation-delay: 301.3s;
          animation-delay: 301.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3014) {
  -webkit-animation-delay: 301.4s;
          animation-delay: 301.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3015) {
  -webkit-animation-delay: 301.5s;
          animation-delay: 301.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3016) {
  -webkit-animation-delay: 301.6s;
          animation-delay: 301.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3017) {
  -webkit-animation-delay: 301.7s;
          animation-delay: 301.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3018) {
  -webkit-animation-delay: 301.8s;
          animation-delay: 301.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3019) {
  -webkit-animation-delay: 301.9s;
          animation-delay: 301.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3020) {
  -webkit-animation-delay: 302s;
          animation-delay: 302s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3021) {
  -webkit-animation-delay: 302.1s;
          animation-delay: 302.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3022) {
  -webkit-animation-delay: 302.2s;
          animation-delay: 302.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3023) {
  -webkit-animation-delay: 302.3s;
          animation-delay: 302.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3024) {
  -webkit-animation-delay: 302.4s;
          animation-delay: 302.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3025) {
  -webkit-animation-delay: 302.5s;
          animation-delay: 302.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3026) {
  -webkit-animation-delay: 302.6s;
          animation-delay: 302.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3027) {
  -webkit-animation-delay: 302.7s;
          animation-delay: 302.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3028) {
  -webkit-animation-delay: 302.8s;
          animation-delay: 302.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3029) {
  -webkit-animation-delay: 302.9s;
          animation-delay: 302.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3030) {
  -webkit-animation-delay: 303s;
          animation-delay: 303s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3031) {
  -webkit-animation-delay: 303.1s;
          animation-delay: 303.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3032) {
  -webkit-animation-delay: 303.2s;
          animation-delay: 303.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3033) {
  -webkit-animation-delay: 303.3s;
          animation-delay: 303.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3034) {
  -webkit-animation-delay: 303.4s;
          animation-delay: 303.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3035) {
  -webkit-animation-delay: 303.5s;
          animation-delay: 303.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3036) {
  -webkit-animation-delay: 303.6s;
          animation-delay: 303.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3037) {
  -webkit-animation-delay: 303.7s;
          animation-delay: 303.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3038) {
  -webkit-animation-delay: 303.8s;
          animation-delay: 303.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3039) {
  -webkit-animation-delay: 303.9s;
          animation-delay: 303.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3040) {
  -webkit-animation-delay: 304s;
          animation-delay: 304s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3041) {
  -webkit-animation-delay: 304.1s;
          animation-delay: 304.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3042) {
  -webkit-animation-delay: 304.2s;
          animation-delay: 304.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3043) {
  -webkit-animation-delay: 304.3s;
          animation-delay: 304.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3044) {
  -webkit-animation-delay: 304.4s;
          animation-delay: 304.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3045) {
  -webkit-animation-delay: 304.5s;
          animation-delay: 304.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3046) {
  -webkit-animation-delay: 304.6s;
          animation-delay: 304.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3047) {
  -webkit-animation-delay: 304.7s;
          animation-delay: 304.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3048) {
  -webkit-animation-delay: 304.8s;
          animation-delay: 304.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3049) {
  -webkit-animation-delay: 304.9s;
          animation-delay: 304.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3050) {
  -webkit-animation-delay: 305s;
          animation-delay: 305s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3051) {
  -webkit-animation-delay: 305.1s;
          animation-delay: 305.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3052) {
  -webkit-animation-delay: 305.2s;
          animation-delay: 305.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3053) {
  -webkit-animation-delay: 305.3s;
          animation-delay: 305.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3054) {
  -webkit-animation-delay: 305.4s;
          animation-delay: 305.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3055) {
  -webkit-animation-delay: 305.5s;
          animation-delay: 305.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3056) {
  -webkit-animation-delay: 305.6s;
          animation-delay: 305.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3057) {
  -webkit-animation-delay: 305.7s;
          animation-delay: 305.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3058) {
  -webkit-animation-delay: 305.8s;
          animation-delay: 305.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3059) {
  -webkit-animation-delay: 305.9s;
          animation-delay: 305.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3060) {
  -webkit-animation-delay: 306s;
          animation-delay: 306s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3061) {
  -webkit-animation-delay: 306.1s;
          animation-delay: 306.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3062) {
  -webkit-animation-delay: 306.2s;
          animation-delay: 306.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3063) {
  -webkit-animation-delay: 306.3s;
          animation-delay: 306.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3064) {
  -webkit-animation-delay: 306.4s;
          animation-delay: 306.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3065) {
  -webkit-animation-delay: 306.5s;
          animation-delay: 306.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3066) {
  -webkit-animation-delay: 306.6s;
          animation-delay: 306.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3067) {
  -webkit-animation-delay: 306.7s;
          animation-delay: 306.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3068) {
  -webkit-animation-delay: 306.8s;
          animation-delay: 306.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3069) {
  -webkit-animation-delay: 306.9s;
          animation-delay: 306.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3070) {
  -webkit-animation-delay: 307s;
          animation-delay: 307s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3071) {
  -webkit-animation-delay: 307.1s;
          animation-delay: 307.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3072) {
  -webkit-animation-delay: 307.2s;
          animation-delay: 307.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3073) {
  -webkit-animation-delay: 307.3s;
          animation-delay: 307.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3074) {
  -webkit-animation-delay: 307.4s;
          animation-delay: 307.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3075) {
  -webkit-animation-delay: 307.5s;
          animation-delay: 307.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3076) {
  -webkit-animation-delay: 307.6s;
          animation-delay: 307.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3077) {
  -webkit-animation-delay: 307.7s;
          animation-delay: 307.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3078) {
  -webkit-animation-delay: 307.8s;
          animation-delay: 307.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3079) {
  -webkit-animation-delay: 307.9s;
          animation-delay: 307.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3080) {
  -webkit-animation-delay: 308s;
          animation-delay: 308s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3081) {
  -webkit-animation-delay: 308.1s;
          animation-delay: 308.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3082) {
  -webkit-animation-delay: 308.2s;
          animation-delay: 308.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3083) {
  -webkit-animation-delay: 308.3s;
          animation-delay: 308.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3084) {
  -webkit-animation-delay: 308.4s;
          animation-delay: 308.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3085) {
  -webkit-animation-delay: 308.5s;
          animation-delay: 308.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3086) {
  -webkit-animation-delay: 308.6s;
          animation-delay: 308.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3087) {
  -webkit-animation-delay: 308.7s;
          animation-delay: 308.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3088) {
  -webkit-animation-delay: 308.8s;
          animation-delay: 308.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3089) {
  -webkit-animation-delay: 308.9s;
          animation-delay: 308.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3090) {
  -webkit-animation-delay: 309s;
          animation-delay: 309s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3091) {
  -webkit-animation-delay: 309.1s;
          animation-delay: 309.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3092) {
  -webkit-animation-delay: 309.2s;
          animation-delay: 309.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3093) {
  -webkit-animation-delay: 309.3s;
          animation-delay: 309.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3094) {
  -webkit-animation-delay: 309.4s;
          animation-delay: 309.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3095) {
  -webkit-animation-delay: 309.5s;
          animation-delay: 309.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3096) {
  -webkit-animation-delay: 309.6s;
          animation-delay: 309.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3097) {
  -webkit-animation-delay: 309.7s;
          animation-delay: 309.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3098) {
  -webkit-animation-delay: 309.8s;
          animation-delay: 309.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3099) {
  -webkit-animation-delay: 309.9s;
          animation-delay: 309.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3100) {
  -webkit-animation-delay: 310s;
          animation-delay: 310s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3101) {
  -webkit-animation-delay: 310.1s;
          animation-delay: 310.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3102) {
  -webkit-animation-delay: 310.2s;
          animation-delay: 310.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3103) {
  -webkit-animation-delay: 310.3s;
          animation-delay: 310.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3104) {
  -webkit-animation-delay: 310.4s;
          animation-delay: 310.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3105) {
  -webkit-animation-delay: 310.5s;
          animation-delay: 310.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3106) {
  -webkit-animation-delay: 310.6s;
          animation-delay: 310.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3107) {
  -webkit-animation-delay: 310.7s;
          animation-delay: 310.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3108) {
  -webkit-animation-delay: 310.8s;
          animation-delay: 310.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3109) {
  -webkit-animation-delay: 310.9s;
          animation-delay: 310.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3110) {
  -webkit-animation-delay: 311s;
          animation-delay: 311s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3111) {
  -webkit-animation-delay: 311.1s;
          animation-delay: 311.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3112) {
  -webkit-animation-delay: 311.2s;
          animation-delay: 311.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3113) {
  -webkit-animation-delay: 311.3s;
          animation-delay: 311.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3114) {
  -webkit-animation-delay: 311.4s;
          animation-delay: 311.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3115) {
  -webkit-animation-delay: 311.5s;
          animation-delay: 311.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3116) {
  -webkit-animation-delay: 311.6s;
          animation-delay: 311.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3117) {
  -webkit-animation-delay: 311.7s;
          animation-delay: 311.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3118) {
  -webkit-animation-delay: 311.8s;
          animation-delay: 311.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3119) {
  -webkit-animation-delay: 311.9s;
          animation-delay: 311.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3120) {
  -webkit-animation-delay: 312s;
          animation-delay: 312s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3121) {
  -webkit-animation-delay: 312.1s;
          animation-delay: 312.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3122) {
  -webkit-animation-delay: 312.2s;
          animation-delay: 312.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3123) {
  -webkit-animation-delay: 312.3s;
          animation-delay: 312.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3124) {
  -webkit-animation-delay: 312.4s;
          animation-delay: 312.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3125) {
  -webkit-animation-delay: 312.5s;
          animation-delay: 312.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3126) {
  -webkit-animation-delay: 312.6s;
          animation-delay: 312.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3127) {
  -webkit-animation-delay: 312.7s;
          animation-delay: 312.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3128) {
  -webkit-animation-delay: 312.8s;
          animation-delay: 312.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3129) {
  -webkit-animation-delay: 312.9s;
          animation-delay: 312.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3130) {
  -webkit-animation-delay: 313s;
          animation-delay: 313s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3131) {
  -webkit-animation-delay: 313.1s;
          animation-delay: 313.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3132) {
  -webkit-animation-delay: 313.2s;
          animation-delay: 313.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3133) {
  -webkit-animation-delay: 313.3s;
          animation-delay: 313.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3134) {
  -webkit-animation-delay: 313.4s;
          animation-delay: 313.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3135) {
  -webkit-animation-delay: 313.5s;
          animation-delay: 313.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3136) {
  -webkit-animation-delay: 313.6s;
          animation-delay: 313.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3137) {
  -webkit-animation-delay: 313.7s;
          animation-delay: 313.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3138) {
  -webkit-animation-delay: 313.8s;
          animation-delay: 313.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3139) {
  -webkit-animation-delay: 313.9s;
          animation-delay: 313.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3140) {
  -webkit-animation-delay: 314s;
          animation-delay: 314s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3141) {
  -webkit-animation-delay: 314.1s;
          animation-delay: 314.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3142) {
  -webkit-animation-delay: 314.2s;
          animation-delay: 314.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3143) {
  -webkit-animation-delay: 314.3s;
          animation-delay: 314.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3144) {
  -webkit-animation-delay: 314.4s;
          animation-delay: 314.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3145) {
  -webkit-animation-delay: 314.5s;
          animation-delay: 314.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3146) {
  -webkit-animation-delay: 314.6s;
          animation-delay: 314.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3147) {
  -webkit-animation-delay: 314.7s;
          animation-delay: 314.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3148) {
  -webkit-animation-delay: 314.8s;
          animation-delay: 314.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3149) {
  -webkit-animation-delay: 314.9s;
          animation-delay: 314.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3150) {
  -webkit-animation-delay: 315s;
          animation-delay: 315s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3151) {
  -webkit-animation-delay: 315.1s;
          animation-delay: 315.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3152) {
  -webkit-animation-delay: 315.2s;
          animation-delay: 315.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3153) {
  -webkit-animation-delay: 315.3s;
          animation-delay: 315.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3154) {
  -webkit-animation-delay: 315.4s;
          animation-delay: 315.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3155) {
  -webkit-animation-delay: 315.5s;
          animation-delay: 315.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3156) {
  -webkit-animation-delay: 315.6s;
          animation-delay: 315.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3157) {
  -webkit-animation-delay: 315.7s;
          animation-delay: 315.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3158) {
  -webkit-animation-delay: 315.8s;
          animation-delay: 315.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3159) {
  -webkit-animation-delay: 315.9s;
          animation-delay: 315.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3160) {
  -webkit-animation-delay: 316s;
          animation-delay: 316s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3161) {
  -webkit-animation-delay: 316.1s;
          animation-delay: 316.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3162) {
  -webkit-animation-delay: 316.2s;
          animation-delay: 316.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3163) {
  -webkit-animation-delay: 316.3s;
          animation-delay: 316.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3164) {
  -webkit-animation-delay: 316.4s;
          animation-delay: 316.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3165) {
  -webkit-animation-delay: 316.5s;
          animation-delay: 316.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3166) {
  -webkit-animation-delay: 316.6s;
          animation-delay: 316.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3167) {
  -webkit-animation-delay: 316.7s;
          animation-delay: 316.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3168) {
  -webkit-animation-delay: 316.8s;
          animation-delay: 316.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3169) {
  -webkit-animation-delay: 316.9s;
          animation-delay: 316.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3170) {
  -webkit-animation-delay: 317s;
          animation-delay: 317s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3171) {
  -webkit-animation-delay: 317.1s;
          animation-delay: 317.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3172) {
  -webkit-animation-delay: 317.2s;
          animation-delay: 317.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3173) {
  -webkit-animation-delay: 317.3s;
          animation-delay: 317.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3174) {
  -webkit-animation-delay: 317.4s;
          animation-delay: 317.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3175) {
  -webkit-animation-delay: 317.5s;
          animation-delay: 317.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3176) {
  -webkit-animation-delay: 317.6s;
          animation-delay: 317.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3177) {
  -webkit-animation-delay: 317.7s;
          animation-delay: 317.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3178) {
  -webkit-animation-delay: 317.8s;
          animation-delay: 317.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3179) {
  -webkit-animation-delay: 317.9s;
          animation-delay: 317.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3180) {
  -webkit-animation-delay: 318s;
          animation-delay: 318s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3181) {
  -webkit-animation-delay: 318.1s;
          animation-delay: 318.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3182) {
  -webkit-animation-delay: 318.2s;
          animation-delay: 318.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3183) {
  -webkit-animation-delay: 318.3s;
          animation-delay: 318.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3184) {
  -webkit-animation-delay: 318.4s;
          animation-delay: 318.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3185) {
  -webkit-animation-delay: 318.5s;
          animation-delay: 318.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3186) {
  -webkit-animation-delay: 318.6s;
          animation-delay: 318.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3187) {
  -webkit-animation-delay: 318.7s;
          animation-delay: 318.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3188) {
  -webkit-animation-delay: 318.8s;
          animation-delay: 318.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3189) {
  -webkit-animation-delay: 318.9s;
          animation-delay: 318.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3190) {
  -webkit-animation-delay: 319s;
          animation-delay: 319s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3191) {
  -webkit-animation-delay: 319.1s;
          animation-delay: 319.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3192) {
  -webkit-animation-delay: 319.2s;
          animation-delay: 319.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3193) {
  -webkit-animation-delay: 319.3s;
          animation-delay: 319.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3194) {
  -webkit-animation-delay: 319.4s;
          animation-delay: 319.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3195) {
  -webkit-animation-delay: 319.5s;
          animation-delay: 319.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3196) {
  -webkit-animation-delay: 319.6s;
          animation-delay: 319.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3197) {
  -webkit-animation-delay: 319.7s;
          animation-delay: 319.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3198) {
  -webkit-animation-delay: 319.8s;
          animation-delay: 319.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3199) {
  -webkit-animation-delay: 319.9s;
          animation-delay: 319.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3200) {
  -webkit-animation-delay: 320s;
          animation-delay: 320s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3201) {
  -webkit-animation-delay: 320.1s;
          animation-delay: 320.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3202) {
  -webkit-animation-delay: 320.2s;
          animation-delay: 320.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3203) {
  -webkit-animation-delay: 320.3s;
          animation-delay: 320.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3204) {
  -webkit-animation-delay: 320.4s;
          animation-delay: 320.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3205) {
  -webkit-animation-delay: 320.5s;
          animation-delay: 320.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3206) {
  -webkit-animation-delay: 320.6s;
          animation-delay: 320.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3207) {
  -webkit-animation-delay: 320.7s;
          animation-delay: 320.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3208) {
  -webkit-animation-delay: 320.8s;
          animation-delay: 320.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3209) {
  -webkit-animation-delay: 320.9s;
          animation-delay: 320.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3210) {
  -webkit-animation-delay: 321s;
          animation-delay: 321s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3211) {
  -webkit-animation-delay: 321.1s;
          animation-delay: 321.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3212) {
  -webkit-animation-delay: 321.2s;
          animation-delay: 321.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3213) {
  -webkit-animation-delay: 321.3s;
          animation-delay: 321.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3214) {
  -webkit-animation-delay: 321.4s;
          animation-delay: 321.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3215) {
  -webkit-animation-delay: 321.5s;
          animation-delay: 321.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3216) {
  -webkit-animation-delay: 321.6s;
          animation-delay: 321.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3217) {
  -webkit-animation-delay: 321.7s;
          animation-delay: 321.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3218) {
  -webkit-animation-delay: 321.8s;
          animation-delay: 321.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3219) {
  -webkit-animation-delay: 321.9s;
          animation-delay: 321.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3220) {
  -webkit-animation-delay: 322s;
          animation-delay: 322s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3221) {
  -webkit-animation-delay: 322.1s;
          animation-delay: 322.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3222) {
  -webkit-animation-delay: 322.2s;
          animation-delay: 322.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3223) {
  -webkit-animation-delay: 322.3s;
          animation-delay: 322.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3224) {
  -webkit-animation-delay: 322.4s;
          animation-delay: 322.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3225) {
  -webkit-animation-delay: 322.5s;
          animation-delay: 322.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3226) {
  -webkit-animation-delay: 322.6s;
          animation-delay: 322.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3227) {
  -webkit-animation-delay: 322.7s;
          animation-delay: 322.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3228) {
  -webkit-animation-delay: 322.8s;
          animation-delay: 322.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3229) {
  -webkit-animation-delay: 322.9s;
          animation-delay: 322.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3230) {
  -webkit-animation-delay: 323s;
          animation-delay: 323s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3231) {
  -webkit-animation-delay: 323.1s;
          animation-delay: 323.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3232) {
  -webkit-animation-delay: 323.2s;
          animation-delay: 323.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3233) {
  -webkit-animation-delay: 323.3s;
          animation-delay: 323.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3234) {
  -webkit-animation-delay: 323.4s;
          animation-delay: 323.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3235) {
  -webkit-animation-delay: 323.5s;
          animation-delay: 323.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3236) {
  -webkit-animation-delay: 323.6s;
          animation-delay: 323.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3237) {
  -webkit-animation-delay: 323.7s;
          animation-delay: 323.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3238) {
  -webkit-animation-delay: 323.8s;
          animation-delay: 323.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3239) {
  -webkit-animation-delay: 323.9s;
          animation-delay: 323.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3240) {
  -webkit-animation-delay: 324s;
          animation-delay: 324s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3241) {
  -webkit-animation-delay: 324.1s;
          animation-delay: 324.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3242) {
  -webkit-animation-delay: 324.2s;
          animation-delay: 324.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3243) {
  -webkit-animation-delay: 324.3s;
          animation-delay: 324.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3244) {
  -webkit-animation-delay: 324.4s;
          animation-delay: 324.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3245) {
  -webkit-animation-delay: 324.5s;
          animation-delay: 324.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3246) {
  -webkit-animation-delay: 324.6s;
          animation-delay: 324.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3247) {
  -webkit-animation-delay: 324.7s;
          animation-delay: 324.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3248) {
  -webkit-animation-delay: 324.8s;
          animation-delay: 324.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3249) {
  -webkit-animation-delay: 324.9s;
          animation-delay: 324.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3250) {
  -webkit-animation-delay: 325s;
          animation-delay: 325s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3251) {
  -webkit-animation-delay: 325.1s;
          animation-delay: 325.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3252) {
  -webkit-animation-delay: 325.2s;
          animation-delay: 325.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3253) {
  -webkit-animation-delay: 325.3s;
          animation-delay: 325.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3254) {
  -webkit-animation-delay: 325.4s;
          animation-delay: 325.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3255) {
  -webkit-animation-delay: 325.5s;
          animation-delay: 325.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3256) {
  -webkit-animation-delay: 325.6s;
          animation-delay: 325.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3257) {
  -webkit-animation-delay: 325.7s;
          animation-delay: 325.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3258) {
  -webkit-animation-delay: 325.8s;
          animation-delay: 325.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3259) {
  -webkit-animation-delay: 325.9s;
          animation-delay: 325.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3260) {
  -webkit-animation-delay: 326s;
          animation-delay: 326s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3261) {
  -webkit-animation-delay: 326.1s;
          animation-delay: 326.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3262) {
  -webkit-animation-delay: 326.2s;
          animation-delay: 326.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3263) {
  -webkit-animation-delay: 326.3s;
          animation-delay: 326.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3264) {
  -webkit-animation-delay: 326.4s;
          animation-delay: 326.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3265) {
  -webkit-animation-delay: 326.5s;
          animation-delay: 326.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3266) {
  -webkit-animation-delay: 326.6s;
          animation-delay: 326.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3267) {
  -webkit-animation-delay: 326.7s;
          animation-delay: 326.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3268) {
  -webkit-animation-delay: 326.8s;
          animation-delay: 326.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3269) {
  -webkit-animation-delay: 326.9s;
          animation-delay: 326.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3270) {
  -webkit-animation-delay: 327s;
          animation-delay: 327s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3271) {
  -webkit-animation-delay: 327.1s;
          animation-delay: 327.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3272) {
  -webkit-animation-delay: 327.2s;
          animation-delay: 327.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3273) {
  -webkit-animation-delay: 327.3s;
          animation-delay: 327.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3274) {
  -webkit-animation-delay: 327.4s;
          animation-delay: 327.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3275) {
  -webkit-animation-delay: 327.5s;
          animation-delay: 327.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3276) {
  -webkit-animation-delay: 327.6s;
          animation-delay: 327.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3277) {
  -webkit-animation-delay: 327.7s;
          animation-delay: 327.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3278) {
  -webkit-animation-delay: 327.8s;
          animation-delay: 327.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3279) {
  -webkit-animation-delay: 327.9s;
          animation-delay: 327.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3280) {
  -webkit-animation-delay: 328s;
          animation-delay: 328s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3281) {
  -webkit-animation-delay: 328.1s;
          animation-delay: 328.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3282) {
  -webkit-animation-delay: 328.2s;
          animation-delay: 328.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3283) {
  -webkit-animation-delay: 328.3s;
          animation-delay: 328.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3284) {
  -webkit-animation-delay: 328.4s;
          animation-delay: 328.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3285) {
  -webkit-animation-delay: 328.5s;
          animation-delay: 328.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3286) {
  -webkit-animation-delay: 328.6s;
          animation-delay: 328.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3287) {
  -webkit-animation-delay: 328.7s;
          animation-delay: 328.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3288) {
  -webkit-animation-delay: 328.8s;
          animation-delay: 328.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3289) {
  -webkit-animation-delay: 328.9s;
          animation-delay: 328.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3290) {
  -webkit-animation-delay: 329s;
          animation-delay: 329s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3291) {
  -webkit-animation-delay: 329.1s;
          animation-delay: 329.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3292) {
  -webkit-animation-delay: 329.2s;
          animation-delay: 329.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3293) {
  -webkit-animation-delay: 329.3s;
          animation-delay: 329.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3294) {
  -webkit-animation-delay: 329.4s;
          animation-delay: 329.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3295) {
  -webkit-animation-delay: 329.5s;
          animation-delay: 329.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3296) {
  -webkit-animation-delay: 329.6s;
          animation-delay: 329.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3297) {
  -webkit-animation-delay: 329.7s;
          animation-delay: 329.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3298) {
  -webkit-animation-delay: 329.8s;
          animation-delay: 329.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3299) {
  -webkit-animation-delay: 329.9s;
          animation-delay: 329.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3300) {
  -webkit-animation-delay: 330s;
          animation-delay: 330s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3301) {
  -webkit-animation-delay: 330.1s;
          animation-delay: 330.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3302) {
  -webkit-animation-delay: 330.2s;
          animation-delay: 330.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3303) {
  -webkit-animation-delay: 330.3s;
          animation-delay: 330.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3304) {
  -webkit-animation-delay: 330.4s;
          animation-delay: 330.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3305) {
  -webkit-animation-delay: 330.5s;
          animation-delay: 330.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3306) {
  -webkit-animation-delay: 330.6s;
          animation-delay: 330.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3307) {
  -webkit-animation-delay: 330.7s;
          animation-delay: 330.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3308) {
  -webkit-animation-delay: 330.8s;
          animation-delay: 330.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3309) {
  -webkit-animation-delay: 330.9s;
          animation-delay: 330.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3310) {
  -webkit-animation-delay: 331s;
          animation-delay: 331s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3311) {
  -webkit-animation-delay: 331.1s;
          animation-delay: 331.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3312) {
  -webkit-animation-delay: 331.2s;
          animation-delay: 331.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3313) {
  -webkit-animation-delay: 331.3s;
          animation-delay: 331.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3314) {
  -webkit-animation-delay: 331.4s;
          animation-delay: 331.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3315) {
  -webkit-animation-delay: 331.5s;
          animation-delay: 331.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3316) {
  -webkit-animation-delay: 331.6s;
          animation-delay: 331.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3317) {
  -webkit-animation-delay: 331.7s;
          animation-delay: 331.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3318) {
  -webkit-animation-delay: 331.8s;
          animation-delay: 331.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3319) {
  -webkit-animation-delay: 331.9s;
          animation-delay: 331.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3320) {
  -webkit-animation-delay: 332s;
          animation-delay: 332s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3321) {
  -webkit-animation-delay: 332.1s;
          animation-delay: 332.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3322) {
  -webkit-animation-delay: 332.2s;
          animation-delay: 332.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3323) {
  -webkit-animation-delay: 332.3s;
          animation-delay: 332.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3324) {
  -webkit-animation-delay: 332.4s;
          animation-delay: 332.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3325) {
  -webkit-animation-delay: 332.5s;
          animation-delay: 332.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3326) {
  -webkit-animation-delay: 332.6s;
          animation-delay: 332.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3327) {
  -webkit-animation-delay: 332.7s;
          animation-delay: 332.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3328) {
  -webkit-animation-delay: 332.8s;
          animation-delay: 332.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3329) {
  -webkit-animation-delay: 332.9s;
          animation-delay: 332.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3330) {
  -webkit-animation-delay: 333s;
          animation-delay: 333s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3331) {
  -webkit-animation-delay: 333.1s;
          animation-delay: 333.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3332) {
  -webkit-animation-delay: 333.2s;
          animation-delay: 333.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3333) {
  -webkit-animation-delay: 333.3s;
          animation-delay: 333.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3334) {
  -webkit-animation-delay: 333.4s;
          animation-delay: 333.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3335) {
  -webkit-animation-delay: 333.5s;
          animation-delay: 333.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3336) {
  -webkit-animation-delay: 333.6s;
          animation-delay: 333.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3337) {
  -webkit-animation-delay: 333.7s;
          animation-delay: 333.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3338) {
  -webkit-animation-delay: 333.8s;
          animation-delay: 333.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3339) {
  -webkit-animation-delay: 333.9s;
          animation-delay: 333.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3340) {
  -webkit-animation-delay: 334s;
          animation-delay: 334s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3341) {
  -webkit-animation-delay: 334.1s;
          animation-delay: 334.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3342) {
  -webkit-animation-delay: 334.2s;
          animation-delay: 334.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3343) {
  -webkit-animation-delay: 334.3s;
          animation-delay: 334.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3344) {
  -webkit-animation-delay: 334.4s;
          animation-delay: 334.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3345) {
  -webkit-animation-delay: 334.5s;
          animation-delay: 334.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3346) {
  -webkit-animation-delay: 334.6s;
          animation-delay: 334.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3347) {
  -webkit-animation-delay: 334.7s;
          animation-delay: 334.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3348) {
  -webkit-animation-delay: 334.8s;
          animation-delay: 334.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3349) {
  -webkit-animation-delay: 334.9s;
          animation-delay: 334.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3350) {
  -webkit-animation-delay: 335s;
          animation-delay: 335s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3351) {
  -webkit-animation-delay: 335.1s;
          animation-delay: 335.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3352) {
  -webkit-animation-delay: 335.2s;
          animation-delay: 335.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3353) {
  -webkit-animation-delay: 335.3s;
          animation-delay: 335.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3354) {
  -webkit-animation-delay: 335.4s;
          animation-delay: 335.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3355) {
  -webkit-animation-delay: 335.5s;
          animation-delay: 335.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3356) {
  -webkit-animation-delay: 335.6s;
          animation-delay: 335.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3357) {
  -webkit-animation-delay: 335.7s;
          animation-delay: 335.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3358) {
  -webkit-animation-delay: 335.8s;
          animation-delay: 335.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3359) {
  -webkit-animation-delay: 335.9s;
          animation-delay: 335.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3360) {
  -webkit-animation-delay: 336s;
          animation-delay: 336s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3361) {
  -webkit-animation-delay: 336.1s;
          animation-delay: 336.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3362) {
  -webkit-animation-delay: 336.2s;
          animation-delay: 336.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3363) {
  -webkit-animation-delay: 336.3s;
          animation-delay: 336.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3364) {
  -webkit-animation-delay: 336.4s;
          animation-delay: 336.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3365) {
  -webkit-animation-delay: 336.5s;
          animation-delay: 336.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3366) {
  -webkit-animation-delay: 336.6s;
          animation-delay: 336.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3367) {
  -webkit-animation-delay: 336.7s;
          animation-delay: 336.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3368) {
  -webkit-animation-delay: 336.8s;
          animation-delay: 336.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3369) {
  -webkit-animation-delay: 336.9s;
          animation-delay: 336.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3370) {
  -webkit-animation-delay: 337s;
          animation-delay: 337s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3371) {
  -webkit-animation-delay: 337.1s;
          animation-delay: 337.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3372) {
  -webkit-animation-delay: 337.2s;
          animation-delay: 337.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3373) {
  -webkit-animation-delay: 337.3s;
          animation-delay: 337.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3374) {
  -webkit-animation-delay: 337.4s;
          animation-delay: 337.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3375) {
  -webkit-animation-delay: 337.5s;
          animation-delay: 337.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3376) {
  -webkit-animation-delay: 337.6s;
          animation-delay: 337.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3377) {
  -webkit-animation-delay: 337.7s;
          animation-delay: 337.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3378) {
  -webkit-animation-delay: 337.8s;
          animation-delay: 337.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3379) {
  -webkit-animation-delay: 337.9s;
          animation-delay: 337.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3380) {
  -webkit-animation-delay: 338s;
          animation-delay: 338s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3381) {
  -webkit-animation-delay: 338.1s;
          animation-delay: 338.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3382) {
  -webkit-animation-delay: 338.2s;
          animation-delay: 338.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3383) {
  -webkit-animation-delay: 338.3s;
          animation-delay: 338.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3384) {
  -webkit-animation-delay: 338.4s;
          animation-delay: 338.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3385) {
  -webkit-animation-delay: 338.5s;
          animation-delay: 338.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3386) {
  -webkit-animation-delay: 338.6s;
          animation-delay: 338.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3387) {
  -webkit-animation-delay: 338.7s;
          animation-delay: 338.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3388) {
  -webkit-animation-delay: 338.8s;
          animation-delay: 338.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3389) {
  -webkit-animation-delay: 338.9s;
          animation-delay: 338.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3390) {
  -webkit-animation-delay: 339s;
          animation-delay: 339s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3391) {
  -webkit-animation-delay: 339.1s;
          animation-delay: 339.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3392) {
  -webkit-animation-delay: 339.2s;
          animation-delay: 339.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3393) {
  -webkit-animation-delay: 339.3s;
          animation-delay: 339.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3394) {
  -webkit-animation-delay: 339.4s;
          animation-delay: 339.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3395) {
  -webkit-animation-delay: 339.5s;
          animation-delay: 339.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3396) {
  -webkit-animation-delay: 339.6s;
          animation-delay: 339.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3397) {
  -webkit-animation-delay: 339.7s;
          animation-delay: 339.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3398) {
  -webkit-animation-delay: 339.8s;
          animation-delay: 339.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3399) {
  -webkit-animation-delay: 339.9s;
          animation-delay: 339.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3400) {
  -webkit-animation-delay: 340s;
          animation-delay: 340s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3401) {
  -webkit-animation-delay: 340.1s;
          animation-delay: 340.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3402) {
  -webkit-animation-delay: 340.2s;
          animation-delay: 340.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3403) {
  -webkit-animation-delay: 340.3s;
          animation-delay: 340.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3404) {
  -webkit-animation-delay: 340.4s;
          animation-delay: 340.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3405) {
  -webkit-animation-delay: 340.5s;
          animation-delay: 340.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3406) {
  -webkit-animation-delay: 340.6s;
          animation-delay: 340.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3407) {
  -webkit-animation-delay: 340.7s;
          animation-delay: 340.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3408) {
  -webkit-animation-delay: 340.8s;
          animation-delay: 340.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3409) {
  -webkit-animation-delay: 340.9s;
          animation-delay: 340.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3410) {
  -webkit-animation-delay: 341s;
          animation-delay: 341s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3411) {
  -webkit-animation-delay: 341.1s;
          animation-delay: 341.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3412) {
  -webkit-animation-delay: 341.2s;
          animation-delay: 341.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3413) {
  -webkit-animation-delay: 341.3s;
          animation-delay: 341.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3414) {
  -webkit-animation-delay: 341.4s;
          animation-delay: 341.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3415) {
  -webkit-animation-delay: 341.5s;
          animation-delay: 341.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3416) {
  -webkit-animation-delay: 341.6s;
          animation-delay: 341.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3417) {
  -webkit-animation-delay: 341.7s;
          animation-delay: 341.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3418) {
  -webkit-animation-delay: 341.8s;
          animation-delay: 341.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3419) {
  -webkit-animation-delay: 341.9s;
          animation-delay: 341.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3420) {
  -webkit-animation-delay: 342s;
          animation-delay: 342s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3421) {
  -webkit-animation-delay: 342.1s;
          animation-delay: 342.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3422) {
  -webkit-animation-delay: 342.2s;
          animation-delay: 342.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3423) {
  -webkit-animation-delay: 342.3s;
          animation-delay: 342.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3424) {
  -webkit-animation-delay: 342.4s;
          animation-delay: 342.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3425) {
  -webkit-animation-delay: 342.5s;
          animation-delay: 342.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3426) {
  -webkit-animation-delay: 342.6s;
          animation-delay: 342.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3427) {
  -webkit-animation-delay: 342.7s;
          animation-delay: 342.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3428) {
  -webkit-animation-delay: 342.8s;
          animation-delay: 342.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3429) {
  -webkit-animation-delay: 342.9s;
          animation-delay: 342.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3430) {
  -webkit-animation-delay: 343s;
          animation-delay: 343s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3431) {
  -webkit-animation-delay: 343.1s;
          animation-delay: 343.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3432) {
  -webkit-animation-delay: 343.2s;
          animation-delay: 343.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3433) {
  -webkit-animation-delay: 343.3s;
          animation-delay: 343.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3434) {
  -webkit-animation-delay: 343.4s;
          animation-delay: 343.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3435) {
  -webkit-animation-delay: 343.5s;
          animation-delay: 343.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3436) {
  -webkit-animation-delay: 343.6s;
          animation-delay: 343.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3437) {
  -webkit-animation-delay: 343.7s;
          animation-delay: 343.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3438) {
  -webkit-animation-delay: 343.8s;
          animation-delay: 343.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3439) {
  -webkit-animation-delay: 343.9s;
          animation-delay: 343.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3440) {
  -webkit-animation-delay: 344s;
          animation-delay: 344s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3441) {
  -webkit-animation-delay: 344.1s;
          animation-delay: 344.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3442) {
  -webkit-animation-delay: 344.2s;
          animation-delay: 344.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3443) {
  -webkit-animation-delay: 344.3s;
          animation-delay: 344.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3444) {
  -webkit-animation-delay: 344.4s;
          animation-delay: 344.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3445) {
  -webkit-animation-delay: 344.5s;
          animation-delay: 344.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3446) {
  -webkit-animation-delay: 344.6s;
          animation-delay: 344.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3447) {
  -webkit-animation-delay: 344.7s;
          animation-delay: 344.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3448) {
  -webkit-animation-delay: 344.8s;
          animation-delay: 344.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3449) {
  -webkit-animation-delay: 344.9s;
          animation-delay: 344.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3450) {
  -webkit-animation-delay: 345s;
          animation-delay: 345s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3451) {
  -webkit-animation-delay: 345.1s;
          animation-delay: 345.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3452) {
  -webkit-animation-delay: 345.2s;
          animation-delay: 345.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3453) {
  -webkit-animation-delay: 345.3s;
          animation-delay: 345.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3454) {
  -webkit-animation-delay: 345.4s;
          animation-delay: 345.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3455) {
  -webkit-animation-delay: 345.5s;
          animation-delay: 345.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3456) {
  -webkit-animation-delay: 345.6s;
          animation-delay: 345.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3457) {
  -webkit-animation-delay: 345.7s;
          animation-delay: 345.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3458) {
  -webkit-animation-delay: 345.8s;
          animation-delay: 345.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3459) {
  -webkit-animation-delay: 345.9s;
          animation-delay: 345.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3460) {
  -webkit-animation-delay: 346s;
          animation-delay: 346s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3461) {
  -webkit-animation-delay: 346.1s;
          animation-delay: 346.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3462) {
  -webkit-animation-delay: 346.2s;
          animation-delay: 346.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3463) {
  -webkit-animation-delay: 346.3s;
          animation-delay: 346.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3464) {
  -webkit-animation-delay: 346.4s;
          animation-delay: 346.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3465) {
  -webkit-animation-delay: 346.5s;
          animation-delay: 346.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3466) {
  -webkit-animation-delay: 346.6s;
          animation-delay: 346.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3467) {
  -webkit-animation-delay: 346.7s;
          animation-delay: 346.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3468) {
  -webkit-animation-delay: 346.8s;
          animation-delay: 346.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3469) {
  -webkit-animation-delay: 346.9s;
          animation-delay: 346.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3470) {
  -webkit-animation-delay: 347s;
          animation-delay: 347s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3471) {
  -webkit-animation-delay: 347.1s;
          animation-delay: 347.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3472) {
  -webkit-animation-delay: 347.2s;
          animation-delay: 347.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3473) {
  -webkit-animation-delay: 347.3s;
          animation-delay: 347.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3474) {
  -webkit-animation-delay: 347.4s;
          animation-delay: 347.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3475) {
  -webkit-animation-delay: 347.5s;
          animation-delay: 347.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3476) {
  -webkit-animation-delay: 347.6s;
          animation-delay: 347.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3477) {
  -webkit-animation-delay: 347.7s;
          animation-delay: 347.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3478) {
  -webkit-animation-delay: 347.8s;
          animation-delay: 347.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3479) {
  -webkit-animation-delay: 347.9s;
          animation-delay: 347.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3480) {
  -webkit-animation-delay: 348s;
          animation-delay: 348s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3481) {
  -webkit-animation-delay: 348.1s;
          animation-delay: 348.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3482) {
  -webkit-animation-delay: 348.2s;
          animation-delay: 348.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3483) {
  -webkit-animation-delay: 348.3s;
          animation-delay: 348.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3484) {
  -webkit-animation-delay: 348.4s;
          animation-delay: 348.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3485) {
  -webkit-animation-delay: 348.5s;
          animation-delay: 348.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3486) {
  -webkit-animation-delay: 348.6s;
          animation-delay: 348.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3487) {
  -webkit-animation-delay: 348.7s;
          animation-delay: 348.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3488) {
  -webkit-animation-delay: 348.8s;
          animation-delay: 348.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3489) {
  -webkit-animation-delay: 348.9s;
          animation-delay: 348.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3490) {
  -webkit-animation-delay: 349s;
          animation-delay: 349s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3491) {
  -webkit-animation-delay: 349.1s;
          animation-delay: 349.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3492) {
  -webkit-animation-delay: 349.2s;
          animation-delay: 349.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3493) {
  -webkit-animation-delay: 349.3s;
          animation-delay: 349.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3494) {
  -webkit-animation-delay: 349.4s;
          animation-delay: 349.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3495) {
  -webkit-animation-delay: 349.5s;
          animation-delay: 349.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3496) {
  -webkit-animation-delay: 349.6s;
          animation-delay: 349.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3497) {
  -webkit-animation-delay: 349.7s;
          animation-delay: 349.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3498) {
  -webkit-animation-delay: 349.8s;
          animation-delay: 349.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3499) {
  -webkit-animation-delay: 349.9s;
          animation-delay: 349.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3500) {
  -webkit-animation-delay: 350s;
          animation-delay: 350s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3501) {
  -webkit-animation-delay: 350.1s;
          animation-delay: 350.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3502) {
  -webkit-animation-delay: 350.2s;
          animation-delay: 350.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3503) {
  -webkit-animation-delay: 350.3s;
          animation-delay: 350.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3504) {
  -webkit-animation-delay: 350.4s;
          animation-delay: 350.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3505) {
  -webkit-animation-delay: 350.5s;
          animation-delay: 350.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3506) {
  -webkit-animation-delay: 350.6s;
          animation-delay: 350.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3507) {
  -webkit-animation-delay: 350.7s;
          animation-delay: 350.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3508) {
  -webkit-animation-delay: 350.8s;
          animation-delay: 350.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3509) {
  -webkit-animation-delay: 350.9s;
          animation-delay: 350.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3510) {
  -webkit-animation-delay: 351s;
          animation-delay: 351s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3511) {
  -webkit-animation-delay: 351.1s;
          animation-delay: 351.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3512) {
  -webkit-animation-delay: 351.2s;
          animation-delay: 351.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3513) {
  -webkit-animation-delay: 351.3s;
          animation-delay: 351.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3514) {
  -webkit-animation-delay: 351.4s;
          animation-delay: 351.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3515) {
  -webkit-animation-delay: 351.5s;
          animation-delay: 351.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3516) {
  -webkit-animation-delay: 351.6s;
          animation-delay: 351.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3517) {
  -webkit-animation-delay: 351.7s;
          animation-delay: 351.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3518) {
  -webkit-animation-delay: 351.8s;
          animation-delay: 351.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3519) {
  -webkit-animation-delay: 351.9s;
          animation-delay: 351.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3520) {
  -webkit-animation-delay: 352s;
          animation-delay: 352s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3521) {
  -webkit-animation-delay: 352.1s;
          animation-delay: 352.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3522) {
  -webkit-animation-delay: 352.2s;
          animation-delay: 352.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3523) {
  -webkit-animation-delay: 352.3s;
          animation-delay: 352.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3524) {
  -webkit-animation-delay: 352.4s;
          animation-delay: 352.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3525) {
  -webkit-animation-delay: 352.5s;
          animation-delay: 352.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3526) {
  -webkit-animation-delay: 352.6s;
          animation-delay: 352.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3527) {
  -webkit-animation-delay: 352.7s;
          animation-delay: 352.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3528) {
  -webkit-animation-delay: 352.8s;
          animation-delay: 352.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3529) {
  -webkit-animation-delay: 352.9s;
          animation-delay: 352.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3530) {
  -webkit-animation-delay: 353s;
          animation-delay: 353s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3531) {
  -webkit-animation-delay: 353.1s;
          animation-delay: 353.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3532) {
  -webkit-animation-delay: 353.2s;
          animation-delay: 353.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3533) {
  -webkit-animation-delay: 353.3s;
          animation-delay: 353.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3534) {
  -webkit-animation-delay: 353.4s;
          animation-delay: 353.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3535) {
  -webkit-animation-delay: 353.5s;
          animation-delay: 353.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3536) {
  -webkit-animation-delay: 353.6s;
          animation-delay: 353.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3537) {
  -webkit-animation-delay: 353.7s;
          animation-delay: 353.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3538) {
  -webkit-animation-delay: 353.8s;
          animation-delay: 353.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3539) {
  -webkit-animation-delay: 353.9s;
          animation-delay: 353.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3540) {
  -webkit-animation-delay: 354s;
          animation-delay: 354s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3541) {
  -webkit-animation-delay: 354.1s;
          animation-delay: 354.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3542) {
  -webkit-animation-delay: 354.2s;
          animation-delay: 354.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3543) {
  -webkit-animation-delay: 354.3s;
          animation-delay: 354.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3544) {
  -webkit-animation-delay: 354.4s;
          animation-delay: 354.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3545) {
  -webkit-animation-delay: 354.5s;
          animation-delay: 354.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3546) {
  -webkit-animation-delay: 354.6s;
          animation-delay: 354.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3547) {
  -webkit-animation-delay: 354.7s;
          animation-delay: 354.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3548) {
  -webkit-animation-delay: 354.8s;
          animation-delay: 354.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3549) {
  -webkit-animation-delay: 354.9s;
          animation-delay: 354.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3550) {
  -webkit-animation-delay: 355s;
          animation-delay: 355s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3551) {
  -webkit-animation-delay: 355.1s;
          animation-delay: 355.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3552) {
  -webkit-animation-delay: 355.2s;
          animation-delay: 355.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3553) {
  -webkit-animation-delay: 355.3s;
          animation-delay: 355.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3554) {
  -webkit-animation-delay: 355.4s;
          animation-delay: 355.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3555) {
  -webkit-animation-delay: 355.5s;
          animation-delay: 355.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3556) {
  -webkit-animation-delay: 355.6s;
          animation-delay: 355.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3557) {
  -webkit-animation-delay: 355.7s;
          animation-delay: 355.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3558) {
  -webkit-animation-delay: 355.8s;
          animation-delay: 355.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3559) {
  -webkit-animation-delay: 355.9s;
          animation-delay: 355.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3560) {
  -webkit-animation-delay: 356s;
          animation-delay: 356s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3561) {
  -webkit-animation-delay: 356.1s;
          animation-delay: 356.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3562) {
  -webkit-animation-delay: 356.2s;
          animation-delay: 356.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3563) {
  -webkit-animation-delay: 356.3s;
          animation-delay: 356.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3564) {
  -webkit-animation-delay: 356.4s;
          animation-delay: 356.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3565) {
  -webkit-animation-delay: 356.5s;
          animation-delay: 356.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3566) {
  -webkit-animation-delay: 356.6s;
          animation-delay: 356.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3567) {
  -webkit-animation-delay: 356.7s;
          animation-delay: 356.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3568) {
  -webkit-animation-delay: 356.8s;
          animation-delay: 356.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3569) {
  -webkit-animation-delay: 356.9s;
          animation-delay: 356.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3570) {
  -webkit-animation-delay: 357s;
          animation-delay: 357s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3571) {
  -webkit-animation-delay: 357.1s;
          animation-delay: 357.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3572) {
  -webkit-animation-delay: 357.2s;
          animation-delay: 357.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3573) {
  -webkit-animation-delay: 357.3s;
          animation-delay: 357.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3574) {
  -webkit-animation-delay: 357.4s;
          animation-delay: 357.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3575) {
  -webkit-animation-delay: 357.5s;
          animation-delay: 357.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3576) {
  -webkit-animation-delay: 357.6s;
          animation-delay: 357.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3577) {
  -webkit-animation-delay: 357.7s;
          animation-delay: 357.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3578) {
  -webkit-animation-delay: 357.8s;
          animation-delay: 357.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3579) {
  -webkit-animation-delay: 357.9s;
          animation-delay: 357.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3580) {
  -webkit-animation-delay: 358s;
          animation-delay: 358s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3581) {
  -webkit-animation-delay: 358.1s;
          animation-delay: 358.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3582) {
  -webkit-animation-delay: 358.2s;
          animation-delay: 358.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3583) {
  -webkit-animation-delay: 358.3s;
          animation-delay: 358.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3584) {
  -webkit-animation-delay: 358.4s;
          animation-delay: 358.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3585) {
  -webkit-animation-delay: 358.5s;
          animation-delay: 358.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3586) {
  -webkit-animation-delay: 358.6s;
          animation-delay: 358.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3587) {
  -webkit-animation-delay: 358.7s;
          animation-delay: 358.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3588) {
  -webkit-animation-delay: 358.8s;
          animation-delay: 358.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3589) {
  -webkit-animation-delay: 358.9s;
          animation-delay: 358.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3590) {
  -webkit-animation-delay: 359s;
          animation-delay: 359s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3591) {
  -webkit-animation-delay: 359.1s;
          animation-delay: 359.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3592) {
  -webkit-animation-delay: 359.2s;
          animation-delay: 359.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3593) {
  -webkit-animation-delay: 359.3s;
          animation-delay: 359.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3594) {
  -webkit-animation-delay: 359.4s;
          animation-delay: 359.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3595) {
  -webkit-animation-delay: 359.5s;
          animation-delay: 359.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3596) {
  -webkit-animation-delay: 359.6s;
          animation-delay: 359.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3597) {
  -webkit-animation-delay: 359.7s;
          animation-delay: 359.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3598) {
  -webkit-animation-delay: 359.8s;
          animation-delay: 359.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3599) {
  -webkit-animation-delay: 359.9s;
          animation-delay: 359.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3600) {
  -webkit-animation-delay: 360s;
          animation-delay: 360s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3601) {
  -webkit-animation-delay: 360.1s;
          animation-delay: 360.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3602) {
  -webkit-animation-delay: 360.2s;
          animation-delay: 360.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3603) {
  -webkit-animation-delay: 360.3s;
          animation-delay: 360.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3604) {
  -webkit-animation-delay: 360.4s;
          animation-delay: 360.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3605) {
  -webkit-animation-delay: 360.5s;
          animation-delay: 360.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3606) {
  -webkit-animation-delay: 360.6s;
          animation-delay: 360.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3607) {
  -webkit-animation-delay: 360.7s;
          animation-delay: 360.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3608) {
  -webkit-animation-delay: 360.8s;
          animation-delay: 360.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3609) {
  -webkit-animation-delay: 360.9s;
          animation-delay: 360.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3610) {
  -webkit-animation-delay: 361s;
          animation-delay: 361s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3611) {
  -webkit-animation-delay: 361.1s;
          animation-delay: 361.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3612) {
  -webkit-animation-delay: 361.2s;
          animation-delay: 361.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3613) {
  -webkit-animation-delay: 361.3s;
          animation-delay: 361.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3614) {
  -webkit-animation-delay: 361.4s;
          animation-delay: 361.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3615) {
  -webkit-animation-delay: 361.5s;
          animation-delay: 361.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3616) {
  -webkit-animation-delay: 361.6s;
          animation-delay: 361.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3617) {
  -webkit-animation-delay: 361.7s;
          animation-delay: 361.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3618) {
  -webkit-animation-delay: 361.8s;
          animation-delay: 361.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3619) {
  -webkit-animation-delay: 361.9s;
          animation-delay: 361.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3620) {
  -webkit-animation-delay: 362s;
          animation-delay: 362s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3621) {
  -webkit-animation-delay: 362.1s;
          animation-delay: 362.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3622) {
  -webkit-animation-delay: 362.2s;
          animation-delay: 362.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3623) {
  -webkit-animation-delay: 362.3s;
          animation-delay: 362.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3624) {
  -webkit-animation-delay: 362.4s;
          animation-delay: 362.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3625) {
  -webkit-animation-delay: 362.5s;
          animation-delay: 362.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3626) {
  -webkit-animation-delay: 362.6s;
          animation-delay: 362.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3627) {
  -webkit-animation-delay: 362.7s;
          animation-delay: 362.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3628) {
  -webkit-animation-delay: 362.8s;
          animation-delay: 362.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3629) {
  -webkit-animation-delay: 362.9s;
          animation-delay: 362.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3630) {
  -webkit-animation-delay: 363s;
          animation-delay: 363s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3631) {
  -webkit-animation-delay: 363.1s;
          animation-delay: 363.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3632) {
  -webkit-animation-delay: 363.2s;
          animation-delay: 363.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3633) {
  -webkit-animation-delay: 363.3s;
          animation-delay: 363.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3634) {
  -webkit-animation-delay: 363.4s;
          animation-delay: 363.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3635) {
  -webkit-animation-delay: 363.5s;
          animation-delay: 363.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3636) {
  -webkit-animation-delay: 363.6s;
          animation-delay: 363.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3637) {
  -webkit-animation-delay: 363.7s;
          animation-delay: 363.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3638) {
  -webkit-animation-delay: 363.8s;
          animation-delay: 363.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3639) {
  -webkit-animation-delay: 363.9s;
          animation-delay: 363.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3640) {
  -webkit-animation-delay: 364s;
          animation-delay: 364s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3641) {
  -webkit-animation-delay: 364.1s;
          animation-delay: 364.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3642) {
  -webkit-animation-delay: 364.2s;
          animation-delay: 364.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3643) {
  -webkit-animation-delay: 364.3s;
          animation-delay: 364.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3644) {
  -webkit-animation-delay: 364.4s;
          animation-delay: 364.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3645) {
  -webkit-animation-delay: 364.5s;
          animation-delay: 364.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3646) {
  -webkit-animation-delay: 364.6s;
          animation-delay: 364.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3647) {
  -webkit-animation-delay: 364.7s;
          animation-delay: 364.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3648) {
  -webkit-animation-delay: 364.8s;
          animation-delay: 364.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3649) {
  -webkit-animation-delay: 364.9s;
          animation-delay: 364.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3650) {
  -webkit-animation-delay: 365s;
          animation-delay: 365s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3651) {
  -webkit-animation-delay: 365.1s;
          animation-delay: 365.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3652) {
  -webkit-animation-delay: 365.2s;
          animation-delay: 365.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3653) {
  -webkit-animation-delay: 365.3s;
          animation-delay: 365.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3654) {
  -webkit-animation-delay: 365.4s;
          animation-delay: 365.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3655) {
  -webkit-animation-delay: 365.5s;
          animation-delay: 365.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3656) {
  -webkit-animation-delay: 365.6s;
          animation-delay: 365.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3657) {
  -webkit-animation-delay: 365.7s;
          animation-delay: 365.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3658) {
  -webkit-animation-delay: 365.8s;
          animation-delay: 365.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3659) {
  -webkit-animation-delay: 365.9s;
          animation-delay: 365.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3660) {
  -webkit-animation-delay: 366s;
          animation-delay: 366s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3661) {
  -webkit-animation-delay: 366.1s;
          animation-delay: 366.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3662) {
  -webkit-animation-delay: 366.2s;
          animation-delay: 366.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3663) {
  -webkit-animation-delay: 366.3s;
          animation-delay: 366.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3664) {
  -webkit-animation-delay: 366.4s;
          animation-delay: 366.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3665) {
  -webkit-animation-delay: 366.5s;
          animation-delay: 366.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3666) {
  -webkit-animation-delay: 366.6s;
          animation-delay: 366.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3667) {
  -webkit-animation-delay: 366.7s;
          animation-delay: 366.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3668) {
  -webkit-animation-delay: 366.8s;
          animation-delay: 366.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3669) {
  -webkit-animation-delay: 366.9s;
          animation-delay: 366.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3670) {
  -webkit-animation-delay: 367s;
          animation-delay: 367s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3671) {
  -webkit-animation-delay: 367.1s;
          animation-delay: 367.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3672) {
  -webkit-animation-delay: 367.2s;
          animation-delay: 367.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3673) {
  -webkit-animation-delay: 367.3s;
          animation-delay: 367.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3674) {
  -webkit-animation-delay: 367.4s;
          animation-delay: 367.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3675) {
  -webkit-animation-delay: 367.5s;
          animation-delay: 367.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3676) {
  -webkit-animation-delay: 367.6s;
          animation-delay: 367.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3677) {
  -webkit-animation-delay: 367.7s;
          animation-delay: 367.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3678) {
  -webkit-animation-delay: 367.8s;
          animation-delay: 367.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3679) {
  -webkit-animation-delay: 367.9s;
          animation-delay: 367.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3680) {
  -webkit-animation-delay: 368s;
          animation-delay: 368s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3681) {
  -webkit-animation-delay: 368.1s;
          animation-delay: 368.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3682) {
  -webkit-animation-delay: 368.2s;
          animation-delay: 368.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3683) {
  -webkit-animation-delay: 368.3s;
          animation-delay: 368.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3684) {
  -webkit-animation-delay: 368.4s;
          animation-delay: 368.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3685) {
  -webkit-animation-delay: 368.5s;
          animation-delay: 368.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3686) {
  -webkit-animation-delay: 368.6s;
          animation-delay: 368.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3687) {
  -webkit-animation-delay: 368.7s;
          animation-delay: 368.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3688) {
  -webkit-animation-delay: 368.8s;
          animation-delay: 368.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3689) {
  -webkit-animation-delay: 368.9s;
          animation-delay: 368.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3690) {
  -webkit-animation-delay: 369s;
          animation-delay: 369s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3691) {
  -webkit-animation-delay: 369.1s;
          animation-delay: 369.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3692) {
  -webkit-animation-delay: 369.2s;
          animation-delay: 369.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3693) {
  -webkit-animation-delay: 369.3s;
          animation-delay: 369.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3694) {
  -webkit-animation-delay: 369.4s;
          animation-delay: 369.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3695) {
  -webkit-animation-delay: 369.5s;
          animation-delay: 369.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3696) {
  -webkit-animation-delay: 369.6s;
          animation-delay: 369.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3697) {
  -webkit-animation-delay: 369.7s;
          animation-delay: 369.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3698) {
  -webkit-animation-delay: 369.8s;
          animation-delay: 369.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3699) {
  -webkit-animation-delay: 369.9s;
          animation-delay: 369.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3700) {
  -webkit-animation-delay: 370s;
          animation-delay: 370s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3701) {
  -webkit-animation-delay: 370.1s;
          animation-delay: 370.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3702) {
  -webkit-animation-delay: 370.2s;
          animation-delay: 370.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3703) {
  -webkit-animation-delay: 370.3s;
          animation-delay: 370.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3704) {
  -webkit-animation-delay: 370.4s;
          animation-delay: 370.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3705) {
  -webkit-animation-delay: 370.5s;
          animation-delay: 370.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3706) {
  -webkit-animation-delay: 370.6s;
          animation-delay: 370.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3707) {
  -webkit-animation-delay: 370.7s;
          animation-delay: 370.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3708) {
  -webkit-animation-delay: 370.8s;
          animation-delay: 370.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3709) {
  -webkit-animation-delay: 370.9s;
          animation-delay: 370.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3710) {
  -webkit-animation-delay: 371s;
          animation-delay: 371s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3711) {
  -webkit-animation-delay: 371.1s;
          animation-delay: 371.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3712) {
  -webkit-animation-delay: 371.2s;
          animation-delay: 371.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3713) {
  -webkit-animation-delay: 371.3s;
          animation-delay: 371.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3714) {
  -webkit-animation-delay: 371.4s;
          animation-delay: 371.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3715) {
  -webkit-animation-delay: 371.5s;
          animation-delay: 371.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3716) {
  -webkit-animation-delay: 371.6s;
          animation-delay: 371.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3717) {
  -webkit-animation-delay: 371.7s;
          animation-delay: 371.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3718) {
  -webkit-animation-delay: 371.8s;
          animation-delay: 371.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3719) {
  -webkit-animation-delay: 371.9s;
          animation-delay: 371.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3720) {
  -webkit-animation-delay: 372s;
          animation-delay: 372s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3721) {
  -webkit-animation-delay: 372.1s;
          animation-delay: 372.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3722) {
  -webkit-animation-delay: 372.2s;
          animation-delay: 372.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3723) {
  -webkit-animation-delay: 372.3s;
          animation-delay: 372.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3724) {
  -webkit-animation-delay: 372.4s;
          animation-delay: 372.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3725) {
  -webkit-animation-delay: 372.5s;
          animation-delay: 372.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3726) {
  -webkit-animation-delay: 372.6s;
          animation-delay: 372.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3727) {
  -webkit-animation-delay: 372.7s;
          animation-delay: 372.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3728) {
  -webkit-animation-delay: 372.8s;
          animation-delay: 372.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3729) {
  -webkit-animation-delay: 372.9s;
          animation-delay: 372.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3730) {
  -webkit-animation-delay: 373s;
          animation-delay: 373s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3731) {
  -webkit-animation-delay: 373.1s;
          animation-delay: 373.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3732) {
  -webkit-animation-delay: 373.2s;
          animation-delay: 373.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3733) {
  -webkit-animation-delay: 373.3s;
          animation-delay: 373.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3734) {
  -webkit-animation-delay: 373.4s;
          animation-delay: 373.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3735) {
  -webkit-animation-delay: 373.5s;
          animation-delay: 373.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3736) {
  -webkit-animation-delay: 373.6s;
          animation-delay: 373.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3737) {
  -webkit-animation-delay: 373.7s;
          animation-delay: 373.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3738) {
  -webkit-animation-delay: 373.8s;
          animation-delay: 373.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3739) {
  -webkit-animation-delay: 373.9s;
          animation-delay: 373.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3740) {
  -webkit-animation-delay: 374s;
          animation-delay: 374s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3741) {
  -webkit-animation-delay: 374.1s;
          animation-delay: 374.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3742) {
  -webkit-animation-delay: 374.2s;
          animation-delay: 374.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3743) {
  -webkit-animation-delay: 374.3s;
          animation-delay: 374.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3744) {
  -webkit-animation-delay: 374.4s;
          animation-delay: 374.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3745) {
  -webkit-animation-delay: 374.5s;
          animation-delay: 374.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3746) {
  -webkit-animation-delay: 374.6s;
          animation-delay: 374.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3747) {
  -webkit-animation-delay: 374.7s;
          animation-delay: 374.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3748) {
  -webkit-animation-delay: 374.8s;
          animation-delay: 374.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3749) {
  -webkit-animation-delay: 374.9s;
          animation-delay: 374.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3750) {
  -webkit-animation-delay: 375s;
          animation-delay: 375s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3751) {
  -webkit-animation-delay: 375.1s;
          animation-delay: 375.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3752) {
  -webkit-animation-delay: 375.2s;
          animation-delay: 375.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3753) {
  -webkit-animation-delay: 375.3s;
          animation-delay: 375.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3754) {
  -webkit-animation-delay: 375.4s;
          animation-delay: 375.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3755) {
  -webkit-animation-delay: 375.5s;
          animation-delay: 375.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3756) {
  -webkit-animation-delay: 375.6s;
          animation-delay: 375.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3757) {
  -webkit-animation-delay: 375.7s;
          animation-delay: 375.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3758) {
  -webkit-animation-delay: 375.8s;
          animation-delay: 375.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3759) {
  -webkit-animation-delay: 375.9s;
          animation-delay: 375.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3760) {
  -webkit-animation-delay: 376s;
          animation-delay: 376s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3761) {
  -webkit-animation-delay: 376.1s;
          animation-delay: 376.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3762) {
  -webkit-animation-delay: 376.2s;
          animation-delay: 376.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3763) {
  -webkit-animation-delay: 376.3s;
          animation-delay: 376.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3764) {
  -webkit-animation-delay: 376.4s;
          animation-delay: 376.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3765) {
  -webkit-animation-delay: 376.5s;
          animation-delay: 376.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3766) {
  -webkit-animation-delay: 376.6s;
          animation-delay: 376.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3767) {
  -webkit-animation-delay: 376.7s;
          animation-delay: 376.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3768) {
  -webkit-animation-delay: 376.8s;
          animation-delay: 376.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3769) {
  -webkit-animation-delay: 376.9s;
          animation-delay: 376.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3770) {
  -webkit-animation-delay: 377s;
          animation-delay: 377s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3771) {
  -webkit-animation-delay: 377.1s;
          animation-delay: 377.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3772) {
  -webkit-animation-delay: 377.2s;
          animation-delay: 377.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3773) {
  -webkit-animation-delay: 377.3s;
          animation-delay: 377.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3774) {
  -webkit-animation-delay: 377.4s;
          animation-delay: 377.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3775) {
  -webkit-animation-delay: 377.5s;
          animation-delay: 377.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3776) {
  -webkit-animation-delay: 377.6s;
          animation-delay: 377.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3777) {
  -webkit-animation-delay: 377.7s;
          animation-delay: 377.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3778) {
  -webkit-animation-delay: 377.8s;
          animation-delay: 377.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3779) {
  -webkit-animation-delay: 377.9s;
          animation-delay: 377.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3780) {
  -webkit-animation-delay: 378s;
          animation-delay: 378s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3781) {
  -webkit-animation-delay: 378.1s;
          animation-delay: 378.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3782) {
  -webkit-animation-delay: 378.2s;
          animation-delay: 378.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3783) {
  -webkit-animation-delay: 378.3s;
          animation-delay: 378.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3784) {
  -webkit-animation-delay: 378.4s;
          animation-delay: 378.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3785) {
  -webkit-animation-delay: 378.5s;
          animation-delay: 378.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3786) {
  -webkit-animation-delay: 378.6s;
          animation-delay: 378.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3787) {
  -webkit-animation-delay: 378.7s;
          animation-delay: 378.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3788) {
  -webkit-animation-delay: 378.8s;
          animation-delay: 378.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3789) {
  -webkit-animation-delay: 378.9s;
          animation-delay: 378.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3790) {
  -webkit-animation-delay: 379s;
          animation-delay: 379s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3791) {
  -webkit-animation-delay: 379.1s;
          animation-delay: 379.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3792) {
  -webkit-animation-delay: 379.2s;
          animation-delay: 379.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3793) {
  -webkit-animation-delay: 379.3s;
          animation-delay: 379.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3794) {
  -webkit-animation-delay: 379.4s;
          animation-delay: 379.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3795) {
  -webkit-animation-delay: 379.5s;
          animation-delay: 379.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3796) {
  -webkit-animation-delay: 379.6s;
          animation-delay: 379.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3797) {
  -webkit-animation-delay: 379.7s;
          animation-delay: 379.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3798) {
  -webkit-animation-delay: 379.8s;
          animation-delay: 379.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3799) {
  -webkit-animation-delay: 379.9s;
          animation-delay: 379.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3800) {
  -webkit-animation-delay: 380s;
          animation-delay: 380s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3801) {
  -webkit-animation-delay: 380.1s;
          animation-delay: 380.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3802) {
  -webkit-animation-delay: 380.2s;
          animation-delay: 380.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3803) {
  -webkit-animation-delay: 380.3s;
          animation-delay: 380.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3804) {
  -webkit-animation-delay: 380.4s;
          animation-delay: 380.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3805) {
  -webkit-animation-delay: 380.5s;
          animation-delay: 380.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3806) {
  -webkit-animation-delay: 380.6s;
          animation-delay: 380.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3807) {
  -webkit-animation-delay: 380.7s;
          animation-delay: 380.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3808) {
  -webkit-animation-delay: 380.8s;
          animation-delay: 380.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3809) {
  -webkit-animation-delay: 380.9s;
          animation-delay: 380.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3810) {
  -webkit-animation-delay: 381s;
          animation-delay: 381s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3811) {
  -webkit-animation-delay: 381.1s;
          animation-delay: 381.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3812) {
  -webkit-animation-delay: 381.2s;
          animation-delay: 381.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3813) {
  -webkit-animation-delay: 381.3s;
          animation-delay: 381.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3814) {
  -webkit-animation-delay: 381.4s;
          animation-delay: 381.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3815) {
  -webkit-animation-delay: 381.5s;
          animation-delay: 381.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3816) {
  -webkit-animation-delay: 381.6s;
          animation-delay: 381.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3817) {
  -webkit-animation-delay: 381.7s;
          animation-delay: 381.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3818) {
  -webkit-animation-delay: 381.8s;
          animation-delay: 381.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3819) {
  -webkit-animation-delay: 381.9s;
          animation-delay: 381.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3820) {
  -webkit-animation-delay: 382s;
          animation-delay: 382s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3821) {
  -webkit-animation-delay: 382.1s;
          animation-delay: 382.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3822) {
  -webkit-animation-delay: 382.2s;
          animation-delay: 382.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3823) {
  -webkit-animation-delay: 382.3s;
          animation-delay: 382.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3824) {
  -webkit-animation-delay: 382.4s;
          animation-delay: 382.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3825) {
  -webkit-animation-delay: 382.5s;
          animation-delay: 382.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3826) {
  -webkit-animation-delay: 382.6s;
          animation-delay: 382.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3827) {
  -webkit-animation-delay: 382.7s;
          animation-delay: 382.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3828) {
  -webkit-animation-delay: 382.8s;
          animation-delay: 382.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3829) {
  -webkit-animation-delay: 382.9s;
          animation-delay: 382.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3830) {
  -webkit-animation-delay: 383s;
          animation-delay: 383s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3831) {
  -webkit-animation-delay: 383.1s;
          animation-delay: 383.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3832) {
  -webkit-animation-delay: 383.2s;
          animation-delay: 383.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3833) {
  -webkit-animation-delay: 383.3s;
          animation-delay: 383.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3834) {
  -webkit-animation-delay: 383.4s;
          animation-delay: 383.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3835) {
  -webkit-animation-delay: 383.5s;
          animation-delay: 383.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3836) {
  -webkit-animation-delay: 383.6s;
          animation-delay: 383.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3837) {
  -webkit-animation-delay: 383.7s;
          animation-delay: 383.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3838) {
  -webkit-animation-delay: 383.8s;
          animation-delay: 383.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3839) {
  -webkit-animation-delay: 383.9s;
          animation-delay: 383.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3840) {
  -webkit-animation-delay: 384s;
          animation-delay: 384s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3841) {
  -webkit-animation-delay: 384.1s;
          animation-delay: 384.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3842) {
  -webkit-animation-delay: 384.2s;
          animation-delay: 384.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3843) {
  -webkit-animation-delay: 384.3s;
          animation-delay: 384.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3844) {
  -webkit-animation-delay: 384.4s;
          animation-delay: 384.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3845) {
  -webkit-animation-delay: 384.5s;
          animation-delay: 384.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3846) {
  -webkit-animation-delay: 384.6s;
          animation-delay: 384.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3847) {
  -webkit-animation-delay: 384.7s;
          animation-delay: 384.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3848) {
  -webkit-animation-delay: 384.8s;
          animation-delay: 384.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3849) {
  -webkit-animation-delay: 384.9s;
          animation-delay: 384.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3850) {
  -webkit-animation-delay: 385s;
          animation-delay: 385s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3851) {
  -webkit-animation-delay: 385.1s;
          animation-delay: 385.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3852) {
  -webkit-animation-delay: 385.2s;
          animation-delay: 385.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3853) {
  -webkit-animation-delay: 385.3s;
          animation-delay: 385.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3854) {
  -webkit-animation-delay: 385.4s;
          animation-delay: 385.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3855) {
  -webkit-animation-delay: 385.5s;
          animation-delay: 385.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3856) {
  -webkit-animation-delay: 385.6s;
          animation-delay: 385.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3857) {
  -webkit-animation-delay: 385.7s;
          animation-delay: 385.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3858) {
  -webkit-animation-delay: 385.8s;
          animation-delay: 385.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3859) {
  -webkit-animation-delay: 385.9s;
          animation-delay: 385.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3860) {
  -webkit-animation-delay: 386s;
          animation-delay: 386s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3861) {
  -webkit-animation-delay: 386.1s;
          animation-delay: 386.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3862) {
  -webkit-animation-delay: 386.2s;
          animation-delay: 386.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3863) {
  -webkit-animation-delay: 386.3s;
          animation-delay: 386.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3864) {
  -webkit-animation-delay: 386.4s;
          animation-delay: 386.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3865) {
  -webkit-animation-delay: 386.5s;
          animation-delay: 386.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3866) {
  -webkit-animation-delay: 386.6s;
          animation-delay: 386.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3867) {
  -webkit-animation-delay: 386.7s;
          animation-delay: 386.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3868) {
  -webkit-animation-delay: 386.8s;
          animation-delay: 386.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3869) {
  -webkit-animation-delay: 386.9s;
          animation-delay: 386.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3870) {
  -webkit-animation-delay: 387s;
          animation-delay: 387s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3871) {
  -webkit-animation-delay: 387.1s;
          animation-delay: 387.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3872) {
  -webkit-animation-delay: 387.2s;
          animation-delay: 387.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3873) {
  -webkit-animation-delay: 387.3s;
          animation-delay: 387.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3874) {
  -webkit-animation-delay: 387.4s;
          animation-delay: 387.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3875) {
  -webkit-animation-delay: 387.5s;
          animation-delay: 387.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3876) {
  -webkit-animation-delay: 387.6s;
          animation-delay: 387.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3877) {
  -webkit-animation-delay: 387.7s;
          animation-delay: 387.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3878) {
  -webkit-animation-delay: 387.8s;
          animation-delay: 387.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3879) {
  -webkit-animation-delay: 387.9s;
          animation-delay: 387.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3880) {
  -webkit-animation-delay: 388s;
          animation-delay: 388s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3881) {
  -webkit-animation-delay: 388.1s;
          animation-delay: 388.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3882) {
  -webkit-animation-delay: 388.2s;
          animation-delay: 388.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3883) {
  -webkit-animation-delay: 388.3s;
          animation-delay: 388.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3884) {
  -webkit-animation-delay: 388.4s;
          animation-delay: 388.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3885) {
  -webkit-animation-delay: 388.5s;
          animation-delay: 388.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3886) {
  -webkit-animation-delay: 388.6s;
          animation-delay: 388.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3887) {
  -webkit-animation-delay: 388.7s;
          animation-delay: 388.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3888) {
  -webkit-animation-delay: 388.8s;
          animation-delay: 388.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3889) {
  -webkit-animation-delay: 388.9s;
          animation-delay: 388.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3890) {
  -webkit-animation-delay: 389s;
          animation-delay: 389s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3891) {
  -webkit-animation-delay: 389.1s;
          animation-delay: 389.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3892) {
  -webkit-animation-delay: 389.2s;
          animation-delay: 389.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3893) {
  -webkit-animation-delay: 389.3s;
          animation-delay: 389.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3894) {
  -webkit-animation-delay: 389.4s;
          animation-delay: 389.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3895) {
  -webkit-animation-delay: 389.5s;
          animation-delay: 389.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3896) {
  -webkit-animation-delay: 389.6s;
          animation-delay: 389.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3897) {
  -webkit-animation-delay: 389.7s;
          animation-delay: 389.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3898) {
  -webkit-animation-delay: 389.8s;
          animation-delay: 389.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3899) {
  -webkit-animation-delay: 389.9s;
          animation-delay: 389.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3900) {
  -webkit-animation-delay: 390s;
          animation-delay: 390s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3901) {
  -webkit-animation-delay: 390.1s;
          animation-delay: 390.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3902) {
  -webkit-animation-delay: 390.2s;
          animation-delay: 390.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3903) {
  -webkit-animation-delay: 390.3s;
          animation-delay: 390.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3904) {
  -webkit-animation-delay: 390.4s;
          animation-delay: 390.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3905) {
  -webkit-animation-delay: 390.5s;
          animation-delay: 390.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3906) {
  -webkit-animation-delay: 390.6s;
          animation-delay: 390.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3907) {
  -webkit-animation-delay: 390.7s;
          animation-delay: 390.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3908) {
  -webkit-animation-delay: 390.8s;
          animation-delay: 390.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3909) {
  -webkit-animation-delay: 390.9s;
          animation-delay: 390.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3910) {
  -webkit-animation-delay: 391s;
          animation-delay: 391s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3911) {
  -webkit-animation-delay: 391.1s;
          animation-delay: 391.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3912) {
  -webkit-animation-delay: 391.2s;
          animation-delay: 391.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3913) {
  -webkit-animation-delay: 391.3s;
          animation-delay: 391.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3914) {
  -webkit-animation-delay: 391.4s;
          animation-delay: 391.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3915) {
  -webkit-animation-delay: 391.5s;
          animation-delay: 391.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3916) {
  -webkit-animation-delay: 391.6s;
          animation-delay: 391.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3917) {
  -webkit-animation-delay: 391.7s;
          animation-delay: 391.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3918) {
  -webkit-animation-delay: 391.8s;
          animation-delay: 391.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3919) {
  -webkit-animation-delay: 391.9s;
          animation-delay: 391.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3920) {
  -webkit-animation-delay: 392s;
          animation-delay: 392s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3921) {
  -webkit-animation-delay: 392.1s;
          animation-delay: 392.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3922) {
  -webkit-animation-delay: 392.2s;
          animation-delay: 392.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3923) {
  -webkit-animation-delay: 392.3s;
          animation-delay: 392.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3924) {
  -webkit-animation-delay: 392.4s;
          animation-delay: 392.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3925) {
  -webkit-animation-delay: 392.5s;
          animation-delay: 392.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3926) {
  -webkit-animation-delay: 392.6s;
          animation-delay: 392.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3927) {
  -webkit-animation-delay: 392.7s;
          animation-delay: 392.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3928) {
  -webkit-animation-delay: 392.8s;
          animation-delay: 392.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3929) {
  -webkit-animation-delay: 392.9s;
          animation-delay: 392.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3930) {
  -webkit-animation-delay: 393s;
          animation-delay: 393s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3931) {
  -webkit-animation-delay: 393.1s;
          animation-delay: 393.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3932) {
  -webkit-animation-delay: 393.2s;
          animation-delay: 393.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3933) {
  -webkit-animation-delay: 393.3s;
          animation-delay: 393.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3934) {
  -webkit-animation-delay: 393.4s;
          animation-delay: 393.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3935) {
  -webkit-animation-delay: 393.5s;
          animation-delay: 393.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3936) {
  -webkit-animation-delay: 393.6s;
          animation-delay: 393.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3937) {
  -webkit-animation-delay: 393.7s;
          animation-delay: 393.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3938) {
  -webkit-animation-delay: 393.8s;
          animation-delay: 393.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3939) {
  -webkit-animation-delay: 393.9s;
          animation-delay: 393.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3940) {
  -webkit-animation-delay: 394s;
          animation-delay: 394s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3941) {
  -webkit-animation-delay: 394.1s;
          animation-delay: 394.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3942) {
  -webkit-animation-delay: 394.2s;
          animation-delay: 394.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3943) {
  -webkit-animation-delay: 394.3s;
          animation-delay: 394.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3944) {
  -webkit-animation-delay: 394.4s;
          animation-delay: 394.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3945) {
  -webkit-animation-delay: 394.5s;
          animation-delay: 394.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3946) {
  -webkit-animation-delay: 394.6s;
          animation-delay: 394.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3947) {
  -webkit-animation-delay: 394.7s;
          animation-delay: 394.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3948) {
  -webkit-animation-delay: 394.8s;
          animation-delay: 394.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3949) {
  -webkit-animation-delay: 394.9s;
          animation-delay: 394.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3950) {
  -webkit-animation-delay: 395s;
          animation-delay: 395s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3951) {
  -webkit-animation-delay: 395.1s;
          animation-delay: 395.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3952) {
  -webkit-animation-delay: 395.2s;
          animation-delay: 395.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3953) {
  -webkit-animation-delay: 395.3s;
          animation-delay: 395.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3954) {
  -webkit-animation-delay: 395.4s;
          animation-delay: 395.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3955) {
  -webkit-animation-delay: 395.5s;
          animation-delay: 395.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3956) {
  -webkit-animation-delay: 395.6s;
          animation-delay: 395.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3957) {
  -webkit-animation-delay: 395.7s;
          animation-delay: 395.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3958) {
  -webkit-animation-delay: 395.8s;
          animation-delay: 395.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3959) {
  -webkit-animation-delay: 395.9s;
          animation-delay: 395.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3960) {
  -webkit-animation-delay: 396s;
          animation-delay: 396s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3961) {
  -webkit-animation-delay: 396.1s;
          animation-delay: 396.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3962) {
  -webkit-animation-delay: 396.2s;
          animation-delay: 396.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3963) {
  -webkit-animation-delay: 396.3s;
          animation-delay: 396.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3964) {
  -webkit-animation-delay: 396.4s;
          animation-delay: 396.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3965) {
  -webkit-animation-delay: 396.5s;
          animation-delay: 396.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3966) {
  -webkit-animation-delay: 396.6s;
          animation-delay: 396.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3967) {
  -webkit-animation-delay: 396.7s;
          animation-delay: 396.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3968) {
  -webkit-animation-delay: 396.8s;
          animation-delay: 396.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3969) {
  -webkit-animation-delay: 396.9s;
          animation-delay: 396.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3970) {
  -webkit-animation-delay: 397s;
          animation-delay: 397s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3971) {
  -webkit-animation-delay: 397.1s;
          animation-delay: 397.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3972) {
  -webkit-animation-delay: 397.2s;
          animation-delay: 397.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3973) {
  -webkit-animation-delay: 397.3s;
          animation-delay: 397.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3974) {
  -webkit-animation-delay: 397.4s;
          animation-delay: 397.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3975) {
  -webkit-animation-delay: 397.5s;
          animation-delay: 397.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3976) {
  -webkit-animation-delay: 397.6s;
          animation-delay: 397.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3977) {
  -webkit-animation-delay: 397.7s;
          animation-delay: 397.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3978) {
  -webkit-animation-delay: 397.8s;
          animation-delay: 397.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3979) {
  -webkit-animation-delay: 397.9s;
          animation-delay: 397.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3980) {
  -webkit-animation-delay: 398s;
          animation-delay: 398s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3981) {
  -webkit-animation-delay: 398.1s;
          animation-delay: 398.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3982) {
  -webkit-animation-delay: 398.2s;
          animation-delay: 398.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3983) {
  -webkit-animation-delay: 398.3s;
          animation-delay: 398.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3984) {
  -webkit-animation-delay: 398.4s;
          animation-delay: 398.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3985) {
  -webkit-animation-delay: 398.5s;
          animation-delay: 398.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3986) {
  -webkit-animation-delay: 398.6s;
          animation-delay: 398.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3987) {
  -webkit-animation-delay: 398.7s;
          animation-delay: 398.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3988) {
  -webkit-animation-delay: 398.8s;
          animation-delay: 398.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3989) {
  -webkit-animation-delay: 398.9s;
          animation-delay: 398.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3990) {
  -webkit-animation-delay: 399s;
          animation-delay: 399s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3991) {
  -webkit-animation-delay: 399.1s;
          animation-delay: 399.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3992) {
  -webkit-animation-delay: 399.2s;
          animation-delay: 399.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3993) {
  -webkit-animation-delay: 399.3s;
          animation-delay: 399.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3994) {
  -webkit-animation-delay: 399.4s;
          animation-delay: 399.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3995) {
  -webkit-animation-delay: 399.5s;
          animation-delay: 399.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3996) {
  -webkit-animation-delay: 399.6s;
          animation-delay: 399.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3997) {
  -webkit-animation-delay: 399.7s;
          animation-delay: 399.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3998) {
  -webkit-animation-delay: 399.8s;
          animation-delay: 399.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(3999) {
  -webkit-animation-delay: 399.9s;
          animation-delay: 399.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4000) {
  -webkit-animation-delay: 400s;
          animation-delay: 400s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4001) {
  -webkit-animation-delay: 400.1s;
          animation-delay: 400.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4002) {
  -webkit-animation-delay: 400.2s;
          animation-delay: 400.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4003) {
  -webkit-animation-delay: 400.3s;
          animation-delay: 400.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4004) {
  -webkit-animation-delay: 400.4s;
          animation-delay: 400.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4005) {
  -webkit-animation-delay: 400.5s;
          animation-delay: 400.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4006) {
  -webkit-animation-delay: 400.6s;
          animation-delay: 400.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4007) {
  -webkit-animation-delay: 400.7s;
          animation-delay: 400.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4008) {
  -webkit-animation-delay: 400.8s;
          animation-delay: 400.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4009) {
  -webkit-animation-delay: 400.9s;
          animation-delay: 400.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4010) {
  -webkit-animation-delay: 401s;
          animation-delay: 401s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4011) {
  -webkit-animation-delay: 401.1s;
          animation-delay: 401.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4012) {
  -webkit-animation-delay: 401.2s;
          animation-delay: 401.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4013) {
  -webkit-animation-delay: 401.3s;
          animation-delay: 401.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4014) {
  -webkit-animation-delay: 401.4s;
          animation-delay: 401.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4015) {
  -webkit-animation-delay: 401.5s;
          animation-delay: 401.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4016) {
  -webkit-animation-delay: 401.6s;
          animation-delay: 401.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4017) {
  -webkit-animation-delay: 401.7s;
          animation-delay: 401.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4018) {
  -webkit-animation-delay: 401.8s;
          animation-delay: 401.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4019) {
  -webkit-animation-delay: 401.9s;
          animation-delay: 401.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4020) {
  -webkit-animation-delay: 402s;
          animation-delay: 402s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4021) {
  -webkit-animation-delay: 402.1s;
          animation-delay: 402.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4022) {
  -webkit-animation-delay: 402.2s;
          animation-delay: 402.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4023) {
  -webkit-animation-delay: 402.3s;
          animation-delay: 402.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4024) {
  -webkit-animation-delay: 402.4s;
          animation-delay: 402.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4025) {
  -webkit-animation-delay: 402.5s;
          animation-delay: 402.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4026) {
  -webkit-animation-delay: 402.6s;
          animation-delay: 402.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4027) {
  -webkit-animation-delay: 402.7s;
          animation-delay: 402.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4028) {
  -webkit-animation-delay: 402.8s;
          animation-delay: 402.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4029) {
  -webkit-animation-delay: 402.9s;
          animation-delay: 402.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4030) {
  -webkit-animation-delay: 403s;
          animation-delay: 403s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4031) {
  -webkit-animation-delay: 403.1s;
          animation-delay: 403.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4032) {
  -webkit-animation-delay: 403.2s;
          animation-delay: 403.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4033) {
  -webkit-animation-delay: 403.3s;
          animation-delay: 403.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4034) {
  -webkit-animation-delay: 403.4s;
          animation-delay: 403.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4035) {
  -webkit-animation-delay: 403.5s;
          animation-delay: 403.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4036) {
  -webkit-animation-delay: 403.6s;
          animation-delay: 403.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4037) {
  -webkit-animation-delay: 403.7s;
          animation-delay: 403.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4038) {
  -webkit-animation-delay: 403.8s;
          animation-delay: 403.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4039) {
  -webkit-animation-delay: 403.9s;
          animation-delay: 403.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4040) {
  -webkit-animation-delay: 404s;
          animation-delay: 404s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4041) {
  -webkit-animation-delay: 404.1s;
          animation-delay: 404.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4042) {
  -webkit-animation-delay: 404.2s;
          animation-delay: 404.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4043) {
  -webkit-animation-delay: 404.3s;
          animation-delay: 404.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4044) {
  -webkit-animation-delay: 404.4s;
          animation-delay: 404.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4045) {
  -webkit-animation-delay: 404.5s;
          animation-delay: 404.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4046) {
  -webkit-animation-delay: 404.6s;
          animation-delay: 404.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4047) {
  -webkit-animation-delay: 404.7s;
          animation-delay: 404.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4048) {
  -webkit-animation-delay: 404.8s;
          animation-delay: 404.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4049) {
  -webkit-animation-delay: 404.9s;
          animation-delay: 404.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4050) {
  -webkit-animation-delay: 405s;
          animation-delay: 405s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4051) {
  -webkit-animation-delay: 405.1s;
          animation-delay: 405.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4052) {
  -webkit-animation-delay: 405.2s;
          animation-delay: 405.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4053) {
  -webkit-animation-delay: 405.3s;
          animation-delay: 405.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4054) {
  -webkit-animation-delay: 405.4s;
          animation-delay: 405.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4055) {
  -webkit-animation-delay: 405.5s;
          animation-delay: 405.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4056) {
  -webkit-animation-delay: 405.6s;
          animation-delay: 405.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4057) {
  -webkit-animation-delay: 405.7s;
          animation-delay: 405.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4058) {
  -webkit-animation-delay: 405.8s;
          animation-delay: 405.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4059) {
  -webkit-animation-delay: 405.9s;
          animation-delay: 405.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4060) {
  -webkit-animation-delay: 406s;
          animation-delay: 406s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4061) {
  -webkit-animation-delay: 406.1s;
          animation-delay: 406.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4062) {
  -webkit-animation-delay: 406.2s;
          animation-delay: 406.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4063) {
  -webkit-animation-delay: 406.3s;
          animation-delay: 406.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4064) {
  -webkit-animation-delay: 406.4s;
          animation-delay: 406.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4065) {
  -webkit-animation-delay: 406.5s;
          animation-delay: 406.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4066) {
  -webkit-animation-delay: 406.6s;
          animation-delay: 406.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4067) {
  -webkit-animation-delay: 406.7s;
          animation-delay: 406.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4068) {
  -webkit-animation-delay: 406.8s;
          animation-delay: 406.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4069) {
  -webkit-animation-delay: 406.9s;
          animation-delay: 406.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4070) {
  -webkit-animation-delay: 407s;
          animation-delay: 407s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4071) {
  -webkit-animation-delay: 407.1s;
          animation-delay: 407.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4072) {
  -webkit-animation-delay: 407.2s;
          animation-delay: 407.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4073) {
  -webkit-animation-delay: 407.3s;
          animation-delay: 407.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4074) {
  -webkit-animation-delay: 407.4s;
          animation-delay: 407.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4075) {
  -webkit-animation-delay: 407.5s;
          animation-delay: 407.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4076) {
  -webkit-animation-delay: 407.6s;
          animation-delay: 407.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4077) {
  -webkit-animation-delay: 407.7s;
          animation-delay: 407.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4078) {
  -webkit-animation-delay: 407.8s;
          animation-delay: 407.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4079) {
  -webkit-animation-delay: 407.9s;
          animation-delay: 407.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4080) {
  -webkit-animation-delay: 408s;
          animation-delay: 408s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4081) {
  -webkit-animation-delay: 408.1s;
          animation-delay: 408.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4082) {
  -webkit-animation-delay: 408.2s;
          animation-delay: 408.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4083) {
  -webkit-animation-delay: 408.3s;
          animation-delay: 408.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4084) {
  -webkit-animation-delay: 408.4s;
          animation-delay: 408.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4085) {
  -webkit-animation-delay: 408.5s;
          animation-delay: 408.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4086) {
  -webkit-animation-delay: 408.6s;
          animation-delay: 408.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4087) {
  -webkit-animation-delay: 408.7s;
          animation-delay: 408.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4088) {
  -webkit-animation-delay: 408.8s;
          animation-delay: 408.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4089) {
  -webkit-animation-delay: 408.9s;
          animation-delay: 408.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4090) {
  -webkit-animation-delay: 409s;
          animation-delay: 409s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4091) {
  -webkit-animation-delay: 409.1s;
          animation-delay: 409.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4092) {
  -webkit-animation-delay: 409.2s;
          animation-delay: 409.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4093) {
  -webkit-animation-delay: 409.3s;
          animation-delay: 409.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4094) {
  -webkit-animation-delay: 409.4s;
          animation-delay: 409.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4095) {
  -webkit-animation-delay: 409.5s;
          animation-delay: 409.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4096) {
  -webkit-animation-delay: 409.6s;
          animation-delay: 409.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4097) {
  -webkit-animation-delay: 409.7s;
          animation-delay: 409.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4098) {
  -webkit-animation-delay: 409.8s;
          animation-delay: 409.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4099) {
  -webkit-animation-delay: 409.9s;
          animation-delay: 409.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4100) {
  -webkit-animation-delay: 410s;
          animation-delay: 410s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4101) {
  -webkit-animation-delay: 410.1s;
          animation-delay: 410.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4102) {
  -webkit-animation-delay: 410.2s;
          animation-delay: 410.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4103) {
  -webkit-animation-delay: 410.3s;
          animation-delay: 410.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4104) {
  -webkit-animation-delay: 410.4s;
          animation-delay: 410.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4105) {
  -webkit-animation-delay: 410.5s;
          animation-delay: 410.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4106) {
  -webkit-animation-delay: 410.6s;
          animation-delay: 410.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4107) {
  -webkit-animation-delay: 410.7s;
          animation-delay: 410.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4108) {
  -webkit-animation-delay: 410.8s;
          animation-delay: 410.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4109) {
  -webkit-animation-delay: 410.9s;
          animation-delay: 410.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4110) {
  -webkit-animation-delay: 411s;
          animation-delay: 411s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4111) {
  -webkit-animation-delay: 411.1s;
          animation-delay: 411.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4112) {
  -webkit-animation-delay: 411.2s;
          animation-delay: 411.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4113) {
  -webkit-animation-delay: 411.3s;
          animation-delay: 411.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4114) {
  -webkit-animation-delay: 411.4s;
          animation-delay: 411.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4115) {
  -webkit-animation-delay: 411.5s;
          animation-delay: 411.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4116) {
  -webkit-animation-delay: 411.6s;
          animation-delay: 411.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4117) {
  -webkit-animation-delay: 411.7s;
          animation-delay: 411.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4118) {
  -webkit-animation-delay: 411.8s;
          animation-delay: 411.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4119) {
  -webkit-animation-delay: 411.9s;
          animation-delay: 411.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4120) {
  -webkit-animation-delay: 412s;
          animation-delay: 412s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4121) {
  -webkit-animation-delay: 412.1s;
          animation-delay: 412.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4122) {
  -webkit-animation-delay: 412.2s;
          animation-delay: 412.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4123) {
  -webkit-animation-delay: 412.3s;
          animation-delay: 412.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4124) {
  -webkit-animation-delay: 412.4s;
          animation-delay: 412.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4125) {
  -webkit-animation-delay: 412.5s;
          animation-delay: 412.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4126) {
  -webkit-animation-delay: 412.6s;
          animation-delay: 412.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4127) {
  -webkit-animation-delay: 412.7s;
          animation-delay: 412.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4128) {
  -webkit-animation-delay: 412.8s;
          animation-delay: 412.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4129) {
  -webkit-animation-delay: 412.9s;
          animation-delay: 412.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4130) {
  -webkit-animation-delay: 413s;
          animation-delay: 413s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4131) {
  -webkit-animation-delay: 413.1s;
          animation-delay: 413.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4132) {
  -webkit-animation-delay: 413.2s;
          animation-delay: 413.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4133) {
  -webkit-animation-delay: 413.3s;
          animation-delay: 413.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4134) {
  -webkit-animation-delay: 413.4s;
          animation-delay: 413.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4135) {
  -webkit-animation-delay: 413.5s;
          animation-delay: 413.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4136) {
  -webkit-animation-delay: 413.6s;
          animation-delay: 413.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4137) {
  -webkit-animation-delay: 413.7s;
          animation-delay: 413.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4138) {
  -webkit-animation-delay: 413.8s;
          animation-delay: 413.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4139) {
  -webkit-animation-delay: 413.9s;
          animation-delay: 413.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4140) {
  -webkit-animation-delay: 414s;
          animation-delay: 414s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4141) {
  -webkit-animation-delay: 414.1s;
          animation-delay: 414.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4142) {
  -webkit-animation-delay: 414.2s;
          animation-delay: 414.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4143) {
  -webkit-animation-delay: 414.3s;
          animation-delay: 414.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4144) {
  -webkit-animation-delay: 414.4s;
          animation-delay: 414.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4145) {
  -webkit-animation-delay: 414.5s;
          animation-delay: 414.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4146) {
  -webkit-animation-delay: 414.6s;
          animation-delay: 414.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4147) {
  -webkit-animation-delay: 414.7s;
          animation-delay: 414.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4148) {
  -webkit-animation-delay: 414.8s;
          animation-delay: 414.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4149) {
  -webkit-animation-delay: 414.9s;
          animation-delay: 414.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4150) {
  -webkit-animation-delay: 415s;
          animation-delay: 415s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4151) {
  -webkit-animation-delay: 415.1s;
          animation-delay: 415.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4152) {
  -webkit-animation-delay: 415.2s;
          animation-delay: 415.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4153) {
  -webkit-animation-delay: 415.3s;
          animation-delay: 415.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4154) {
  -webkit-animation-delay: 415.4s;
          animation-delay: 415.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4155) {
  -webkit-animation-delay: 415.5s;
          animation-delay: 415.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4156) {
  -webkit-animation-delay: 415.6s;
          animation-delay: 415.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4157) {
  -webkit-animation-delay: 415.7s;
          animation-delay: 415.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4158) {
  -webkit-animation-delay: 415.8s;
          animation-delay: 415.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4159) {
  -webkit-animation-delay: 415.9s;
          animation-delay: 415.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4160) {
  -webkit-animation-delay: 416s;
          animation-delay: 416s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4161) {
  -webkit-animation-delay: 416.1s;
          animation-delay: 416.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4162) {
  -webkit-animation-delay: 416.2s;
          animation-delay: 416.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4163) {
  -webkit-animation-delay: 416.3s;
          animation-delay: 416.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4164) {
  -webkit-animation-delay: 416.4s;
          animation-delay: 416.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4165) {
  -webkit-animation-delay: 416.5s;
          animation-delay: 416.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4166) {
  -webkit-animation-delay: 416.6s;
          animation-delay: 416.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4167) {
  -webkit-animation-delay: 416.7s;
          animation-delay: 416.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4168) {
  -webkit-animation-delay: 416.8s;
          animation-delay: 416.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4169) {
  -webkit-animation-delay: 416.9s;
          animation-delay: 416.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4170) {
  -webkit-animation-delay: 417s;
          animation-delay: 417s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4171) {
  -webkit-animation-delay: 417.1s;
          animation-delay: 417.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4172) {
  -webkit-animation-delay: 417.2s;
          animation-delay: 417.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4173) {
  -webkit-animation-delay: 417.3s;
          animation-delay: 417.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4174) {
  -webkit-animation-delay: 417.4s;
          animation-delay: 417.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4175) {
  -webkit-animation-delay: 417.5s;
          animation-delay: 417.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4176) {
  -webkit-animation-delay: 417.6s;
          animation-delay: 417.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4177) {
  -webkit-animation-delay: 417.7s;
          animation-delay: 417.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4178) {
  -webkit-animation-delay: 417.8s;
          animation-delay: 417.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4179) {
  -webkit-animation-delay: 417.9s;
          animation-delay: 417.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4180) {
  -webkit-animation-delay: 418s;
          animation-delay: 418s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4181) {
  -webkit-animation-delay: 418.1s;
          animation-delay: 418.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4182) {
  -webkit-animation-delay: 418.2s;
          animation-delay: 418.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4183) {
  -webkit-animation-delay: 418.3s;
          animation-delay: 418.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4184) {
  -webkit-animation-delay: 418.4s;
          animation-delay: 418.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4185) {
  -webkit-animation-delay: 418.5s;
          animation-delay: 418.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4186) {
  -webkit-animation-delay: 418.6s;
          animation-delay: 418.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4187) {
  -webkit-animation-delay: 418.7s;
          animation-delay: 418.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4188) {
  -webkit-animation-delay: 418.8s;
          animation-delay: 418.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4189) {
  -webkit-animation-delay: 418.9s;
          animation-delay: 418.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4190) {
  -webkit-animation-delay: 419s;
          animation-delay: 419s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4191) {
  -webkit-animation-delay: 419.1s;
          animation-delay: 419.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4192) {
  -webkit-animation-delay: 419.2s;
          animation-delay: 419.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4193) {
  -webkit-animation-delay: 419.3s;
          animation-delay: 419.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4194) {
  -webkit-animation-delay: 419.4s;
          animation-delay: 419.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4195) {
  -webkit-animation-delay: 419.5s;
          animation-delay: 419.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4196) {
  -webkit-animation-delay: 419.6s;
          animation-delay: 419.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4197) {
  -webkit-animation-delay: 419.7s;
          animation-delay: 419.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4198) {
  -webkit-animation-delay: 419.8s;
          animation-delay: 419.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4199) {
  -webkit-animation-delay: 419.9s;
          animation-delay: 419.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4200) {
  -webkit-animation-delay: 420s;
          animation-delay: 420s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4201) {
  -webkit-animation-delay: 420.1s;
          animation-delay: 420.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4202) {
  -webkit-animation-delay: 420.2s;
          animation-delay: 420.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4203) {
  -webkit-animation-delay: 420.3s;
          animation-delay: 420.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4204) {
  -webkit-animation-delay: 420.4s;
          animation-delay: 420.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4205) {
  -webkit-animation-delay: 420.5s;
          animation-delay: 420.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4206) {
  -webkit-animation-delay: 420.6s;
          animation-delay: 420.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4207) {
  -webkit-animation-delay: 420.7s;
          animation-delay: 420.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4208) {
  -webkit-animation-delay: 420.8s;
          animation-delay: 420.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4209) {
  -webkit-animation-delay: 420.9s;
          animation-delay: 420.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4210) {
  -webkit-animation-delay: 421s;
          animation-delay: 421s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4211) {
  -webkit-animation-delay: 421.1s;
          animation-delay: 421.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4212) {
  -webkit-animation-delay: 421.2s;
          animation-delay: 421.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4213) {
  -webkit-animation-delay: 421.3s;
          animation-delay: 421.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4214) {
  -webkit-animation-delay: 421.4s;
          animation-delay: 421.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4215) {
  -webkit-animation-delay: 421.5s;
          animation-delay: 421.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4216) {
  -webkit-animation-delay: 421.6s;
          animation-delay: 421.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4217) {
  -webkit-animation-delay: 421.7s;
          animation-delay: 421.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4218) {
  -webkit-animation-delay: 421.8s;
          animation-delay: 421.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4219) {
  -webkit-animation-delay: 421.9s;
          animation-delay: 421.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4220) {
  -webkit-animation-delay: 422s;
          animation-delay: 422s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4221) {
  -webkit-animation-delay: 422.1s;
          animation-delay: 422.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4222) {
  -webkit-animation-delay: 422.2s;
          animation-delay: 422.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4223) {
  -webkit-animation-delay: 422.3s;
          animation-delay: 422.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4224) {
  -webkit-animation-delay: 422.4s;
          animation-delay: 422.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4225) {
  -webkit-animation-delay: 422.5s;
          animation-delay: 422.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4226) {
  -webkit-animation-delay: 422.6s;
          animation-delay: 422.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4227) {
  -webkit-animation-delay: 422.7s;
          animation-delay: 422.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4228) {
  -webkit-animation-delay: 422.8s;
          animation-delay: 422.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4229) {
  -webkit-animation-delay: 422.9s;
          animation-delay: 422.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4230) {
  -webkit-animation-delay: 423s;
          animation-delay: 423s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4231) {
  -webkit-animation-delay: 423.1s;
          animation-delay: 423.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4232) {
  -webkit-animation-delay: 423.2s;
          animation-delay: 423.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4233) {
  -webkit-animation-delay: 423.3s;
          animation-delay: 423.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4234) {
  -webkit-animation-delay: 423.4s;
          animation-delay: 423.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4235) {
  -webkit-animation-delay: 423.5s;
          animation-delay: 423.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4236) {
  -webkit-animation-delay: 423.6s;
          animation-delay: 423.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4237) {
  -webkit-animation-delay: 423.7s;
          animation-delay: 423.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4238) {
  -webkit-animation-delay: 423.8s;
          animation-delay: 423.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4239) {
  -webkit-animation-delay: 423.9s;
          animation-delay: 423.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4240) {
  -webkit-animation-delay: 424s;
          animation-delay: 424s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4241) {
  -webkit-animation-delay: 424.1s;
          animation-delay: 424.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4242) {
  -webkit-animation-delay: 424.2s;
          animation-delay: 424.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4243) {
  -webkit-animation-delay: 424.3s;
          animation-delay: 424.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4244) {
  -webkit-animation-delay: 424.4s;
          animation-delay: 424.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4245) {
  -webkit-animation-delay: 424.5s;
          animation-delay: 424.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4246) {
  -webkit-animation-delay: 424.6s;
          animation-delay: 424.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4247) {
  -webkit-animation-delay: 424.7s;
          animation-delay: 424.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4248) {
  -webkit-animation-delay: 424.8s;
          animation-delay: 424.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4249) {
  -webkit-animation-delay: 424.9s;
          animation-delay: 424.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4250) {
  -webkit-animation-delay: 425s;
          animation-delay: 425s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4251) {
  -webkit-animation-delay: 425.1s;
          animation-delay: 425.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4252) {
  -webkit-animation-delay: 425.2s;
          animation-delay: 425.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4253) {
  -webkit-animation-delay: 425.3s;
          animation-delay: 425.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4254) {
  -webkit-animation-delay: 425.4s;
          animation-delay: 425.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4255) {
  -webkit-animation-delay: 425.5s;
          animation-delay: 425.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4256) {
  -webkit-animation-delay: 425.6s;
          animation-delay: 425.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4257) {
  -webkit-animation-delay: 425.7s;
          animation-delay: 425.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4258) {
  -webkit-animation-delay: 425.8s;
          animation-delay: 425.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4259) {
  -webkit-animation-delay: 425.9s;
          animation-delay: 425.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4260) {
  -webkit-animation-delay: 426s;
          animation-delay: 426s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4261) {
  -webkit-animation-delay: 426.1s;
          animation-delay: 426.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4262) {
  -webkit-animation-delay: 426.2s;
          animation-delay: 426.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4263) {
  -webkit-animation-delay: 426.3s;
          animation-delay: 426.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4264) {
  -webkit-animation-delay: 426.4s;
          animation-delay: 426.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4265) {
  -webkit-animation-delay: 426.5s;
          animation-delay: 426.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4266) {
  -webkit-animation-delay: 426.6s;
          animation-delay: 426.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4267) {
  -webkit-animation-delay: 426.7s;
          animation-delay: 426.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4268) {
  -webkit-animation-delay: 426.8s;
          animation-delay: 426.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4269) {
  -webkit-animation-delay: 426.9s;
          animation-delay: 426.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4270) {
  -webkit-animation-delay: 427s;
          animation-delay: 427s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4271) {
  -webkit-animation-delay: 427.1s;
          animation-delay: 427.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4272) {
  -webkit-animation-delay: 427.2s;
          animation-delay: 427.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4273) {
  -webkit-animation-delay: 427.3s;
          animation-delay: 427.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4274) {
  -webkit-animation-delay: 427.4s;
          animation-delay: 427.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4275) {
  -webkit-animation-delay: 427.5s;
          animation-delay: 427.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4276) {
  -webkit-animation-delay: 427.6s;
          animation-delay: 427.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4277) {
  -webkit-animation-delay: 427.7s;
          animation-delay: 427.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4278) {
  -webkit-animation-delay: 427.8s;
          animation-delay: 427.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4279) {
  -webkit-animation-delay: 427.9s;
          animation-delay: 427.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4280) {
  -webkit-animation-delay: 428s;
          animation-delay: 428s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4281) {
  -webkit-animation-delay: 428.1s;
          animation-delay: 428.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4282) {
  -webkit-animation-delay: 428.2s;
          animation-delay: 428.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4283) {
  -webkit-animation-delay: 428.3s;
          animation-delay: 428.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4284) {
  -webkit-animation-delay: 428.4s;
          animation-delay: 428.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4285) {
  -webkit-animation-delay: 428.5s;
          animation-delay: 428.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4286) {
  -webkit-animation-delay: 428.6s;
          animation-delay: 428.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4287) {
  -webkit-animation-delay: 428.7s;
          animation-delay: 428.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4288) {
  -webkit-animation-delay: 428.8s;
          animation-delay: 428.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4289) {
  -webkit-animation-delay: 428.9s;
          animation-delay: 428.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4290) {
  -webkit-animation-delay: 429s;
          animation-delay: 429s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4291) {
  -webkit-animation-delay: 429.1s;
          animation-delay: 429.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4292) {
  -webkit-animation-delay: 429.2s;
          animation-delay: 429.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4293) {
  -webkit-animation-delay: 429.3s;
          animation-delay: 429.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4294) {
  -webkit-animation-delay: 429.4s;
          animation-delay: 429.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4295) {
  -webkit-animation-delay: 429.5s;
          animation-delay: 429.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4296) {
  -webkit-animation-delay: 429.6s;
          animation-delay: 429.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4297) {
  -webkit-animation-delay: 429.7s;
          animation-delay: 429.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4298) {
  -webkit-animation-delay: 429.8s;
          animation-delay: 429.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4299) {
  -webkit-animation-delay: 429.9s;
          animation-delay: 429.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4300) {
  -webkit-animation-delay: 430s;
          animation-delay: 430s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4301) {
  -webkit-animation-delay: 430.1s;
          animation-delay: 430.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4302) {
  -webkit-animation-delay: 430.2s;
          animation-delay: 430.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4303) {
  -webkit-animation-delay: 430.3s;
          animation-delay: 430.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4304) {
  -webkit-animation-delay: 430.4s;
          animation-delay: 430.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4305) {
  -webkit-animation-delay: 430.5s;
          animation-delay: 430.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4306) {
  -webkit-animation-delay: 430.6s;
          animation-delay: 430.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4307) {
  -webkit-animation-delay: 430.7s;
          animation-delay: 430.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4308) {
  -webkit-animation-delay: 430.8s;
          animation-delay: 430.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4309) {
  -webkit-animation-delay: 430.9s;
          animation-delay: 430.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4310) {
  -webkit-animation-delay: 431s;
          animation-delay: 431s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4311) {
  -webkit-animation-delay: 431.1s;
          animation-delay: 431.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4312) {
  -webkit-animation-delay: 431.2s;
          animation-delay: 431.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4313) {
  -webkit-animation-delay: 431.3s;
          animation-delay: 431.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4314) {
  -webkit-animation-delay: 431.4s;
          animation-delay: 431.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4315) {
  -webkit-animation-delay: 431.5s;
          animation-delay: 431.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4316) {
  -webkit-animation-delay: 431.6s;
          animation-delay: 431.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4317) {
  -webkit-animation-delay: 431.7s;
          animation-delay: 431.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4318) {
  -webkit-animation-delay: 431.8s;
          animation-delay: 431.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4319) {
  -webkit-animation-delay: 431.9s;
          animation-delay: 431.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4320) {
  -webkit-animation-delay: 432s;
          animation-delay: 432s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4321) {
  -webkit-animation-delay: 432.1s;
          animation-delay: 432.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4322) {
  -webkit-animation-delay: 432.2s;
          animation-delay: 432.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4323) {
  -webkit-animation-delay: 432.3s;
          animation-delay: 432.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4324) {
  -webkit-animation-delay: 432.4s;
          animation-delay: 432.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4325) {
  -webkit-animation-delay: 432.5s;
          animation-delay: 432.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4326) {
  -webkit-animation-delay: 432.6s;
          animation-delay: 432.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4327) {
  -webkit-animation-delay: 432.7s;
          animation-delay: 432.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4328) {
  -webkit-animation-delay: 432.8s;
          animation-delay: 432.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4329) {
  -webkit-animation-delay: 432.9s;
          animation-delay: 432.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4330) {
  -webkit-animation-delay: 433s;
          animation-delay: 433s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4331) {
  -webkit-animation-delay: 433.1s;
          animation-delay: 433.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4332) {
  -webkit-animation-delay: 433.2s;
          animation-delay: 433.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4333) {
  -webkit-animation-delay: 433.3s;
          animation-delay: 433.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4334) {
  -webkit-animation-delay: 433.4s;
          animation-delay: 433.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4335) {
  -webkit-animation-delay: 433.5s;
          animation-delay: 433.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4336) {
  -webkit-animation-delay: 433.6s;
          animation-delay: 433.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4337) {
  -webkit-animation-delay: 433.7s;
          animation-delay: 433.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4338) {
  -webkit-animation-delay: 433.8s;
          animation-delay: 433.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4339) {
  -webkit-animation-delay: 433.9s;
          animation-delay: 433.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4340) {
  -webkit-animation-delay: 434s;
          animation-delay: 434s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4341) {
  -webkit-animation-delay: 434.1s;
          animation-delay: 434.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4342) {
  -webkit-animation-delay: 434.2s;
          animation-delay: 434.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4343) {
  -webkit-animation-delay: 434.3s;
          animation-delay: 434.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4344) {
  -webkit-animation-delay: 434.4s;
          animation-delay: 434.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4345) {
  -webkit-animation-delay: 434.5s;
          animation-delay: 434.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4346) {
  -webkit-animation-delay: 434.6s;
          animation-delay: 434.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4347) {
  -webkit-animation-delay: 434.7s;
          animation-delay: 434.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4348) {
  -webkit-animation-delay: 434.8s;
          animation-delay: 434.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4349) {
  -webkit-animation-delay: 434.9s;
          animation-delay: 434.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4350) {
  -webkit-animation-delay: 435s;
          animation-delay: 435s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4351) {
  -webkit-animation-delay: 435.1s;
          animation-delay: 435.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4352) {
  -webkit-animation-delay: 435.2s;
          animation-delay: 435.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4353) {
  -webkit-animation-delay: 435.3s;
          animation-delay: 435.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4354) {
  -webkit-animation-delay: 435.4s;
          animation-delay: 435.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4355) {
  -webkit-animation-delay: 435.5s;
          animation-delay: 435.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4356) {
  -webkit-animation-delay: 435.6s;
          animation-delay: 435.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4357) {
  -webkit-animation-delay: 435.7s;
          animation-delay: 435.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4358) {
  -webkit-animation-delay: 435.8s;
          animation-delay: 435.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4359) {
  -webkit-animation-delay: 435.9s;
          animation-delay: 435.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4360) {
  -webkit-animation-delay: 436s;
          animation-delay: 436s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4361) {
  -webkit-animation-delay: 436.1s;
          animation-delay: 436.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4362) {
  -webkit-animation-delay: 436.2s;
          animation-delay: 436.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4363) {
  -webkit-animation-delay: 436.3s;
          animation-delay: 436.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4364) {
  -webkit-animation-delay: 436.4s;
          animation-delay: 436.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4365) {
  -webkit-animation-delay: 436.5s;
          animation-delay: 436.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4366) {
  -webkit-animation-delay: 436.6s;
          animation-delay: 436.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4367) {
  -webkit-animation-delay: 436.7s;
          animation-delay: 436.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4368) {
  -webkit-animation-delay: 436.8s;
          animation-delay: 436.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4369) {
  -webkit-animation-delay: 436.9s;
          animation-delay: 436.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4370) {
  -webkit-animation-delay: 437s;
          animation-delay: 437s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4371) {
  -webkit-animation-delay: 437.1s;
          animation-delay: 437.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4372) {
  -webkit-animation-delay: 437.2s;
          animation-delay: 437.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4373) {
  -webkit-animation-delay: 437.3s;
          animation-delay: 437.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4374) {
  -webkit-animation-delay: 437.4s;
          animation-delay: 437.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4375) {
  -webkit-animation-delay: 437.5s;
          animation-delay: 437.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4376) {
  -webkit-animation-delay: 437.6s;
          animation-delay: 437.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4377) {
  -webkit-animation-delay: 437.7s;
          animation-delay: 437.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4378) {
  -webkit-animation-delay: 437.8s;
          animation-delay: 437.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4379) {
  -webkit-animation-delay: 437.9s;
          animation-delay: 437.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4380) {
  -webkit-animation-delay: 438s;
          animation-delay: 438s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4381) {
  -webkit-animation-delay: 438.1s;
          animation-delay: 438.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4382) {
  -webkit-animation-delay: 438.2s;
          animation-delay: 438.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4383) {
  -webkit-animation-delay: 438.3s;
          animation-delay: 438.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4384) {
  -webkit-animation-delay: 438.4s;
          animation-delay: 438.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4385) {
  -webkit-animation-delay: 438.5s;
          animation-delay: 438.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4386) {
  -webkit-animation-delay: 438.6s;
          animation-delay: 438.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4387) {
  -webkit-animation-delay: 438.7s;
          animation-delay: 438.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4388) {
  -webkit-animation-delay: 438.8s;
          animation-delay: 438.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4389) {
  -webkit-animation-delay: 438.9s;
          animation-delay: 438.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4390) {
  -webkit-animation-delay: 439s;
          animation-delay: 439s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4391) {
  -webkit-animation-delay: 439.1s;
          animation-delay: 439.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4392) {
  -webkit-animation-delay: 439.2s;
          animation-delay: 439.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4393) {
  -webkit-animation-delay: 439.3s;
          animation-delay: 439.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4394) {
  -webkit-animation-delay: 439.4s;
          animation-delay: 439.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4395) {
  -webkit-animation-delay: 439.5s;
          animation-delay: 439.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4396) {
  -webkit-animation-delay: 439.6s;
          animation-delay: 439.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4397) {
  -webkit-animation-delay: 439.7s;
          animation-delay: 439.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4398) {
  -webkit-animation-delay: 439.8s;
          animation-delay: 439.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4399) {
  -webkit-animation-delay: 439.9s;
          animation-delay: 439.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4400) {
  -webkit-animation-delay: 440s;
          animation-delay: 440s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4401) {
  -webkit-animation-delay: 440.1s;
          animation-delay: 440.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4402) {
  -webkit-animation-delay: 440.2s;
          animation-delay: 440.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4403) {
  -webkit-animation-delay: 440.3s;
          animation-delay: 440.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4404) {
  -webkit-animation-delay: 440.4s;
          animation-delay: 440.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4405) {
  -webkit-animation-delay: 440.5s;
          animation-delay: 440.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4406) {
  -webkit-animation-delay: 440.6s;
          animation-delay: 440.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4407) {
  -webkit-animation-delay: 440.7s;
          animation-delay: 440.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4408) {
  -webkit-animation-delay: 440.8s;
          animation-delay: 440.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4409) {
  -webkit-animation-delay: 440.9s;
          animation-delay: 440.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4410) {
  -webkit-animation-delay: 441s;
          animation-delay: 441s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4411) {
  -webkit-animation-delay: 441.1s;
          animation-delay: 441.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4412) {
  -webkit-animation-delay: 441.2s;
          animation-delay: 441.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4413) {
  -webkit-animation-delay: 441.3s;
          animation-delay: 441.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4414) {
  -webkit-animation-delay: 441.4s;
          animation-delay: 441.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4415) {
  -webkit-animation-delay: 441.5s;
          animation-delay: 441.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4416) {
  -webkit-animation-delay: 441.6s;
          animation-delay: 441.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4417) {
  -webkit-animation-delay: 441.7s;
          animation-delay: 441.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4418) {
  -webkit-animation-delay: 441.8s;
          animation-delay: 441.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4419) {
  -webkit-animation-delay: 441.9s;
          animation-delay: 441.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4420) {
  -webkit-animation-delay: 442s;
          animation-delay: 442s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4421) {
  -webkit-animation-delay: 442.1s;
          animation-delay: 442.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4422) {
  -webkit-animation-delay: 442.2s;
          animation-delay: 442.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4423) {
  -webkit-animation-delay: 442.3s;
          animation-delay: 442.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4424) {
  -webkit-animation-delay: 442.4s;
          animation-delay: 442.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4425) {
  -webkit-animation-delay: 442.5s;
          animation-delay: 442.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4426) {
  -webkit-animation-delay: 442.6s;
          animation-delay: 442.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4427) {
  -webkit-animation-delay: 442.7s;
          animation-delay: 442.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4428) {
  -webkit-animation-delay: 442.8s;
          animation-delay: 442.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4429) {
  -webkit-animation-delay: 442.9s;
          animation-delay: 442.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4430) {
  -webkit-animation-delay: 443s;
          animation-delay: 443s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4431) {
  -webkit-animation-delay: 443.1s;
          animation-delay: 443.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4432) {
  -webkit-animation-delay: 443.2s;
          animation-delay: 443.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4433) {
  -webkit-animation-delay: 443.3s;
          animation-delay: 443.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4434) {
  -webkit-animation-delay: 443.4s;
          animation-delay: 443.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4435) {
  -webkit-animation-delay: 443.5s;
          animation-delay: 443.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4436) {
  -webkit-animation-delay: 443.6s;
          animation-delay: 443.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4437) {
  -webkit-animation-delay: 443.7s;
          animation-delay: 443.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4438) {
  -webkit-animation-delay: 443.8s;
          animation-delay: 443.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4439) {
  -webkit-animation-delay: 443.9s;
          animation-delay: 443.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4440) {
  -webkit-animation-delay: 444s;
          animation-delay: 444s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4441) {
  -webkit-animation-delay: 444.1s;
          animation-delay: 444.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4442) {
  -webkit-animation-delay: 444.2s;
          animation-delay: 444.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4443) {
  -webkit-animation-delay: 444.3s;
          animation-delay: 444.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4444) {
  -webkit-animation-delay: 444.4s;
          animation-delay: 444.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4445) {
  -webkit-animation-delay: 444.5s;
          animation-delay: 444.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4446) {
  -webkit-animation-delay: 444.6s;
          animation-delay: 444.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4447) {
  -webkit-animation-delay: 444.7s;
          animation-delay: 444.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4448) {
  -webkit-animation-delay: 444.8s;
          animation-delay: 444.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4449) {
  -webkit-animation-delay: 444.9s;
          animation-delay: 444.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4450) {
  -webkit-animation-delay: 445s;
          animation-delay: 445s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4451) {
  -webkit-animation-delay: 445.1s;
          animation-delay: 445.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4452) {
  -webkit-animation-delay: 445.2s;
          animation-delay: 445.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4453) {
  -webkit-animation-delay: 445.3s;
          animation-delay: 445.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4454) {
  -webkit-animation-delay: 445.4s;
          animation-delay: 445.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4455) {
  -webkit-animation-delay: 445.5s;
          animation-delay: 445.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4456) {
  -webkit-animation-delay: 445.6s;
          animation-delay: 445.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4457) {
  -webkit-animation-delay: 445.7s;
          animation-delay: 445.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4458) {
  -webkit-animation-delay: 445.8s;
          animation-delay: 445.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4459) {
  -webkit-animation-delay: 445.9s;
          animation-delay: 445.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4460) {
  -webkit-animation-delay: 446s;
          animation-delay: 446s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4461) {
  -webkit-animation-delay: 446.1s;
          animation-delay: 446.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4462) {
  -webkit-animation-delay: 446.2s;
          animation-delay: 446.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4463) {
  -webkit-animation-delay: 446.3s;
          animation-delay: 446.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4464) {
  -webkit-animation-delay: 446.4s;
          animation-delay: 446.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4465) {
  -webkit-animation-delay: 446.5s;
          animation-delay: 446.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4466) {
  -webkit-animation-delay: 446.6s;
          animation-delay: 446.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4467) {
  -webkit-animation-delay: 446.7s;
          animation-delay: 446.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4468) {
  -webkit-animation-delay: 446.8s;
          animation-delay: 446.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4469) {
  -webkit-animation-delay: 446.9s;
          animation-delay: 446.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4470) {
  -webkit-animation-delay: 447s;
          animation-delay: 447s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4471) {
  -webkit-animation-delay: 447.1s;
          animation-delay: 447.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4472) {
  -webkit-animation-delay: 447.2s;
          animation-delay: 447.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4473) {
  -webkit-animation-delay: 447.3s;
          animation-delay: 447.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4474) {
  -webkit-animation-delay: 447.4s;
          animation-delay: 447.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4475) {
  -webkit-animation-delay: 447.5s;
          animation-delay: 447.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4476) {
  -webkit-animation-delay: 447.6s;
          animation-delay: 447.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4477) {
  -webkit-animation-delay: 447.7s;
          animation-delay: 447.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4478) {
  -webkit-animation-delay: 447.8s;
          animation-delay: 447.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4479) {
  -webkit-animation-delay: 447.9s;
          animation-delay: 447.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4480) {
  -webkit-animation-delay: 448s;
          animation-delay: 448s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4481) {
  -webkit-animation-delay: 448.1s;
          animation-delay: 448.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4482) {
  -webkit-animation-delay: 448.2s;
          animation-delay: 448.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4483) {
  -webkit-animation-delay: 448.3s;
          animation-delay: 448.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4484) {
  -webkit-animation-delay: 448.4s;
          animation-delay: 448.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4485) {
  -webkit-animation-delay: 448.5s;
          animation-delay: 448.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4486) {
  -webkit-animation-delay: 448.6s;
          animation-delay: 448.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4487) {
  -webkit-animation-delay: 448.7s;
          animation-delay: 448.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4488) {
  -webkit-animation-delay: 448.8s;
          animation-delay: 448.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4489) {
  -webkit-animation-delay: 448.9s;
          animation-delay: 448.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4490) {
  -webkit-animation-delay: 449s;
          animation-delay: 449s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4491) {
  -webkit-animation-delay: 449.1s;
          animation-delay: 449.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4492) {
  -webkit-animation-delay: 449.2s;
          animation-delay: 449.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4493) {
  -webkit-animation-delay: 449.3s;
          animation-delay: 449.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4494) {
  -webkit-animation-delay: 449.4s;
          animation-delay: 449.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4495) {
  -webkit-animation-delay: 449.5s;
          animation-delay: 449.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4496) {
  -webkit-animation-delay: 449.6s;
          animation-delay: 449.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4497) {
  -webkit-animation-delay: 449.7s;
          animation-delay: 449.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4498) {
  -webkit-animation-delay: 449.8s;
          animation-delay: 449.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4499) {
  -webkit-animation-delay: 449.9s;
          animation-delay: 449.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4500) {
  -webkit-animation-delay: 450s;
          animation-delay: 450s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4501) {
  -webkit-animation-delay: 450.1s;
          animation-delay: 450.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4502) {
  -webkit-animation-delay: 450.2s;
          animation-delay: 450.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4503) {
  -webkit-animation-delay: 450.3s;
          animation-delay: 450.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4504) {
  -webkit-animation-delay: 450.4s;
          animation-delay: 450.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4505) {
  -webkit-animation-delay: 450.5s;
          animation-delay: 450.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4506) {
  -webkit-animation-delay: 450.6s;
          animation-delay: 450.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4507) {
  -webkit-animation-delay: 450.7s;
          animation-delay: 450.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4508) {
  -webkit-animation-delay: 450.8s;
          animation-delay: 450.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4509) {
  -webkit-animation-delay: 450.9s;
          animation-delay: 450.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4510) {
  -webkit-animation-delay: 451s;
          animation-delay: 451s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4511) {
  -webkit-animation-delay: 451.1s;
          animation-delay: 451.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4512) {
  -webkit-animation-delay: 451.2s;
          animation-delay: 451.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4513) {
  -webkit-animation-delay: 451.3s;
          animation-delay: 451.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4514) {
  -webkit-animation-delay: 451.4s;
          animation-delay: 451.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4515) {
  -webkit-animation-delay: 451.5s;
          animation-delay: 451.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4516) {
  -webkit-animation-delay: 451.6s;
          animation-delay: 451.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4517) {
  -webkit-animation-delay: 451.7s;
          animation-delay: 451.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4518) {
  -webkit-animation-delay: 451.8s;
          animation-delay: 451.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4519) {
  -webkit-animation-delay: 451.9s;
          animation-delay: 451.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4520) {
  -webkit-animation-delay: 452s;
          animation-delay: 452s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4521) {
  -webkit-animation-delay: 452.1s;
          animation-delay: 452.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4522) {
  -webkit-animation-delay: 452.2s;
          animation-delay: 452.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4523) {
  -webkit-animation-delay: 452.3s;
          animation-delay: 452.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4524) {
  -webkit-animation-delay: 452.4s;
          animation-delay: 452.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4525) {
  -webkit-animation-delay: 452.5s;
          animation-delay: 452.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4526) {
  -webkit-animation-delay: 452.6s;
          animation-delay: 452.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4527) {
  -webkit-animation-delay: 452.7s;
          animation-delay: 452.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4528) {
  -webkit-animation-delay: 452.8s;
          animation-delay: 452.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4529) {
  -webkit-animation-delay: 452.9s;
          animation-delay: 452.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4530) {
  -webkit-animation-delay: 453s;
          animation-delay: 453s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4531) {
  -webkit-animation-delay: 453.1s;
          animation-delay: 453.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4532) {
  -webkit-animation-delay: 453.2s;
          animation-delay: 453.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4533) {
  -webkit-animation-delay: 453.3s;
          animation-delay: 453.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4534) {
  -webkit-animation-delay: 453.4s;
          animation-delay: 453.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4535) {
  -webkit-animation-delay: 453.5s;
          animation-delay: 453.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4536) {
  -webkit-animation-delay: 453.6s;
          animation-delay: 453.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4537) {
  -webkit-animation-delay: 453.7s;
          animation-delay: 453.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4538) {
  -webkit-animation-delay: 453.8s;
          animation-delay: 453.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4539) {
  -webkit-animation-delay: 453.9s;
          animation-delay: 453.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4540) {
  -webkit-animation-delay: 454s;
          animation-delay: 454s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4541) {
  -webkit-animation-delay: 454.1s;
          animation-delay: 454.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4542) {
  -webkit-animation-delay: 454.2s;
          animation-delay: 454.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4543) {
  -webkit-animation-delay: 454.3s;
          animation-delay: 454.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4544) {
  -webkit-animation-delay: 454.4s;
          animation-delay: 454.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4545) {
  -webkit-animation-delay: 454.5s;
          animation-delay: 454.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4546) {
  -webkit-animation-delay: 454.6s;
          animation-delay: 454.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4547) {
  -webkit-animation-delay: 454.7s;
          animation-delay: 454.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4548) {
  -webkit-animation-delay: 454.8s;
          animation-delay: 454.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4549) {
  -webkit-animation-delay: 454.9s;
          animation-delay: 454.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4550) {
  -webkit-animation-delay: 455s;
          animation-delay: 455s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4551) {
  -webkit-animation-delay: 455.1s;
          animation-delay: 455.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4552) {
  -webkit-animation-delay: 455.2s;
          animation-delay: 455.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4553) {
  -webkit-animation-delay: 455.3s;
          animation-delay: 455.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4554) {
  -webkit-animation-delay: 455.4s;
          animation-delay: 455.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4555) {
  -webkit-animation-delay: 455.5s;
          animation-delay: 455.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4556) {
  -webkit-animation-delay: 455.6s;
          animation-delay: 455.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4557) {
  -webkit-animation-delay: 455.7s;
          animation-delay: 455.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4558) {
  -webkit-animation-delay: 455.8s;
          animation-delay: 455.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4559) {
  -webkit-animation-delay: 455.9s;
          animation-delay: 455.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4560) {
  -webkit-animation-delay: 456s;
          animation-delay: 456s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4561) {
  -webkit-animation-delay: 456.1s;
          animation-delay: 456.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4562) {
  -webkit-animation-delay: 456.2s;
          animation-delay: 456.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4563) {
  -webkit-animation-delay: 456.3s;
          animation-delay: 456.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4564) {
  -webkit-animation-delay: 456.4s;
          animation-delay: 456.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4565) {
  -webkit-animation-delay: 456.5s;
          animation-delay: 456.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4566) {
  -webkit-animation-delay: 456.6s;
          animation-delay: 456.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4567) {
  -webkit-animation-delay: 456.7s;
          animation-delay: 456.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4568) {
  -webkit-animation-delay: 456.8s;
          animation-delay: 456.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4569) {
  -webkit-animation-delay: 456.9s;
          animation-delay: 456.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4570) {
  -webkit-animation-delay: 457s;
          animation-delay: 457s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4571) {
  -webkit-animation-delay: 457.1s;
          animation-delay: 457.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4572) {
  -webkit-animation-delay: 457.2s;
          animation-delay: 457.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4573) {
  -webkit-animation-delay: 457.3s;
          animation-delay: 457.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4574) {
  -webkit-animation-delay: 457.4s;
          animation-delay: 457.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4575) {
  -webkit-animation-delay: 457.5s;
          animation-delay: 457.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4576) {
  -webkit-animation-delay: 457.6s;
          animation-delay: 457.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4577) {
  -webkit-animation-delay: 457.7s;
          animation-delay: 457.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4578) {
  -webkit-animation-delay: 457.8s;
          animation-delay: 457.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4579) {
  -webkit-animation-delay: 457.9s;
          animation-delay: 457.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4580) {
  -webkit-animation-delay: 458s;
          animation-delay: 458s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4581) {
  -webkit-animation-delay: 458.1s;
          animation-delay: 458.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4582) {
  -webkit-animation-delay: 458.2s;
          animation-delay: 458.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4583) {
  -webkit-animation-delay: 458.3s;
          animation-delay: 458.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4584) {
  -webkit-animation-delay: 458.4s;
          animation-delay: 458.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4585) {
  -webkit-animation-delay: 458.5s;
          animation-delay: 458.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4586) {
  -webkit-animation-delay: 458.6s;
          animation-delay: 458.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4587) {
  -webkit-animation-delay: 458.7s;
          animation-delay: 458.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4588) {
  -webkit-animation-delay: 458.8s;
          animation-delay: 458.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4589) {
  -webkit-animation-delay: 458.9s;
          animation-delay: 458.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4590) {
  -webkit-animation-delay: 459s;
          animation-delay: 459s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4591) {
  -webkit-animation-delay: 459.1s;
          animation-delay: 459.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4592) {
  -webkit-animation-delay: 459.2s;
          animation-delay: 459.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4593) {
  -webkit-animation-delay: 459.3s;
          animation-delay: 459.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4594) {
  -webkit-animation-delay: 459.4s;
          animation-delay: 459.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4595) {
  -webkit-animation-delay: 459.5s;
          animation-delay: 459.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4596) {
  -webkit-animation-delay: 459.6s;
          animation-delay: 459.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4597) {
  -webkit-animation-delay: 459.7s;
          animation-delay: 459.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4598) {
  -webkit-animation-delay: 459.8s;
          animation-delay: 459.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4599) {
  -webkit-animation-delay: 459.9s;
          animation-delay: 459.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4600) {
  -webkit-animation-delay: 460s;
          animation-delay: 460s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4601) {
  -webkit-animation-delay: 460.1s;
          animation-delay: 460.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4602) {
  -webkit-animation-delay: 460.2s;
          animation-delay: 460.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4603) {
  -webkit-animation-delay: 460.3s;
          animation-delay: 460.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4604) {
  -webkit-animation-delay: 460.4s;
          animation-delay: 460.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4605) {
  -webkit-animation-delay: 460.5s;
          animation-delay: 460.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4606) {
  -webkit-animation-delay: 460.6s;
          animation-delay: 460.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4607) {
  -webkit-animation-delay: 460.7s;
          animation-delay: 460.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4608) {
  -webkit-animation-delay: 460.8s;
          animation-delay: 460.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4609) {
  -webkit-animation-delay: 460.9s;
          animation-delay: 460.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4610) {
  -webkit-animation-delay: 461s;
          animation-delay: 461s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4611) {
  -webkit-animation-delay: 461.1s;
          animation-delay: 461.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4612) {
  -webkit-animation-delay: 461.2s;
          animation-delay: 461.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4613) {
  -webkit-animation-delay: 461.3s;
          animation-delay: 461.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4614) {
  -webkit-animation-delay: 461.4s;
          animation-delay: 461.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4615) {
  -webkit-animation-delay: 461.5s;
          animation-delay: 461.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4616) {
  -webkit-animation-delay: 461.6s;
          animation-delay: 461.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4617) {
  -webkit-animation-delay: 461.7s;
          animation-delay: 461.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4618) {
  -webkit-animation-delay: 461.8s;
          animation-delay: 461.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4619) {
  -webkit-animation-delay: 461.9s;
          animation-delay: 461.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4620) {
  -webkit-animation-delay: 462s;
          animation-delay: 462s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4621) {
  -webkit-animation-delay: 462.1s;
          animation-delay: 462.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4622) {
  -webkit-animation-delay: 462.2s;
          animation-delay: 462.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4623) {
  -webkit-animation-delay: 462.3s;
          animation-delay: 462.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4624) {
  -webkit-animation-delay: 462.4s;
          animation-delay: 462.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4625) {
  -webkit-animation-delay: 462.5s;
          animation-delay: 462.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4626) {
  -webkit-animation-delay: 462.6s;
          animation-delay: 462.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4627) {
  -webkit-animation-delay: 462.7s;
          animation-delay: 462.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4628) {
  -webkit-animation-delay: 462.8s;
          animation-delay: 462.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4629) {
  -webkit-animation-delay: 462.9s;
          animation-delay: 462.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4630) {
  -webkit-animation-delay: 463s;
          animation-delay: 463s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4631) {
  -webkit-animation-delay: 463.1s;
          animation-delay: 463.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4632) {
  -webkit-animation-delay: 463.2s;
          animation-delay: 463.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4633) {
  -webkit-animation-delay: 463.3s;
          animation-delay: 463.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4634) {
  -webkit-animation-delay: 463.4s;
          animation-delay: 463.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4635) {
  -webkit-animation-delay: 463.5s;
          animation-delay: 463.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4636) {
  -webkit-animation-delay: 463.6s;
          animation-delay: 463.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4637) {
  -webkit-animation-delay: 463.7s;
          animation-delay: 463.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4638) {
  -webkit-animation-delay: 463.8s;
          animation-delay: 463.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4639) {
  -webkit-animation-delay: 463.9s;
          animation-delay: 463.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4640) {
  -webkit-animation-delay: 464s;
          animation-delay: 464s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4641) {
  -webkit-animation-delay: 464.1s;
          animation-delay: 464.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4642) {
  -webkit-animation-delay: 464.2s;
          animation-delay: 464.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4643) {
  -webkit-animation-delay: 464.3s;
          animation-delay: 464.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4644) {
  -webkit-animation-delay: 464.4s;
          animation-delay: 464.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4645) {
  -webkit-animation-delay: 464.5s;
          animation-delay: 464.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4646) {
  -webkit-animation-delay: 464.6s;
          animation-delay: 464.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4647) {
  -webkit-animation-delay: 464.7s;
          animation-delay: 464.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4648) {
  -webkit-animation-delay: 464.8s;
          animation-delay: 464.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4649) {
  -webkit-animation-delay: 464.9s;
          animation-delay: 464.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4650) {
  -webkit-animation-delay: 465s;
          animation-delay: 465s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4651) {
  -webkit-animation-delay: 465.1s;
          animation-delay: 465.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4652) {
  -webkit-animation-delay: 465.2s;
          animation-delay: 465.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4653) {
  -webkit-animation-delay: 465.3s;
          animation-delay: 465.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4654) {
  -webkit-animation-delay: 465.4s;
          animation-delay: 465.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4655) {
  -webkit-animation-delay: 465.5s;
          animation-delay: 465.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4656) {
  -webkit-animation-delay: 465.6s;
          animation-delay: 465.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4657) {
  -webkit-animation-delay: 465.7s;
          animation-delay: 465.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4658) {
  -webkit-animation-delay: 465.8s;
          animation-delay: 465.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4659) {
  -webkit-animation-delay: 465.9s;
          animation-delay: 465.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4660) {
  -webkit-animation-delay: 466s;
          animation-delay: 466s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4661) {
  -webkit-animation-delay: 466.1s;
          animation-delay: 466.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4662) {
  -webkit-animation-delay: 466.2s;
          animation-delay: 466.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4663) {
  -webkit-animation-delay: 466.3s;
          animation-delay: 466.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4664) {
  -webkit-animation-delay: 466.4s;
          animation-delay: 466.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4665) {
  -webkit-animation-delay: 466.5s;
          animation-delay: 466.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4666) {
  -webkit-animation-delay: 466.6s;
          animation-delay: 466.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4667) {
  -webkit-animation-delay: 466.7s;
          animation-delay: 466.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4668) {
  -webkit-animation-delay: 466.8s;
          animation-delay: 466.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4669) {
  -webkit-animation-delay: 466.9s;
          animation-delay: 466.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4670) {
  -webkit-animation-delay: 467s;
          animation-delay: 467s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4671) {
  -webkit-animation-delay: 467.1s;
          animation-delay: 467.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4672) {
  -webkit-animation-delay: 467.2s;
          animation-delay: 467.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4673) {
  -webkit-animation-delay: 467.3s;
          animation-delay: 467.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4674) {
  -webkit-animation-delay: 467.4s;
          animation-delay: 467.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4675) {
  -webkit-animation-delay: 467.5s;
          animation-delay: 467.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4676) {
  -webkit-animation-delay: 467.6s;
          animation-delay: 467.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4677) {
  -webkit-animation-delay: 467.7s;
          animation-delay: 467.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4678) {
  -webkit-animation-delay: 467.8s;
          animation-delay: 467.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4679) {
  -webkit-animation-delay: 467.9s;
          animation-delay: 467.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4680) {
  -webkit-animation-delay: 468s;
          animation-delay: 468s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4681) {
  -webkit-animation-delay: 468.1s;
          animation-delay: 468.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4682) {
  -webkit-animation-delay: 468.2s;
          animation-delay: 468.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4683) {
  -webkit-animation-delay: 468.3s;
          animation-delay: 468.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4684) {
  -webkit-animation-delay: 468.4s;
          animation-delay: 468.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4685) {
  -webkit-animation-delay: 468.5s;
          animation-delay: 468.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4686) {
  -webkit-animation-delay: 468.6s;
          animation-delay: 468.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4687) {
  -webkit-animation-delay: 468.7s;
          animation-delay: 468.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4688) {
  -webkit-animation-delay: 468.8s;
          animation-delay: 468.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4689) {
  -webkit-animation-delay: 468.9s;
          animation-delay: 468.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4690) {
  -webkit-animation-delay: 469s;
          animation-delay: 469s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4691) {
  -webkit-animation-delay: 469.1s;
          animation-delay: 469.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4692) {
  -webkit-animation-delay: 469.2s;
          animation-delay: 469.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4693) {
  -webkit-animation-delay: 469.3s;
          animation-delay: 469.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4694) {
  -webkit-animation-delay: 469.4s;
          animation-delay: 469.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4695) {
  -webkit-animation-delay: 469.5s;
          animation-delay: 469.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4696) {
  -webkit-animation-delay: 469.6s;
          animation-delay: 469.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4697) {
  -webkit-animation-delay: 469.7s;
          animation-delay: 469.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4698) {
  -webkit-animation-delay: 469.8s;
          animation-delay: 469.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4699) {
  -webkit-animation-delay: 469.9s;
          animation-delay: 469.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4700) {
  -webkit-animation-delay: 470s;
          animation-delay: 470s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4701) {
  -webkit-animation-delay: 470.1s;
          animation-delay: 470.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4702) {
  -webkit-animation-delay: 470.2s;
          animation-delay: 470.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4703) {
  -webkit-animation-delay: 470.3s;
          animation-delay: 470.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4704) {
  -webkit-animation-delay: 470.4s;
          animation-delay: 470.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4705) {
  -webkit-animation-delay: 470.5s;
          animation-delay: 470.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4706) {
  -webkit-animation-delay: 470.6s;
          animation-delay: 470.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4707) {
  -webkit-animation-delay: 470.7s;
          animation-delay: 470.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4708) {
  -webkit-animation-delay: 470.8s;
          animation-delay: 470.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4709) {
  -webkit-animation-delay: 470.9s;
          animation-delay: 470.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4710) {
  -webkit-animation-delay: 471s;
          animation-delay: 471s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4711) {
  -webkit-animation-delay: 471.1s;
          animation-delay: 471.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4712) {
  -webkit-animation-delay: 471.2s;
          animation-delay: 471.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4713) {
  -webkit-animation-delay: 471.3s;
          animation-delay: 471.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4714) {
  -webkit-animation-delay: 471.4s;
          animation-delay: 471.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4715) {
  -webkit-animation-delay: 471.5s;
          animation-delay: 471.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4716) {
  -webkit-animation-delay: 471.6s;
          animation-delay: 471.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4717) {
  -webkit-animation-delay: 471.7s;
          animation-delay: 471.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4718) {
  -webkit-animation-delay: 471.8s;
          animation-delay: 471.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4719) {
  -webkit-animation-delay: 471.9s;
          animation-delay: 471.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4720) {
  -webkit-animation-delay: 472s;
          animation-delay: 472s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4721) {
  -webkit-animation-delay: 472.1s;
          animation-delay: 472.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4722) {
  -webkit-animation-delay: 472.2s;
          animation-delay: 472.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4723) {
  -webkit-animation-delay: 472.3s;
          animation-delay: 472.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4724) {
  -webkit-animation-delay: 472.4s;
          animation-delay: 472.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4725) {
  -webkit-animation-delay: 472.5s;
          animation-delay: 472.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4726) {
  -webkit-animation-delay: 472.6s;
          animation-delay: 472.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4727) {
  -webkit-animation-delay: 472.7s;
          animation-delay: 472.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4728) {
  -webkit-animation-delay: 472.8s;
          animation-delay: 472.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4729) {
  -webkit-animation-delay: 472.9s;
          animation-delay: 472.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4730) {
  -webkit-animation-delay: 473s;
          animation-delay: 473s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4731) {
  -webkit-animation-delay: 473.1s;
          animation-delay: 473.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4732) {
  -webkit-animation-delay: 473.2s;
          animation-delay: 473.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4733) {
  -webkit-animation-delay: 473.3s;
          animation-delay: 473.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4734) {
  -webkit-animation-delay: 473.4s;
          animation-delay: 473.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4735) {
  -webkit-animation-delay: 473.5s;
          animation-delay: 473.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4736) {
  -webkit-animation-delay: 473.6s;
          animation-delay: 473.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4737) {
  -webkit-animation-delay: 473.7s;
          animation-delay: 473.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4738) {
  -webkit-animation-delay: 473.8s;
          animation-delay: 473.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4739) {
  -webkit-animation-delay: 473.9s;
          animation-delay: 473.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4740) {
  -webkit-animation-delay: 474s;
          animation-delay: 474s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4741) {
  -webkit-animation-delay: 474.1s;
          animation-delay: 474.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4742) {
  -webkit-animation-delay: 474.2s;
          animation-delay: 474.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4743) {
  -webkit-animation-delay: 474.3s;
          animation-delay: 474.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4744) {
  -webkit-animation-delay: 474.4s;
          animation-delay: 474.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4745) {
  -webkit-animation-delay: 474.5s;
          animation-delay: 474.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4746) {
  -webkit-animation-delay: 474.6s;
          animation-delay: 474.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4747) {
  -webkit-animation-delay: 474.7s;
          animation-delay: 474.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4748) {
  -webkit-animation-delay: 474.8s;
          animation-delay: 474.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4749) {
  -webkit-animation-delay: 474.9s;
          animation-delay: 474.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4750) {
  -webkit-animation-delay: 475s;
          animation-delay: 475s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4751) {
  -webkit-animation-delay: 475.1s;
          animation-delay: 475.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4752) {
  -webkit-animation-delay: 475.2s;
          animation-delay: 475.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4753) {
  -webkit-animation-delay: 475.3s;
          animation-delay: 475.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4754) {
  -webkit-animation-delay: 475.4s;
          animation-delay: 475.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4755) {
  -webkit-animation-delay: 475.5s;
          animation-delay: 475.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4756) {
  -webkit-animation-delay: 475.6s;
          animation-delay: 475.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4757) {
  -webkit-animation-delay: 475.7s;
          animation-delay: 475.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4758) {
  -webkit-animation-delay: 475.8s;
          animation-delay: 475.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4759) {
  -webkit-animation-delay: 475.9s;
          animation-delay: 475.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4760) {
  -webkit-animation-delay: 476s;
          animation-delay: 476s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4761) {
  -webkit-animation-delay: 476.1s;
          animation-delay: 476.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4762) {
  -webkit-animation-delay: 476.2s;
          animation-delay: 476.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4763) {
  -webkit-animation-delay: 476.3s;
          animation-delay: 476.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4764) {
  -webkit-animation-delay: 476.4s;
          animation-delay: 476.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4765) {
  -webkit-animation-delay: 476.5s;
          animation-delay: 476.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4766) {
  -webkit-animation-delay: 476.6s;
          animation-delay: 476.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4767) {
  -webkit-animation-delay: 476.7s;
          animation-delay: 476.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4768) {
  -webkit-animation-delay: 476.8s;
          animation-delay: 476.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4769) {
  -webkit-animation-delay: 476.9s;
          animation-delay: 476.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4770) {
  -webkit-animation-delay: 477s;
          animation-delay: 477s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4771) {
  -webkit-animation-delay: 477.1s;
          animation-delay: 477.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4772) {
  -webkit-animation-delay: 477.2s;
          animation-delay: 477.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4773) {
  -webkit-animation-delay: 477.3s;
          animation-delay: 477.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4774) {
  -webkit-animation-delay: 477.4s;
          animation-delay: 477.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4775) {
  -webkit-animation-delay: 477.5s;
          animation-delay: 477.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4776) {
  -webkit-animation-delay: 477.6s;
          animation-delay: 477.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4777) {
  -webkit-animation-delay: 477.7s;
          animation-delay: 477.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4778) {
  -webkit-animation-delay: 477.8s;
          animation-delay: 477.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4779) {
  -webkit-animation-delay: 477.9s;
          animation-delay: 477.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4780) {
  -webkit-animation-delay: 478s;
          animation-delay: 478s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4781) {
  -webkit-animation-delay: 478.1s;
          animation-delay: 478.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4782) {
  -webkit-animation-delay: 478.2s;
          animation-delay: 478.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4783) {
  -webkit-animation-delay: 478.3s;
          animation-delay: 478.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4784) {
  -webkit-animation-delay: 478.4s;
          animation-delay: 478.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4785) {
  -webkit-animation-delay: 478.5s;
          animation-delay: 478.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4786) {
  -webkit-animation-delay: 478.6s;
          animation-delay: 478.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4787) {
  -webkit-animation-delay: 478.7s;
          animation-delay: 478.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4788) {
  -webkit-animation-delay: 478.8s;
          animation-delay: 478.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4789) {
  -webkit-animation-delay: 478.9s;
          animation-delay: 478.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4790) {
  -webkit-animation-delay: 479s;
          animation-delay: 479s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4791) {
  -webkit-animation-delay: 479.1s;
          animation-delay: 479.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4792) {
  -webkit-animation-delay: 479.2s;
          animation-delay: 479.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4793) {
  -webkit-animation-delay: 479.3s;
          animation-delay: 479.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4794) {
  -webkit-animation-delay: 479.4s;
          animation-delay: 479.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4795) {
  -webkit-animation-delay: 479.5s;
          animation-delay: 479.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4796) {
  -webkit-animation-delay: 479.6s;
          animation-delay: 479.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4797) {
  -webkit-animation-delay: 479.7s;
          animation-delay: 479.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4798) {
  -webkit-animation-delay: 479.8s;
          animation-delay: 479.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4799) {
  -webkit-animation-delay: 479.9s;
          animation-delay: 479.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4800) {
  -webkit-animation-delay: 480s;
          animation-delay: 480s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4801) {
  -webkit-animation-delay: 480.1s;
          animation-delay: 480.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4802) {
  -webkit-animation-delay: 480.2s;
          animation-delay: 480.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4803) {
  -webkit-animation-delay: 480.3s;
          animation-delay: 480.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4804) {
  -webkit-animation-delay: 480.4s;
          animation-delay: 480.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4805) {
  -webkit-animation-delay: 480.5s;
          animation-delay: 480.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4806) {
  -webkit-animation-delay: 480.6s;
          animation-delay: 480.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4807) {
  -webkit-animation-delay: 480.7s;
          animation-delay: 480.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4808) {
  -webkit-animation-delay: 480.8s;
          animation-delay: 480.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4809) {
  -webkit-animation-delay: 480.9s;
          animation-delay: 480.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4810) {
  -webkit-animation-delay: 481s;
          animation-delay: 481s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4811) {
  -webkit-animation-delay: 481.1s;
          animation-delay: 481.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4812) {
  -webkit-animation-delay: 481.2s;
          animation-delay: 481.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4813) {
  -webkit-animation-delay: 481.3s;
          animation-delay: 481.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4814) {
  -webkit-animation-delay: 481.4s;
          animation-delay: 481.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4815) {
  -webkit-animation-delay: 481.5s;
          animation-delay: 481.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4816) {
  -webkit-animation-delay: 481.6s;
          animation-delay: 481.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4817) {
  -webkit-animation-delay: 481.7s;
          animation-delay: 481.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4818) {
  -webkit-animation-delay: 481.8s;
          animation-delay: 481.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4819) {
  -webkit-animation-delay: 481.9s;
          animation-delay: 481.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4820) {
  -webkit-animation-delay: 482s;
          animation-delay: 482s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4821) {
  -webkit-animation-delay: 482.1s;
          animation-delay: 482.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4822) {
  -webkit-animation-delay: 482.2s;
          animation-delay: 482.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4823) {
  -webkit-animation-delay: 482.3s;
          animation-delay: 482.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4824) {
  -webkit-animation-delay: 482.4s;
          animation-delay: 482.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4825) {
  -webkit-animation-delay: 482.5s;
          animation-delay: 482.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4826) {
  -webkit-animation-delay: 482.6s;
          animation-delay: 482.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4827) {
  -webkit-animation-delay: 482.7s;
          animation-delay: 482.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4828) {
  -webkit-animation-delay: 482.8s;
          animation-delay: 482.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4829) {
  -webkit-animation-delay: 482.9s;
          animation-delay: 482.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4830) {
  -webkit-animation-delay: 483s;
          animation-delay: 483s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4831) {
  -webkit-animation-delay: 483.1s;
          animation-delay: 483.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4832) {
  -webkit-animation-delay: 483.2s;
          animation-delay: 483.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4833) {
  -webkit-animation-delay: 483.3s;
          animation-delay: 483.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4834) {
  -webkit-animation-delay: 483.4s;
          animation-delay: 483.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4835) {
  -webkit-animation-delay: 483.5s;
          animation-delay: 483.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4836) {
  -webkit-animation-delay: 483.6s;
          animation-delay: 483.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4837) {
  -webkit-animation-delay: 483.7s;
          animation-delay: 483.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4838) {
  -webkit-animation-delay: 483.8s;
          animation-delay: 483.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4839) {
  -webkit-animation-delay: 483.9s;
          animation-delay: 483.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4840) {
  -webkit-animation-delay: 484s;
          animation-delay: 484s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4841) {
  -webkit-animation-delay: 484.1s;
          animation-delay: 484.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4842) {
  -webkit-animation-delay: 484.2s;
          animation-delay: 484.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4843) {
  -webkit-animation-delay: 484.3s;
          animation-delay: 484.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4844) {
  -webkit-animation-delay: 484.4s;
          animation-delay: 484.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4845) {
  -webkit-animation-delay: 484.5s;
          animation-delay: 484.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4846) {
  -webkit-animation-delay: 484.6s;
          animation-delay: 484.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4847) {
  -webkit-animation-delay: 484.7s;
          animation-delay: 484.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4848) {
  -webkit-animation-delay: 484.8s;
          animation-delay: 484.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4849) {
  -webkit-animation-delay: 484.9s;
          animation-delay: 484.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4850) {
  -webkit-animation-delay: 485s;
          animation-delay: 485s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4851) {
  -webkit-animation-delay: 485.1s;
          animation-delay: 485.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4852) {
  -webkit-animation-delay: 485.2s;
          animation-delay: 485.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4853) {
  -webkit-animation-delay: 485.3s;
          animation-delay: 485.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4854) {
  -webkit-animation-delay: 485.4s;
          animation-delay: 485.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4855) {
  -webkit-animation-delay: 485.5s;
          animation-delay: 485.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4856) {
  -webkit-animation-delay: 485.6s;
          animation-delay: 485.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4857) {
  -webkit-animation-delay: 485.7s;
          animation-delay: 485.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4858) {
  -webkit-animation-delay: 485.8s;
          animation-delay: 485.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4859) {
  -webkit-animation-delay: 485.9s;
          animation-delay: 485.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4860) {
  -webkit-animation-delay: 486s;
          animation-delay: 486s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4861) {
  -webkit-animation-delay: 486.1s;
          animation-delay: 486.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4862) {
  -webkit-animation-delay: 486.2s;
          animation-delay: 486.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4863) {
  -webkit-animation-delay: 486.3s;
          animation-delay: 486.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4864) {
  -webkit-animation-delay: 486.4s;
          animation-delay: 486.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4865) {
  -webkit-animation-delay: 486.5s;
          animation-delay: 486.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4866) {
  -webkit-animation-delay: 486.6s;
          animation-delay: 486.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4867) {
  -webkit-animation-delay: 486.7s;
          animation-delay: 486.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4868) {
  -webkit-animation-delay: 486.8s;
          animation-delay: 486.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4869) {
  -webkit-animation-delay: 486.9s;
          animation-delay: 486.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4870) {
  -webkit-animation-delay: 487s;
          animation-delay: 487s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4871) {
  -webkit-animation-delay: 487.1s;
          animation-delay: 487.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4872) {
  -webkit-animation-delay: 487.2s;
          animation-delay: 487.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4873) {
  -webkit-animation-delay: 487.3s;
          animation-delay: 487.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4874) {
  -webkit-animation-delay: 487.4s;
          animation-delay: 487.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4875) {
  -webkit-animation-delay: 487.5s;
          animation-delay: 487.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4876) {
  -webkit-animation-delay: 487.6s;
          animation-delay: 487.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4877) {
  -webkit-animation-delay: 487.7s;
          animation-delay: 487.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4878) {
  -webkit-animation-delay: 487.8s;
          animation-delay: 487.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4879) {
  -webkit-animation-delay: 487.9s;
          animation-delay: 487.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4880) {
  -webkit-animation-delay: 488s;
          animation-delay: 488s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4881) {
  -webkit-animation-delay: 488.1s;
          animation-delay: 488.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4882) {
  -webkit-animation-delay: 488.2s;
          animation-delay: 488.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4883) {
  -webkit-animation-delay: 488.3s;
          animation-delay: 488.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4884) {
  -webkit-animation-delay: 488.4s;
          animation-delay: 488.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4885) {
  -webkit-animation-delay: 488.5s;
          animation-delay: 488.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4886) {
  -webkit-animation-delay: 488.6s;
          animation-delay: 488.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4887) {
  -webkit-animation-delay: 488.7s;
          animation-delay: 488.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4888) {
  -webkit-animation-delay: 488.8s;
          animation-delay: 488.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4889) {
  -webkit-animation-delay: 488.9s;
          animation-delay: 488.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4890) {
  -webkit-animation-delay: 489s;
          animation-delay: 489s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4891) {
  -webkit-animation-delay: 489.1s;
          animation-delay: 489.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4892) {
  -webkit-animation-delay: 489.2s;
          animation-delay: 489.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4893) {
  -webkit-animation-delay: 489.3s;
          animation-delay: 489.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4894) {
  -webkit-animation-delay: 489.4s;
          animation-delay: 489.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4895) {
  -webkit-animation-delay: 489.5s;
          animation-delay: 489.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4896) {
  -webkit-animation-delay: 489.6s;
          animation-delay: 489.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4897) {
  -webkit-animation-delay: 489.7s;
          animation-delay: 489.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4898) {
  -webkit-animation-delay: 489.8s;
          animation-delay: 489.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4899) {
  -webkit-animation-delay: 489.9s;
          animation-delay: 489.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4900) {
  -webkit-animation-delay: 490s;
          animation-delay: 490s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4901) {
  -webkit-animation-delay: 490.1s;
          animation-delay: 490.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4902) {
  -webkit-animation-delay: 490.2s;
          animation-delay: 490.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4903) {
  -webkit-animation-delay: 490.3s;
          animation-delay: 490.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4904) {
  -webkit-animation-delay: 490.4s;
          animation-delay: 490.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4905) {
  -webkit-animation-delay: 490.5s;
          animation-delay: 490.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4906) {
  -webkit-animation-delay: 490.6s;
          animation-delay: 490.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4907) {
  -webkit-animation-delay: 490.7s;
          animation-delay: 490.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4908) {
  -webkit-animation-delay: 490.8s;
          animation-delay: 490.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4909) {
  -webkit-animation-delay: 490.9s;
          animation-delay: 490.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4910) {
  -webkit-animation-delay: 491s;
          animation-delay: 491s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4911) {
  -webkit-animation-delay: 491.1s;
          animation-delay: 491.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4912) {
  -webkit-animation-delay: 491.2s;
          animation-delay: 491.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4913) {
  -webkit-animation-delay: 491.3s;
          animation-delay: 491.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4914) {
  -webkit-animation-delay: 491.4s;
          animation-delay: 491.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4915) {
  -webkit-animation-delay: 491.5s;
          animation-delay: 491.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4916) {
  -webkit-animation-delay: 491.6s;
          animation-delay: 491.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4917) {
  -webkit-animation-delay: 491.7s;
          animation-delay: 491.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4918) {
  -webkit-animation-delay: 491.8s;
          animation-delay: 491.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4919) {
  -webkit-animation-delay: 491.9s;
          animation-delay: 491.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4920) {
  -webkit-animation-delay: 492s;
          animation-delay: 492s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4921) {
  -webkit-animation-delay: 492.1s;
          animation-delay: 492.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4922) {
  -webkit-animation-delay: 492.2s;
          animation-delay: 492.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4923) {
  -webkit-animation-delay: 492.3s;
          animation-delay: 492.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4924) {
  -webkit-animation-delay: 492.4s;
          animation-delay: 492.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4925) {
  -webkit-animation-delay: 492.5s;
          animation-delay: 492.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4926) {
  -webkit-animation-delay: 492.6s;
          animation-delay: 492.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4927) {
  -webkit-animation-delay: 492.7s;
          animation-delay: 492.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4928) {
  -webkit-animation-delay: 492.8s;
          animation-delay: 492.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4929) {
  -webkit-animation-delay: 492.9s;
          animation-delay: 492.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4930) {
  -webkit-animation-delay: 493s;
          animation-delay: 493s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4931) {
  -webkit-animation-delay: 493.1s;
          animation-delay: 493.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4932) {
  -webkit-animation-delay: 493.2s;
          animation-delay: 493.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4933) {
  -webkit-animation-delay: 493.3s;
          animation-delay: 493.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4934) {
  -webkit-animation-delay: 493.4s;
          animation-delay: 493.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4935) {
  -webkit-animation-delay: 493.5s;
          animation-delay: 493.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4936) {
  -webkit-animation-delay: 493.6s;
          animation-delay: 493.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4937) {
  -webkit-animation-delay: 493.7s;
          animation-delay: 493.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4938) {
  -webkit-animation-delay: 493.8s;
          animation-delay: 493.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4939) {
  -webkit-animation-delay: 493.9s;
          animation-delay: 493.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4940) {
  -webkit-animation-delay: 494s;
          animation-delay: 494s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4941) {
  -webkit-animation-delay: 494.1s;
          animation-delay: 494.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4942) {
  -webkit-animation-delay: 494.2s;
          animation-delay: 494.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4943) {
  -webkit-animation-delay: 494.3s;
          animation-delay: 494.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4944) {
  -webkit-animation-delay: 494.4s;
          animation-delay: 494.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4945) {
  -webkit-animation-delay: 494.5s;
          animation-delay: 494.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4946) {
  -webkit-animation-delay: 494.6s;
          animation-delay: 494.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4947) {
  -webkit-animation-delay: 494.7s;
          animation-delay: 494.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4948) {
  -webkit-animation-delay: 494.8s;
          animation-delay: 494.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4949) {
  -webkit-animation-delay: 494.9s;
          animation-delay: 494.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4950) {
  -webkit-animation-delay: 495s;
          animation-delay: 495s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4951) {
  -webkit-animation-delay: 495.1s;
          animation-delay: 495.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4952) {
  -webkit-animation-delay: 495.2s;
          animation-delay: 495.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4953) {
  -webkit-animation-delay: 495.3s;
          animation-delay: 495.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4954) {
  -webkit-animation-delay: 495.4s;
          animation-delay: 495.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4955) {
  -webkit-animation-delay: 495.5s;
          animation-delay: 495.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4956) {
  -webkit-animation-delay: 495.6s;
          animation-delay: 495.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4957) {
  -webkit-animation-delay: 495.7s;
          animation-delay: 495.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4958) {
  -webkit-animation-delay: 495.8s;
          animation-delay: 495.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4959) {
  -webkit-animation-delay: 495.9s;
          animation-delay: 495.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4960) {
  -webkit-animation-delay: 496s;
          animation-delay: 496s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4961) {
  -webkit-animation-delay: 496.1s;
          animation-delay: 496.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4962) {
  -webkit-animation-delay: 496.2s;
          animation-delay: 496.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4963) {
  -webkit-animation-delay: 496.3s;
          animation-delay: 496.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4964) {
  -webkit-animation-delay: 496.4s;
          animation-delay: 496.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4965) {
  -webkit-animation-delay: 496.5s;
          animation-delay: 496.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4966) {
  -webkit-animation-delay: 496.6s;
          animation-delay: 496.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4967) {
  -webkit-animation-delay: 496.7s;
          animation-delay: 496.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4968) {
  -webkit-animation-delay: 496.8s;
          animation-delay: 496.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4969) {
  -webkit-animation-delay: 496.9s;
          animation-delay: 496.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4970) {
  -webkit-animation-delay: 497s;
          animation-delay: 497s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4971) {
  -webkit-animation-delay: 497.1s;
          animation-delay: 497.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4972) {
  -webkit-animation-delay: 497.2s;
          animation-delay: 497.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4973) {
  -webkit-animation-delay: 497.3s;
          animation-delay: 497.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4974) {
  -webkit-animation-delay: 497.4s;
          animation-delay: 497.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4975) {
  -webkit-animation-delay: 497.5s;
          animation-delay: 497.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4976) {
  -webkit-animation-delay: 497.6s;
          animation-delay: 497.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4977) {
  -webkit-animation-delay: 497.7s;
          animation-delay: 497.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4978) {
  -webkit-animation-delay: 497.8s;
          animation-delay: 497.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4979) {
  -webkit-animation-delay: 497.9s;
          animation-delay: 497.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4980) {
  -webkit-animation-delay: 498s;
          animation-delay: 498s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4981) {
  -webkit-animation-delay: 498.1s;
          animation-delay: 498.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4982) {
  -webkit-animation-delay: 498.2s;
          animation-delay: 498.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4983) {
  -webkit-animation-delay: 498.3s;
          animation-delay: 498.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4984) {
  -webkit-animation-delay: 498.4s;
          animation-delay: 498.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4985) {
  -webkit-animation-delay: 498.5s;
          animation-delay: 498.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4986) {
  -webkit-animation-delay: 498.6s;
          animation-delay: 498.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4987) {
  -webkit-animation-delay: 498.7s;
          animation-delay: 498.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4988) {
  -webkit-animation-delay: 498.8s;
          animation-delay: 498.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4989) {
  -webkit-animation-delay: 498.9s;
          animation-delay: 498.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4990) {
  -webkit-animation-delay: 499s;
          animation-delay: 499s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4991) {
  -webkit-animation-delay: 499.1s;
          animation-delay: 499.1s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4992) {
  -webkit-animation-delay: 499.2s;
          animation-delay: 499.2s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4993) {
  -webkit-animation-delay: 499.3s;
          animation-delay: 499.3s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4994) {
  -webkit-animation-delay: 499.4s;
          animation-delay: 499.4s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4995) {
  -webkit-animation-delay: 499.5s;
          animation-delay: 499.5s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4996) {
  -webkit-animation-delay: 499.6s;
          animation-delay: 499.6s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4997) {
  -webkit-animation-delay: 499.7s;
          animation-delay: 499.7s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4998) {
  -webkit-animation-delay: 499.8s;
          animation-delay: 499.8s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(4999) {
  -webkit-animation-delay: 499.9s;
          animation-delay: 499.9s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:nth-child(5000) {
  -webkit-animation-delay: 500s;
          animation-delay: 500s;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li {
  cursor: pointer;
  -webkit-animation: fadeIn 0.5s linear;
          animation: fadeIn 0.5s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media {
  padding: 1rem 1.5rem;
  align-items: center;
  z-index: 1;
  background-color: #fff;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media:hover {
  transform: translateY(1px);
  box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
  transition: all 0.2s;
  z-index: 5;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media .media-body {
  overflow: hidden;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar,
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar img {
  height: 42px;
  width: 42px;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar img {
  border: 2px solid #fff;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.mail-read {
  background-color: #F4F5FA;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.mail-read .list-group-item-text {
  font-weight: normal !important;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:not(:first-child) {
  border-top: 1px solid #E4E5EC;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details {
  display: flex;
  justify-content: space-between;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details .list-group-item-text {
  font-size: 1rem;
  font-weight: 500;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-date {
  color: #98a4b8;
  font-size: 0.86rem;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-message {
  display: flex;
  justify-content: space-between;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-message p {
  font-size: 0.8rem;
  color: #98a4b8;
  margin-right: 1rem;
  line-height: 1.75;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action {
  display: flex;
  align-items: center;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action .favorite {
  margin-right: 0.5rem;
  color: #c7cfd6;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action .favorite i {
  font-size: 1.3rem;
  line-height: 1.5;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .no-results {
  display: none;
  padding: 1.5rem;
  text-align: center;
}
.email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list .no-results.show {
  display: block;
}
.email-application .app-content .content-right .email-app-details {
  /* email app detail view */
  position: absolute;
  display: block;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: calc(100% - 300px);
  transform: translateX(100%);
  transition: all 0.3s ease;
  height: 100%;
  background-color: #F4F5FA;
}
.email-application .app-content .content-right .email-app-details.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  border-left: 1px solid #E4E5EC;
  overflow: hidden;
}
.email-application .app-content .content-right .email-app-details .email-detail-header {
  /* email app detail header */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #E4E5EC;
  padding: 0.85rem 1.5rem 0;
  background-color: #fff;
}
.email-application .app-content .content-right .email-app-details .email-detail-header .go-back {
  cursor: pointer;
}
.email-application .app-content .content-right .email-app-details .email-detail-header i {
  top: 0;
}
.email-application .app-content .content-right .email-app-details .email-detail-header .email-pagination-next i,
.email-application .app-content .content-right .email-app-details .email-detail-header .email-pagination-prev i {
  top: 2px;
}
.email-application .app-content .content-right .email-app-details .email-detail-header .dropdown-menu .dropdown-item i,
.email-application .app-content .content-right .email-app-details .email-detail-header .dropdown-menu .dropdown-item .bullet {
  margin-right: 0.5rem;
}
.email-application .app-content .content-right .email-app-details .email-detail-header .email-detail-title {
  color: #6b6f82;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
.email-application .app-content .content-right .email-app-details .email-header-right .dropdown-toggle::after {
  display: none;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area {
  padding: 0 1rem;
  position: relative;
  height: calc(100vh - 12.4rem);
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head {
  padding: 1.5rem 0.5rem 0.75rem;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header {
  margin-bottom: 1.2rem;
  background-color: transparent;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header.open {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header {
  font-size: 1rem;
  border-color: #E4E5EC;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header[aria-expanded=false] {
  transition: background-color 0.35s ease;
  background-color: transparent;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header[aria-expanded=true] {
  background-color: #fff !important;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header[aria-expanded=true] ~ .collapse {
  /* Material Specific SCSS */
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header[aria-expanded=true] ~ .collapse.show .card-footer {
  background-color: #fff !important;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-toggle {
  color: #6b6f82;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-toggle::after {
  display: none;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-menu {
  transform: translate3d(-144px, 19px, 0px) !important;
}
.email-application .app-content .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-menu .dropdown-item {
  margin-right: 0.5rem;
}
.email-application .app-content .sidebar-label {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  color: #98a4b8;
  margin: 1.8rem 0 0.5rem 1rem;
}
.email-application .app-content .attchement-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.email-application .app-content .action-icon {
  padding: 0.35rem 0.5rem;
  border: 1px solid #E4E5EC;
}
.email-application .app-content .quill-wrapper {
  padding: 1.3rem 1.7rem;
}
.email-application .app-content .quill-wrapper .snow-container {
  position: relative;
}
.email-application .app-content .quill-wrapper .snow-container .ql-snow .ql-tooltip {
  left: 0 !important;
}
.email-application .app-content .quill-wrapper .snow-container .ql-container.ql-snow {
  border: none;
}
.email-application .app-content .quill-wrapper .snow-container .ql-toolbar {
  border: none;
}
.email-application .app-content .quill-wrapper .snow-container .send-btn {
  box-shadow: 0 2px 4px 0 rgba(102, 110, 232, 0.6);
  font-weight: 500;
  padding: 0.2rem 1rem;
}
.email-application .app-content .quill-wrapper .ql-editor.ql-blank::before {
  left: 0;
}
.email-application .app-content .quill-wrapper .ql-editor {
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
}
.email-application .border,
.email-application [class*=border-] {
  border-color: #E4E5EC !important;
}
.email-application a {
  color: #6b6f82;
}
.email-application.horizontal-layout.horizontal-menu-padding.material-layout .app-content.container {
  padding: 0;
}
.email-application.horizontal-layout.horizontal-menu-padding.material-layout .content-header {
  margin-bottom: 0;
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content {
  min-height: calc(100% - 15.2rem);
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .email-app-sidebar {
  height: calc(100vh - 15.1rem);
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
  /* left sidebar menu list */
  height: calc(100% - 7rem);
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .compose-new-mail-sidebar {
  /* Compose new mail sidebar */
  height: calc(100vh - 15.2rem);
  bottom: 0.1rem;
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
  height: calc(100vh - 20.1rem);
}
.email-application.horizontal-layout.horizontal-menu-padding .app-content .content-right .email-app-details .email-scroll-area {
  height: calc(100vh - 19.3rem);
}
.email-application.horizontal-layout .app-content {
  min-height: calc(100% - 11.6rem);
}
.email-application.horizontal-layout .app-content .sidebar .email-app-sidebar {
  height: calc(100vh - 14.6rem);
}
.email-application.horizontal-layout .app-content .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
  /* left sidebar menu list */
  height: calc(100% - 11.9rem);
}
.email-application.horizontal-layout .app-content .sidebar .compose-new-mail-sidebar {
  /* Compose new mail sidebar */
  height: calc(100vh - 13.55rem);
  bottom: 1.9rem;
}
.email-application.horizontal-layout .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
  height: calc(100vh - 18.6rem);
}
.email-application.horizontal-layout .app-content .content-right .email-app-details .email-scroll-area {
  height: calc(100vh - 17.6rem);
}
@media screen and (max-width: 1280px) {
  .email-application .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
    height: calc(100vh - 13.15rem);
  }
  .email-application .app-content .content-right .email-scroll-area {
    height: calc(100vh - 14.9rem);
  }
}
@media (max-width: 991.98px) {
  .email-application .app-content .email-user-list {
    height: calc(100vh - 16.15rem) !important;
  }
  .email-application .app-content .sidebar-left .email-app-sidebar {
    background-color: #fafbfb;
    height: calc(100vh - 8.2rem);
    transform: translateX(-110%);
    transition: transform 0.25s;
    position: absolute;
    z-index: 8;
    left: -39px;
    top: 0.11rem;
  }
  .email-application .app-content .sidebar-left .email-app-sidebar .sidebar-close-icon {
    visibility: visible;
  }
  .email-application .app-content .sidebar-left.show .email-app-sidebar {
    transform: translateX(13%) translateY(-1px);
  }
  .email-application .app-content .sidebar-left .compose-new-mail-sidebar {
    right: 2rem !important;
  }
  .email-application .app-content .sidebar-left .compose-new-mail-sidebar.show {
    transform: translateX(8.8%) translateY(1px);
  }
  .email-application .app-content .content-right {
    width: 100%;
  }
  .email-application .app-content .content-right .email-action {
    flex-direction: column-reverse;
  }
  .email-application .app-content .content-right .email-action .action-right {
    margin-bottom: 1rem;
  }
  .email-application .app-content .content-right .email-action .action-right .email-fixed-search {
    margin-left: 0 !important;
  }
  .email-application .app-content .content-right .email-action .action-right .email-fixed-search .sidebar-toggle {
    margin-left: 0;
  }
  .email-application .app-content .content-right .email-app-details {
    width: 100%;
    border-radius: 0.25rem;
  }
}
@media (max-width: 767.98px) {
  .email-application .app-content .sidebar .compose-new-mail-sidebar {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .email-application .app-content .content-right .email-user-list .users-list-wrapper li .user-details .mail-items {
    width: 70%;
    display: inline-grid;
  }
  .email-application .app-content .content-right .email-user-list .users-list-wrapper li .user-details .mail-meta-item {
    position: absolute;
    right: 1rem;
  }
  .email-application .app-content .content-right .email-user-list .users-list-wrapper li .user-details .mail-meta-item .mail-date {
    margin: 1rem 0.75rem 0 0;
  }
  .email-application .compose-new-mail-sidebar {
    right: 2rem !important;
  }
}
@media screen and (max-width: 436px) {
  .email-app-details .email-header-right {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .email-app-details .email-header-right li {
    margin-right: 0;
  }

  .compose-new-mail-sidebar {
    right: 2rem !important;
  }
}
@media (max-width: 1200px) {
  .email-application.horizontal-layout .app-content {
    min-height: calc(100% - 3.2rem);
  }
  .email-application.horizontal-layout .app-content .sidebar .email-app-sidebar {
    height: calc(100vh - 8.3rem);
  }
  .email-application.horizontal-layout .app-content .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
    /* left sidebar menu list */
    height: calc(100% - 7rem);
  }
  .email-application.horizontal-layout .app-content .sidebar .compose-new-mail-sidebar {
    /* Compose new mail sidebar */
    height: calc(100vh - 8.45rem);
    bottom: 0.1rem;
  }
  .email-application.horizontal-layout .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
    height: calc(100vh - 13.3rem);
  }
  .email-application.horizontal-layout .app-content .content-right .email-app-details .email-scroll-area {
    height: calc(100vh - 12.3rem);
  }

  .email-application.horizontal-layout.horizontal-menu-padding .app-content {
    min-height: calc(100% - 4.8rem);
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .email-app-sidebar {
    height: calc(100vh - 9.7rem);
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
    /* left sidebar menu list */
    height: calc(100% - 7rem);
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .compose-new-mail-sidebar {
    /* Compose new mail sidebar */
    height: calc(100vh - 9.85rem);
    bottom: 0.1rem;
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .content-right .email-app-list-wrapper .email-app-list .email-user-list {
    height: calc(100vh - 14.9rem);
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .content-right .email-app-details .email-scroll-area {
    height: calc(100vh - 16.4rem);
  }
}
@media (max-width: 992px) {
  .email-application.horizontal-layout.horizontal-menu-padding .app-content {
    min-height: calc(100% - 4.8rem);
  }
  .email-application.horizontal-layout.horizontal-menu-padding .app-content .sidebar .compose-new-mail-sidebar {
    /* Compose new mail sidebar */
    height: calc(100vh - 7.85rem);
  }
}
@keyframes fadeIn {
  /* Keyframe for user list animation */
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE specific css */
  .email-scroll-area .collapse-header .media .media-body {
    flex: none;
  }
}
/* chat application css */
/*----------------------*/
.chat-application .app-content .content-right .content-wrapper {
  padding: 0;
}
.chat-application .app-content {
  border: 1px solid #E4E5EC;
  border-radius: 0.21rem;
}
.chat-application .chat-user-profile {
  /* app chat user profile sidebar */
  position: absolute;
  height: calc(100vh - 8.4rem);
  width: 300px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  transform: translateX(-112%);
  transition: all 0.3s ease;
  z-index: 6;
}
.chat-application .chat-user-profile.show {
  transform: translateX(0);
}
.chat-application .chat-user-profile .chat-user-profile-header .chat-profile-close {
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer;
}
.chat-application .chat-user-profile .chat-user-profile-content .chat-user-profile-scroll {
  position: relative;
  height: calc(100vh - 22.5rem);
  padding: 2rem;
}
.chat-application .chat-sidebar {
  height: calc(100vh - 8.4rem);
  position: absolute;
  width: 300px;
  border-right: 1px solid #E4E5EC;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  box-shadow: none;
}
.chat-application .chat-sidebar .chat-sidebar-close {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 1.25rem;
  z-index: 1;
  cursor: pointer;
  visibility: hidden;
}
.chat-application .chat-sidebar .chat-sidebar-search {
  /* chat search area */
  position: absolute;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #E4E5EC;
  width: 300px;
}
.chat-application .chat-sidebar .chat-sidebar-search input.form-control {
  height: calc(1.2em + 1.2rem);
  margin-top: -1px;
  padding-left: calc(1.25em + 1rem + 2px);
}
.chat-application .chat-sidebar .chat-sidebar-search .form-control-position {
  top: -5px;
}
.chat-application .chat-sidebar .chat-sidebar-search .form-control-position i {
  position: relative;
  left: 2px;
  top: 0;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper {
  position: relative;
  height: calc(100% - 4rem);
  width: 300px;
  margin-top: 3.7rem;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li {
  padding: 0.8rem 1.5rem;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li:hover {
  cursor: pointer;
  background: #F2F4F4;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li.active {
  background: #666ee8;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li.active h6,
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li.active span {
  color: #fff !important;
}
.chat-application .chat-sidebar .chat-sidebar-list-wrapper li img {
  border: 2px solid #fff;
}
.chat-application .chat-overlay {
  /* chat overlay */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  border-radius: 0.21rem;
  visibility: hidden;
}
.chat-application .chat-overlay.show {
  background-color: rgba(0, 0, 0, 0.2);
  visibility: visible;
}
.chat-application .chat-window-wrapper .chat-container {
  position: relative;
  height: calc(100vh - 17.5rem);
  text-align: center;
  padding: 1.4rem;
}
.chat-application .chat-window-wrapper .chat-start,
.chat-application .chat-window-wrapper .chat-container {
  background-color: #DFDBE5;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%239C92AC' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.chat-application .chat-window-wrapper .chat-start {
  height: calc(100vh - 8.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.chat-application .chat-window-wrapper .chat-start .chat-start-icon,
.chat-application .chat-window-wrapper .chat-start .chat-start-text {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  cursor: pointer;
}
.chat-application .chat-window-wrapper .chat-start .chat-start-text {
  border-radius: calc(0.25rem * 5);
}
.chat-application .chat-window-wrapper .chat-start .chat-start-icon {
  border-radius: 50%;
  background-color: #fff;
}
.chat-application .chat-content .chat-body {
  overflow: hidden;
  margin: 0.67rem 2rem 0 0;
}
.chat-application .chat-content .chat-body .chat-message {
  position: relative;
  float: right;
  text-align: right;
  padding: 0.75rem 1rem;
  margin: 0 1.33rem 1.33rem 0.3rem;
  clear: both;
  word-break: break-word;
  color: #fff;
  background: #666ee8;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(102, 110, 232, 0.6);
}
.chat-application .chat-content .chat-body .chat-message p {
  margin-bottom: 0;
}
.chat-application .chat-content .chat-body .chat-message .chat-time {
  position: absolute;
  bottom: -20px;
  right: 0px;
  color: #6b6f82;
  font-size: 0.8rem;
  white-space: nowrap;
}
.chat-application .chat-content .chat-avatar {
  float: right;
}
.chat-application .chat-content .chat-left .chat-avatar {
  float: left;
}
.chat-application .chat-content .chat-left .chat-message {
  text-align: left;
  float: left;
  margin: 0 0.3rem 1.8rem 1.3rem;
  color: #6b6f82;
  background-color: #fafbfb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.chat-application .chat-content .badge {
  background-color: #f3f8fd;
  color: #6b6f82;
}
.chat-application .chat-profile {
  /* chat profile right sidebar */
  height: calc(100vh - 8.5rem);
  width: 300px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  position: absolute;
  transform: translateX(110%);
  transition: all 0.3s ease;
  z-index: 3;
  right: 1.8rem;
  bottom: 0;
  opacity: 0;
}
.chat-application .chat-profile.show {
  opacity: 1;
  transform: translateX(8%);
}
.chat-application .chat-profile .chat-profile-header .chat-profile-close {
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer;
}
.chat-application .chat-profile .chat-profile-content {
  position: relative;
  height: calc(100vh - 22.8rem);
}
.chat-application img.round {
  border-radius: 3.65rem;
}
.chat-application.horizontal-layout.horizontal-menu-padding .app-content {
  min-height: calc(100% - 15rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .app-content .content-header {
  margin-bottom: 0;
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-user-profile {
  height: calc(100vh - 15rem);
  width: 315px;
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-user-profile .chat-user-profile-content .chat-user-profile-scroll {
  height: calc(100vh - 29.1rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-user-profile.show {
  visibility: visible;
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-sidebar {
  height: calc(100vh - 15rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-sidebar .chat-sidebar-list-wrapper {
  height: calc(100% - 3.7rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-window-wrapper .chat-container {
  height: calc(100vh - 24.1rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-window-wrapper .chat-start {
  height: calc(100vh - 15rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-profile {
  /* chat profile right sidebar */
  height: calc(100vh - 15rem);
}
.chat-application.horizontal-layout.horizontal-menu-padding .chat-profile .chat-profile-content {
  height: calc(100vh - 33.3rem);
}
.chat-application.horizontal-layout .app-content {
  padding: 0;
  min-height: calc(100% - 13.4rem);
}
.chat-application.horizontal-layout .chat-user-profile {
  height: calc(100vh - 13.6rem);
}
.chat-application.horizontal-layout .chat-user-profile .chat-user-profile-content .chat-user-profile-scroll {
  height: calc(100vh - 27.7rem);
}
.chat-application.horizontal-layout .chat-sidebar {
  height: calc(100vh - 13.6rem);
}
.chat-application.horizontal-layout .chat-sidebar .chat-sidebar-list-wrapper {
  height: calc(100% - 3.8rem);
}
.chat-application.horizontal-layout .chat-window-wrapper .chat-container {
  height: calc(100vh - 22.6rem);
}
.chat-application.horizontal-layout .chat-window-wrapper .chat-start {
  height: calc(100vh - 13.6rem);
}
.chat-application.horizontal-layout .chat-profile {
  /* chat profile right sidebar */
  height: calc(100vh - 13.7rem);
}
.chat-application.horizontal-layout .chat-profile .chat-profile-content {
  height: calc(100vh - 27.8rem);
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-right {
    width: 100%;
  }

  .chat-application .chat-sidebar {
    transform: translateX(-110%);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    left: 23px;
  }
  .chat-application .chat-sidebar.show {
    transform: translateX(-7.2%);
  }
  .chat-application .chat-sidebar .chat-sidebar-close {
    visibility: visible !important;
  }
}
@media (max-width: 1200px) {
  .chat-application.horizontal-layout .app-content {
    padding: 0;
    min-height: calc(100% - 13.4rem);
  }
  .chat-application.horizontal-layout .chat-user-profile {
    height: calc(100vh - 8.3rem);
  }
  .chat-application.horizontal-layout .chat-user-profile .chat-user-profile-content .chat-user-profile-scroll {
    height: calc(100vh - 22.4rem);
  }
  .chat-application.horizontal-layout .chat-sidebar {
    height: calc(100vh - 8.3rem);
  }
  .chat-application.horizontal-layout .chat-sidebar .chat-sidebar-list-wrapper {
    height: calc(100% - 3.8rem);
  }
  .chat-application.horizontal-layout .chat-window-wrapper .chat-container {
    height: calc(100vh - 17.3rem);
  }
  .chat-application.horizontal-layout .chat-window-wrapper .chat-start {
    height: calc(100vh - 8.3rem);
  }
  .chat-application.horizontal-layout .chat-profile {
    /* chat profile right sidebar */
    height: calc(100vh - 8.4rem);
  }
  .chat-application.horizontal-layout .chat-profile .chat-profile-content {
    height: calc(100vh - 22.5rem);
  }

  .chat-application.horizontal-layout.horizontal-menu-padding .app-content {
    padding: 0;
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-user-profile {
    height: calc(100vh - 10rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-user-profile .chat-user-profile-content .chat-user-profile-scroll {
    height: calc(100vh - 24.1rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-sidebar {
    height: calc(100vh - 9.9rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-sidebar .chat-sidebar-list-wrapper {
    height: calc(100% - 3.7rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-window-wrapper .chat-container {
    height: calc(100vh - 19rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-window-wrapper .chat-start {
    height: calc(100vh - 9.8rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-profile {
    /* chat profile right sidebar */
    height: calc(100vh - 10rem);
  }
  .chat-application.horizontal-layout.horizontal-menu-padding .chat-profile .chat-profile-content {
    height: calc(100vh - 24.1rem);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .content-right {
    width: 100%;
  }

  .chat-application .chat-sidebar {
    transform: translateX(-110%);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    left: -35px;
  }
  .chat-application .chat-sidebar.show {
    transform: translateX(12.4%);
  }
  .chat-application .chat-sidebar .chat-sidebar-close {
    visibility: visible !important;
  }
}
@media (max-width: 349.98px) {
  .chat-application .chat-sidebar {
    transform: translateX(-110%);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    width: 230px !important;
    left: -27px !important;
  }
  .chat-application .chat-sidebar .chat-sidebar-search,
.chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    width: 230px !important;
  }
  .chat-application .chat-sidebar.show {
    transform: translateX(12.4%);
  }
  .chat-application .chat-sidebar .chat-sidebar-close {
    visibility: visible !important;
  }
  .chat-application .chat-user-profile {
    width: 230px !important;
  }
  .chat-application .chat-profile {
    width: 230px !important;
    right: 1.35rem !important;
  }
}
@media (max-width: 575.98px) {
  .chat-sidebar {
    transform: translateX(-110%);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    width: 260px !important;
    left: -31px !important;
  }
  .chat-sidebar .chat-sidebar-search,
.chat-sidebar .chat-sidebar-list-wrapper {
    width: 260px !important;
  }
  .chat-sidebar.show {
    transform: translateX(12.4%);
  }
  .chat-sidebar .chat-sidebar-close {
    visibility: visible !important;
  }

  .chat-user-profile {
    width: 260px !important;
  }

  .chat-profile {
    width: 260px !important;
    right: 1.6rem !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE specifc CSS */
  .chat-sidebar-list-wrapper .chat-sidebar-list .d-flex {
    display: inline-flex !important;
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge specific css */
  .chat-sidebar-list-wrapper .chat-sidebar-list .d-flex {
    display: inline-flex !important;
  }
}
.profile-card-with-stats .btn-float {
  padding: 8px 14px 4px 14px;
}
.profile-card-with-cover .card-profile-image {
  position: absolute;
  top: 130px;
  width: 100%;
  text-align: center;
}
.profile-card-with-cover .card-profile-image img.img-border {
  border: 5px solid #fff;
}
.profile-card-with-cover .profile-card-with-cover-content {
  padding-top: 4rem;
}
#user-profile .profile-with-cover .profil-cover-details {
  position: absolute;
  margin-top: 210px;
}
#user-profile .profile-with-cover .profil-cover-details .profile-image img.img-border {
  border: 5px solid #fff;
}
#user-profile .profile-with-cover .profil-cover-details .card-title {
  color: #fff;
  text-shadow: 1px 1px 4px #464855;
}
#user-profile .navbar-profile {
  margin-left: 130px;
}
#news-feed .news-feed-btn {
  padding: 2px;
}
#news-feed .news-feed-badge-nature {
  top: 5px;
}
#news-feed .news-feed-badge-real-estate {
  top: 5px;
  left: 5px;
}
#news-feed .news-feed-badge-radio {
  top: 5px;
}
#news-feed .news-feed-badge-trip {
  top: 5px;
  left: 5px;
}
#news-feed .news-feed-badge-travel {
  top: 5px;
  left: 5px;
}
#news-feed .list-group .news-feed-item-text-time {
  padding: 0.2rem !important;
}
#news-feed .list-group .news-feed-item-1:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/36.png") center center no-repeat;
  background-size: cover;
}
#news-feed .list-group .news-feed-item-1:hover .news-feed-item-text {
  color: white !important;
}
#news-feed .list-group .news-feed-item-1:hover .news-feed-item-text-time {
  color: white !important;
  padding: 0.2rem !important;
}
#news-feed .list-group .news-feed-item-2:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/18.jpg") center center no-repeat;
  background-size: cover;
}
#news-feed .list-group .news-feed-item-2:hover .news-feed-item-text {
  color: white !important;
}
#news-feed .list-group .news-feed-item-2:hover .news-feed-item-text-time {
  color: white !important;
  padding: 0.2rem !important;
}
#news-feed .list-group .news-feed-item-3:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/18.jpg") center center no-repeat;
  background-size: cover;
}
#news-feed .list-group .news-feed-item-3:hover .news-feed-item-text {
  color: white !important;
}
#news-feed .list-group .news-feed-item-3:hover .news-feed-item-text-time {
  color: white !important;
  padding: 0.2rem !important;
}
#news-feed .list-group .news-feed-item-4:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/20.jpg") center center no-repeat;
  background-size: cover;
}
#news-feed .list-group .news-feed-item-4:hover .news-feed-item-text {
  color: white !important;
}
#news-feed .list-group .news-feed-item-4:hover .news-feed-item-text-time {
  color: white !important;
  padding: 0.2rem !important;
}
#news-feed .list-group .news-feed-item-5:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/20.jpg") center center no-repeat;
  background-size: cover;
}
#news-feed .list-group .news-feed-item-5:hover .news-feed-item-text {
  color: white !important;
}
#news-feed .list-group .news-feed-item-5:hover .news-feed-item-text-time {
  color: white !important;
  padding: 0.2rem !important;
}
#news-feed .news-feed-food-card-bg {
  background: url("/assets/images/gallery/6.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0.3rem;
}
#news-feed .news-feed-food-card2-bg {
  background: url("/assets/images/gallery/3.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0.3rem;
}
#news-feed .news-feed-food-card3-bg {
  background: url("/assets/images/gallery/6.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0.3rem;
}
#news-feed .tech-card-bg:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/gallery/34.png") center center no-repeat;
  background-size: cover;
}
#news-feed .tech-card-bg:hover .tech-card-text {
  color: white !important;
}
.profile-image {
  margin-top: -130px;
}
.nav-margin {
  margin-top: -75px;
  margin-bottom: 35px;
}
.width-30 {
  width: 30px;
}
.mrb-5px {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 998px) {
  .navbar-expand-lg {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .profile-image {
    width: 100px !important;
  }
}
#user-feed i:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  #user-feed .navbar-nav .nav-item {
    padding: 0 1rem !important;
  }
}
.gallery-thumbnail {
  max-width: 100%;
  height: auto;
}
.grid-sizer, .grid-item {
  width: 20%;
}
.grid-item figure,
.grid-item > div {
  margin: 0;
  margin: 0.4rem;
}
/*  masonry grid media queries */
@media screen and (max-width: 2200px) {
  .grid-sizer, .grid-item {
    width: 20%;
  }
}
@media screen and (max-width: 1800px) {
  .grid-sizer, .grid-item {
    width: 30%;
  }
}
@media screen and (max-width: 1600px) {
  .grid-sizer, .grid-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1224px) {
  .grid-sizer, .grid-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 980px) {
  .grid-sizer, .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .grid-sizer, .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .grid-sizer, .grid-item {
    width: 100%;
  }
}
/* Gallery hover effects */
.grid-hover {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
}
.grid-hover figure {
  position: relative;
  overflow: hidden;
  margin: 5px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid-hover figure img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.grid-hover figure figcaption {
  padding: 1em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-hover figure figcaption::before {
  pointer-events: none;
}
.grid-hover figure figcaption::after {
  pointer-events: none;
}
.grid-hover figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid-hover figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
  color: white;
}
.grid-hover figure h2 span {
  font-weight: 800;
}
.grid-hover figure p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
  text-align: left;
}
figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
figure.effect-lily h2 {
  transform: translate3d(0, 40px, 0);
  transition: transform 0.35s;
}
figure.effect-lily p {
  transform: translate3d(0, 40px, 0);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
figure.effect-lily:hover h2 {
  transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}
figure.effect-sadie p {
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
figure.effect-roxy img {
  max-width: none;
  width: calc(100% + 60px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50px, 0, 0);
}
figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}
figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}
figure.effect-roxy p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #9e5406;
}
figure.effect-bubba img {
  opacity: 0.7;
  transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
  opacity: 0.4;
}
figure.effect-bubba:hover figcaption::before {
  opacity: 1;
  transform: scale(1);
}
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}
figure.effect-bubba:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-bubba figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
figure.effect-bubba h2 {
  padding-top: 30%;
  transition: transform 0.35s;
  transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
  perspective: 1000px;
}
figure.effect-romeo img {
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 0, 300px);
}
figure.effect-romeo:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
}
figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
figure.effect-romeo:hover h2 {
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
figure.effect-romeo:hover p {
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
figure.effect-romeo figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}
figure.effect-romeo h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s;
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s;
  padding: 0.25em 2em;
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #18a367;
}
figure.effect-layla img {
  height: 390px;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla figcaption {
  padding: 3em;
}
figure.effect-layla figcaption::before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla h2 {
  padding-top: 26%;
  transition: transform 0.35s;
  transform: translate3d(0, -30px, 0);
}
figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
figure.effect-layla:hover figcaption::before {
  opacity: 1;
  transform: scale(1);
}
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
figure.effect-layla:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
figure.effect-layla:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
  background: #4a3753;
}
figure.effect-honey img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
figure.effect-honey:hover img {
  opacity: 0.5;
}
figure.effect-honey:hover figcaption::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-honey:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-honey:hover h2 i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: "";
  transform: translate3d(0, 10px, 0);
  transition: transform 0.35s;
}
figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  transform: translate3d(0, -30px, 0);
  transition: transform 0.35s;
}
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -30px, 0);
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
figure.effect-oscar img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
}
figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
figure.effect-oscar p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
}
figure.effect-oscar:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-oscar:hover figcaption::before {
  opacity: 1;
  transform: scale(1);
}
figure.effect-oscar:hover p {
  opacity: 1;
  transform: scale(1);
}
figure.effect-oscar:hover img {
  opacity: 0.4;
}
/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: right;
}
figure.effect-marley h2 {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 30px;
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  bottom: 30px;
  line-height: 1.5;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-marley:hover h2::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-marley:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
  background-color: #17819c;
}
figure.effect-ruby img {
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.15);
}
figure.effect-ruby:hover img {
  opacity: 0.5;
  transform: scale(1);
}
figure.effect-ruby:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-ruby h2 {
  margin-top: 20%;
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0) scale(1.1);
}
/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #2e5d5a;
}
figure.effect-milo img {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-milo:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}
figure.effect-dexter img {
  transition: opacity 0.35s;
}
figure.effect-dexter:hover img {
  opacity: 0.4;
}
figure.effect-dexter:hover figcaption::after {
  transform: translate3d(0, 0, 0);
}
figure.effect-dexter:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}
figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(0, -100%, 0);
}
figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -100px, 0);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #42b078;
}
figure.effect-sarah img {
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-sarah:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah:hover h2::after {
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah figcaption {
  text-align: left;
}
figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
figure.effect-zoe h2 {
  float: left;
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
  display: inline-block;
}
figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}
figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.effect-zoe:hover p.icon-links a {
  transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover p.icon-links a:hover {
  color: #252d31;
}
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
  transition-delay: 0.2s;
}
figure.effect-zoe:hover p.description {
  opacity: 1;
}
figure.effect-zoe:hover figcaption {
  transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover h2 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
}
figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}
.icon-eye::before {
  content: "";
}
.icon-paper-clip::before {
  content: "";
}
.icon-heart::before {
  content: "";
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
figure.effect-chico:hover img {
  opacity: 0.5;
  transform: scale(1);
}
figure.effect-chico:hover figcaption::before {
  opacity: 1;
  transform: scale(1);
}
figure.effect-chico:hover p {
  opacity: 1;
  transform: scale(1);
}
figure.effect-chico figcaption {
  padding: 3em;
}
figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  margin: 0 auto;
  max-width: 200px;
  transform: scale(1.5);
}
figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
  }

  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
#search-nav .nav {
  border-bottom: 2px solid #e0e0e0;
}
#search-nav .nav-link.active {
  padding-bottom: 9px;
  border-bottom: 2px solid #1e9ff2;
  margin-bottom: -2px;
}
#search-results .media-search {
  padding-top: 5px;
}
#invoice-template {
  padding: 4rem;
}
.error-code {
  font-size: 9rem;
}
.comingsoonVideo .app-content .coming-soon-content {
  z-index: 99;
}
.clockCard {
  float: left;
  border-radius: 0.5rem;
}
.comingsoonOne {
  background: url(/assets/images/backgrounds/bg-12.jpg) no-repeat;
  background-size: cover;
}
.getting-started {
  font-size: 2.4rem;
  border-radius: 60px;
  min-width: 360px;
}
.countdownFormat {
  font-size: 16px;
  padding-bottom: 0px;
}
.socialIcon i {
  font-size: 28px;
  padding: 5px;
}
/*========== Coming Soon Flat Design =========*/
.clockFormat {
  border-radius: 60px;
}
.comingsoonFlat {
  background: url(/assets/images/backgrounds/bg-14.jpg) no-repeat;
  background-size: cover;
}
.bg-maintenance-image {
  background-image: url(/assets/images/backgrounds/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.btn-social-icon {
  padding: unset !important;
}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*icomoon CSS*/

@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/catalog/icomoon.eot?wodyul');
  src:  url('/assets/fonts/catalog/icomoon.eot?wodyul#iefix') format('embedded-opentype'),
    url('/assets/fonts/catalog/icomoon.ttf?wodyul') format('truetype'),
    url('/assets/fonts/catalog/icomoon.woff?wodyul') format('woff'),
    url('/assets/fonts/catalog/icomoon.svg?wodyul#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="flipbook-icon-"], [class*=" flipbook-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flipbook-icon-pause1:before {
  content: "\e911";
}

.flipbook-icon-play_arrow:before {
  content: "\e900";
}

.flipbook-icon-volume_mute:before {
  content: "\e912";
}

.flipbook-icon-volume_up:before {
  content: "\e913";
}

.flipbook-icon-add:before {
  content: "\e90e";
}

.flipbook-icon-clear:before {
  content: "\e916";
}

.flipbook-icon-remove1:before {
  content: "\e910";
}

.flipbook-icon-text_format:before {
  content: "\e901";
}

.flipbook-icon-insert_drive_file:before {
  content: "\e902";
}

.flipbook-icon-file_download:before {
  content: "\e903";
}

.flipbook-icon-keyboard_arrow_down:before {
  content: "\e918";
}

.flipbook-icon-keyboard_arrow_left:before {
  content: "\e904";
}

.flipbook-icon-keyboard_arrow_right:before {
  content: "\e905";
}

.flipbook-icon-picture_as_pdf:before {
  content: "\e914";
}

.flipbook-icon-local_printshop:before {
  content: "\e906";
}

.flipbook-icon-zoom_out_map:before {
  content: "\e907";
}

.flipbook-icon-fullscreen:before {
  content: "\e908";
}

.flipbook-icon-fullscreen_exit:before {
  content: "\e909";
}

.flipbook-icon-first_page:before {
  content: "\e90a";
}

.flipbook-icon-last_page:before {
  content: "\e90b";
}

.flipbook-icon-share1:before {
  content: "\e90c";
}

.flipbook-icon-bookmark1:before {
  content: "\e917";
}

.flipbook-icon-search1:before {
  content: "\e90d";
}

.flipbook-icon-toc:before {
  content: "\e915";
}

.flipbook-icon-view_module:before {
  content: "\e90f";
}

.flipbook-icon-plus:before {
  content: "\f067";
}

.flipbook-icon-minus:before {
  content: "\f068";
}

.flipbook-icon-search:before {
  content: "\f002";
}

.flipbook-icon-th-large:before {
  content: "\f009";
}

.flipbook-icon-close:before {
  content: "\f00d";
}

.flipbook-icon-remove:before {
  content: "\f00d";
}

.flipbook-icon-times:before {
  content: "\f00d";
}

.flipbook-icon-download:before {
  content: "\f019";
}

.flipbook-icon-volume-off:before {
  content: "\f026";
}

.flipbook-icon-volume-up:before {
  content: "\f028";
}

.flipbook-icon-bookmark:before {
  content: "\f02e";
}

.flipbook-icon-print:before {
  content: "\f02f";
}

.flipbook-icon-play:before {
  content: "\f04b";
}

.flipbook-icon-pause:before {
  content: "\f04c";
}

.flipbook-icon-expand:before {
  content: "\f065";
}

.flipbook-icon-compress:before {
  content: "\f066";
}

.flipbook-icon-twitter:before {
  content: "\f099";
}

.flipbook-icon-facebook:before {
  content: "\f09a";
}

.flipbook-icon-facebook-f:before {
  content: "\f09a";
}

.flipbook-icon-list-ol:before {
  content: "\f0cb";
}

.flipbook-icon-envelope:before {
  content: "\f0e0";
}

.flipbook-icon-linkedin:before {
  content: "\f0e1";
}

.flipbook-icon-angle-double-left:before {
  content: "\f100";
}

.flipbook-icon-angle-double-right:before {
  content: "\f101";
}

.flipbook-icon-angle-left:before {
  content: "\f104";
}

.flipbook-icon-angle-right:before {
  content: "\f105";
}

.flipbook-icon-angle-down:before {
  content: "\f107";
}

.flipbook-icon-file:before {
  content: "\f15b";
}

.flipbook-icon-digg:before {
  content: "\f1a6";
}

.flipbook-icon-share-alt:before {
  content: "\f1e0";
}

.flipbook-icon-pinterest-p:before {
  content: "\f231";
}

.flipbook-icon-whatsapp:before {
  content: "\f232";
}

.flipbook-icon-mouse-pointer:before {
  content: "\f245";
}

.flipbook-icon-i-cursor:before {
  content: "\f246";
}

.flipbook-icon-reddit-alien:before {
  content: "\f281";
}

/*icomoon CSS end*/

.flipbook-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/assets/images/images/overlay_lightbox.png') repeat;
    z-index: 2147483646 !important;
}

.flipbook-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    border-radius: 4px;
    background: #ffffff;
    /*background: url('../images/overlay_lightbox.png') repeat;*/
}

.flipbook-lightbox-thumb-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all .2s ease-out;
}

.flipbook-lightbox-thumb-overlay:hover {
    opacity: 1;
}

.flipbook-lightbox-thumb-icon {
    position: relative;
    margin-left: -50%;
    margin-top: -50%;
    color: #555;
    display: none;
}

.flipbook-lightbox-thumb-icon-holder {
    position: absolute;
    left: 50%;
    top: 50%;
}

.flipbook-wrapper-transparent {
    width: 100%;
    height: 100%;
    background: none;
}

.flipbook-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction: ltr !important;
}

.flipbook-bookLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.flipbook-zoomLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    opacity: .7;
    /*opacity: .5;*/
    /*ointer-events:none;*/
}

.flipbook-zoomLayer-inside {
    display: block;
    position: relative;
    background-size: contain;
    text-align: center;
}

.flipbook-zoomLayer-inside .flipbook-carousel-page {
    float: left;
}

.flipbook-center-container {
/*    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);*/
/*    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-center-container-wrapper {}

.flipbook-center-wrapper {}

.flipbook-book {
    display: block;
    position: relative;
}

.flipbook-page {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change: transform;
}

.flipbook-page3 {
    position: absolute;
    background: #eee;
    /* overflow: hidden; */
    /*transform: translateZ(0px);*/
    /*-webkit-transform:translateZ(0px);*/
    /*will-change: transform;*/
}

.flipbook-page3-html {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    height: 1000px;
    /* width: 707px; */
    transform-origin: 0 0;
    top: 0;
    left: 0;
    /* transform-origin:0 0; */
    /* -webkit-transform-origin:0 0; */
    /*transform:translateZ(0);*/
    /* -webkit-transform:translateZ(0); */
    /* float:  left; */
    /* z-index: 9999999999; */
}

.flipbook-page3-inner {
    overflow:hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

.flipbook-page3-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.flipbook-page3-image {
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    position: absolute;
    /*transform: translateZ(0);*/
    /* -webkit-transform: translateZ(0); */
}

.flipbook-page3 img {
    /*transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* width:  100%; */
    height: 100%;
    margin: auto;
    position: absolute;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /* transform:translateZ(0); */
    /* -webkit-transform:translateZ(0); */
    float: left;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    max-width: unset;
}

.flipbook-page3 canvas {
    /* position:absolute; */
    width: 100%;
    height: 100%;
    /* top: 0; */
    /* left: 0; */
    /*transform: translateZ(0);*/
    /*backface-visibility: hidden;*/
    /* float: left; */
}

.flipbook-page3-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /*transform: translateZ(0);*/
    /*-webkit-transform: translateZ(0);*/
    /*background:rgba(0,0,0,.6);*/
    background: #000;
    opacity: 0;
    pointer-events: none;
    /*opacity:.5;*/
}

.flipbook-page3-front {
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
   /* transform: translateZ(0);
    -webkit-transform: translateZ(0);*/
}

.flipbook-page3-back {
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    /*transform: translateZ(0);
    -webkit-transform: translateZ(0);*/
    z-index: 999999 !important;
}

.flipbook-book3 {
    display: block;
    position: relative;
    /*background: #F00;*/
}

.flipbook-center-container3 {
    position: relative;
    /* height:100%; */
    perspective: 4000px;
    -webkit-perspective: 4000px;
    /*transform: translateZ(0px);*/
    /*-webkit-transform:translateZ(0px);*/
    will-change: transform;
    border: none;
    /* background: none; */
    /* color:  #000; */
    /* opacity: .1; */
    /* box-shadow:  none; */
    /* overflow:  hidden; */
}

.flipbook-page-face {
    position: absolute;
    background-color: #DDD;
/*    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);*/
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    pointer-events: none !important;
    z-index: 10;
}

.flipbook-page-htmlContent {
    transform-origin: 0 0;
    z-index: 50;
}

.flipbook-page-htmlContent video, .flipbook-page-htmlContent iframe{
    max-width: initial;
}

.flipbook-book canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
/*    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);*/
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-page img {
    width: 100%;
    height: 100%;
/*    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);*/
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flipbook-opacity0 {
    opacity: 0;
}

.flipbook-opacity1 {
    opacity: 1;
}

.flipbook-arrow-wrapper {
    opacity: .85;
    transition: opacity .3s;
}

.flipbook-arrow-wrapper:hover {
    opacity: 1;
}

.flipbook-left-arrow {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    /* font-size: 32px !important; */
    /* line-height: 40px !important; */
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
    width: 40px;
    /* height: 40px; */
    border-radius: 0;
}

.flipbook-right-arrow {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    speak: none;
    right: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-first-arrow {
    display: block !important;
    position: absolute !important;
    top: 50%;
    speak: none;
    left: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-last-arrow {
    display: block !important;
    position: absolute !important;
    top: 50%;
    speak: none;
    right: 0;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    cursor: pointer;
}

.flipbook-currentPageHolder {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.flipbook-floating{
    background:rgba(0,0,0,.3);
    color: #FFF;
    position: absolute;
}

.flipbook-floating span{
    color: #FFF;
}

.flipbook-floating span:hover{
    color: #FFF;
}

.flipbook-currentPageHolder form{
    position: absolute !important;
    top: 0;
}

.flipbook-currentPageNumber {
    /* font-weight: bold !important; */
    border-radius: 15px !important;
    /*     color: rgba(255, 255, 255, 0.72); */
    padding: 5px 12px !important;
    /*     background-color: rgba(0, 0, 0, 0.4); */
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    line-height: initial;
}

/*.flipbook-menu-title {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 100%;
}*/

.flipbook-currentPageInput {
    padding: initial !important;
    position: absolute !important;
    line-height: 14px !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
    max-width: initial !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    /* font-weight: bold !important; */
    text-align: center !important;
    /* color: rgba(255, 255, 255, 0.72) !important; */
    height: 26px !important;
    top: 0 !Important;
    left: 0 !important;
    border: 2px solid rgba(128,128,128,.5);
}

.flipbook-currentPageInput:focus {
    /* outline: 0 !important; */
    outline: 2px solid #88888885;
}

.flipbook-color-transparent {
    color: transparent!important;
}

.flipbook-browser-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*
.flipbook-totalPages {
    background: none;  box-shadow: none;
    position: absolute !important;
    padding-left: 3em !important;
    border: none !important;
    width: 3em !important;
    
    font-size: 1.2em !important;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
    
    text-align: left !important;
    line-height: 30px !important;
    
    z-index: 9999;
    height: 35px;
}*/

.flipbook-totalPages {
    box-shadow: none;
    padding-left: 3em !important;
    padding-right: 1em !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border: none !important;
    width: 3em !important;
    font-size: 1em !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-align: left !important;
    line-height: 30px !important;
    /*z-index: 9999;*/
    height: 35px;
    /* opacity: .7 !important; */
    pointer-events: none;
}

.flipbook-currentPage:focus {
    outline: none;
}

.flipbook-menuBottom {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
    display:flex;
    /* justify-content: space-between; */
}

.flipbook-menu-fixed{
    left: 0;
    right: 0;
}

.flipbook-menu-fixed .flipbook-menu{
    align-items: center;
}

.flipbook-menu-center{
    justify-content:center;
    align-items: center;
    /* margin-left: auto; */
}

.flipbook-menu-right{
    justify-content: flex-end;
    align-self: center;
    flex: 1;
  display: flex;
  min-width: -webkit-min-content; /* Workaround to Chrome bug */
    /* margin-left: auto; */
}

.flipbook-menu-left{
    justify-content: flex-start;
    align-self: center;
    flex: 1;
  display: flex;
  min-width: -webkit-min-content; /* Workaround to Chrome bug */
}

.flipbook-menu-floating{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 2px;
}

.flipbook-menuTop {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

.flipbook-menuWrapper:hover {
    opacity: 1;
}

.flipbook-menu {
    position: relative;
    text-align: center;
    display: flex;
}

.flipbook-menu-btn {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: inline;
    cursor: pointer;
    background: none;
    transition:  all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
}

.flipbook-thumbHolder {
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 250px;
}

.flipbook-thumbsWrapper {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 90px;
    overflow: hidden;
    padding-top: 20px;
}

.flipbook-thumbsScroller {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    min-width: 250px;
    padding-bottom: 20px;
    display: grid;
}

.flipbook-thumb {
    margin: 0px auto 30px;
    cursor: pointer;
    position: relative;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(116, 116, 116, .3);
}

.flipbook-search{
    box-shadow: rgba(0, 0, 0, .2) 0px 5px 5px;
    padding-bottom: 7px;
}

.flipbook-search-match{
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.flipbook-search-match:hover{
    text-decoration: underline;
}

.flipbook-search-match-title{
    height: 20px;
}

.flipbook-search-match-text{
    text-align: left;
}

.flipbook-empty-thumb {
    display: inline-block;
    position: absolute;
    background: rgb(255, 0, 0);
}

.flipbook-thumb-num {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* background: rgba(0, 0, 0, 0.39); */
    /* padding: 10px; */
    position: relative;
    top: 5px;
}

.flipbook-thumb img {
    /* border: 1px solid rgba(134, 134, 134, 0.33); */
    display: inline-block;
    /* margin: 0 2px 7px 0; */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
}

.flipbook-toc {
    position: relative;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow:  hidden;
    width: 100%;
}

.flipbook-tocHolder {
    position: absolute;
    top: 0;
    width: 250px;
    bottom: 0;
    z-index: 9;
}

.flipbook-tocItem {
    display: block;
    /* padding: 10px 20px; */
    /* text-align: justify; */
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /* font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;  font-weight: 300;*/
    /*     border-top: solid 1px rgba(135, 135, 135, 0.22); */
    /* border-bottom: solid 1px rgba(0,0,0,.3); */
}

.flipbook-tocItem .title{
    display: inline-block;
    /* width: 170px; */
}

.flipbook-tocItem .title:hover{
    text-decoration: underline;
}

.flipbook-tocItem:hover {
/*    background: rgba(128, 128, 128, .2) */
}

.flipbook-tocItem .right {
    float: right;
}

.flipbook-tocTitle {
    display: block;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.flipbook-bmHolder {
    position: absolute;
    top: 0;
    width: 250px;
    bottom: 0;
    transition:  all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-out;
    /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.flipbook-searchHolder {
    position: absolute;
    top: 0;
    width: 250px;
    bottom: 0;
    transition:  all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-out;
    /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 6px rgba(0, 0, 0, 0.23);
}

.flipbook-findbar input {
    width: 210px;
    padding: 5px;
    font-size: 14px;
    margin-left: 10px;
}

.flipbook-findbar input:focus {
    outline:2px solid #bfbfbf;
}

.flipbook-find-info {
    padding-left: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    pointer-events: none;
}

.invisible {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.transition {
    /* Chrome 1-25, Safari 3.2+ */
    /* Firefox 4-15 */
    /* Opera 10.50*/
    transition: all .3s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons {
    width: 41px;
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom: 40px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    /* Aligns Vertically - Remove for Horizontal Only */
    /* Aligns Horizontally - Remove for Vertical Only  */
    ;
    /* padding: 10px 0; */
    /*margin-right: 10px;*/
    text-align: center;
}

.flipbook-shareBtn {
    display: inline-block;
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.flipbook-share-email{
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E");
}

.flipbook-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
}

/* img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} */

.flipbook-icon{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
/*     padding-bottom: 12px;
    padding-top: 12px;
    width: 36px; */
    bottom: 0;
    text-align: center;
    pointer-events: auto;
    box-sizing: initial;
    display: inline-block;
}

.flipbook-btn-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.flipbook-btn-close-icon {
    height: 40px;
    line-height: 40px !important;
}

/* ui */

.flipbook-skin-color {
    /*     -webkit-transition: all .3s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .3s ease-out; */
}

.flipbook-font {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

.flipbook-btn {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    /* padding: 5px 25px; */
    width: 200px;
    line-height: 32px;
    text-align: center;
    /* background: rgba(0,0,0,.1); */
    margin: 5px auto;
    border: 1px solid #868686;
    border: none;
    background: #f9f9f9;
    background: none;
    border-radius: 3px;
    /* border-bottom: 3px solid rgba(0, 0, 0, .15); */
    /* border: 2px solid #999; */
    transition: none;
    font-size: 12px;
}

/*dark*/

.flipbook-bg-dark {
    background: rgb(49, 53, 56);
}

.flipbook-color-dark {
    color: rgba(255, 255, 255, 0.75);
}

.flipbook-color-dark:hover {
    color: #FFF;
}

/*light*/

.flipbook-bg-light {
    background: rgb(255, 255, 255);
}

.flipbook-color-light {
    color: rgba(50, 50, 50, 0.75);
}

.flipbook-color-light:hover {
    color: rgb(50,50,50);
}

/*twilight*/

.flipbook-bg-twilight {
    background: #141414;
}

.flipbook-color-twilight {
    color: #FEFFD3;
}

.flipbook-color-twilight:hover {
    color: #FEFFD3;
}

/*darkgrey*/

.flipbook-bg-darkgrey {
    background: #212121;
}

.flipbook-color-darkgrey {
    color: #9E9E9E;
}

.flipbook-color-darkgrey:hover {
    color: #BDBDBD;
}

/*lightgrey*/

.flipbook-bg-lightgrey {
    background: #E0E0E0;
}

.flipbook-color-lightgrey {
    color: #757575;
}

.flipbook-color-lightgrey:hover {
    color: #616161;
}

.flipbook-lightbox-toolbar {
    /* opacity:.6; */
}

.flipbook-lightbox-close {
    position: absolute !important;
    z-index: 85 !important;
    right: 0px !important;
    top: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
    opacity: .85;
    transition: opacity .3s;
}

.flipbook-lightbox-close:hover {
    opacity: 1;
}

.flipbook-loading-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #333;
    border-bottom: 1px solid #333;
}

.flipbook-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ddd;
    overflow: hidden;
    transition: width 200ms;
}

.flipbook-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: table;
}

.flipbook-sub-menu-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flipbook-menu-header {
    position: relative;
    padding: 10px;
    /* padding-bottom: 20px; */
    font-size: 16px;
    text-align: center;
    /* background: rgba(128,128,128,.2); */
    /* border-bottom: 1px solid rgba(128,128,128,.5); */
}

.flipbook-menu-title {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* opacity: .9; */
}

.flipbook-sub-menu-content {
    display: inline-block;
    margin-top: -20px;
    min-width: 250px;
    padding-bottom: 10px;
}

.flipbook-carousel-scroller {
    /* height:100%; */
    /* float:left; */
    /* padding:0; */
    /* position: absolute; */
    /* top:0; */
}

.flipbook-carousel-slide {
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

.flipbook-carousel-slide .slide-inner {
    /* height: 100%; */
    /* box-shadow: 10px 10px 50px rgb(50, 50, 50); */
}

.flipbook-carousel-slide .slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flipbook-carousel-slide canvas {}

.flipbook-carousel-page {
    /* height:100%; */
    /* margin: 0 auto; */
    display: inline-block;
    background: #f1f1f1;
    position: relative;
    /* float: left; */
    /* opacity: .05; */
    /* -webkit-transform-origin: 0 0; */
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    /* transform-origin:0 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-shadow: 0px 0px 10px #f00; */
}

.flipbook-carousel-page-inner {
    transform-origin: 0 0;
    /* background: #f0f0f0; */
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.flipbook-carousel-page-inner canvas {
    width: 100%;
    height: 100%;
    /*transform: translateZ(0);*/
}

.flipbook-carousel-zoom-page {
    height: 100%;
    position: relative;
}

.flipbook-carousel-zoom-page img {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.flipbook-carousel-page img {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    pointer-events: none;
}

.flipbook-carousel-page .page-carousel-img {
    height: 100%;
    /* width: 100%; */
    /*transform: translateZ(0);*/
}

.flipbook-carousel-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flipbook-carousel-zoom-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flipbook-carousel-zoom {
    position: relative;
    width: 100%;
    height: 100%;
}

.flipbook-overflow-hidden {
    overflow: hidden !important;
}

/*share*/

.flipbook-share .social.bottom,
.flipbook-share .social.top {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0
}

.flipbook-share {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flipbook-share [class*=entypo-]:before {
    font-family: entypo, sans-serif
}

.flipbook-share label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    background: #a29baa;
    color: #333;
    transition: all .3s ease
}

.flipbook-share label:hover {
    opacity: .8
}

.flipbook-share label span {
    text-transform: uppercase;
    font-size: .9em;
    font-family: Lato, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    padding-left: 6px
}

.flipbook-share ul {
    position: relative;
    left: 0;
    right: 0;
    height: 46px;
    color: #fff;
    margin: auto;
    padding: 0;
    list-style: none
}

.flipbook-share ul li {
    font-size: 16px;
    cursor: pointer;
    width: 40px;
    margin: 0;
    padding: 9px 0;
    text-align: center;
    float: left;
    /* display: none; */
    height: 22px;
    position: relative;
    z-index: 2;
    box-sizing: content-box;
    transition: all .3s ease;
}

.flipbook-page-preloader {
    width: auto !important;
    height:  auto !important;
}

.flipbook-page-preloader-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/** preloader*/

.cssload-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 2147483647!important;
    pointer-events: none;
}

.cssload-speeding-wheel {
    width: 24px;
    height: 24px;
    /* margin: 0 auto; */
    border: 3px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
    top: 45%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 3;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

/**new preloader end*/

.flipbook-lightbox-preloader {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
}

.flipbook-loading-text {
    position: absolute;
    top: 45%;
    margin-top: 20px;
    width: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    color: #AAA !important;
}

.flipbook-loading-bg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    top: 45%;
    left: 50%;
    position: absolute;
    pointer-events: none;
    background: rgba(0, 0, 0, .2);
    margin: -20px;
    display: none;
}

.flipbook-fillPreloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    pointer-events: none;
}

.flipbook-fillPreloader img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.1s ease-out;
}

.thumb-btn-close {
    right: -15px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.flipbook-noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.flipbook-btn-active {
    background: rgba(128, 128, 128, .5);
    border: 2px solid rgba(128, 128, 128, .5) inset;
}

.flipbook-move {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
}

.flipbook-page-item{
    bottom : auto;
    right: auto;
    position: absolute;
    transition: all .2s ease-out;
}

.flipbook-page-item iframe{
    width: 100%;
    height: 100%;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.flipbook-textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.2;
    line-height: 1.0;
    color: #000;
}

.flipbook-page-htmlContent *{
    max-width: initial;
}

.flipbook-textLayer mark {
    background: #ff0;
    color: transparent;
}

.flipbook-textLayer>span {
    color: transparent !important;
    /*     color: #f00; */
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
}

.flipbook-textLayer>div {
    color: transparent !important;
    /*     color: #f00; */
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
}

.flipbook-textLayer .highlight {
    margin: -1px;
    padding: 1px;
    background-color: rgb(180, 0, 170);
    border-radius: 4px;
}

.flipbook-textLayer .highlight.begin {
    border-radius: 4px 0px 0px 4px;
}

.flipbook-textLayer .highlight.end {
    border-radius: 0px 4px 4px 0px;
}

.flipbook-textLayer .highlight.middle {
    border-radius: 0px;
}

.flipbook-textLayer .highlight.selected {
    background-color: rgb(0, 100, 0);
}

.flipbook-textLayer ::-moz-selection {
    background: rgb(0, 0, 255);
}

.flipbook-textLayer ::selection {
    background: rgb(0, 0, 255);
}

.flipbook-textLayer ::-moz-selection {
    background: rgb(0, 0, 255);
}

.flipbook-textLayer .endOfContent {
    background: initial;  /*fix for overriding bacckground color with class .active*/
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.flipbook-textLayer .endOfContent.active {
    top: 0px;
}

.flipbook-page-simple{
    /* position:absolute; */
    display:  inline-block;
}

.flipbook-page-simple-inner{
    position:absolute;
}

/*.flipbook-page-simple-inner img{
    transform:translateZ(0);
}

.flipbook-page-simple-inner canvas{
    transform:translateZ(0);
}*/

.flipbook-book-simple{
    text-align:center;
}

.flipbook-disable-text-selection{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.annotationLayer section {
  position: absolute;
  padding: 0;
  margin: 0;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a,
.flipbook-page-item-link {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--flipbook-link-color);
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-name: flashLinks;
          animation-name: flashLinks;
}

@-webkit-keyframes flashLinks {
   0% {
      background: var(--flipbook-link-color);
   }
   20% {
      background: var(--flipbook-link-color-hover);
   }
   100% {
      background: var(--flipbook-link-color);
   }
 }

@keyframes flashLinks {
   0% {
      background: var(--flipbook-link-color);
   }
   20% {
      background: var(--flipbook-link-color-hover);
   }
   100% {
      background: var(--flipbook-link-color);
   }
 }

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover,
.flipbook-page-item-link:hover {
  background: var(--flipbook-link-color-hover) !important;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

/* print.js https://github.com/crabbly/Print.js/releases/tag/v1.5.0 */

.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#045fb4;width:100%;height:100%;background-color:hsla(0,0%,100%,.9)}

.printClose{position:absolute;right:10px;top:10px}

.printClose:before{content:"\00D7";font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}

.printSpinner{margin-top:3px;margin-left:-40px;position:absolute;display:inline-block;width:25px;height:25px;border:2px solid #045fb4;border-radius:50%;-webkit-animation:spin .75s linear infinite;animation:spin .75s linear infinite}

.printSpinner:after,.printSpinner:before{left:-2px;top:-2px;display:none;position:absolute;content:"";width:inherit;height:inherit;border:inherit;border-radius:inherit}

.printSpinner,.printSpinner:after,.printSpinner:before{display:inline-block;border-color:#045fb4 transparent transparent;-webkit-animation-duration:1.2s;animation-duration:1.2s}

.printSpinner:before{transform:rotate(120deg)}

.printSpinner:after{transform:rotate(240deg)}

@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*# sourceMappingURL=styles.css.map*/