﻿@charset "UTF-8";
:root {
  --mud-ex-css-main: mud-ex ;
}

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

/* _mudexrangeslider.scss
   Styles for MudExRangeSlider matching MudBlazor Slider design
   Uses CSS variables set by component for colors and sizes
   Supports custom templates for Track, Selection, and Thumbs
*/
/* ---------- Base ---------- */
.mud-ex-range-slider {
  position: relative;
  width: 100%;
  touch-action: none;
  user-select: none;
  /* Size defaults (Medium) - overridden by size classes */
  --ex-track-height: 2px;
  --ex-track-width: 2px;
  --ex-thumb-size: 12px;
  --ex-selection-height: 2px;
  --ex-selection-width: 2px;
  /* Colors set via inline style from component */
  /* --ex-track-color, --ex-thumb-color, --ex-selection-color */
}

/* ---------- Size Variants ---------- */
.mud-ex-range-slider.mud-ex-size-small {
  --ex-track-height: 1px;
  --ex-track-width: 1px;
  --ex-thumb-size: 8px;
  --ex-selection-height: 1px;
  --ex-selection-width: 1px;
}

.mud-ex-range-slider.mud-ex-size-medium {
  --ex-track-height: 2px;
  --ex-track-width: 2px;
  --ex-thumb-size: 12px;
  --ex-selection-height: 2px;
  --ex-selection-width: 2px;
}

.mud-ex-range-slider.mud-ex-size-large {
  --ex-track-height: 4px;
  --ex-track-width: 4px;
  --ex-thumb-size: 16px;
  --ex-selection-height: 4px;
  --ex-selection-width: 4px;
}

/* ---------- Track (Horizontal) ---------- */
.mud-ex-range-slider .mud-ex-range-slider-track {
  position: relative;
  width: 100%;
  height: 32px; /* Touch target area */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* Default track line (only when no template) */
.mud-ex-range-slider .mud-ex-range-slider-track:not(.mud-ex-has-template)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: var(--ex-track-height);
  background: var(--ex-track-color);
  border-radius: 2px;
  pointer-events: none;
  z-index: 0;
}

/* Track template container - fills entire track */
.mud-ex-range-slider .mud-ex-range-slider-track-template {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  z-index: 0;
}

.mud-ex-range-slider .mud-ex-range-slider-track-template > * {
  width: 100%;
  height: 100%;
}

/* Selection overlay (H) - positioned within track */
.mud-ex-range-slider .mud-ex-range-slider-selection {
  position: absolute;
  left: calc(var(--p-start) * 100%);
  right: calc((1 - var(--p-end)) * 100%);
  pointer-events: auto;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

/* Default selection bar (only when no template) - centered vertically */
.mud-ex-range-slider .mud-ex-range-slider-selection:not(.mud-ex-has-template) {
  top: 50%;
  transform: translateY(-50%);
  height: var(--ex-selection-height);
  background: var(--ex-selection-color);
  border-radius: 2px;
}

/* Selection with template - fills entire track height */
.mud-ex-range-slider .mud-ex-range-slider-selection.mud-ex-has-template {
  top: 0;
  bottom: 0;
  height: 100%;
}

/* Selection template container */
.mud-ex-range-slider .mud-ex-range-slider-selection-template {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  pointer-events: none;
}

.mud-ex-range-slider .mud-ex-range-slider-selection-template > * {
  width: 100%;
  height: 100%;
}

/* Thumbs (buttons) for H */
.mud-ex-range-slider .mud-ex-range-slider-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  z-index: 2;
}

/* Default thumb style (only when no template) */
.mud-ex-range-slider .mud-ex-range-slider-thumb:not(.mud-ex-has-template) {
  width: var(--ex-thumb-size);
  height: var(--ex-thumb-size);
  background: var(--ex-thumb-color);
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease;
}

.mud-ex-range-slider .mud-ex-range-slider-thumb:not(.mud-ex-has-template):hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.04);
}

