﻿@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* perspective3d */
@keyframes perspective3dInRight {
  0% {
    transform: perspective(1000px) translate3d(100%, 0, 0) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
  }
}
@keyframes perspective3dOutRight {
  0% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) translate3d(100%, 0, 0) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes perspective3dInDown {
  0% {
    transform: perspective(1000px) translate3d(0, -100%, 0) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
  }
}
@keyframes perspective3dOutDown {
  0% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) translate3d(0, -100%, 0) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes perspective3dInUp {
  0% {
    transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
  }
}
@keyframes perspective3dOutUp {
  0% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes perspective3dInLeft {
  0% {
    transform: perspective(1000px) translate3d(-100%, 0, 0) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
  }
}
@keyframes perspective3dOutLeft {
  0% {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) translate3d(-100%, 0, 0) rotateY(-90deg);
    opacity: 0;
  }
}
.animate__perspective3dInRight {
  animation-name: perspective3dInRight;
  animation-timing-function: ease-in;
}

.animate__perspective3dOutRight {
  animation-name: perspective3dOutRight;
  animation-timing-function: ease-out;
}

.animate__perspective3dInTop {
  animation-name: perspective3dInTop;
  animation-timing-function: ease-in;
}

.animate__perspective3dOutTop {
  animation-name: perspective3dOutTop;
  animation-timing-function: ease-out;
}

.animate__perspective3dInBottom {
  animation-name: perspective3dInBottom;
  animation-timing-function: ease-in;
}

.animate__perspective3dOutBottom {
  animation-name: perspective3dOutBottom;
  animation-timing-function: ease-out;
}

.animate__perspective3dInLeft {
  animation-name: perspective3dInLeft;
  animation-timing-function: ease-in;
}

.animate__perspective3dOutLeft {
  animation-name: perspective3dOutLeft;
  animation-timing-function: ease-out;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@keyframes mud-ex-bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.mud-ex-gradient-text {
  background: linear-gradient(90deg, var(--mud-palette-primary), var(--mud-palette-secondary), var(--mud-palette-info), var(--mud-palette-primary-hover), var(--mud-palette-secondary-lighten), var(--mud-palette-warning), var(--mud-palette-tertiary));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mud-ex-gradient-text.simple {
  background: linear-gradient(90deg, var(--mud-palette-primary), var(--mud-palette-secondary));
}
.mud-ex-gradient-text.animate {
  animation: reverse textclip 3s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.mud-ex-simple-svg-animate path {
  stroke: lightgray;
  fill: transparent;
  stroke-width: 1;
  stroke-dasharray: 900 900;
  animation: strokeAni 1s infinite linear;
}
@keyframes strokeAni {
  0% {
    fill: white;
    stroke-dashoffset: 900;
  }
  100% {
    fill: purple;
    stroke-dashoffset: 0;
  }
}

.mud-ex-animate-all-properties {
  transition-property: all !important;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mud-dialog-slide-from-left {
  left: -100vw;
}
.mud-dialog-slide-from-right {
  right: -100vw;
}
.mud-dialog-slide-from-bottom {
  bottom: -100vh;
}
.mud-dialog-slide-from-top {
  top: -100vh;
}

.mud-dialog-slide-to-left {
  left: 0;
}
.mud-dialog-slide-to-right {
  right: 0;
}
.mud-dialog-slide-to-bottom {
  bottom: 0;
}
.mud-dialog-slide-to-top {
  top: 0;
}

.mud-dialog-slide-transform-from-left {
  /*left: -100vw;*/
  transform: translateX(-100vw);
}
.mud-dialog-slide-transform-from-right {
  transform: translateX(100vw);
}
.mud-dialog-slide-transform-from-bottom {
  transform: translateY(100vh);
}
.mud-dialog-slide-transform-from-top {
  transform: translateY(-100vh);
}

.mud-dialog-slide-transform-to-left {
  transform: translateX(0);
}
.mud-dialog-slide-transform-to-right {
  transform: translateX(0);
}
.mud-dialog-slide-transform-to-bottom {
  transform: translateY(0);
}
.mud-dialog-slide-transform-to-top {
  transform: translateY(0);
}

.slide-kf-from-right {
  animation: kf-mud-dialog-slide-right 900ms ease-in-out 1 alternate;
}

.slide-kf-from-left {
  animation: kf-mud-dialog-slide-left 900ms ease-in-out 1 alternate;
}

.slide-kf-from-top {
  animation: kf-mud-dialog-slide-top 900ms ease-in-out 1 alternate;
}

.slide-kf-from-bottom {
  animation: kf-mud-dialog-slide-bottom 900ms ease-in-out 1 alternate;
}

@keyframes kf-mud-dialog-slide-right {
  0% {
    transform: translateX(100vw);
  }
  85% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes kf-mud-dialog-slide-top {
  0% {
    transform: translateY(-100vw);
  }
  85% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes kf-mud-dialog-slide-left {
  0% {
    transform: translateX(-100vw);
  }
  85% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes kf-mud-dialog-slide-bottom {
  0% {
    transform: translateY(100vw);
  }
  85% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes kf-mud-dialog-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0.2);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mud-ex-fade-in-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mud-ex-fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.mud-ex-fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.mud-ex-fade-out-1s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.mud-ex-fade-out-2s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.mud-ex-fade-out-3s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 3s, opacity 3s linear;
}

.mud-ex-fade-out-4s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 4s, opacity 4s linear;
}

.mud-ex-fade-out-5s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 5s, opacity 5s linear;
}

.mud-ex-fade-out-6s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 6s, opacity 6s linear;
}

.mud-ex-fade-out-7s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 7s, opacity 7s linear;
}

.mud-ex-fade-out-8s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 8s, opacity 8s linear;
}

.mud-ex-fade-out-9s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 9s, opacity 9s linear;
}

.mud-ex-fade-out-10s {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 10s, opacity 10s linear;
}

.mud-ex-fade-out-100ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 100ms, opacity 100ms linear;
}

.mud-ex-fade-out-200ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 200ms, opacity 200ms linear;
}

.mud-ex-fade-out-300ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 300ms, opacity 300ms linear;
}

.mud-ex-fade-out-400ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 400ms, opacity 400ms linear;
}

.mud-ex-fade-out-500ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 500ms, opacity 500ms linear;
}

.mud-ex-fade-out-600ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 600ms, opacity 600ms linear;
}

.mud-ex-fade-out-700ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 700ms, opacity 700ms linear;
}

.mud-ex-fade-out-800ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 800ms, opacity 800ms linear;
}

.mud-ex-fade-out-900ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 900ms, opacity 900ms linear;
}

.mud-ex-fade-out-1000ms {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1000ms, opacity 1000ms linear;
}

.mud-ex-fade-in-1s {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.mud-ex-fade-in-2s {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.mud-ex-fade-in-3s {
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

.mud-ex-fade-in-4s {
  visibility: visible;
  opacity: 1;
  transition: opacity 4s linear;
}

.mud-ex-fade-in-5s {
  visibility: visible;
  opacity: 1;
  transition: opacity 5s linear;
}

.mud-ex-fade-in-6s {
  visibility: visible;
  opacity: 1;
  transition: opacity 6s linear;
}

.mud-ex-fade-in-7s {
  visibility: visible;
  opacity: 1;
  transition: opacity 7s linear;
}

.mud-ex-fade-in-8s {
  visibility: visible;
  opacity: 1;
  transition: opacity 8s linear;
}

.mud-ex-fade-in-9s {
  visibility: visible;
  opacity: 1;
  transition: opacity 9s linear;
}

.mud-ex-fade-in-10s {
  visibility: visible;
  opacity: 1;
  transition: opacity 10s linear;
}

.mud-ex-fade-in-1ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.mud-ex-fade-in-2ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.mud-ex-fade-in-3ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

.mud-ex-fade-in-4ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 4s linear;
}

.mud-ex-fade-in-5ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 5s linear;
}

.mud-ex-fade-in-6ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 6s linear;
}

