/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

[dir=ltr] .ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

[dir=rtl] .ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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 {
  width: 15px;
  height: 15px;
  display: inline-block; }

[dir] .ball-pulse > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[dir=rtl] .ball-pulse > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

[dir=ltr] .ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

[dir=rtl] .ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

[dir=ltr] .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; }

[dir=rtl] .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; }

[dir=ltr] .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; }

[dir=rtl] .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; }

[dir=ltr] .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; }

[dir=rtl] .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 {
  width: 15px;
  height: 15px;
  display: inline-block; }

[dir] .ball-pulse-sync > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-pulse-sync > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[dir=rtl] .ball-pulse-sync > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  width: 15px;
  height: 15px;
  display: inline-block;
  height: 60px;
  width: 60px; }

[dir] .ball-scale > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

[dir=rtl] .ball-scale > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  width: 15px;
  height: 15px;
  display: inline-block;
  height: 60px;
  width: 60px; }

[dir] .ball-scale > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

[dir=rtl] .ball-scale > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -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 {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px; }
  [dir] .ball-scale-random > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-scale-random > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }
  [dir=rtl] .ball-scale-random > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite; }
    [dir=ltr] .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; }
    [dir=rtl] .ball-scale-random > div:nth-child(1) {
      margin-right: -7px;
      -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
              animation: ball-scale 1s 0.2s ease-in-out infinite; }
    [dir] .ball-scale-random > div:nth-child(3) {
      margin-top: 9px; }
    [dir=ltr] .ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite; }
    [dir=rtl] .ball-scale-random > div:nth-child(3) {
      margin-right: -2px;
      -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
              animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    width: 15px;
    height: 15px;
    position: relative; }
  [dir] .ball-rotate > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-rotate > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [dir=rtl] .ball-rotate > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    [dir=ltr] .ball-rotate > div:first-child {
  -webkit-animation:  rotate-ltr 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation:  rotate-ltr 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    [dir=rtl] .ball-rotate > div:first-child {
      -webkit-animation:  rotate-rtl 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
              animation:  rotate-rtl 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      width: 15px;
      height: 15px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    [dir] .ball-rotate > div:before, [dir] .ball-rotate > div:after {
      background-color: #fff;
      border-radius: 100%;
      margin: 2px; }
    .ball-rotate > div:before {
      top: 0px; }
    [dir=ltr] .ball-rotate > div:before {
  left: -28px; }
    [dir=rtl] .ball-rotate > div:before {
      right: -28px; }
    .ball-rotate > div:after {
      top: 0px; }
    [dir=ltr] .ball-rotate > div:after {
  left: 25px; }
    [dir=rtl] .ball-rotate > div:after {
      right: 25px; }

@keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.6);
            transform: rotate(-180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1); } }

.ball-clip-rotate > div {
  width: 15px;
  height: 15px;
  height: 25px;
  width: 25px;
  display: inline-block; }

[dir] .ball-clip-rotate > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  background: transparent !important; }

[dir=ltr] .ball-clip-rotate > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation:  rotate-ltr 0.75s 0s linear infinite;
  animation:  rotate-ltr 0.75s 0s linear infinite; }

[dir=rtl] .ball-clip-rotate > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation:  rotate-rtl 0.75s 0s linear infinite;
          animation:  rotate-rtl 0.75s 0s linear infinite; }

@keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.6);
            transform: rotate(-180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px); }

[dir] .ball-clip-rotate-pulse {
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    position: absolute;
    top: 0px; }
  [dir] .ball-clip-rotate-pulse > div {
    border-radius: 100%; }
  [dir=ltr] .ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: 0px; }
  [dir=rtl] .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    right: 0px; }
    .ball-clip-rotate-pulse > div:first-child {
      height: 16px;
      width: 16px;
      top: 7px; }
    [dir] .ball-clip-rotate-pulse > div:first-child {
      background: #fff; }
    [dir=ltr] .ball-clip-rotate-pulse > div:first-child {
  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; }
    [dir=rtl] .ball-clip-rotate-pulse > div:first-child {
      right: -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;
      width: 30px;
      height: 30px;
      top: -2px; }
    [dir] .ball-clip-rotate-pulse > div:last-child {
      border: 2px solid #fff;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent; }
    [dir=ltr] .ball-clip-rotate-pulse > div:last-child {
  left: -16px;
  -webkit-animation:  rotate-ltr 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation:  rotate-ltr 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
    [dir=rtl] .ball-clip-rotate-pulse > div:last-child {
      right: -16px;
      -webkit-animation:  rotate-rtl 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation:  rotate-rtl 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }

@keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.6);
            transform: rotate(-180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    position: absolute;
    top: -20px;
    height: 35px;
    width: 35px; }
  [dir] .ball-clip-rotate-multiple > div {
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%; }
  [dir=ltr] .ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: -20px;
  -webkit-animation:  rotate-ltr 1s 0s ease-in-out infinite;
  animation:  rotate-ltr 1s 0s ease-in-out infinite; }
  [dir=rtl] .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    right: -20px;
    -webkit-animation:  rotate-rtl 1s 0s ease-in-out infinite;
            animation:  rotate-rtl 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      width: 15px;
      height: 15px; }
    [dir] .ball-clip-rotate-multiple > div:last-child {
      border-color: #fff transparent #fff transparent; }
    [dir=ltr] .ball-clip-rotate-multiple > div:last-child {
  left: -10px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }
    [dir=rtl] .ball-clip-rotate-multiple > div:last-child {
      right: -10px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  height: 50px;
  width: 50px; }

[dir] .ball-scale-ripple > div {
  border-radius: 100%;
  border: 2px solid #fff; }

[dir=ltr] .ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -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); }

[dir=rtl] .ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -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% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px); }

[dir] .ball-scale-ripple-multiple {
          transform: translateY(-25px); }
  [dir=ltr] .ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }
  [dir=rtl] .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  [dir=ltr] .ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }
  [dir=rtl] .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  [dir=ltr] .ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }
  [dir=rtl] .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  [dir=ltr] .ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }
  [dir=rtl] .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    position: absolute;
    top: -2px;
    width: 50px;
    height: 50px; }
  [dir] .ball-scale-ripple-multiple > div {
    border-radius: 100%;
    border: 2px solid #fff; }
  [dir=ltr] .ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: -26px;
  -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); }
  [dir=rtl] .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    right: -26px;
    -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;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-beat > div {
  width: 15px;
  height: 15px;
  display: inline-block; }

[dir] .ball-beat > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-beat > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }

[dir=rtl] .ball-beat > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  [dir=ltr] .ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }
  [dir=rtl] .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px); }