.mud-ex-range-slider .mud-ex-range-slider-thumb:not(.mud-ex-has-template):active {
  box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.08);
}

.mud-ex-range-slider .mud-ex-range-slider-thumb:not(.mud-ex-has-template):focus-visible {
  box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.12);
}

/* Template thumb container */
.mud-ex-range-slider .mud-ex-range-slider-thumb.mud-ex-has-template {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mud-ex-range-slider .mud-ex-range-slider-thumb-template {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.mud-ex-range-slider .mud-ex-range-slider-thumb.start {
  left: calc(var(--p-start) * 100%);
}

.mud-ex-range-slider .mud-ex-range-slider-thumb.end {
  left: calc(var(--p-end) * 100%);
}

/* ---------- Tooltip Styles ---------- */
.mud-ex-range-slider .mud-ex-range-slider-tooltip {
  position: absolute;
  background: var(--mud-palette-dark, #424242);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 1500;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

/* Tooltip Arrow (wird durch Positions-Klassen konfiguriert) */
.mud-ex-range-slider .mud-ex-range-slider-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

/* Sichtbar via "visible"-Klasse */
.mud-ex-range-slider .mud-ex-range-slider-tooltip.visible {
  opacity: 1;
  visibility: visible;
}

/* Optional zusätzlich über Hover/Focus (beibehalten) */
.mud-ex-range-slider .mud-ex-range-slider-thumb:hover .mud-ex-range-slider-tooltip,
.mud-ex-range-slider .mud-ex-range-slider-thumb:active .mud-ex-range-slider-tooltip,
.mud-ex-range-slider .mud-ex-range-slider-thumb:focus-visible .mud-ex-range-slider-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ---------- Positions-Klassen ---------- */
/* Default/Fallback: top, wenn keine Positionsklasse gesetzt ist */
.mud-ex-range-slider .mud-ex-range-slider-tooltip:not(.bottom):not(.left):not(.right):not(.center):not(.start):not(.end),
.mud-ex-range-slider .mud-ex-range-slider-tooltip.top {
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.mud-ex-range-slider .mud-ex-range-slider-tooltip.top::after,
.mud-ex-range-slider .mud-ex-range-slider-tooltip:not(.bottom):not(.left):not(.right):not(.center):not(.start):not(.end)::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--mud-palette-dark, #424242);
}

/* BOTTOM */
.mud-ex-range-slider .mud-ex-range-slider-tooltip.bottom {
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.mud-ex-range-slider .mud-ex-range-slider-tooltip.bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--mud-palette-dark, #424242);
}

/* LEFT (Tooltip links vom Thumb, Pfeil zeigt nach rechts) */
.mud-ex-range-slider .mud-ex-range-slider-tooltip.left {
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

.mud-ex-range-slider .mud-ex-range-slider-tooltip.left::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--mud-palette-dark, #424242);
}

/* RIGHT (Tooltip rechts vom Thumb, Pfeil zeigt nach links) */
.mud-ex-range-slider .mud-ex-range-slider-tooltip.right {
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

.mud-ex-range-slider .mud-ex-range-slider-tooltip.right::after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--mud-palette-dark, #424242);
}

/* CENTER (direkt über dem Thumb zentriert, ohne Pfeil) */
.mud-ex-range-slider .mud-ex-range-slider-tooltip.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mud-ex-range-slider .mud-ex-range-slider-tooltip.center::after {
  border: none;
}

/* ---------- START / END (orientationsabhängig) ----------
   Idee:
   - Horizontal (default): start = left, end = right
   - Vertical: start = top, end = bottom
*/
/* HORIZONTAL: START = LEFT */
.mud-ex-range-slider:not(.mud-ex-vertical) .mud-ex-range-slider-tooltip.start {
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

.mud-ex-range-slider:not(.mud-ex-vertical) .mud-ex-range-slider-tooltip.start::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--mud-palette-dark, #424242);
}

/* HORIZONTAL: END = RIGHT */
.mud-ex-range-slider:not(.mud-ex-vertical) .mud-ex-range-slider-tooltip.end {
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

.mud-ex-range-slider:not(.mud-ex-vertical) .mud-ex-range-slider-tooltip.end::after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--mud-palette-dark, #424242);
}

/* VERTICAL: START = TOP */
.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-tooltip.start {
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-tooltip.start::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--mud-palette-dark, #424242);
}

/* VERTICAL: END = BOTTOM */
.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-tooltip.end {
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-tooltip.end::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--mud-palette-dark, #424242);
}

/* Inputs block */
.mud-ex-range-slider .mud-ex-range-slider-inputs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

/* ---------- Vertical Orientation ---------- */
.mud-ex-range-slider.mud-ex-vertical {
  width: auto;
  height: 220px;
  display: inline-flex;
  flex-direction: column;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-track {
  width: 32px; /* Touch target area */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-track:not(.mud-ex-has-template)::before {
  left: 50%;
  top: 0;
  bottom: 0;
  right: auto;
  transform: translateX(-50%);
  width: var(--ex-track-width);
  height: auto;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-track-template {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-track-template > * {
  width: 100%;
  height: 100%;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-selection {
  top: calc(var(--p-start) * 100%);
  bottom: calc((1 - var(--p-end)) * 100%);
  flex-direction: column;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-selection:not(.mud-ex-has-template) {
  left: 50%;
  transform: translateX(-50%);
  width: var(--ex-selection-width);
  height: auto;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-selection.mud-ex-has-template {
  left: 0;
  right: 0;
  width: 100%;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-selection-template > * {
  width: 100%;
  height: 100%;
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-thumb {
  left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-thumb.start {
  top: calc(var(--p-start) * 100%);
}

.mud-ex-range-slider.mud-ex-vertical .mud-ex-range-slider-thumb.end {
  top: calc(var(--p-end) * 100%);
}

/* ---------- Disabled State ---------- */
.mud-ex-range-slider[aria-disabled=true] {
  opacity: 0.38;
  pointer-events: none;
}

.mud-ex-range-slider[aria-disabled=true] .mud-ex-range-slider-thumb {
  cursor: not-allowed;
}

.mud-ex-range-slider[aria-disabled=true] .mud-ex-range-slider-selection {
  cursor: not-allowed;
}

/* ---------- ReadOnly State ---------- */
.mud-ex-range-slider[aria-readonly=true] .mud-ex-range-slider-thumb {
  cursor: default;
}

.mud-ex-range-slider[aria-readonly=true] .mud-ex-range-slider-selection {
  cursor: default;
}

.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.7885112163em 0.9033749535em 7px hsla(336.0115652323, 100%, 50%, 0.9), 2.2307321209em 1.0991611101em 7px hsla(325.155852896, 100%, 50%, 0.9), 1.7615473341em 1.3561825961em 7px hsla(277.9991457692, 100%, 50%, 0.9), -0.0482535995em 2.3034945894em 7px hsla(155.2845664081, 100%, 50%, 0.9), -0.143159048em 0.3136903794em 7px hsla(90.0110767048, 100%, 50%, 0.9), -0.4665921819em 1.1707647316em 7px hsla(343.2353126141, 100%, 50%, 0.9), -0.0136975069em 0.5524378484em 7px hsla(214.1445168975, 100%, 50%, 0.9), 0.7417435616em 2.0703817013em 7px hsla(281.4070049044, 100%, 50%, 0.9), 0.8820226434em -0.4165626537em 7px hsla(142.4057761828, 100%, 50%, 0.9), 1.7808495625em 0.1857352071em 7px hsla(245.6301071308, 100%, 50%, 0.9), -0.2268726182em 0.2649516957em 7px hsla(47.1575460496, 100%, 50%, 0.9), 0.6732719012em 1.6522302435em 7px hsla(43.2388315599, 100%, 50%, 0.9), 1.4765012283em 2.2498498775em 7px hsla(353.8827062943, 100%, 50%, 0.9), 0.4757322999em 2.4347934684em 7px hsla(306.0436294409, 100%, 50%, 0.9), 0.3084876787em 1.548075152em 7px hsla(36.7586633737, 100%, 50%, 0.9), -0.2404130808em 0.5906567514em 7px hsla(135.9653021463, 100%, 50%, 0.9), 2.121026355em 1.4484113808em 7px hsla(161.7706364767, 100%, 50%, 0.9), 2.3761992904em 0.0439693891em 7px hsla(309.9901927033, 100%, 50%, 0.9), -0.2078577575em -0.4720489585em 7px hsla(86.0326118156, 100%, 50%, 0.9), 1.7959576798em -0.4031554593em 7px hsla(252.3664915525, 100%, 50%, 0.9), 0.1007595776em 0.5355593605em 7px hsla(60.1292148395, 100%, 50%, 0.9), 0.3269555104em 0.2610475448em 7px hsla(192.9988672269, 100%, 50%, 0.9), 2.4473164784em -0.0981073441em 7px hsla(300.6099291985, 100%, 50%, 0.9), 1.2335429402em 0.600919524em 7px hsla(203.9217154696, 100%, 50%, 0.9), 0.7073587197em 1.9089985726em 7px hsla(32.3540814657, 100%, 50%, 0.9), -0.3969631833em -0.1609737829em 7px hsla(30.2508118532, 100%, 50%, 0.9), 0.1344473054em 0.1195659966em 7px hsla(102.7447112526, 100%, 50%, 0.9), 0.7640171359em 1.8225869755em 7px hsla(242.6345159977, 100%, 50%, 0.9), 0.5795498658em 0.5167888342em 7px hsla(266.5218708348, 100%, 50%, 0.9), 1.5071067512em 0.6043942994em 7px hsla(233.5579344417, 100%, 50%, 0.9), 0.8591799305em 0.9409505191em 7px hsla(144.4744821869, 100%, 50%, 0.9), -0.1967229764em 1.1017594225em 7px hsla(324.0514668848, 100%, 50%, 0.9), 1.2543849882em 2.1584577202em 7px hsla(294.1072504343, 100%, 50%, 0.9), 2.0579150604em 0.7832935546em 7px hsla(191.5525136155, 100%, 50%, 0.9), 0.0127209925em 1.9488877473em 7px hsla(244.6724941757, 100%, 50%, 0.9), 0.7891004351em 1.6126095537em 7px hsla(350.848523322, 100%, 50%, 0.9), 0.4286887674em 1.3985029742em 7px hsla(181.9208231473, 100%, 50%, 0.9), -0.2658656156em 2.3913345543em 7px hsla(306.6102753867, 100%, 50%, 0.9), 2.4575788316em 2.3610300379em 7px hsla(60.7015716825, 100%, 50%, 0.9), 1.4909849636em 0.7165780884em 7px hsla(271.4765478862, 100%, 50%, 0.9), 0.7417357478em 0.1219597877em 7px hsla(67.5037518894, 100%, 50%, 0.9);
  animation-duration: 44s;
  animation-delay: -27s;
}
.mud-ex-bg-dot::after {
  text-shadow: 0.2473267727em -0.3351039575em 7px hsla(250.0115132532, 100%, 50%, 0.9), -0.2411766064em 0.2148593444em 7px hsla(246.6144640474, 100%, 50%, 0.9), 1.7401570717em -0.4164001616em 7px hsla(304.4635266976, 100%, 50%, 0.9), 2.3635539431em 1.8490664577em 7px hsla(208.6441751571, 100%, 50%, 0.9), 2.337132578em 1.3706422959em 7px hsla(253.3577663841, 100%, 50%, 0.9), 1.2249564129em 1.5403401382em 7px hsla(22.6764754457, 100%, 50%, 0.9), 2.0178584133em -0.2309659197em 7px hsla(119.5888673938, 100%, 50%, 0.9), -0.109380465em -0.2641417824em 7px hsla(26.011297095, 100%, 50%, 0.9), 2.3802132433em 2.2550789294em 7px hsla(314.453247997, 100%, 50%, 0.9), 2.0893737941em 2.2511524842em 7px hsla(184.9965352491, 100%, 50%, 0.9), 2.0607735046em 0.6765267515em 7px hsla(73.9918273388, 100%, 50%, 0.9), 0.1970333171em 0.6237233803em 7px hsla(317.0992265065, 100%, 50%, 0.9), 1.4840636586em 0.6791459946em 7px hsla(288.8124133312, 100%, 50%, 0.9), 0.3716682147em -0.1492172996em 7px hsla(110.5034107338, 100%, 50%, 0.9), -0.4096652277em 1.9094106621em 7px hsla(182.1991236829, 100%, 50%, 0.9), -0.1691894603em 0.7210423801em 7px hsla(102.88040709, 100%, 50%, 0.9), 1.31274333em 1.7293382032em 7px hsla(202.3456193313, 100%, 50%, 0.9), 1.5116830838em 2.2247412681em 7px hsla(93.9177850065, 100%, 50%, 0.9), -0.4587126982em 2.2348749603em 7px hsla(215.5549529398, 100%, 50%, 0.9), 2.0951840915em 0.1099080223em 7px hsla(354.1947586766, 100%, 50%, 0.9), 0.5971399205em 1.9997889219em 7px hsla(261.3771997695, 100%, 50%, 0.9), 0.8058785254em 1.6779188282em 7px hsla(290.1136535566, 100%, 50%, 0.9), 0.4930761352em 0.5413135618em 7px hsla(262.4770137087, 100%, 50%, 0.9), 1.1918045685em 0.1976876503em 7px hsla(70.0598402729, 100%, 50%, 0.9), 1.1960965174em 2.3731230483em 7px hsla(176.8277876349, 100%, 50%, 0.9), 1.7791052911em 0.9818156088em 7px hsla(278.1991256922, 100%, 50%, 0.9), 1.1509902057em 1.1887090856em 7px hsla(149.431677695, 100%, 50%, 0.9), 2.0623822672em -0.2767927741em 7px hsla(156.6074746621, 100%, 50%, 0.9), 1.1031688293em -0.0708523648em 7px hsla(15.9074157477, 100%, 50%, 0.9), 1.3918047753em 0.5735230247em 7px hsla(104.9040136456, 100%, 50%, 0.9), 0.151108438em 0.8790584925em 7px hsla(359.1589768121, 100%, 50%, 0.9), 0.213025109em -0.2809272468em 7px hsla(353.0896354, 100%, 50%, 0.9), -0.1081811961em 1.400137831em 7px hsla(151.1408432145, 100%, 50%, 0.9), 0.4161802038em -0.2614095718em 7px hsla(90.2741905372, 100%, 50%, 0.9), 2.3326178722em 1.9027301533em 7px hsla(304.6202752816, 100%, 50%, 0.9), 0.5767310762em -0.0533647611em 7px hsla(315.4593064477, 100%, 50%, 0.9), 1.590068264em 0.3849881052em 7px hsla(131.2398709541, 100%, 50%, 0.9), 1.7828419787em 1.7184629927em 7px hsla(176.499224045, 100%, 50%, 0.9), 0.143038855em 1.6204074617em 7px hsla(26.9335656115, 100%, 50%, 0.9), -0.4089312701em 1.4929684684em 7px hsla(2.4279215906, 100%, 50%, 0.9), 1.796479967em 2.0984265059em 7px hsla(10.9395117666, 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-ex-dialog-height-full {
  height: calc(100vh - 64px);
}
.mud-ex-dialog-height-full .mud-dialog-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

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

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

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

.mud-ex-edit-config-wrapper {
  position: relative;
  display: inline-block;
}

.mud-ex-edit-config-button {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  border: none;
  cursor: pointer;
  font-size: 0.7rem;
}

.snap-preview {
  position: absolute;
  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;
  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;
}

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