.mud-ex-fade-in-7ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 7s linear;
}

.mud-ex-fade-in-8ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 8s linear;
}

.mud-ex-fade-in-9ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 9s linear;
}

.mud-ex-fade-in-10ms {
  visibility: visible;
  opacity: 1;
  transition: opacity 10s linear;
}

.mud-dialog-animate-ex {
  position: fixed;
  transition-property: all;
  /*transition-timing-function: ease-in-out;*/
  /*transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);*/
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/*.mud-ex-labeled-hr {
   border: none;
   height: 5px;
   background: var(--mud-palette-primary);*/ /* Change this to your preferred color */
/*position: relative;
}*/
.mud-ex-color-edit-picker {
  margin: 0;
  padding: 0;
}
.mud-ex-color-edit-picker .mud-paper {
  overflow: auto;
  max-height: 435px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.mud-ex-color-edit .mud-icon-root {
  fill: inherit;
}

.mud-ex-color-edit-picker-html-list-item:not(.mud-ex-default-list-item) .mud-icon-root {
  fill: attr(data-color);
}

.mud-ex-default-list-item .mud-icon-root {
  fill: currentColor;
}

/* =========================
   Grid Overlay & Placeholder
   ========================= */
.mud-ex-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
}

.mud-ex-grid-placeholder {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0.25;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%), var(--mud-palette-primary);
  mix-blend-mode: multiply;
  border: 2px dashed rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.1s ease;
}

/* ======
   Grid
   ====== */
.mud-ex-grid {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.mud-ex-grid.mud-ex-grid-height-full {
  min-height: 100vh;
}
.mud-ex-grid.mud-ex-grid-height-full-without-appbar {
  min-height: calc(100vh - var(--mud-appbar-height));
}
.mud-ex-grid.mud-ex-grid-column-2 {
  grid-template-columns: repeat(2, 50%);
}
.mud-ex-grid.mud-ex-grid-row-2 {
  grid-template-rows: repeat(2, 50%);
}
.mud-ex-grid.mud-ex-grid-column-3 {
  grid-template-columns: repeat(3, 33.3333333333%);
}
.mud-ex-grid.mud-ex-grid-row-3 {
  grid-template-rows: repeat(3, 33.3333333333%);
}
.mud-ex-grid.mud-ex-grid-column-4 {
  grid-template-columns: repeat(4, 25%);
}
.mud-ex-grid.mud-ex-grid-row-4 {
  grid-template-rows: repeat(4, 25%);
}
.mud-ex-grid.mud-ex-grid-column-5 {
  grid-template-columns: repeat(5, 20%);
}
.mud-ex-grid.mud-ex-grid-row-5 {
  grid-template-rows: repeat(5, 20%);
}
.mud-ex-grid.mud-ex-grid-column-6 {
  grid-template-columns: repeat(6, 16.6666666667%);
}
.mud-ex-grid.mud-ex-grid-row-6 {
  grid-template-rows: repeat(6, 16.6666666667%);
}
.mud-ex-grid.mud-ex-grid-column-7 {
  grid-template-columns: repeat(7, 14.2857142857%);
}
.mud-ex-grid.mud-ex-grid-row-7 {
  grid-template-rows: repeat(7, 14.2857142857%);
}
.mud-ex-grid.mud-ex-grid-column-8 {
  grid-template-columns: repeat(8, 12.5%);
}
.mud-ex-grid.mud-ex-grid-row-8 {
  grid-template-rows: repeat(8, 12.5%);
}
.mud-ex-grid.mud-ex-grid-column-9 {
  grid-template-columns: repeat(9, 11.1111111111%);
}
.mud-ex-grid.mud-ex-grid-row-9 {
  grid-template-rows: repeat(9, 11.1111111111%);
}
.mud-ex-grid.mud-ex-grid-column-10 {
  grid-template-columns: repeat(10, 10%);
}
.mud-ex-grid.mud-ex-grid-row-10 {
  grid-template-rows: repeat(10, 10%);
}
.mud-ex-grid.mud-ex-grid-column-11 {
  grid-template-columns: repeat(11, 9.0909090909%);
}
.mud-ex-grid.mud-ex-grid-row-11 {
  grid-template-rows: repeat(11, 9.0909090909%);
}
.mud-ex-grid.mud-ex-grid-column-12 {
  grid-template-columns: repeat(12, 8.3333333333%);
}
.mud-ex-grid.mud-ex-grid-row-12 {
  grid-template-rows: repeat(12, 8.3333333333%);
}

/* =========================
   Dragging/Clone States
   ========================= */
.mud-ex-grid-section.mud-ex-grid-dragging {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.mud-ex-grid-clone {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.25));
  opacity: 0.95;
  transform-origin: center center;
}

/* =========================
   Grid Section + Handles
   ========================= */