[dir] .ball-scale-multiple {
          transform: translateY(-30px); }
  [dir=ltr] .ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }
  [dir=rtl] .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  [dir=ltr] .ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }
  [dir=rtl] .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 60px;
    height: 60px; }
  [dir] .ball-scale-multiple > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    margin: 0; }
  [dir=ltr] .ball-scale-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: -30px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }
  [dir=rtl] .ball-scale-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    right: -30px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1-ltr {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-1-rtl {
  33% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  66% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1-ltr {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1-rtl {
  33% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  66% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2-ltr {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2-rtl {
  33% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  66% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2-ltr {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2-rtl {
  33% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  66% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3-ltr {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3-rtl {
  33% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  66% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3-ltr {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3-rtl {
  33% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  66% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative; }

[dir=ltr] .ball-triangle-path {
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px); }

[dir=rtl] .ball-triangle-path {
  -webkit-transform: translate(29.994px, -37.50938px);
      -ms-transform: translate(29.994px, -37.50938px);
          transform: translate(29.994px, -37.50938px); }
  [dir=ltr] .ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name:  ball-triangle-path-1-ltr ;
  animation-name:  ball-triangle-path-1-ltr ;
  -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; }
  [dir=rtl] .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name:  ball-triangle-path-1-rtl ;
            animation-name:  ball-triangle-path-1-rtl ;
    -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; }
  [dir=ltr] .ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name:  ball-triangle-path-2-ltr ;
  animation-name:  ball-triangle-path-2-ltr ;
  -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; }
  [dir=rtl] .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name:  ball-triangle-path-2-rtl ;
            animation-name:  ball-triangle-path-2-rtl ;
    -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; }
  [dir=ltr] .ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name:  ball-triangle-path-3-ltr ;
  animation-name:  ball-triangle-path-3-ltr ;
  -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; }
  [dir=rtl] .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name:  ball-triangle-path-3-rtl ;
            animation-name:  ball-triangle-path-3-rtl ;
    -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 {
    position: absolute;
    width: 10px;
    height: 10px; }
  [dir] .ball-triangle-path > div {
    border-radius: 100%;
    border: 1px solid #fff; }
  [dir=ltr] .ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [dir=rtl] .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    [dir=ltr] .ball-triangle-path > div:nth-of-type(2) {
  left: 25px; }
    [dir=rtl] .ball-triangle-path > div:nth-of-type(2) {
      right: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px; }
    [dir=ltr] .ball-triangle-path > div:nth-of-type(3) {
  left: 50px; }
    [dir=rtl] .ball-triangle-path > div:nth-of-type(3) {
      right: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

.ball-pulse-rise > div {
  width: 15px;
  height: 15px;
  display: inline-block; }

[dir] .ball-pulse-rise > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px; }

[dir=ltr] .ball-pulse-rise > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -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; }

[dir=rtl] .ball-pulse-rise > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -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; }
  [dir=ltr] .ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even; }
  [dir=rtl] .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
            animation-name: ball-pulse-rise-even; }
  [dir=ltr] .ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd; }
  [dir=rtl] .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; }
  [dir=ltr] .ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 1.27s;
  animation-duration: 1.27s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s;
    -webkit-animation-duration: 1.27s;
            animation-duration: 1.27s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.52s;
  animation-duration: 1.52s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 1.52s;
            animation-duration: 1.52s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.14s;
            animation-delay: 0.14s;
    -webkit-animation-duration: 0.61s;
            animation-duration: 0.61s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.82s;
  animation-duration: 0.82s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-duration: 0.82s;
            animation-duration: 0.82s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.01s;
  animation-delay: -0.01s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: -0.01s;
            animation-delay: -0.01s;
    -webkit-animation-duration: 1.24s;
            animation-duration: 1.24s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.35s;
  animation-duration: 1.35s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: -0.07s;
            animation-delay: -0.07s;
    -webkit-animation-duration: 1.35s;
            animation-duration: 1.35s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
  -webkit-animation-duration: 1.44s;
  animation-duration: 1.44s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: 0.29s;
            animation-delay: 0.29s;
    -webkit-animation-duration: 1.44s;
            animation-duration: 1.44s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 1.19s;
  animation-duration: 1.19s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.63s;
            animation-delay: 0.63s;
    -webkit-animation-duration: 1.19s;
            animation-duration: 1.19s; }
  [dir=ltr] .ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s; }
  [dir=rtl] .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s;
    -webkit-animation-duration: 1.48s;
            animation-duration: 1.48s; }
  .ball-grid-beat > div {
    width: 15px;
    height: 15px;
    display: inline-block; }
  [dir] .ball-grid-beat > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-grid-beat > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  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; }
  [dir=rtl] .ball-grid-beat > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    float: right;
    -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% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.58s;
            animation-delay: 0.58s;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.01s;
  animation-delay: 0.01s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-duration: 0.94s;
            animation-duration: 0.94s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.43s;
  animation-duration: 1.43s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 0.74s;
  animation-duration: 0.74s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: -0.03s;
            animation-delay: -0.03s;
    -webkit-animation-duration: 0.74s;
            animation-duration: 0.74s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s;
    -webkit-animation-duration: 0.68s;
            animation-duration: 0.68s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 1.41s;
  animation-duration: 1.41s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.46s;
            animation-delay: 0.46s;
    -webkit-animation-duration: 1.41s;
            animation-duration: 1.41s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
  -webkit-animation-duration: 1.56s;
  animation-duration: 1.56s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.02s;
            animation-delay: 0.02s;
    -webkit-animation-duration: 1.56s;
            animation-duration: 1.56s; }
  [dir=ltr] .ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  -webkit-animation-duration: 0.78s;
  animation-duration: 0.78s; }
  [dir=rtl] .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.78s;
            animation-duration: 0.78s; }
  .ball-grid-pulse > div {
    width: 15px;
    height: 15px;
    display: inline-block; }
  [dir] .ball-grid-pulse > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-grid-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }
  [dir=rtl] .ball-grid-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    float: right;
    -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;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px; }

[dir=ltr] .ball-spin-fade-loader {
  left: -10px; }

[dir=rtl] .ball-spin-fade-loader {
  right: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(1) {
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(1) {
    right: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
            animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(2) {
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(2) {
    right: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
            animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(3) {
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(3) {
    right: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
            animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(4) {
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(4) {
    right: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
            animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(5) {
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(5) {
    right: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
            animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(6) {
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(6) {
    right: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
            animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(7) {
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(7) {
    right: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
            animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px; }
  [dir=ltr] .ball-spin-fade-loader > div:nth-child(8) {
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  [dir=rtl] .ball-spin-fade-loader > div:nth-child(8) {
    right: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
            animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    width: 15px;
    height: 15px;
    position: absolute; }
  [dir] .ball-spin-fade-loader > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [dir=rtl] .ball-spin-fade-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-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; }
  [dir=ltr] .ball-spin-loader > span:nth-child(1) {
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(1) {
    right: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
            animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px; }
  [dir=ltr] .ball-spin-loader > span:nth-child(2) {
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(2) {
    right: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
            animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0; }
  [dir=ltr] .ball-spin-loader > span:nth-child(3) {
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(3) {
    right: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
            animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px; }
  [dir=ltr] .ball-spin-loader > span:nth-child(4) {
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(4) {
    right: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
            animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px; }
  [dir=ltr] .ball-spin-loader > span:nth-child(5) {
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(5) {
    right: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
            animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px; }
  [dir=ltr] .ball-spin-loader > span:nth-child(6) {
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(6) {
    right: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
            animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0; }
  [dir=ltr] .ball-spin-loader > span:nth-child(7) {
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(7) {
    right: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
            animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px; }
  [dir=ltr] .ball-spin-loader > span:nth-child(8) {
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear; }
  [dir=rtl] .ball-spin-loader > span:nth-child(8) {
    right: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
            animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    position: absolute;
    width: 15px;
    height: 15px; }
  [dir] .ball-spin-loader > div {
    border-radius: 100%;
    background: green; }
  [dir=ltr] .ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [dir=rtl] .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-webkit-keyframes ball-zig-ltr {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zig-rtl {
  33% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  66% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-ltr {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-rtl {
  33% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  66% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-ltr {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-rtl {
  33% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  66% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-ltr {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-rtl {
  33% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  66% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative; }

[dir=ltr] .ball-zig-zag {
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

[dir=rtl] .ball-zig-zag {
  -webkit-transform: translate(15px, -15px);
      -ms-transform: translate(15px, -15px);
          transform: translate(15px, -15px); }
  .ball-zig-zag > div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px; }
  [dir] .ball-zig-zag > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-zig-zag > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-left: 15px;
  left: -7px; }
  [dir=rtl] .ball-zig-zag > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    margin-right: 15px;
    right: -7px; }
    [dir=ltr] .ball-zig-zag > div:first-child {
  -webkit-animation:  ball-zig-ltr 0.7s 0s infinite linear;
  animation:  ball-zig-ltr 0.7s 0s infinite linear; }
    [dir=rtl] .ball-zig-zag > div:first-child {
      -webkit-animation:  ball-zig-rtl 0.7s 0s infinite linear;
              animation:  ball-zig-rtl 0.7s 0s infinite linear; }
    [dir=ltr] .ball-zig-zag > div:last-child {
  -webkit-animation:  ball-zag-ltr 0.7s 0s infinite linear;
  animation:  ball-zag-ltr 0.7s 0s infinite linear; }
    [dir=rtl] .ball-zig-zag > div:last-child {
      -webkit-animation:  ball-zag-rtl 0.7s 0s infinite linear;
              animation:  ball-zag-rtl 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect-ltr {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zig-deflect-rtl {
  17% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  34% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  84% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-deflect-ltr {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-deflect-rtl {
  17% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  34% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  84% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect-ltr {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect-rtl {
  17% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  34% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  84% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-deflect-ltr {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-deflect-rtl {
  17% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  34% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  84% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative; }

[dir=ltr] .ball-zig-zag-deflect {
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

[dir=rtl] .ball-zig-zag-deflect {
  -webkit-transform: translate(15px, -15px);
      -ms-transform: translate(15px, -15px);
          transform: translate(15px, -15px); }
  .ball-zig-zag-deflect > div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px; }
  [dir] .ball-zig-zag-deflect > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px; }
  [dir=ltr] .ball-zig-zag-deflect > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-left: 15px;
  left: -7px; }
  [dir=rtl] .ball-zig-zag-deflect > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    margin-right: 15px;
    right: -7px; }
    [dir=ltr] .ball-zig-zag-deflect > div:first-child {
  -webkit-animation:  ball-zig-deflect-ltr 1.5s 0s infinite linear;
  animation:  ball-zig-deflect-ltr 1.5s 0s infinite linear; }
    [dir=rtl] .ball-zig-zag-deflect > div:first-child {
      -webkit-animation:  ball-zig-deflect-rtl 1.5s 0s infinite linear;
              animation:  ball-zig-deflect-rtl 1.5s 0s infinite linear; }
    [dir=ltr] .ball-zig-zag-deflect > div:last-child {
  -webkit-animation:  ball-zag-deflect-ltr 1.5s 0s infinite linear;
  animation:  ball-zag-deflect-ltr 1.5s 0s infinite linear; }
    [dir=rtl] .ball-zig-zag-deflect > div:last-child {
      -webkit-animation:  ball-zag-deflect-rtl 1.5s 0s infinite linear;
              animation:  ball-zag-deflect-rtl 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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); }

[dir=ltr] .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); }

[dir=rtl] .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 {
  width: 4px;
  height: 35px;
  display: inline-block; }

[dir] .line-scale > div {
  background-color: #fff;
  border-radius: 2px;
  margin: 2px; }

[dir=ltr] .line-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[dir=rtl] .line-scale > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

[dir=ltr] .line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.09s;
  animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
  animation-duration: 0.83s; }

[dir=rtl] .line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.09s;
          animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
          animation-duration: 0.83s; }

[dir=ltr] .line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s; }

[dir=rtl] .line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
          animation-duration: 0.64s; }

[dir=ltr] .line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s; }

[dir=rtl] .line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
          animation-duration: 0.39s; }

[dir=ltr] .line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
  animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
  animation-duration: 0.52s; }

[dir=rtl] .line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
          animation-duration: 0.52s; }

.line-scale-party > div {
  width: 4px;
  height: 35px;
  display: inline-block; }

[dir] .line-scale-party > div {
  background-color: #fff;
  border-radius: 2px;
  margin: 2px; }

[dir=ltr] .line-scale-party > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

[dir=rtl] .line-scale-party > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  width: 4px;
  height: 35px;
  display: inline-block; }

[dir] .line-scale-pulse-out > div {
  background-color: #fff;
  border-radius: 2px;
  margin: 2px; }

[dir=ltr] .line-scale-pulse-out > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -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); }

[dir=rtl] .line-scale-pulse-out > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -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); }
  [dir=ltr] .line-scale-pulse-out > div:nth-child(2), [dir=ltr] .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important; }
  [dir=rtl] .line-scale-pulse-out > div:nth-child(2), [dir=rtl] .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  [dir=ltr] .line-scale-pulse-out > div:nth-child(1), [dir=ltr] .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important; }
  [dir=rtl] .line-scale-pulse-out > div:nth-child(1), [dir=rtl] .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% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  width: 4px;
  height: 35px;
  display: inline-block; }

[dir] .line-scale-pulse-out-rapid > div {
  background-color: #fff;
  border-radius: 2px;
  margin: 2px; }

[dir=ltr] .line-scale-pulse-out-rapid > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -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); }

[dir=rtl] .line-scale-pulse-out-rapid > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -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); }
  [dir=ltr] .line-scale-pulse-out-rapid > div:nth-child(2), [dir=ltr] .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important; }
  [dir=rtl] .line-scale-pulse-out-rapid > div:nth-child(2), [dir=rtl] .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  [dir=ltr] .line-scale-pulse-out-rapid > div:nth-child(1), [dir=ltr] .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important; }
  [dir=rtl] .line-scale-pulse-out-rapid > div:nth-child(1), [dir=rtl] .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; }

[dir=ltr] .line-spin-fade-loader {
  left: -4px; }

[dir=rtl] .line-spin-fade-loader {
  right: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(1) {
  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; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(1) {
    right: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(2) {
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(2) {
    right: 13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(3) {
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(3) {
    right: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(4) {
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(4) {
    right: 13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(5) {
  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; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(5) {
    right: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(6) {
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(6) {
    right: -13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(7) {
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(7) {
    right: -20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px; }
  [dir=ltr] .line-spin-fade-loader > div:nth-child(8) {
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  [dir=rtl] .line-spin-fade-loader > div:nth-child(8) {
    right: -13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    width: 4px;
    height: 35px;
    position: absolute;
    width: 5px;
    height: 15px; }
  [dir] .line-spin-fade-loader > div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px; }
  [dir=ltr] .line-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [dir=rtl] .line-spin-fade-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin-ltr {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@-webkit-keyframes triangle-skew-spin-rtl {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(-180deg);
            transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin-ltr {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin-rtl {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(-180deg);
            transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  width: 0;
  height: 0; }

[dir] .triangle-skew-spin > div {
  border-bottom: 20px solid #fff; }

[dir=ltr] .triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-animation:  triangle-skew-spin-ltr 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation:  triangle-skew-spin-ltr 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

[dir=rtl] .triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  -webkit-animation:  triangle-skew-spin-rtl 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation:  triangle-skew-spin-rtl 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin-ltr {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@-webkit-keyframes square-spin-rtl {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(-180deg);
            transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin-ltr {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin-rtl {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(-180deg);
            transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  width: 50px;
  height: 50px; }

[dir] .square-spin > div {
  background: #fff;
  border: 1px solid red; }

[dir=ltr] .square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation:  square-spin-ltr 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation:  square-spin-ltr 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

[dir=rtl] .square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation:  square-spin-rtl 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation:  square-spin-rtl 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up-ltr {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_up-rtl {
  0% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  50% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); } }

@keyframes rotate_pacman_half_up-ltr {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up-rtl {
  0% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  50% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); } }

@-webkit-keyframes rotate_pacman_half_down-ltr {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes rotate_pacman_half_down-rtl {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@keyframes rotate_pacman_half_down-ltr {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down-rtl {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@-webkit-keyframes pacman-balls-ltr {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@-webkit-keyframes pacman-balls-rtl {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(100px, -6.25px);
            transform: translate(100px, -6.25px); } }

@keyframes pacman-balls-ltr {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls-rtl {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(100px, -6.25px);
            transform: translate(100px, -6.25px); } }

.pacman {
  position: relative; }
  [dir=ltr] .pacman > div:nth-child(2) {
  -webkit-animation:  pacman-balls-ltr 1s -0.99s infinite linear;
  animation:  pacman-balls-ltr 1s -0.99s infinite linear; }
  [dir=rtl] .pacman > div:nth-child(2) {
    -webkit-animation:  pacman-balls-rtl 1s -0.99s infinite linear;
            animation:  pacman-balls-rtl 1s -0.99s infinite linear; }
  [dir=ltr] .pacman > div:nth-child(3) {
  -webkit-animation:  pacman-balls-ltr 1s -0.66s infinite linear;
  animation:  pacman-balls-ltr 1s -0.66s infinite linear; }
  [dir=rtl] .pacman > div:nth-child(3) {
    -webkit-animation:  pacman-balls-rtl 1s -0.66s infinite linear;
            animation:  pacman-balls-rtl 1s -0.66s infinite linear; }
  [dir=ltr] .pacman > div:nth-child(4) {
  -webkit-animation:  pacman-balls-ltr 1s -0.33s infinite linear;
  animation:  pacman-balls-ltr 1s -0.33s infinite linear; }
  [dir=rtl] .pacman > div:nth-child(4) {
    -webkit-animation:  pacman-balls-rtl 1s -0.33s infinite linear;
            animation:  pacman-balls-rtl 1s -0.33s infinite linear; }
  [dir=ltr] .pacman > div:nth-child(5) {
  -webkit-animation:  pacman-balls-ltr 1s 0s infinite linear;
  animation:  pacman-balls-ltr 1s 0s infinite linear; }
  [dir=rtl] .pacman > div:nth-child(5) {
    -webkit-animation:  pacman-balls-rtl 1s 0s infinite linear;
            animation:  pacman-balls-rtl 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    position: relative; }
  [dir] .pacman > div:first-of-type {
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px; }
  [dir=ltr] .pacman > div:first-of-type {
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  -webkit-animation:  rotate_pacman_half_up-ltr 0.5s 0s infinite;
  animation:  rotate_pacman_half_up-ltr 0.5s 0s infinite;
  left: -30px; }
  [dir=rtl] .pacman > div:first-of-type {
    border-left: 25px solid transparent;
    border-right: 25px solid #fff;
    -webkit-animation:  rotate_pacman_half_up-rtl 0.5s 0s infinite;
            animation:  rotate_pacman_half_up-rtl 0.5s 0s infinite;
    right: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    position: relative; }
  [dir] .pacman > div:nth-child(2) {
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    margin-top: -50px; }
  [dir=ltr] .pacman > div:nth-child(2) {
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  -webkit-animation:  rotate_pacman_half_down-ltr 0.5s 0s infinite;
  animation:  rotate_pacman_half_down-ltr 0.5s 0s infinite;
  left: -30px; }
  [dir=rtl] .pacman > div:nth-child(2) {
    border-left: 25px solid transparent;
    border-right: 25px solid #fff;
    -webkit-animation:  rotate_pacman_half_down-rtl 0.5s 0s infinite;
            animation:  rotate_pacman_half_down-rtl 0.5s 0s infinite;
    right: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    width: 15px;
    height: 15px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
    top: 25px; }
  [dir] .pacman > div:nth-child(3), [dir] .pacman > div:nth-child(4), [dir] .pacman > div:nth-child(5), [dir] .pacman > div:nth-child(6) {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
            transform: translate(0, -6.25px); }
  [dir=ltr] .pacman > div:nth-child(3), [dir=ltr] .pacman > div:nth-child(4), [dir=ltr] .pacman > div:nth-child(5), [dir=ltr] .pacman > div:nth-child(6) {
  left: 70px; }
  [dir=rtl] .pacman > div:nth-child(3), [dir=rtl] .pacman > div:nth-child(4), [dir=rtl] .pacman > div:nth-child(5), [dir=rtl] .pacman > div:nth-child(6) {
    right: 70px; }

@-webkit-keyframes cube-transition-ltr {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-webkit-keyframes cube-transition-rtl {
  25% {
    -webkit-transform: translateX(-50px) scale(0.5) rotate(90deg);
            transform: translateX(-50px) scale(0.5) rotate(90deg); }
  50% {
    -webkit-transform: translate(-50px, 50px) rotate(180deg);
            transform: translate(-50px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(270deg);
            transform: translateY(50px) scale(0.5) rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes cube-transition-ltr {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes cube-transition-rtl {
  25% {
    -webkit-transform: translateX(-50px) scale(0.5) rotate(90deg);
            transform: translateX(-50px) scale(0.5) rotate(90deg); }
  50% {
    -webkit-transform: translate(-50px, 50px) rotate(180deg);
            transform: translate(-50px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(270deg);
            transform: translateY(50px) scale(0.5) rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.cube-transition {
  position: relative; }

[dir=ltr] .cube-transition {
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px); }

[dir=rtl] .cube-transition {
  -webkit-transform: translate(25px, -25px);
      -ms-transform: translate(25px, -25px);
          transform: translate(25px, -25px); }
  .cube-transition > div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px; }
  [dir] .cube-transition > div {
    background-color: #fff; }
  [dir=ltr] .cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left: -5px;
  -webkit-animation:  cube-transition-ltr 1.6s 0s infinite ease-in-out;
  animation:  cube-transition-ltr 1.6s 0s infinite ease-in-out; }
  [dir=rtl] .cube-transition > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    right: -5px;
    -webkit-animation:  cube-transition-rtl 1.6s 0s infinite ease-in-out;
            animation:  cube-transition-rtl 1.6s 0s infinite ease-in-out; }
    [dir=ltr] .cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }
    [dir=rtl] .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin-rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes spin-rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    width: 100%;
    height: 100%; }
  [dir] .semi-circle-spin > div {
    border-width: 0px;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%); }
  [dir=ltr] .semi-circle-spin > div {
  -webkit-animation:  spin-rotate-ltr 0.6s 0s infinite linear;
  animation:  spin-rotate-ltr 0.6s 0s infinite linear; }
  [dir=rtl] .semi-circle-spin > div {
    -webkit-animation:  spin-rotate-rtl 0.6s 0s infinite linear;
            animation:  spin-rotate-rtl 0.6s 0s infinite linear; }

@-webkit-keyframes bar-progress-ltr {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

@-webkit-keyframes bar-progress-rtl {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(-6%) scaleY(10%);
            transform: translateX(-6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(-20%) scaleY(20%);
            transform: translateX(-20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-6%) scaleY(10%);
            transform: translateX(-6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

@keyframes bar-progress-ltr {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

@keyframes bar-progress-rtl {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(-6%) scaleY(10%);
            transform: translateX(-6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(-20%) scaleY(20%);
            transform: translateX(-20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-6%) scaleY(10%);
            transform: translateX(-6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

.bar-progress {
  width: 30%;
  height: 12px; }
  .bar-progress > div {
    position: relative;
    width: 20%;
    height: 12px;
    opacity: 1; }
  [dir] .bar-progress > div {
    border-radius: 10px;
    background-color: #fff; }
  [dir=ltr] .bar-progress > div {
  -webkit-animation:  bar-progress-ltr 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
  animation:  bar-progress-ltr 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite; }
  [dir=rtl] .bar-progress > div {
    -webkit-animation:  bar-progress-rtl 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
            animation:  bar-progress-rtl 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite; }

@-webkit-keyframes bar-swing-ltr {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@-webkit-keyframes bar-swing-rtl {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@keyframes bar-swing-ltr {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@keyframes bar-swing-rtl {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

.bar-swing {
  width: 30%;
  height: 8px; }
  .bar-swing > div {
    position: relative;
    width: 30%;
    height: 8px; }
  [dir] .bar-swing > div {
    border-radius: 10px;
    background-color: #fff; }
  [dir=ltr] .bar-swing > div {
  -webkit-animation:  bar-swing-ltr 1.5s infinite;
  animation:  bar-swing-ltr 1.5s infinite; }
  [dir=rtl] .bar-swing > div {
    -webkit-animation:  bar-swing-rtl 1.5s infinite;
            animation:  bar-swing-rtl 1.5s infinite; }

@-webkit-keyframes bar-swing-container-ltr {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bar-swing-container-rtl {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bar-swing-container-ltr {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bar-swing-container-rtl {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.bar-swing-container {
  width: 20%;
  height: 8px;
  position: relative; }
  .bar-swing-container div:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 12px; }
  [dir] .bar-swing-container div:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px; }
  .bar-swing-container div:nth-child(2) {
    position: absolute;
    width: 30%;
    height: 8px; }
  [dir] .bar-swing-container div:nth-child(2) {
    border-radius: 10px;
    background-color: #fff;
    margin: 2px 2px 0; }
  [dir=ltr] .bar-swing-container div:nth-child(2) {
  -webkit-animation:  bar-swing-container-ltr 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
  animation:  bar-swing-container-ltr 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite; }
  [dir=rtl] .bar-swing-container div:nth-child(2) {
    -webkit-animation:  bar-swing-container-rtl 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
            animation:  bar-swing-container-rtl 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite; }

.sk-spinner {
  color: #333;
}

[dir] .sk-spinner > div {
  background-color: currentColor;
}

[dir] .ball-triangle-path > div, [dir] .ball-scale-ripple-multiple > div, [dir] .ball-scale-ripple > div {
  background-color: initial;
  border-color: currentColor;
}

[dir] .ball-clip-rotate > div {
  background-color: initial;
  border-top-color: currentColor;
}

[dir=ltr] .ball-clip-rotate > div {
  border-right-color: currentColor;
  border-left-color: currentColor;
}

[dir=rtl] .ball-clip-rotate > div {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

[dir] .ball-clip-rotate-pulse > div:first-child {
  background-color: currentColor;
}
[dir] .ball-clip-rotate-pulse > div:last-child {
  background-color: initial;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

[dir] .ball-clip-rotate-multiple > div:first-child {
  background-color: initial;
}

[dir=ltr] .ball-clip-rotate-multiple > div:first-child {
  border-right-color: currentColor;
  border-left-color: currentColor;
}

[dir=rtl] .ball-clip-rotate-multiple > div:first-child {
  border-left-color: currentColor;
  border-right-color: currentColor;
}
[dir] .ball-clip-rotate-multiple > div:last-child {
  background-color: initial;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

[dir] .triangle-skew-spin > div {
  background-color: initial;
  border-bottom-color: currentColor;
}

[dir] .pacman > div:nth-child(1), [dir] .pacman > div:nth-child(2) {
  background-color: initial;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

[dir=ltr] .pacman > div:nth-child(1), [dir=ltr] .pacman > div:nth-child(2) {
  border-left-color: currentColor;
}

[dir=rtl] .pacman > div:nth-child(1), [dir=rtl] .pacman > div:nth-child(2) {
  border-right-color: currentColor;
}

[dir] .pacman > div:nth-child(3), [dir] .pacman > div:nth-child(4), [dir] .pacman > div:nth-child(5) {
  background-color: currentColor;
}

@-webkit-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-moz-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-ms-keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes sk-fade-in {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

[dir=ltr] .sk-fade-in {
  -webkit-animation: sk-fade-in 2s;
  -moz-animation: sk-fade-in 2s;
  -o-animation: sk-fade-in 2s;
  -ms-animation: sk-fade-in 2s;
  animation: sk-fade-in 2s;
}

[dir=rtl] .sk-fade-in {
  -webkit-animation: sk-fade-in 2s;
  -moz-animation: sk-fade-in 2s;
  -o-animation: sk-fade-in 2s;
  -ms-animation: sk-fade-in 2s;
  animation: sk-fade-in 2s;
}

[dir=ltr] .sk-fade-in-half-second {
  -webkit-animation: sk-fade-in 1s;
  -moz-animation: sk-fade-in 1s;
  -o-animation: sk-fade-in 1s;
  -ms-animation: sk-fade-in 1s;
  animation: sk-fade-in 1s;
}

[dir=rtl] .sk-fade-in-half-second {
  -webkit-animation: sk-fade-in 1s;
  -moz-animation: sk-fade-in 1s;
  -o-animation: sk-fade-in 1s;
  -ms-animation: sk-fade-in 1s;
  animation: sk-fade-in 1s;
}

[dir=ltr] .sk-fade-in-quarter-second {
  -webkit-animation: sk-fade-in 0.5s;
  -moz-animation: sk-fade-in 0.5s;
  -o-animation: sk-fade-in 0.5s;
  -ms-animation: sk-fade-in 0.5s;
  animation: sk-fade-in 0.5s;
}

[dir=rtl] .sk-fade-in-quarter-second {
  -webkit-animation: sk-fade-in 0.5s;
  -moz-animation: sk-fade-in 0.5s;
  -o-animation: sk-fade-in 0.5s;
  -ms-animation: sk-fade-in 0.5s;
  animation: sk-fade-in 0.5s;
}

.sk-chasing-dots {
  width: 27px;
  height: 27px;
  position: relative;
}[dir=ltr] .sk-chasing-dots {
  -webkit-animation:  sk-rotate-ltr 2.0s infinite linear;
  animation:  sk-rotate-ltr 2.0s infinite linear;
}[dir=rtl] .sk-chasing-dots {

  -webkit-animation:  sk-rotate-rtl 2.0s infinite linear;
  animation:  sk-rotate-rtl 2.0s infinite linear;
}

.sk-chasing-dots > div {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
}

[dir] .sk-chasing-dots > div {
  background-color: currentColor;
  border-radius: 100%;
}

[dir=ltr] .sk-chasing-dots > div {
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

[dir=rtl] .sk-chasing-dots > div {

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.sk-chasing-dots > div:last-child {
  top: auto;
  bottom: 0;
}

[dir=ltr] .sk-chasing-dots > div:last-child {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

[dir=rtl] .sk-chasing-dots > div:last-child {

  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate-ltr { 100% { -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-rotate-rtl { 100% { -webkit-transform: rotate(-360deg) }}
@keyframes sk-rotate-ltr {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate-rtl {
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.sk-circle {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-circle > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

[dir] .sk-circle > div {
  background-color: initial;
}

[dir=ltr] .sk-circle > div {
  left: 0;
}

[dir=rtl] .sk-circle > div {
  right: 0;
}

.sk-circle > div::before {
  content: '';
  display: block;
  width: 20%;
  height: 20%;
  /* Prevent first frame from flickering when animation starts */
}

[dir] .sk-circle > div::before {
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 100%;
}

[dir=ltr] .sk-circle > div::before {
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out;
  animation: sk-bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir=rtl] .sk-circle > div::before {

  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out;
  animation: sk-bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir=ltr] .sk-circle > div:nth-child(2)  {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)  }

[dir=rtl] .sk-circle > div:nth-child(2)  { -webkit-transform: rotate(-30deg);  transform: rotate(-30deg)  }
[dir=ltr] .sk-circle > div:nth-child(3)  {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)  }
[dir=rtl] .sk-circle > div:nth-child(3)  { -webkit-transform: rotate(-60deg);  transform: rotate(-60deg)  }
[dir=ltr] .sk-circle > div:nth-child(4)  {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)  }
[dir=rtl] .sk-circle > div:nth-child(4)  { -webkit-transform: rotate(-90deg);  transform: rotate(-90deg)  }
[dir=ltr] .sk-circle > div:nth-child(5)  {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg) }
[dir=rtl] .sk-circle > div:nth-child(5)  { -webkit-transform: rotate(-120deg); transform: rotate(-120deg) }
[dir=ltr] .sk-circle > div:nth-child(6)  {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg) }
[dir=rtl] .sk-circle > div:nth-child(6)  { -webkit-transform: rotate(-150deg); transform: rotate(-150deg) }
[dir=ltr] .sk-circle > div:nth-child(7)  {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg) }
[dir=rtl] .sk-circle > div:nth-child(7)  { -webkit-transform: rotate(-180deg); transform: rotate(-180deg) }
[dir=ltr] .sk-circle > div:nth-child(8)  {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg) }
[dir=rtl] .sk-circle > div:nth-child(8)  { -webkit-transform: rotate(-210deg); transform: rotate(-210deg) }
[dir=ltr] .sk-circle > div:nth-child(9)  {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg) }
[dir=rtl] .sk-circle > div:nth-child(9)  { -webkit-transform: rotate(-240deg); transform: rotate(-240deg) }
[dir=ltr] .sk-circle > div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg) }
[dir=rtl] .sk-circle > div:nth-child(10) { -webkit-transform: rotate(-270deg); transform: rotate(-270deg) }
[dir=ltr] .sk-circle > div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg) }
[dir=rtl] .sk-circle > div:nth-child(11) { -webkit-transform: rotate(-300deg); transform: rotate(-300deg) }
[dir=ltr] .sk-circle > div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg) }
[dir=rtl] .sk-circle > div:nth-child(12) { -webkit-transform: rotate(-330deg); transform: rotate(-330deg) }

[dir=ltr] .sk-circle > div:nth-child(2)::before  {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s }

[dir=rtl] .sk-circle > div:nth-child(2)::before  { -webkit-animation-delay: -1.1s; animation-delay: -1.1s }
[dir=ltr] .sk-circle > div:nth-child(3)::before  {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s }
[dir=rtl] .sk-circle > div:nth-child(3)::before  { -webkit-animation-delay: -1.0s; animation-delay: -1.0s }
[dir=ltr] .sk-circle > div:nth-child(4)::before  {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s }
[dir=rtl] .sk-circle > div:nth-child(4)::before  { -webkit-animation-delay: -0.9s; animation-delay: -0.9s }
[dir=ltr] .sk-circle > div:nth-child(5)::before  {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s }
[dir=rtl] .sk-circle > div:nth-child(5)::before  { -webkit-animation-delay: -0.8s; animation-delay: -0.8s }
[dir=ltr] .sk-circle > div:nth-child(6)::before  {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s }
[dir=rtl] .sk-circle > div:nth-child(6)::before  { -webkit-animation-delay: -0.7s; animation-delay: -0.7s }
[dir=ltr] .sk-circle > div:nth-child(7)::before  {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s }
[dir=rtl] .sk-circle > div:nth-child(7)::before  { -webkit-animation-delay: -0.6s; animation-delay: -0.6s }
[dir=ltr] .sk-circle > div:nth-child(8)::before  {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s }
[dir=rtl] .sk-circle > div:nth-child(8)::before  { -webkit-animation-delay: -0.5s; animation-delay: -0.5s }
[dir=ltr] .sk-circle > div:nth-child(9)::before  {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s }
[dir=rtl] .sk-circle > div:nth-child(9)::before  { -webkit-animation-delay: -0.4s; animation-delay: -0.4s }
[dir=ltr] .sk-circle > div:nth-child(10)::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s }
[dir=rtl] .sk-circle > div:nth-child(10)::before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s }
[dir=ltr] .sk-circle > div:nth-child(11)::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s }
[dir=rtl] .sk-circle > div:nth-child(11)::before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s }
[dir=ltr] .sk-circle > div:nth-child(12)::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s }
[dir=rtl] .sk-circle > div:nth-child(12)::before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sk-cube-grid {
  width: 27px;
  height: 27px;
}

.sk-cube-grid > div {
  width: 33%;
  height: 33%;
}

[dir] .sk-cube-grid > div {
  background-color: currentColor;
}

[dir=ltr] .sk-cube-grid > div {
  float: left;
  -webkit-animation: sk-scaleDelay 1.3s infinite ease-in-out;
  animation: sk-scaleDelay 1.3s infinite ease-in-out;
}

[dir=rtl] .sk-cube-grid > div {
  float: right;

  -webkit-animation: sk-scaleDelay 1.3s infinite ease-in-out;
  animation: sk-scaleDelay 1.3s infinite ease-in-out;
}

/*
 * Spinner positions
 * 1 2 3
 * 4 5 6
 * 7 8 9
 */

[dir=ltr] .sk-cube-grid > div:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s  }

[dir=rtl] .sk-cube-grid > div:nth-child(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
[dir=ltr] .sk-cube-grid > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s  }
[dir=rtl] .sk-cube-grid > div:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
[dir=ltr] .sk-cube-grid > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s  }
[dir=rtl] .sk-cube-grid > div:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s  }
[dir=ltr] .sk-cube-grid > div:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s  }
[dir=rtl] .sk-cube-grid > div:nth-child(4) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
[dir=ltr] .sk-cube-grid > div:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s  }
[dir=rtl] .sk-cube-grid > div:nth-child(5) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
[dir=ltr] .sk-cube-grid > div:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s  }
[dir=rtl] .sk-cube-grid > div:nth-child(6) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
[dir=ltr] .sk-cube-grid > div:nth-child(7) {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s  }
[dir=rtl] .sk-cube-grid > div:nth-child(7) { -webkit-animation-delay: 0.0s; animation-delay: 0.0s  }
[dir=ltr] .sk-cube-grid > div:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s  }
[dir=rtl] .sk-cube-grid > div:nth-child(8) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
[dir=ltr] .sk-cube-grid > div:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s  }
[dir=rtl] .sk-cube-grid > div:nth-child(9) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }

@-webkit-keyframes sk-scaleDelay {
  0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0) }
  35%           { -webkit-transform:scale3D(0.0, 0.0, 1.0) }
}

@keyframes sk-scaleDelay {
  0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(1.0, 1.0, 1.0) }
  35%           { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(0.0, 0.0, 1.0) }
}

.sk-double-bounce {
  width: 27px;
  height: 27px;
  position: relative;
}

.sk-double-bounce > div {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
}

[dir] .sk-double-bounce > div {
  border-radius: 50%;
  background-color: currentColor;
}

[dir=ltr] .sk-double-bounce > div {
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

[dir=rtl] .sk-double-bounce > div {
  right: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

[dir=ltr] .sk-double-bounce > div:last-child {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

[dir=rtl] .sk-double-bounce > div:last-child {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.sk-folding-cube {
  width: 27px;
  height: 27px;
  position: relative;
}[dir=ltr] .sk-folding-cube {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}[dir=rtl] .sk-folding-cube {

  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.sk-folding-cube > div {
  width: 50%;
  height: 50%;
  position: relative;

  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
}

[dir] .sk-folding-cube > div {
  background-color: initial;
          transform: scale(1.1);
}

[dir=ltr] .sk-folding-cube > div {
  float: left;
}

[dir=rtl] .sk-folding-cube > div {
  float: right;
}
.sk-folding-cube > div::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
[dir] .sk-folding-cube > div::before {
  background-color: currentColor;
}
[dir=ltr] .sk-folding-cube > div::before {
  left: 0;
  -webkit-animation:  sk-foldCubeAngle-ltr 2.4s infinite linear both;
  animation:  sk-foldCubeAngle-ltr 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[dir=rtl] .sk-folding-cube > div::before {
  right: 0;

  -webkit-animation:  sk-foldCubeAngle-rtl 2.4s infinite linear both;
          animation:  sk-foldCubeAngle-rtl 2.4s infinite linear both;
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
[dir=ltr] .sk-folding-cube > div:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
[dir=rtl] .sk-folding-cube > div:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(-90deg);
          transform: scale(1.1) rotateZ(-90deg);
}
[dir=ltr] .sk-folding-cube > div:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
[dir=rtl] .sk-folding-cube > div:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(-180deg);
          transform: scale(1.1) rotateZ(-180deg);
}
[dir=ltr] .sk-folding-cube > div:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
[dir=rtl] .sk-folding-cube > div:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(-270deg);
          transform: scale(1.1) rotateZ(-270deg);
}
[dir=ltr] .sk-folding-cube > div:nth-child(2)::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
[dir=rtl] .sk-folding-cube > div:nth-child(2)::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[dir=ltr] .sk-folding-cube > div:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
[dir=rtl] .sk-folding-cube > div:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[dir=ltr] .sk-folding-cube > div:nth-child(3)::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
[dir=rtl] .sk-folding-cube > div:nth-child(3)::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle-ltr {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes sk-foldCubeAngle-rtl {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(-180deg);
            transform: perspective(140px) rotateY(-180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle-ltr {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle-rtl {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(-180deg);
            transform: perspective(140px) rotateY(-180deg);
    opacity: 0;
  }
}

.sk-pulse > div {
  width: 27px;
  height: 27px;
}[dir] .sk-pulse > div {
  background-color: currentColor;
  border-radius: 100%;
}[dir=ltr] .sk-pulse > div {
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}[dir=rtl] .sk-pulse > div {

  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.sk-rotating-plane > div {
  width: 27px;
  height: 27px;
}[dir] .sk-rotating-plane > div {
  background-color: currentColor;
}[dir=ltr] .sk-rotating-plane > div {
  -webkit-animation:  sk-rotateplane-ltr 1.2s infinite ease-in-out;
  animation:  sk-rotateplane-ltr 1.2s infinite ease-in-out;
}[dir=rtl] .sk-rotating-plane > div {

  -webkit-animation:  sk-rotateplane-rtl 1.2s infinite ease-in-out;
  animation:  sk-rotateplane-rtl 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane-ltr {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@-webkit-keyframes sk-rotateplane-rtl {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(-180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(-180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane-ltr {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane-rtl {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(179.9deg);
  }
}

.sk-three-bounce {
  height: 18px;
}

.sk-three-bounce > div {
  width: 18px;
  height: 18px;
  display: inline-block;
  /* Prevent first frame from flickering when animation starts */
}

[dir] .sk-three-bounce > div {
  background-color: currentColor;
  border-radius: 100%;
}

[dir=ltr] .sk-three-bounce > div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out;
  animation: sk-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir=rtl] .sk-three-bounce > div {

  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out;
  animation: sk-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir=ltr] .sk-three-bounce > div:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

[dir=rtl] .sk-three-bounce > div:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

[dir=ltr] .sk-three-bounce > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

[dir=rtl] .sk-three-bounce > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.sk-wandering-cubes {
  width: 52px;
  height: 52px;
  position: relative;
}

.sk-wandering-cubes > div {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
}

[dir] .sk-wandering-cubes > div {
  background-color: currentColor;
}

[dir=ltr] .sk-wandering-cubes > div {
  left: 0;
  -webkit-animation:  sk-cubemove-ltr 1.8s infinite ease-in-out;
  animation:  sk-cubemove-ltr 1.8s infinite ease-in-out;
}

[dir=rtl] .sk-wandering-cubes > div {
  right: 0;

  -webkit-animation:  sk-cubemove-rtl 1.8s infinite ease-in-out;
  animation:  sk-cubemove-rtl 1.8s infinite ease-in-out;
}

[dir=ltr] .sk-wandering-cubes > div:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

[dir=rtl] .sk-wandering-cubes > div:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove-ltr {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@-webkit-keyframes sk-cubemove-rtl {
  25% { -webkit-transform: translateX(-42px) rotate(90deg) scale(0.5) }
  50% { -webkit-transform: translateX(-42px) translateY(42px) rotate(180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5) }
  100% { -webkit-transform: rotate(360deg) }
}

@keyframes sk-cubemove-ltr {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove-rtl {
  25% {
    transform: translateX(-42px) rotate(90deg) scale(0.5);
    -webkit-transform: translateX(-42px) rotate(90deg) scale(0.5);
  } 50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(-42px) translateY(42px) rotate(179deg);
    -webkit-transform: translateX(-42px) translateY(42px) rotate(179deg);
  } 50.1% {
    transform: translateX(-42px) translateY(42px) rotate(180deg);
    -webkit-transform: translateX(-42px) translateY(42px) rotate(180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5);
  } 100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.sk-wave {
  width: 30px;
  height: 27px;
}

.sk-wave > div {
  height: 100%;
  width: 6px;
  display: inline-block;
}

[dir] .sk-wave > div {
  background-color: currentColor;
}

[dir=ltr] .sk-wave > div {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

[dir=rtl] .sk-wave > div {

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

[dir=ltr] .sk-wave > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

[dir=rtl] .sk-wave > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

[dir=ltr] .sk-wave > div:nth-child(3) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

[dir=rtl] .sk-wave > div:nth-child(3) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

[dir=ltr] .sk-wave > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

[dir=rtl] .sk-wave > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

[dir=ltr] .sk-wave > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

[dir=rtl] .sk-wave > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  } 20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.sk-wordpress > div {
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
}[dir] .sk-wordpress > div {
  background-color: currentColor;
  border-radius: 27px;
}[dir=ltr] .sk-wordpress > div {
  -webkit-animation:  sk-inner-circle-ltr 1s linear infinite;
  animation:  sk-inner-circle-ltr 1s linear infinite;
}[dir=rtl] .sk-wordpress > div {

  -webkit-animation:  sk-inner-circle-rtl 1s linear infinite;
  animation:  sk-inner-circle-rtl 1s linear infinite;
}

.sk-wordpress > div::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
}

[dir] .sk-wordpress > div::after {
  background-color: #fff;
  border-radius: 8px;
}

[dir=ltr] .sk-wordpress > div::after {
  left: 5px;
}

[dir=rtl] .sk-wordpress > div::after {
  right: 5px;
}

@-webkit-keyframes sk-inner-circle-ltr {
  0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes sk-inner-circle-rtl {
  0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); }
}

@keyframes sk-inner-circle-ltr {
  0% { transform: rotate(0); -webkit-transform:rotate(0); }
  100% { transform: rotate(360deg); -webkit-transform:rotate(360deg); }
}

@keyframes sk-inner-circle-rtl {
  0% { transform: rotate(0); -webkit-transform:rotate(0); }
  100% { transform: rotate(-360deg); -webkit-transform:rotate(-360deg); }
}

/*
 * 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;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
[dir] .ps__rail-x {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  /* please don't change 'position' */
  position: absolute;
}

[dir] .ps__rail-y {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
}

[dir=ltr] .ps__rail-y {
  right: 0;
}

[dir=rtl] .ps__rail-y {
  left: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

[dir] .ps--active-x > .ps__rail-x, [dir] .ps--active-y > .ps__rail-y {
  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 {
  opacity: 0.9;
}

[dir] .ps .ps__rail-x:hover, [dir] .ps .ps__rail-y:hover, [dir] .ps .ps__rail-x:focus, [dir] .ps .ps__rail-y:focus, [dir] .ps .ps__rail-x.ps--clicking, [dir] .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  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;
}
[dir] .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  /* please don't change 'position' */
  position: absolute;
}

[dir] .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
}

[dir=ltr] .ps__thumb-y {
  right: 2px;
}

[dir=rtl] .ps__thumb-y {
  left: 2px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
}

[dir] .ps__rail-x:hover > .ps__thumb-x, [dir] .ps__rail-x:focus > .ps__thumb-x, [dir] .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
}

[dir] .ps__rail-y:hover > .ps__thumb-y, [dir] .ps__rail-y:focus > .ps__thumb-y, [dir] .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
}

/* 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;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }
.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0, 0, 9999px);position:fixed;width:320px;box-sizing:border-box;color:#fff}[dir] .Toastify__toast-container{padding:4px}.Toastify__toast-container--top-left{top:1em}[dir=ltr] .Toastify__toast-container--top-left{left:1em}[dir=rtl] .Toastify__toast-container--top-left{right:1em}.Toastify__toast-container--top-center{top:1em}[dir=ltr] .Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em}[dir=ltr] .Toastify__toast-container--top-right{right:1em}[dir=rtl] .Toastify__toast-container--top-right{left:1em}.Toastify__toast-container--bottom-left{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-left{left:1em}[dir=rtl] .Toastify__toast-container--bottom-left{right:1em}.Toastify__toast-container--bottom-center{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-right{right:1em}[dir=rtl] .Toastify__toast-container--bottom-right{left:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw}[dir] .Toastify__toast-container{padding:0;margin:0}[dir=ltr] .Toastify__toast-container{left:0}[dir=rtl] .Toastify__toast-container{right:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0}[dir] .Toastify__toast-container--top-left, [dir] .Toastify__toast-container--top-center, [dir] .Toastify__toast-container--top-right{transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}[dir] .Toastify__toast-container--bottom-left, [dir] .Toastify__toast-container--bottom-center, [dir] .Toastify__toast-container--bottom-right{transform:translateX(0)}[dir=ltr] .Toastify__toast-container--rtl{right:0;left:initial}[dir=rtl] .Toastify__toast-container--rtl{left:0;right:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif}[dir] .Toastify__toast{margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);cursor:pointer}[dir=ltr] .Toastify__toast{direction:ltr}[dir=rtl] .Toastify__toast{direction:rtl}[dir=ltr] .Toastify__toast--rtl{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.Toastify__toast--dark{color:#fff}[dir] .Toastify__toast--dark{background:#121212}.Toastify__toast--default{color:#aaa}[dir] .Toastify__toast--default{background:#fff}[dir] .Toastify__toast--info{background:#3498db}[dir] .Toastify__toast--success{background:#07bc0c}[dir] .Toastify__toast--warning{background:#f1c40f}[dir] .Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{-ms-flex:1 1 auto;flex:1 1 auto}[dir] .Toastify__toast-body{margin:auto 0}@media only screen and (max-width: 480px){[dir] .Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;outline:none;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}[dir] .Toastify__close-button{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;width:100%;height:5px;z-index:9999;opacity:.7}[dir] .Toastify__progress-bar{background-color:rgba(255,255,255,.7)}[dir=ltr] .Toastify__progress-bar{left:0;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;transform-origin:right}[dir=ltr] .Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}[dir=rtl] .Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:initial;transform-origin:left}[dir=ltr] .Toastify__progress-bar--default{background:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)}[dir=rtl] .Toastify__progress-bar--default{background:linear-gradient(to left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)}[dir] .Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight-ltr{from,60%,75%,90%,to{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 Toastify__bounceInRight-rtl{from,60%,75%,90%,to{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 Toastify__bounceOutRight-ltr{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceOutRight-rtl{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInLeft-ltr{from,60%,75%,90%,to{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 Toastify__bounceInLeft-rtl{from,60%,75%,90%,to{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 Toastify__bounceOutLeft-ltr{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceOutLeft-rtl{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{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 Toastify__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 Toastify__bounceInDown{from,60%,75%,90%,to{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 Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}[dir=ltr] .Toastify__bounce-enter--top-left, [dir=ltr] .Toastify__bounce-enter--bottom-left{animation-name: Toastify__bounceInLeft-ltr }[dir=rtl] .Toastify__bounce-enter--top-left, [dir=rtl] .Toastify__bounce-enter--bottom-left{animation-name: Toastify__bounceInLeft-rtl }[dir=ltr] .Toastify__bounce-enter--top-right, [dir=ltr] .Toastify__bounce-enter--bottom-right{animation-name: Toastify__bounceInRight-ltr }[dir=rtl] .Toastify__bounce-enter--top-right, [dir=rtl] .Toastify__bounce-enter--bottom-right{animation-name: Toastify__bounceInRight-rtl }[dir=ltr] .Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}[dir=rtl] .Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}[dir=ltr] .Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}[dir=rtl] .Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}[dir=ltr] .Toastify__bounce-exit--top-left, [dir=ltr] .Toastify__bounce-exit--bottom-left{animation-name: Toastify__bounceOutLeft-ltr }[dir=rtl] .Toastify__bounce-exit--top-left, [dir=rtl] .Toastify__bounce-exit--bottom-left{animation-name: Toastify__bounceOutLeft-rtl }[dir=ltr] .Toastify__bounce-exit--top-right, [dir=ltr] .Toastify__bounce-exit--bottom-right{animation-name: Toastify__bounceOutRight-ltr }[dir=rtl] .Toastify__bounce-exit--top-right, [dir=rtl] .Toastify__bounce-exit--bottom-right{animation-name: Toastify__bounceOutRight-rtl }[dir=ltr] .Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}[dir=rtl] .Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}[dir=ltr] .Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}[dir=rtl] .Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}[dir=ltr] .Toastify__zoom-enter{animation-name:Toastify__zoomIn}[dir=rtl] .Toastify__zoom-enter{animation-name:Toastify__zoomIn}[dir=ltr] .Toastify__zoom-exit{animation-name:Toastify__zoomOut}[dir=rtl] .Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn-ltr{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);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 Toastify__flipIn-rtl{from{transform:perspective(400px) rotate3d(-1, 0, 0, -90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(-1, 0, 0, 20deg);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 Toastify__flipOut-ltr{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 Toastify__flipOut-rtl{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}}[dir=ltr] .Toastify__flip-enter{animation-name: Toastify__flipIn-ltr }[dir=rtl] .Toastify__flip-enter{animation-name: Toastify__flipIn-rtl }[dir=ltr] .Toastify__flip-exit{animation-name: Toastify__flipOut-ltr }[dir=rtl] .Toastify__flip-exit{animation-name: Toastify__flipOut-rtl }@keyframes Toastify__slideInRight-ltr{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInRight-rtl{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft-ltr{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft-rtl{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight-ltr{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutRight-rtl{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutLeft-ltr{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutLeft-rtl{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}[dir=ltr] .Toastify__slide-enter--top-left, [dir=ltr] .Toastify__slide-enter--bottom-left{animation-name: Toastify__slideInLeft-ltr }[dir=rtl] .Toastify__slide-enter--top-left, [dir=rtl] .Toastify__slide-enter--bottom-left{animation-name: Toastify__slideInLeft-rtl }[dir=ltr] .Toastify__slide-enter--top-right, [dir=ltr] .Toastify__slide-enter--bottom-right{animation-name: Toastify__slideInRight-ltr }[dir=rtl] .Toastify__slide-enter--top-right, [dir=rtl] .Toastify__slide-enter--bottom-right{animation-name: Toastify__slideInRight-rtl }[dir=ltr] .Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}[dir=rtl] .Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}[dir=ltr] .Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}[dir=rtl] .Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}[dir=ltr] .Toastify__slide-exit--top-left, [dir=ltr] .Toastify__slide-exit--bottom-left{animation-name: Toastify__slideOutLeft-ltr }[dir=rtl] .Toastify__slide-exit--top-left, [dir=rtl] .Toastify__slide-exit--bottom-left{animation-name: Toastify__slideOutLeft-rtl }[dir=ltr] .Toastify__slide-exit--top-right, [dir=ltr] .Toastify__slide-exit--bottom-right{animation-name: Toastify__slideOutRight-ltr }[dir=rtl] .Toastify__slide-exit--top-right, [dir=rtl] .Toastify__slide-exit--bottom-right{animation-name: Toastify__slideOutRight-rtl }[dir=ltr] .Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}[dir=rtl] .Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}[dir=ltr] .Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}[dir=rtl] .Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
.flatpickr-calendar{opacity:0;display:none;visibility:hidden;font-size:14px;line-height:24px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation}[dir] .flatpickr-calendar{background:rgba(0,0,0,0);text-align:center;padding:0;border:0;border-radius:5px;background:#fff}[dir=ltr] .flatpickr-calendar{-webkit-animation:none;animation:none;direction:ltr;-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,.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,.08)}[dir=rtl] .flatpickr-calendar{-webkit-animation:none;animation:none;direction:rtl;-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,.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,.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}[dir=ltr] .flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)}[dir=rtl] .flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.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}[dir] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}[dir=ltr] .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}[dir=rtl] .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}[dir] .flatpickr-calendar .hasWeeks .dayContainer, [dir] .flatpickr-calendar .hasTime .dayContainer{border-bottom:0}[dir=ltr] .flatpickr-calendar .hasWeeks .dayContainer, [dir=ltr] .flatpickr-calendar .hasTime .dayContainer{border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl] .flatpickr-calendar .hasWeeks .dayContainer, [dir=rtl] .flatpickr-calendar .hasTime .dayContainer{border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr] .flatpickr-calendar .hasWeeks .dayContainer{border-left:0}[dir=rtl] .flatpickr-calendar .hasWeeks .dayContainer{border-right:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px}[dir] .flatpickr-calendar.hasTime .flatpickr-time{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;content:"";height:0;width:0}[dir] .flatpickr-calendar:before, [dir] .flatpickr-calendar:after{border:solid rgba(0,0,0,0)}[dir=ltr] .flatpickr-calendar:before, [dir=ltr] .flatpickr-calendar:after{left:22px}[dir=rtl] .flatpickr-calendar:before, [dir=rtl] .flatpickr-calendar:after{right:22px}[dir=ltr] .flatpickr-calendar.rightMost:before, [dir=ltr] .flatpickr-calendar.arrowRight:before, [dir=ltr] .flatpickr-calendar.rightMost:after, [dir=ltr] .flatpickr-calendar.arrowRight:after{left:auto;right:22px}[dir=rtl] .flatpickr-calendar.rightMost:before, [dir=rtl] .flatpickr-calendar.arrowRight:before, [dir=rtl] .flatpickr-calendar.rightMost:after, [dir=rtl] .flatpickr-calendar.arrowRight:after{right:auto;left:22px}[dir=ltr] .flatpickr-calendar.arrowCenter:before, [dir=ltr] .flatpickr-calendar.arrowCenter:after{left:50%;right:50%}[dir=rtl] .flatpickr-calendar.arrowCenter:before, [dir=rtl] .flatpickr-calendar.arrowCenter:after{right:50%;left:50%}[dir] .flatpickr-calendar:before{border-width:5px;margin:0 -5px}[dir] .flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}[dir] .flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}[dir] .flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}[dir] .flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}[dir] .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{color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:34px;line-height:1;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}[dir] .flatpickr-months .flatpickr-month{background:rgba(0,0,0,0);text-align:center}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;position:absolute;top:0;height:34px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}[dir] .flatpickr-months .flatpickr-prev-month, [dir] .flatpickr-months .flatpickr-next-month{cursor:pointer;padding:10px}.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}[dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, [dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}[dir=rtl] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, [dir=rtl] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{right:0}[dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, [dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}[dir=rtl] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, [dir=rtl] .flatpickr-months .flatpickr-next-month.flatpickr-next-month{left:0}.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{transition:fill .1s;fill:inherit}[dir] .flatpickr-months .flatpickr-prev-month svg path, [dir] .flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s}.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{-webkit-appearance:none}[dir] .numInputWrapper input::-webkit-outer-spin-button, [dir] .numInputWrapper input::-webkit-inner-spin-button{margin:0}.numInputWrapper span{position:absolute;width:14px;height:50%;line-height:50%;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box}[dir] .numInputWrapper span{cursor:pointer;border:1px solid rgba(57,57,57,.15)}[dir=ltr] .numInputWrapper span{right:0;padding:0 4px 0 2px}[dir=rtl] .numInputWrapper span{left:0;padding:0 2px 0 4px}[dir] .numInputWrapper span:hover{background:rgba(0,0,0,.1)}[dir] .numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0}[dir] .numInputWrapper span.arrowUp{border-bottom:0}.numInputWrapper span.arrowUp:after{top:26%}[dir] .numInputWrapper span.arrowUp:after{border-bottom:4px solid rgba(57,57,57,.6)}[dir=ltr] .numInputWrapper span.arrowUp:after{border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0)}[dir=rtl] .numInputWrapper span.arrowUp:after{border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{top:40%}[dir] .numInputWrapper span.arrowDown:after{border-top:4px solid rgba(57,57,57,.6)}[dir=ltr] .numInputWrapper span.arrowDown:after{border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0)}[dir=rtl] .numInputWrapper span.arrowDown:after{border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}[dir] .numInputWrapper:hover{background:rgba(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%;line-height:1;height:34px;display:inline-block;-webkit-transform:translate3d(0px, 0px, 0px)}[dir] .flatpickr-current-month{padding:7.48px 0 0 0;text-align:center;transform:translate3d(0px, 0px, 0px)}[dir=ltr] .flatpickr-current-month{left:12.5%}[dir=rtl] .flatpickr-current-month{right:12.5%}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block}[dir] .flatpickr-current-month span.cur-month{padding:0}[dir=ltr] .flatpickr-current-month span.cur-month{margin-left:.5ch}[dir=rtl] .flatpickr-current-month span.cur-month{margin-right:.5ch}[dir] .flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}[dir] .flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}[dir] .flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[dir] .flatpickr-current-month input.cur-year{background:rgba(0,0,0,0);cursor:text;margin:0;border:0;border-radius:0}[dir=ltr] .flatpickr-current-month input.cur-year{padding:0 0 0 .5ch}[dir=rtl] .flatpickr-current-month input.cur-year{padding:0 .5ch 0 0}.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,.5);pointer-events:none}[dir] .flatpickr-current-month input.cur-year[disabled], [dir] .flatpickr-current-month input.cur-year[disabled]:hover{background:rgba(0,0,0,0)}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;outline:none;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}[dir] .flatpickr-current-month .flatpickr-monthDropdown-months{background:rgba(0,0,0,0);border:none;border-radius:0;cursor:pointer;margin:-1px 0 0 0}[dir=ltr] .flatpickr-current-month .flatpickr-monthDropdown-months{padding:0 0 0 .5ch}[dir=rtl] .flatpickr-current-month .flatpickr-monthDropdown-months{padding:0 .5ch 0 0}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}[dir] .flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{outline:none}[dir] .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:rgba(0,0,0,0);padding:0}.flatpickr-weekdays{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}[dir] .flatpickr-weekdays{background:rgba(0,0,0,0);text-align:center}.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{font-size:90%;color:rgba(0,0,0,.54);line-height:1;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}[dir] span.flatpickr-weekday{cursor:default;background:rgba(0,0,0,0);margin:0;text-align:center}[dir] .dayContainer, [dir] .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{outline:0;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(0px, 0px, 0px);opacity:1}[dir] .dayContainer{padding:0;transform:translate3d(0px, 0px, 0px)}[dir=ltr] .dayContainer{text-align:left}[dir=rtl] .dayContainer{text-align:right}[dir=ltr] .dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}[dir=rtl] .dayContainer+.dayContainer{-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-day{-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;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;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}[dir] .flatpickr-day{background:none;border:1px solid rgba(0,0,0,0);border-radius:150px;cursor:pointer;margin:0;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{outline:0}[dir] .flatpickr-day.inRange, [dir] .flatpickr-day.prevMonthDay.inRange, [dir] .flatpickr-day.nextMonthDay.inRange, [dir] .flatpickr-day.today.inRange, [dir] .flatpickr-day.prevMonthDay.today.inRange, [dir] .flatpickr-day.nextMonthDay.today.inRange, [dir] .flatpickr-day:hover, [dir] .flatpickr-day.prevMonthDay:hover, [dir] .flatpickr-day.nextMonthDay:hover, [dir] .flatpickr-day:focus, [dir] .flatpickr-day.prevMonthDay:focus, [dir] .flatpickr-day.nextMonthDay:focus{cursor:pointer;background:#e6e6e6;border-color:#e6e6e6}[dir] .flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{color:#fff}[dir] .flatpickr-day.today:hover, [dir] .flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9}.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{-webkit-box-shadow:none;color:#fff}[dir] .flatpickr-day.selected, [dir] .flatpickr-day.startRange, [dir] .flatpickr-day.endRange, [dir] .flatpickr-day.selected.inRange, [dir] .flatpickr-day.startRange.inRange, [dir] .flatpickr-day.endRange.inRange, [dir] .flatpickr-day.selected:focus, [dir] .flatpickr-day.startRange:focus, [dir] .flatpickr-day.endRange:focus, [dir] .flatpickr-day.selected:hover, [dir] .flatpickr-day.startRange:hover, [dir] .flatpickr-day.endRange:hover, [dir] .flatpickr-day.selected.prevMonthDay, [dir] .flatpickr-day.startRange.prevMonthDay, [dir] .flatpickr-day.endRange.prevMonthDay, [dir] .flatpickr-day.selected.nextMonthDay, [dir] .flatpickr-day.startRange.nextMonthDay, [dir] .flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;border-color:#569ff7}[dir=ltr] .flatpickr-day.selected.startRange, [dir=ltr] .flatpickr-day.startRange.startRange, [dir=ltr] .flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}[dir=rtl] .flatpickr-day.selected.startRange, [dir=rtl] .flatpickr-day.startRange.startRange, [dir=rtl] .flatpickr-day.endRange.startRange{border-radius:0 50px 50px 0}[dir=ltr] .flatpickr-day.selected.endRange, [dir=ltr] .flatpickr-day.startRange.endRange, [dir=ltr] .flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}[dir=rtl] .flatpickr-day.selected.endRange, [dir=rtl] .flatpickr-day.startRange.endRange, [dir=rtl] .flatpickr-day.endRange.endRange{border-radius:50px 0 0 50px}[dir=ltr] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}[dir=rtl] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), [dir=rtl] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)), [dir=rtl] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:10px 0 0 #569ff7;box-shadow:10px 0 0 #569ff7}[dir] .flatpickr-day.selected.startRange.endRange, [dir] .flatpickr-day.startRange.startRange.endRange, [dir] .flatpickr-day.endRange.startRange.endRange{border-radius:50px}[dir] .flatpickr-day.inRange{border-radius:0}[dir=ltr] .flatpickr-day.inRange{-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}[dir=rtl] .flatpickr-day.inRange{-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,.3)}[dir] .flatpickr-day.flatpickr-disabled, [dir] .flatpickr-day.flatpickr-disabled:hover, [dir] .flatpickr-day.prevMonthDay, [dir] .flatpickr-day.nextMonthDay, [dir] .flatpickr-day.notAllowed, [dir] .flatpickr-day.notAllowed.prevMonthDay, [dir] .flatpickr-day.notAllowed.nextMonthDay{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:rgba(57,57,57,.1)}[dir] .flatpickr-day.flatpickr-disabled, [dir] .flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed}[dir] .flatpickr-day.week.selected{border-radius:0}[dir=ltr] .flatpickr-day.week.selected{-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}[dir=rtl] .flatpickr-day.week.selected{-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}[dir] .rangeMode .flatpickr-day{margin-top:1px}[dir=ltr] .flatpickr-weekwrapper{float:left}[dir=rtl] .flatpickr-weekwrapper{float:right}[dir] .flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px}[dir=ltr] .flatpickr-weekwrapper .flatpickr-weeks{-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}[dir=rtl] .flatpickr-weekwrapper .flatpickr-weeks{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{width:100%;line-height:28px}[dir] .flatpickr-weekwrapper .flatpickr-weekday{float:none}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3)}[dir] .flatpickr-weekwrapper span.flatpickr-day, [dir] .flatpickr-weekwrapper span.flatpickr-day:hover{background:rgba(0,0,0,0);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;-webkit-box-sizing:border-box;box-sizing:border-box}[dir] .flatpickr-rContainer{padding:0}.flatpickr-time{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}[dir] .flatpickr-time{text-align:center}.flatpickr-time:after{content:"";display:table}[dir] .flatpickr-time:after{clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px}[dir=ltr] .flatpickr-time .numInputWrapper{float:left}[dir=rtl] .flatpickr-time .numInputWrapper{float:right}[dir] .flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}[dir] .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{-webkit-box-shadow:none;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}[dir] .flatpickr-time input{background:rgba(0,0,0,0);box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0}.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}[dir] .flatpickr-time input:focus{border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;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}[dir=ltr] .flatpickr-time .flatpickr-time-separator, [dir=ltr] .flatpickr-time .flatpickr-am-pm{float:left}[dir=rtl] .flatpickr-time .flatpickr-time-separator, [dir=rtl] .flatpickr-time .flatpickr-am-pm{float:right}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;font-weight:400}[dir] .flatpickr-time .flatpickr-am-pm{cursor:pointer;text-align:center}[dir] .flatpickr-time input:hover, [dir] .flatpickr-time .flatpickr-am-pm:hover, [dir] .flatpickr-time input:focus, [dir] .flatpickr-time .flatpickr-am-pm:focus{background:#eee}[dir] .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)}}