.mud-ex-grid-section {
  display: inline-grid;
  position: relative;
  overflow: visible;
  transition: box-shadow 0.2s ease;
}
.mud-ex-grid-section.mud-ex-grid-dragging, .mud-ex-grid-section.mud-ex-grid-resizing {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-1 {
  grid-column-start: 1;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-1 {
  grid-column-end: 1;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-1 {
  grid-row-start: 1;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-1 {
  grid-row-end: 1;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-2 {
  grid-column-start: 2;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-2 {
  grid-column-end: 2;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-2 {
  grid-row-start: 2;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-2 {
  grid-row-end: 2;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-3 {
  grid-column-start: 3;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-3 {
  grid-column-end: 3;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-3 {
  grid-row-start: 3;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-3 {
  grid-row-end: 3;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-4 {
  grid-column-start: 4;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-4 {
  grid-column-end: 4;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-4 {
  grid-row-start: 4;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-4 {
  grid-row-end: 4;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-5 {
  grid-column-start: 5;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-5 {
  grid-column-end: 5;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-5 {
  grid-row-start: 5;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-5 {
  grid-row-end: 5;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-6 {
  grid-column-start: 6;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-6 {
  grid-column-end: 6;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-6 {
  grid-row-start: 6;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-6 {
  grid-row-end: 6;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-7 {
  grid-column-start: 7;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-7 {
  grid-column-end: 7;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-7 {
  grid-row-start: 7;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-7 {
  grid-row-end: 7;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-8 {
  grid-column-start: 8;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-8 {
  grid-column-end: 8;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-8 {
  grid-row-start: 8;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-8 {
  grid-row-end: 8;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-9 {
  grid-column-start: 9;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-9 {
  grid-column-end: 9;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-9 {
  grid-row-start: 9;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-9 {
  grid-row-end: 9;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-10 {
  grid-column-start: 10;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-10 {
  grid-column-end: 10;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-10 {
  grid-row-start: 10;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-10 {
  grid-row-end: 10;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-11 {
  grid-column-start: 11;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-11 {
  grid-column-end: 11;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-11 {
  grid-row-start: 11;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-11 {
  grid-row-end: 11;
}
.mud-ex-grid-section.mud-ex-grid-section-col-start-12 {
  grid-column-start: 12;
}
.mud-ex-grid-section.mud-ex-grid-section-col-end-12 {
  grid-column-end: 12;
}
.mud-ex-grid-section.mud-ex-grid-section-row-start-12 {
  grid-row-start: 12;
}
.mud-ex-grid-section.mud-ex-grid-section-row-end-12 {
  grid-row-end: 12;
}
.mud-ex-grid-section .mud-ex-grid-section-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 5;
  border-radius: 4px;
  background: var(--mud-palette-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease, transform 0.12s ease, box-shadow 0.12s ease;
  user-select: none;
  touch-action: none;
}
.mud-ex-grid-section .mud-ex-grid-section-handle::after {
  content: "";
  position: absolute;
  inset: -6px;
}
.mud-ex-grid-section:hover .mud-ex-grid-section-handle, .mud-ex-grid-section:focus-within .mud-ex-grid-section-handle, .mud-ex-grid-section.mud-ex-grid-resizing .mud-ex-grid-section-handle {
  opacity: 0.95;
  pointer-events: auto;
}
.mud-ex-grid-section .mud-ex-grid-section-handle:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.mud-ex-grid-section .mud-ex-grid-handle-e {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  cursor: ew-resize;
}
.mud-ex-grid-section .mud-ex-grid-handle-s {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  cursor: ns-resize;
}
.mud-ex-grid-section .mud-ex-grid-handle-se {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  cursor: nwse-resize;
}

/* =========================
   Optional: Scrollbarer Inhalt
   =========================
*/
.mud-ex-grid-section > .content {
  overflow: auto;
  height: 100%;
}

/* =========================
   Optional: globaler Cursor beim Resizing   
   ========================= */
/*
.mud-ex-grid-resizing,
.mud-ex-grid-resizing * {
  cursor: nwse-resize !important; 
}
*/
.mud-ex-list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  overflow: auto;
}

.mud-ex-list.mud-ex-list-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mud-ex-list-item {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  outline: none;
}

.mud-ex-list-item.mud-ex-list-item-dense {
  padding-top: 4px;
  padding-bottom: 4px;
}

.mud-ex-list-item.mud-ex-list-item-disabled {
  color: var(--mud-palette-action-disabled) !important;
  cursor: default !important;
  pointer-events: none !important;
}

.mud-ex-list-item.mud-ex-list-item-disabled .mud-ex-list-item-icon {
  color: var(--mud-palette-action-disabled) !important;
}

.mud-ex-list-item-clickable {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.mud-ex-list-item-clickable:hover:not(.mud-list-item-functional) {
  background-color: var(--mud-palette-action-default-hover);
}

.mud-ex-list-item-gutters {
  padding-left: 16px;
  padding-right: 16px;
}

.mud-ex-list-item-text {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}

.mud-ex-list-item-text-inset {
  padding-left: 56px;
  padding-inline-start: 56px;
  padding-inline-end: unset;
}

.mud-ex-list-item-icon {
  color: var(--mud-palette-action-default);
  display: inline-flex;
  flex-shrink: 0;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
  margin-inline-start: -4px;
  margin-inline-end: 4px;
}

.mud-ex-list-item-multiselect {
  max-height: 32px;
}

.mud-ex-list-item-multiselect.mud-ex-list-item-multiselect-checkbox {
  padding-inline-end: 16px;
}

.mud-ex-list-subheader {
  color: var(--mud-palette-action-default);
  background-color: var(--mud-palette-background);
  font-size: 0.875rem;
  box-sizing: border-box;
  list-style: none;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.mud-ex-list-subheader-secondary-background {
  background-color: var(--mud-palette-background-grey);
}

.mud-ex-list-subheader-gutters {
  padding-left: 16px;
  padding-right: 16px;
}

.mud-ex-list-subheader-inset {
  padding-left: 72px;
  padding-inline-start: 72px;
  padding-inline-end: unset;
}

.mud-ex-list-subheader-sticky {
  z-index: 1;
  position: sticky;
}

.mud-ex-list-subheader-sticky.mud-ex-list-subheader-sticky-dense {
  top: 0;
}

.mud-ex-list-item-highlight {
  background-color: var(--mud-palette-background-grey);
}

.mud-list-item-highlight-selected {
  background-color: var(--mud-palette-lines-default) !important;
}

.mud-ex-list-item-nested-background {
  background-color: var(--mud-palette-background-grey);
}

.mud-ex-list-item-avatar {
  min-width: 56px;
  flex-shrink: 0;
}

.mud-ex-nested-list > .mud-ex-list-item {
  padding-left: 32px;
  padding-inline-start: 32px;
  padding-inline-end: unset;
}

.mud-ex-select {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  position: relative;
  height: fit-content;
}

.mud-ex-select.mud-autocomplete {
  display: block;
}

.mud-ex-select.mud-autocomplete .mud-ex-select-input {
  cursor: text;
}

.mud-ex-select.mud-autocomplete .mud-ex-input-adornment {
  cursor: pointer;
}

.mud-ex-select.mud-autocomplete--with-progress .mud-ex-select-input input {
  padding-right: 3.5rem !important;
}

.mud-ex-select.mud-autocomplete--with-progress .mud-input-adorned-end input {
  padding-right: 4.5rem !important;
}

.mud-ex-select.mud-autocomplete--with-progress .mud-ex-select-input .mud-icon-button {
  display: none !important;
}

.mud-ex-select.mud-autocomplete--with-progress .progress-indicator-circular {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
}

.mud-ex-select.mud-autocomplete--with-progress .progress-indicator-circular--with-adornment {
  padding-right: 3rem;
}

.mud-ex-select.mud-autocomplete--with-progress .mud-progress-linear {
  position: absolute;
  bottom: -1px;
  height: 2px;
}

.mud-ex-select .mud-ex-select-input {
  cursor: pointer;
}

.mud-ex-select .mud-ex-select-readonly {
  cursor: default;
}

.mud-ex-select .mud-ex-select-no-dropdown > div.mud-input-adornment > svg {
  display: none;
}

.mud-ex-select .mud-ex-select-input .mud-ex-select-nowrap {
  white-space: nowrap;
}

.mud-ex-select .mud-ex-select-input .mud-input-slot {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mud-ex-select .mud-ex-select-input .mud-input-adornment-end {
  margin-left: 0;
}

.mud-ex-select .mud-ex-select-input:disabled {
  cursor: default;
}

.mud-ex-select .mud-disabled .mud-select-input {
  cursor: default;
}

.mud-ex-select > .mud-form-helpertext {
  margin-top: -21px;
}

.mud-ex-select-all {
  margin-top: 10px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 18px;
}

.mud-ex-input-adornment-start:not(.mud-ex-input-text) {
  margin-inline-start: 12px;
}

.mud-ex-input-adornment-start.mud-ex-input-filled {
  margin-top: 16px;
}

.mud-ex-input-adornment-end:not(.mud-ex-input-text) {
  margin-inline-end: 12px;
}

.mud-ex-icon-picker-value-preview {
  transform: scale(2);
  outline: 1px solid;
  margin-bottom: 25px;
  margin-top: 5px;
  width: 50%; /*100 / scale*/
  margin-left: 25%;
}

.mud-ex-icon-picker-icon-pane {
  height: 128px;
  width: 100%;
  max-width: 112px;
  padding: 0 6px;
  /* margin: 16px 12px;*/
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  border-radius: var(--mud-default-borderradius);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.mud-ex-icon-picker-icon-pane .mud-typography {
  margin-bottom: 4px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mud-ex-icon-picker-icon-pane .mud-svg-icon {
  font-size: 40px;
  margin-top: 12px;
}

.mud-ex-file-display {
  overflow: auto;
  padding: 10px;
  border: 1px dashed var(--mud-palette-primary);
  height: 98%;
  width: 100%;
  border-radius: 5px;
  align-items: center;
  display: flex;
  /*    flex-direction: column;

      & :first-child {
          flex: 1;
          width: 100%;
          height: 100%;
      }*/
}

.mud-ex-file-display-container {
  height: calc(100% - 60px);
  position: relative;
}

.mud-ex-download-file {
  float: right;
}

.mud-ex-file-display > img:not([data-mimetype="image/svg+xml"]) {
  object-fit: scale-down;
}

.mud-ex-file-display > object {
  width: 100%;
}

.mud-ex-file-display > iframe {
  width: 100%;
}

.mud-ex-file-display > audio {
  width: 100%;
  align-self: center;
}

.mud-ex-file-display > * {
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 100%;
  align-self: stretch;
  max-width: 100%;
}

.mud-ex-file-display > script {
  display: none !important;
}

.mud-ex-file-display > style {
  display: none !important;
}

.mud-ex-file-display:empty {
  background: repeating-linear-gradient(135deg, #ccc, #ccc 10px, #aaa 10px, #aaa 20px);
  opacity: 0.4;
  border-radius: 5px;
  transition-property: opacity;
  transition-duration: 0.6s;
}

.mud-ex-file-display:empty:hover {
  opacity: 0.6;
}

.mud-ex-file-display > .mud-ex-file-display-img-box {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.mud-ex-file-display-error-message {
  color: var(--mud-palette-error);
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content-type-display-error {
  position: absolute;
  bottom: 0;
  opacity: 0;
  background: var(--mud-palette-surface);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 270px;
  transform: scale(0.2);
  transition-property: all !important;
}

#content-type-display-error.visible {
  opacity: 1;
  transform: scale(1);
  animation: scaleIn 800ms ease-in-out 1 alternate;
}

.mud-ex-fd-child-count-label {
  font-size: 7pt;
  margin-left: 5px;
  width: 15px;
  border: 1px solid var(--mud-palette-text-primary);
  height: 15px;
  border-radius: 50px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.mud-ex-file-display-zip {
  padding: 0 0 10px 0;
  border: 1px dashed var(--mud-palette-primary);
  max-height: 90vh;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}

.mud-ex-fd-close-inner-preview {
  float: right;
  height: 25px;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-right: -10px;
}

.mud-ex-fd-size-display {
  font-style: italic;
  font-size: 8pt;
}

.mud-ex-fd-tree-actions {
  margin-left: 20px;
}

.mud-ex-file-display-zip-search {
  float: right;
  margin-top: -10px;
}

.mud-ex-file-display-tree.mud-alert-text-normal {
  background-color: transparent;
}

.mud-ex-fd-tree-actions .mud-tooltip-root {
  display: inline-flex;
}

.mud-ex-file-display-toolbar-text {
  font-size: 10pt;
  font-weight: bold;
  /*text-decoration: underline;*/
  margin-left: 5px;
}

.mud-ex-file-display-menu-item-action > div.mud-list-item-icon {
  min-width: 35px;
}

.mud-ex-file-display-menu-header {
  display: flex;
  height: 35px;
  margin-bottom: 5px;
  border-bottom: 1px dashed var(--mud-palette-primary);
  align-items: center;
  color: var(--mud-palette-primary);
  justify-content: center;
}

.mud-ex-file-display-toolbar {
  height: 20px;
  padding: 0;
  margin-bottom: 4px;
  z-index: 3;
}

.mud-ex-color-bubble {
  border-radius: 100%;
  top: 4px;
  left: 4px;
  border: 1px solid transparent;
  margin: 5px 13px 0 0;
  display: inline-block;
  cursor: pointer;
}

.mud-ex-color-bubble-canvas-container {
  position: fixed;
  background-color: transparent;
  overflow: hidden;
  z-index: 30000;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -ms-transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.mud-ex-color-bubble-canvas-container canvas {
  background-color: white;
  border-radius: 100%;
  cursor: crosshair;
}
.mud-ex-color-bubble-canvas-container .mud-ex-color-bubble-locator {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-left: -4px; /* (Durchmesser + 2 * border - 1) / 2 */
  margin-top: -4px;
  border: 1px solid black;
  position: absolute;
  opacity: 0.75;
}
.mud-ex-color-bubble-canvas-container .mud-ex-color-bubble-preview {
  position: absolute;
  right: 0;
  z-index: 99999999;
  width: 10%;
  height: 10%;
  border: 1px solid black;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.mud-ex-color-bubble-canvas-container-small {
  -webkit-transform: scale(0.09) rotate(45deg);
  -moz-transform: scale(0.09) rotate(45deg);
  -ms-transform: scale(0.09) rotate(45deg);
  -o-transform: scale(0.09) rotate(45deg);
  transform: scale(0.09) rotate(45deg);
  opacity: 0;
  cursor: pointer;
}

.mud-ex-palette a.mud-ex-color {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: inline-block;
}
.mud-ex-palette a.mud-ex-color .mud-ex-color-inner {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width, height, top, left, opacity;
  -moz-transition-property: width, height, top, left, opacity;
  -ms-transition-property: width, height, top, left, opacity;
  -o-transition-property: width, height, top, left, opacity;
  transition-property: width, height, top, left, opacity;
  position: relative;
  border-radius: 12px;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  opacity: 0.8;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.mud-ex-palette a.mud-ex-color-FFFFFF .mud-ex-color-inner {
  border-color: #CDCDCD;
}
.mud-ex-palette a.mud-ex-color.mud-ex-color-selected .mud-ex-color-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.mud-ex-input-color-native {
  float: right;
  margin-top: 27px;
  border-bottom: 1px solid var(--mud-palette-lines-inputs);
}

.mud-ex-color-bubble-in-mud-ex-color-picker {
  float: right;
  margin-top: 27px;
}

.mud-ex-object-edit-group-flat .mud-expand-panel-text {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: -10px;
}

.mud-ex-object-edit-group-flat .mud-expand-panel-text:after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 2px;
}

.mud-ex-hidden-group .mud-expand-panel-header {
  display: none;
}

.mud-ex-hide-expand-btn .mud-expand-panel-icon {
  display: none;
}

.mud-ex-property-filter.active {
  width: 50%;
  opacity: 1;
}

.mud-ex-property-filter-full-width {
  width: 100% !important;
}

.mud-ex-property-filter {
  width: 0;
  min-width: 0;
  flex: 0 1 auto;
  opacity: 0;
  padding-bottom: 25px;
}

.mud-ex-toolbar-sticky {
  position: sticky;
  z-index: 2;
}

.mud-ex-tab-bar-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.mud-ex-actionbar-sticky {
  position: sticky;
  z-index: 2;
}

.mud-ex-loading-overlay .mud-overlay-content {
  position: fixed;
  top: 50%;
  bottom: 50%;
}

.mud-ex-property-reset-conatiner {
  cursor: pointer;
  transform: scale(0.7);
  float: right;
  margin-right: -7px;
  margin-top: -3px;
}

.mud-ex-property-validation-component .mud-input-control-input-container {
  display: none;
}

.mud-ex-group-path-text-flat {
  margin-left: -10px;
  /*margin-top: -10px;*/
  margin-bottom: 20px;
  color: var(--mud-palette-info);
  font-size: 0.75rem;
}

.mud-ex-group-path-text-default {
  margin-top: -35px;
  margin-bottom: 20px;
  color: var(--mud-palette-info);
  font-size: 0.75rem;
  float: right;
  margin-right: 40px;
}

.mud-ex-collection-inline-string-edit {
  height: 20px;
  margin-top: -20px;
  padding-top: 14px;
}

.mud-ex-collection-inline-string-edit input:focus {
  background: var(--mud-palette-surface);
  border: 1px solid var(--mud-palette-primary);
  border-radius: var(--mud-default-borderradius);
}

.mud-ex-collection-inline-string-edit input {
  background: transparent;
  border: 1px solid transparent;
  transition-property: all !important;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.mud-ex-dialog-max90 .mud-dialog-content {
  overflow: auto;
  max-height: 90%;
}

.mud-ex-object-edit-dialog .mud-dialog-actions {
  width: 100%;
  z-index: 100;
}

.mud-ex-dialog-max90 .mud-dialog-actions {
  width: 100%;
  z-index: 100;
}

.mud-ex-object-edit-dialog-form {
  overflow: auto;
  max-height: 90%;
}

.mud-ex-object-edit-tabs > .mud-tabs-panels {
  padding: 20px;
}

.upload-request-edit {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

.upload-button {
  margin-left: 15px;
}

.multi-upload-actions {
  padding-left: 15px;
  margin-bottom: 10px;
}

.action-margin {
  margin: 0px 5px;
}

.error-message {
  color: var(--mud-palette-error);
  transition-property: all !important;
  font-size: 9pt;
  padding: 2px;
  animation: fade-in-animation 900ms ease-in 1 alternate;
}

.upload-request-label {
  color: var(--mud-palette-text-secondary);
  font-size: 1rem;
}

.upload-request-label-small {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}

.upload-request-outlined-border {
  border-radius: var(--mud-default-borderradius);
  border-color: var(--mud-palette-lines-inputs);
  border-width: 1px;
  border-style: solid;
}

.mud-ex-upload-edit-drop-zone-text {
  font-style: italic;
  text-align: center;
  opacity: 0.3;
}

/*.upload-request-edit .mud-input-control.mud-input-input-control {
    height: 20px;
    margin-top: -20px;
}*/
.mud-ex-slidebar {
  margin: 0;
  position: fixed;
  --mud-ex-slide-bar-collapsed-size: 20px;
}
.mud-ex-slidebar.relative-to-parent {
  position: absolute;
  z-index: unset;
}
.mud-ex-slidebar .mud-tab-slider {
  opacity: 0;
}
.mud-ex-slidebar.bottom {
  transform: translateY(80%);
  width: 100%;
  bottom: 0;
}
.mud-ex-slidebar.bottom.open {
  transform: translateY(0);
}
.mud-ex-slidebar.bottom:not(.open) {
  transform: translateY(calc(100% - var(--mud-ex-slide-bar-collapsed-size)));
  height: var(--mud-ex-slide-bar-collapsed-size);
}
.mud-ex-slidebar.top {
  width: 100%;
  height: auto;
  top: 0;
}
.mud-ex-slidebar.top.open {
  transform: translateY(0);
}
.mud-ex-slidebar.top:not(.open) {
  transform: translateY(calc(-100% + var(--mud-ex-slide-bar-collapsed-size)));
  height: var(--mud-ex-slide-bar-collapsed-size);
}
.mud-ex-slidebar.left {
  width: auto;
  height: 100%;
  left: 0;
}
.mud-ex-slidebar.left .mud-tabs {
  height: 100%;
}
.mud-ex-slidebar.left.open {
  transform: translateX(0);
}
.mud-ex-slidebar.left:not(.open) {
  transform: translateX(calc(-100% + var(--mud-ex-slide-bar-collapsed-size)));
  width: var(--mud-ex-slide-bar-collapsed-size);
}
.mud-ex-slidebar.right {
  width: auto;
  height: 100%;
  right: 0;
}
.mud-ex-slidebar.right .mud-tabs {
  height: 100%;
}
.mud-ex-slidebar.right.open {
  transform: translateX(0);
}
.mud-ex-slidebar.right:not(.open) {
  transform: translateX(calc(100% - var(--mud-ex-slide-bar-collapsed-size)));
  width: var(--mud-ex-slide-bar-collapsed-size);
}
.mud-ex-slidebar.open {
  opacity: 1;
}
.mud-ex-slidebar.open .mud-tab-slider {
  opacity: 1;
}

.mud-ex-split-panel {
  width: 100%;
  height: 100%;
  display: flex;
  /*gap: 3px;  */
}

.mud-ex-splitter {
  /*    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='30'><path d='M2 0 v30 M5 0 v30 M8 0 v30' fill='none' stroke='black'/></svg>");
  background-repeat: no-repeat;
  background-position: center;*/
}
.mud-ex-splitter.mud-ex-divider-horizontal {
  cursor: row-resize;
}
.mud-ex-splitter.mud-ex-divider-vertical {
  cursor: col-resize;
}

.mud-ex-splitter-collapsed-slide-bar-content-v {
  width: 100%;
  height: 100%;
}

.mud-ex-splitter-collapsed-slide-bar-content-v > * {
  width: 100% !important;
  height: 100% !important;
}

.mud-ex-centered-content {
  display: flex;
  justify-content: center; /* For horizontal centering */
  align-items: center; /* For vertical centering */
}

.mud-ex-card-list-cardeffect3d .mud-ex-card {
  transition: transform 0.1s, box-shadow 0.2s !important;
  box-shadow: var(--shadow);
  transform: var(--transform);
}

.mud-ex-card-list-lightbulb .mud-ex-card::before {
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), var(--mud-ex-card-list-hover-color), transparent var(--mud-ex-card-bulb-size));
}
.mud-ex-card-list-lightbulb .mud-ex-card::after {
  background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), var(--mud-ex-card-list-hover-color), transparent var(--mud-ex-card-bulb-size));
}
.mud-ex-card-list-lightbulb .mud-ex-card::before,
.mud-ex-card-list-lightbulb .mud-ex-card::after {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 500ms;
  width: 100%;
  pointer-events: none;
}

.mud-ex-card-list-simple .mud-ex-card:hover {
  background-color: var(--mud-ex-card-list-hover-color) !important;
}
.mud-ex-card-list-simple .mud-ex-virtual-item > *:hover {
  background-color: var(--mud-ex-card-list-hover-color) !important;
}

.mud-ex-card-list-zoom .mud-ex-card:hover {
  /*transform: scale(1.05);*/
  transform: scale3d(1.05, 1.05, 1.05);
}

.mud-ex-card-list {
  align-items: center;
  background-color: var(--mud-ex-card-list-bg-color);
  display: flex;
  margin: 0px;
  overflow: auto;
  padding: 7px;
}
.mud-ex-card-list .mud-ex-cards {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  width: calc(100% - 0px);
}
.mud-ex-card-list .mud-ex-cards:hover > .mud-ex-card::after {
  opacity: 1;
}
.mud-ex-card-list .mud-ex-card {
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mud-ex-card-list .mud-ex-card:hover::before {
  opacity: 1;
}
.mud-ex-card-list h1, .mud-ex-card-list h2, .mud-ex-card-list h3, .mud-ex-card-list h4, .mud-ex-card-list span {
  color: rgb(240, 240, 240);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0px;
}

.mud-ex-filter-select {
  position: sticky;
  top: 0;
  background: var(--mud-palette-surface) !important;
  z-index: 1;
  /*pointer-events: none;*/
}

.mud-ex-filter-select input {
  /*  pointer-events: auto;*/
}

.mud-ex-filter-select .mud-list-item-icon {
  display: none;
}

.mud-ex-no-events {
  pointer-events: none;
}

.mud-ex-code-view.full-height {
  height: 100% !important;
}
.mud-ex-code-view.full-height .mud-markdown-body,
.mud-ex-code-view.full-height .snippet-clipboard-content,
.mud-ex-code-view.full-height pre,
.mud-ex-code-view.full-height code {
  height: 100% !important;
}

.mud-ex-code-view.full-width {
  width: 100% !important;
}
.mud-ex-code-view.full-width .mud-markdown-body,
.mud-ex-code-view.full-width .snippet-clipboard-content,
.mud-ex-code-view.full-width pre,
.mud-ex-code-view.full-width code {
  width: 100% !important;
}

.mud-ex-horizontal-tree-wrapper {
  height: 100%;
}

.mud-ex-horizontal-tree {
  overflow: hidden;
  height: 100%;
  padding: 0;
}

.mud-ex-horizontal-tree-scroll-wrapper {
  display: flex;
  place-items: center;
  height: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
}

.mud-ex-horizontal-tree-column:not(:first-child) .mud-ex-horizontal-tree-node:before,
.mud-ex-horizontal-tree-column .mud-ex-horizontal-tree-node.node-selected.node-expandable.node-expanded:after, .mud-ex-horizontal-tree-column:not(:first-child) .mud-ex-horizontal-tree-node:not(:last-child) > div:after {
  content: " ";
  background-color: var(--tree-node-line-color, green);
  position: absolute;
  top: 50%;
  height: var(--tree-node-line-width, 2px);
  width: var(--tree-node-padding, 24px);
}
.mud-ex-horizontal-tree-column:not(:first-child) .mud-ex-horizontal-tree-node:before {
  left: 0;
}
.mud-ex-horizontal-tree-column .mud-ex-horizontal-tree-node.node-selected.node-expandable:after {
  right: 0;
}
.mud-ex-horizontal-tree-column:not(:first-child) .mud-ex-horizontal-tree-node:not(:last-child) > div:after {
  width: var(--tree-node-line-width, 2px);
  height: 100%;
  left: calc(var(--tree-node-padding, 24px) * -1 - var(--tree-node-line-width, 2px));
  padding-top: calc(var(--tree-node-line-width, 2px) + 2px);
}

.mud-ex-horizontal-tree-node {
  padding: 0 var(--tree-node-padding, 24px);
  cursor: pointer;
}
.mud-ex-horizontal-tree-node > div {
  position: relative;
  padding: 4px 4px 4px 12px;
  white-space: nowrap;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.mud-ex-horizontal-tree-node.node-selected > div {
  border-radius: var(--mud-default-borderradius, 8px);
}
.mud-ex-horizontal-tree-node .mud-ex-horizontal-tree-expandable {
  position: absolute;
  top: 8px;
  right: 8px;
}

.clickable {
  cursor: pointer;
}

.clickable:focus {
  outline: none;
}
.clickable:focus:not(.node-selected) {
  /*color: orange;
  opacity: 0.5;*/
}

.node-selected {
  /*color: orange;*/
  opacity: 1;
}

.mud-ex-simple-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mud-ex-flex-reverse-end {
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.mud-ex-treeview-item-reverse-space-between > .mud-treeview-item-content {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}

.trimmer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dockview-theme-mud-ex {
  --dv-paneview-active-outline-color: var(--mud-palette-primary);
  --dv-active-sash-color: var(--mud-palette-primary);
  --dv-tabs-and-actions-container-font-size: var(--mud-typography-button-size);
  --dv-tabs-and-actions-container-height: calc(var(--mud-appbar-height, 64px) * 0.55);
  --dv-tabs-and-actions-container-background-color: var(--mud-palette-background);
  --dv-tab-font-size: var(--mud-typography-button-size);
  --dv-tab-margin: 0;
  --dv-tab-divider-color: var(--mud-palette-lines-default);
  --dv-activegroup-visiblepanel-tab-background-color: var(--mud-palette-surface);
  --dv-activegroup-hiddenpanel-tab-background-color: var(--mud-palette-background);
  --dv-inactivegroup-visiblepanel-tab-background-color: var(--mud-palette-surface);
  --dv-inactivegroup-hiddenpanel-tab-background-color: var(--mud-palette-background);
  --dv-activegroup-visiblepanel-tab-color: var(--mud-palette-text-primary);
  --dv-activegroup-hiddenpanel-tab-color: var(--mud-palette-text-secondary);
  --dv-inactivegroup-visiblepanel-tab-color: var(--mud-palette-text-secondary);
  --dv-inactivegroup-hiddenpanel-tab-color: var(--mud-palette-text-secondary);
  --dv-group-view-background-color: var(--mud-palette-surface);
  --dv-drag-over-background-color: var(--mud-palette-overlay-dark);
  --dv-drag-over-border-color: var(--mud-palette-primary);
  --dv-tabs-container-scrollbar-color: var(--mud-palette-lines-default);
  --dv-icon-hover-background-color: color-mix(in srgb, var(--mud-palette-action-default), transparent 70%);
  --dv-sash-color: var(--mud-palette-divider);
  --dv-separator-border: var(--mud-palette-lines-default);
  --dv-paneview-header-border-color: var(--mud-palette-divider);
  --dv-border-radius: var(--mud-default-borderradius);
  --dv-floating-box-shadow: 0 8px 24px rgba(0,0,0,.24);
  --dv-active-sash-transition-duration: .1s;
  --dv-active-sash-transition-delay: .5s;
  --dv-overlay-z-index: var(--mud-zindex-popover, 1200);
}

.dv-hide-tabs .dv-tabs-and-actions-container {
  display: none !important;
}

.dv-hide-tabs .dv-content-container {
  height: 100% !important;
}

.dv-hide-tabs .dv-groupview {
  --dv-tab-height: 0px;
}

.dv-hide-close {
  background: yellow !important;
}

.mud-ex-blur {
  backdrop-filter: blur(10px);
}

.mud-ex-bg-gradient {
  position: absolute;
  display: flex;
  /*justify-content: center;
  align-items: center;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mud-ex-bg-gradient::after {
  content: "";
  --size: 250px;
  --speed: 50s;
  --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
  position: absolute;
  /*    width: var(--size);
  height: var(--size);*/
  width: 50%;
  height: 50%;
  filter: blur(calc(var(--size) / 5));
  background-image: linear-gradient(hsla(158, 82%, 57%, 0.85), hsl(252, 82%, 57%));
  animation: rotate var(--speed) var(--easing) alternate infinite;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

@media (min-width: 720px) {
  .mud-ex-bg-gradient::after {
    --size: 700px;
  }
}
.mud-ex-bg-dot {
  transition-property: opacity !important;
  transition-duration: 0.3s;
  opacity: 0.4;
  font: 5vmin/1.3 Serif;
  overflow: hidden;
  background: #123;
  display: block;
  font-size: 52px;
  color: transparent;
}
.mud-ex-bg-dot::before, .mud-ex-bg-dot::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  content: ".";
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
}
.mud-ex-bg-dot::before {
  text-shadow: 0.8973147429em 0.4033532284em 7px hsla(171.01173582, 100%, 50%, 0.9), 2.0076193383em -0.2302950387em 7px hsla(13.5237748654, 100%, 50%, 0.9), 1.0964438636em -0.1576476294em 7px hsla(118.8661375246, 100%, 50%, 0.9), -0.1910526772em 1.2717645828em 7px hsla(230.0907547502, 100%, 50%, 0.9), 0.1433256897em 0.3754347113em 7px hsla(148.4014356979, 100%, 50%, 0.9), -0.0404277984em 0.2536231489em 7px hsla(123.3854852418, 100%, 50%, 0.9), 2.0508997939em 0.9709895676em 7px hsla(86.5402765326, 100%, 50%, 0.9), 0.7632049934em 0.7851040008em 7px hsla(350.2405785558, 100%, 50%, 0.9), -0.2205190014em 0.2962590491em 7px hsla(332.6209854717, 100%, 50%, 0.9), -0.4056528851em 1.2392342475em 7px hsla(49.5840774538, 100%, 50%, 0.9), 2.2498144026em -0.4646299627em 7px hsla(124.8656999451, 100%, 50%, 0.9), 1.580511182em 2.222413899em 7px hsla(20.7650759823, 100%, 50%, 0.9), 1.8194324274em 1.5812080428em 7px hsla(179.9964828769, 100%, 50%, 0.9), 1.4389561718em 2.4876004805em 7px hsla(266.8320643275, 100%, 50%, 0.9), 0.7823949505em 1.7176473484em 7px hsla(238.1087267594, 100%, 50%, 0.9), 1.3054415786em -0.2304501027em 7px hsla(118.0174056975, 100%, 50%, 0.9), 1.8084855677em 2.036973945em 7px hsla(294.2919646945, 100%, 50%, 0.9), 1.7618016418em 1.8743818479em 7px hsla(211.1084582217, 100%, 50%, 0.9), 0.1901082039em 1.3818307096em 7px hsla(291.6838931673, 100%, 50%, 0.9), 1.0390575854em -0.4652609917em 7px hsla(156.7936534764, 100%, 50%, 0.9), -0.2368962225em 0.6814998806em 7px hsla(134.7771482387, 100%, 50%, 0.9), 1.0661074202em 1.6067304896em 7px hsla(195.4777081404, 100%, 50%, 0.9), 0.5832835651em -0.1185226552em 7px hsla(104.8464866365, 100%, 50%, 0.9), 1.8883271094em 0.9840165375em 7px hsla(228.4936991274, 100%, 50%, 0.9), 1.9044945491em 0.5831129075em 7px hsla(303.8013819538, 100%, 50%, 0.9), 1.3631836547em 0.294965632em 7px hsla(345.3195258562, 100%, 50%, 0.9), 1.9293584131em -0.0185903034em 7px hsla(223.9904368234, 100%, 50%, 0.9), 2.0462208154em 2.0991476566em 7px hsla(255.0709402816, 100%, 50%, 0.9), 0.4624853952em 1.2042603952em 7px hsla(68.0028798376, 100%, 50%, 0.9), -0.1759130733em 0.9317525576em 7px hsla(25.3207162005, 100%, 50%, 0.9), 0.9946320387em -0.0366017977em 7px hsla(126.9937137659, 100%, 50%, 0.9), 1.8988199329em 0.9353780474em 7px hsla(201.5429116522, 100%, 50%, 0.9), 2.4810532489em 1.2421304811em 7px hsla(84.4349243643, 100%, 50%, 0.9), -0.012646733em 1.150412416em 7px hsla(169.9644984787, 100%, 50%, 0.9), -0.2261078758em 1.1862833058em 7px hsla(181.4827340301, 100%, 50%, 0.9), 1.2833871801em 0.0864357359em 7px hsla(97.4691983086, 100%, 50%, 0.9), 1.2474938217em 0.2330755948em 7px hsla(358.5514927038, 100%, 50%, 0.9), 1.5690787225em 0.6340366062em 7px hsla(139.5103040242, 100%, 50%, 0.9), 0.3224862598em 1.5648998914em 7px hsla(149.6080660862, 100%, 50%, 0.9), 2.0556530956em 0.5369516276em 7px hsla(193.7036438766, 100%, 50%, 0.9), -0.3498546373em 0.9294196319em 7px hsla(204.6152498268, 100%, 50%, 0.9);
  animation-duration: 44s;
  animation-delay: -27s;
}
.mud-ex-bg-dot::after {
  text-shadow: -0.3584232464em 0.0499999254em 7px hsla(205.8351955899, 100%, 50%, 0.9), 1.7901882527em 0.613783737em 7px hsla(197.4398544441, 100%, 50%, 0.9), 1.1248383584em -0.4593140999em 7px hsla(359.1154917059, 100%, 50%, 0.9), 2.0309775488em 0.1338310671em 7px hsla(265.684920644, 100%, 50%, 0.9), 2.1552182703em 1.3233870648em 7px hsla(344.7167965324, 100%, 50%, 0.9), 1.4645917841em 0.3389935788em 7px hsla(185.6488348172, 100%, 50%, 0.9), 2.0359846744em 2.1613384776em 7px hsla(325.3501021343, 100%, 50%, 0.9), 0.9316113569em 1.160499477em 7px hsla(177.8132717538, 100%, 50%, 0.9), 0.5221185605em 1.569850183em 7px hsla(113.5918829278, 100%, 50%, 0.9), 0.4849206346em 1.8195860701em 7px hsla(61.6047503776, 100%, 50%, 0.9), 2.3070397401em 0.5219672594em 7px hsla(175.4224247508, 100%, 50%, 0.9), 1.3725555077em -0.1616951232em 7px hsla(13.1190722489, 100%, 50%, 0.9), 1.8218327141em 1.9532063428em 7px hsla(28.0169399349, 100%, 50%, 0.9), 0.1938670784em 1.7306940274em 7px hsla(152.0834789352, 100%, 50%, 0.9), 2.4640259201em 0.6698735232em 7px hsla(3.1699338166, 100%, 50%, 0.9), -0.167587939em -0.3772617294em 7px hsla(47.5133894262, 100%, 50%, 0.9), 0.1079942328em -0.0991209073em 7px hsla(51.7004245113, 100%, 50%, 0.9), 0.041248021em 0.8243548217em 7px hsla(215.7252548754, 100%, 50%, 0.9), 0.9551179097em 1.521425111em 7px hsla(103.0155200085, 100%, 50%, 0.9), 1.6827514313em 2.3514256482em 7px hsla(108.1301031562, 100%, 50%, 0.9), 2.2009778085em -0.1556716971em 7px hsla(198.3898885238, 100%, 50%, 0.9), -0.3426571082em 0.8123937615em 7px hsla(355.8451777035, 100%, 50%, 0.9), 1.4604098356em 1.4514890864em 7px hsla(312.1053969522, 100%, 50%, 0.9), 0.3724768847em 1.7637913246em 7px hsla(279.9326404699, 100%, 50%, 0.9), 1.0306138461em 1.3837782962em 7px hsla(321.5531205184, 100%, 50%, 0.9), 2.4225005174em 1.9927452041em 7px hsla(26.9099913291, 100%, 50%, 0.9), -0.2209920357em 1.4268451787em 7px hsla(209.570738595, 100%, 50%, 0.9), 1.7101862029em 2.2882624033em 7px hsla(41.810587408, 100%, 50%, 0.9), 1.0785670749em 1.6605415838em 7px hsla(301.3630875535, 100%, 50%, 0.9), 0.1914525028em 0.3877699318em 7px hsla(114.2243871422, 100%, 50%, 0.9), 2.4236220916em 2.072139901em 7px hsla(312.2299855213, 100%, 50%, 0.9), 1.4698599615em 0.0937328106em 7px hsla(115.5220034198, 100%, 50%, 0.9), 1.5222914686em 1.0002040249em 7px hsla(258.9875613659, 100%, 50%, 0.9), 0.5565641104em 1.5736931529em 7px hsla(339.1001033033, 100%, 50%, 0.9), 1.9422677407em -0.3572313151em 7px hsla(123.3486791598, 100%, 50%, 0.9), 0.4400388166em 2.1744409405em 7px hsla(14.1090994171, 100%, 50%, 0.9), -0.0438524834em -0.1500063447em 7px hsla(253.9380552769, 100%, 50%, 0.9), 0.5577723799em -0.4407307191em 7px hsla(154.4837464266, 100%, 50%, 0.9), 1.418144868em 0.8393305786em 7px hsla(287.3005964413, 100%, 50%, 0.9), 1.017089694em 0.446643156em 7px hsla(85.5261580736, 100%, 50%, 0.9), -0.3755013702em 0.0921237536em 7px hsla(44.6315784152, 100%, 50%, 0.9);
  animation-duration: 43s;
  animation-delay: -32s;
}

@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}
.mud-ex-glass-dialog {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mud-dialog-height-full {
  height: calc(100vh - 64px);
}
.mud-dialog-height-full .mud-dialog-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mud-dialog-height-full-no-margin {
  height: 100vh;
  max-height: unset;
}
.mud-dialog-height-full-no-margin .mud-dialog-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mud-dialog-width-full-no-margin {
  width: 100%;
}

.mud-dialog-position-fixed {
  position: fixed;
}

.mud-dialog-actions-fixed-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mud-ex-dialog-initial {
  display: none !important;
}

.mud-ex-dialog-actions-sticky {
  position: sticky !important;
  bottom: 0;
  right: 0;
}

.mud-ex-dialog-actions-absolute {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.mud-ex-dialog-max-height-lg {
  max-height: 1280px;
}

.mud-ex-dialog-max-height-md {
  max-height: 960px;
}

.mud-ex-dialog-max-height-sm {
  max-height: 600px;
}

.mud-ex-dialog-max-height-xl {
  max-height: 1750px;
}

.mud-ex-dialog-max-height-xxl {
  max-height: 1750px;
}

.mud-ex-dialog-max-height-xs {
  max-height: 444px;
}

.mud-ex-property-component-wrapper {
  display: flex;
}

.snap-preview {
  position: absolute;
  /* milchiges Glas */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  border-radius: 8px;
  /* nur transform animieren */
  transform: scale(0);
  transform-origin: center center;
  transition: transform 200ms ease-out;
  z-index: calc(var(--mud-zindex-dialog) - 1);
  pointer-events: none;
}

.chip-select-chipsonly .mud-input-adornment {
  margin-top: -40px;
}

.chip-select-chipsonly button {
  margin-top: -40px;
}

.chip-select-chipsonly > div > div.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol, .chip-select-chipsonly > .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
  visibility: hidden;
}

.chip-select-chipsonly > div > div.mud-input.mud-input-text.mud-input-adorned-end.mud-input-underline.mud-shrink.mud-select-input {
  height: 0;
}

.chip-select-chipsonly .mud-input.mud-input-text.mud-select-input > input {
  opacity: 0;
}

.chip-select-chipsonly {
  margin-top: -6px;
  align-items: stretch;
  flex-flow: column-reverse;
  cursor: pointer;
}

.chip-select-over .mud-list {
  padding-top: 0 !important;
}

.chip-select-chipsonly.with-items .mud-input-helper-text {
  top: 25px;
  position: absolute;
}

.chip-select-chipsonly.empty .mud-input-helper-text {
  top: 55px;
  position: absolute;
}

.mud-ex-keep-input-label-visible .mud-input-label {
  visibility: visible !important;
}

.mud-ex-alert-message-w-100 > .mud-alert-position > .mud-alert-message {
  width: 100%;
}

.mud-ex-collection-edit-label {
  color: var(--mud-palette-text-secondary);
  font-size: 1rem;
}

.mud-ex-collection-edit-label-small {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}

.mud-ex-collection-edit-outlined-border {
  border-radius: var(--mud-default-borderradius);
  border-color: var(--mud-palette-lines-inputs);
  border-width: 1px;
  border-style: solid;
}

.dialog-content-full-height > .outline-none {
  height: 100%;
}

.full-height {
  height: 100%;
}

.full-height-90 {
  height: 90%;
}

.mud-alert-close-no-flex > .mud-alert-close {
  display: initial;
}

.mud-alert-message-w-100 > .mud-alert-position > .mud-alert-message {
  width: 100%;
}

.mud-ex-alert-link {
  cursor: pointer;
}
.mud-ex-alert-link:hover {
  text-decoration: underline;
  color: var(--mud-palette-primary);
}

.mud-alert-message-mt-5 > .mud-alert-position > .mud-alert-message {
  margin-top: -5px;
}

.mud-ex-hide-inputlabel > div > div.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol, .mud-ex-hide-inputlabel > .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
  visibility: hidden;
}

/*.mud-ex-mb-container ~ .mud-dialog {
    opacity: 0;
}
.mud-ex-mb-container ~ .mud-dialog[data-mud-extended="true"] {
    opacity: 1;
}*/
.mud-dialog-container-no-modal {
  display: none !important;
}

.minimize-animation {
  transition: transform 0.5s ease-in-out;
}

.mud-ex-dialog-header-progress {
  position: absolute;
  left: 0;
  top: 0;
}

.mud-ex-scroll-to-top {
  height: 56px;
  width: 56px;
}
.mud-ex-scroll-to-top.bottomleft {
  right: auto !important;
}
.mud-ex-scroll-to-top.bottomcenter {
  left: calc(50% + 20px) !important;
  right: calc(50% + 20px) !important;
}
.mud-ex-scroll-to-top.topcenter {
  left: calc(50% + 20px) !important;
  right: calc(50% + 20px) !important;
  top: var(--mud-appbar-height);
}
.mud-ex-scroll-to-top.topleft {
  right: auto !important;
  top: var(--mud-appbar-height);
}
.mud-ex-scroll-to-top.topright {
  top: var(--mud-appbar-height);
}
.mud-ex-scroll-to-top.centerright {
  top: 50%;
  bottom: 50%;
}
.mud-ex-scroll-to-top.center {
  left: calc(50% + 20px) !important;
  right: calc(50% + 20px) !important;
  top: 50%;
  bottom: 50%;
}
.mud-ex-scroll-to-top.centerleft {
  right: auto !important;
  top: 50%;
  bottom: 50%;
}
.mud-ex-scroll-to-top.centerright {
  top: 50%;
  bottom: 50%;
}

.drop-zone {
  transition: all 0.4s;
  padding: 20px;
  width: 100%;
  min-height: 60px;
  border-radius: 5px;
}

.drop-zone.hover {
  border-style: solid;
  box-shadow: var(--mud-elevation-10);
  border: 3px dotted var(--mud-palette-primary);
}

.mud-ex-overflow {
  overflow: auto;
}

.mud-ex-overflow-y {
  overflow-y: auto;
  overflow-x: hidden;
}

.mud-ex-overflow-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.mud-ex-dialog-header-actions {
  top: 8px;
  right: 48px;
  position: absolute;
}

/* new div element is currently wraped before dialog-content div is avalable. This selector checks if the content element should have full-height and then also applies height 100% to this new extra div */
.mud-dialog .outline-none div[tabindex="-1"]:has(div.full-height) {
  height: 100%;
}

.mud-ex-content-center {
  display: flex;
  padding: 80px;
  align-items: center;
  place-content: center;
}

.mud-ex-empty-indicator-bg {
  background: repeating-linear-gradient(135deg, #ccc, #ccc 10px, #aaa 10px, #aaa 20px);
}

.mud-ex-transparent-indicator-bg {
  background-image: linear-gradient(45deg, var(--mud-palette-surface) 25%, transparent 25%, transparent 75%, var(--mud-palette-surface) 75%), linear-gradient(45deg, var(--mud-palette-surface) 25%, transparent 25%, transparent 75%, var(--mud-palette-surface) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-color: var(--mud-palette-background-grey);
}

.mud-dialog-container:has(.mud-ex-dialog-no-margin) {
  padding: 0px !important;
}

.mud-ex-draggable {
  cursor: move;
}

.mud-ex-resizeable {
  resize: both;
  overflow: hidden;
}

.mud-ex-collapsed {
  visibility: collapse;
}

.mud-ex-hidden {
  visibility: hidden;
}

/*WORKAROUND CURRENTLY input label content VARIANT text datalist BROKEN*/
.mud-ex-select-variant-text .mud-input-label-inputcontrol {
  top: -15px;
}

.mud-ex-select-variant-text {
  /*margin-bottom: 15px;*/
  margin-top: 20px;
}
