html, body {
    font-family: aaux-next, sans-serif;
    overflow: visible;
}

.page {
    height: 100%;
    height: 100dvh;
    overflow: auto;
}

:root {
    --mt-blue: rgb(1, 43, 68);
    --mt-darkblue: rgb(1, 28, 45);
    --cts-green: rgb(29, 232, 131);
    --cts-green-dark: rgb(11, 109, 90);
    --cts-yellowgreen: rgb(126, 252, 45);
    --ta-medblue: rgb(0, 98, 132);
    --ta-lightblue: rgb(67, 201, 247);
    --display-v2-content-padding: 5vh;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.h-viewport {
    height: 100%;
    height: 100svh;
    height: 100dvh;
}

.visibility-hidden {
    visibility: hidden;
}

/* Layout */
.container-mobile {
    max-width: 400px;
    margin: auto;
}

.mb-5r {
    margin-bottom: 5rem;
}

.g-5vh {
    --bs-gutter-x: 5vh;
    --bs-gutter-y: 5vh;
}

.g-3vh {
    --bs-gutter-x: 3vh;
    --bs-gutter-y: 3vh;
}

/* Colors */
.bg-mt-blue {
    background-color: var(--mt-blue);
}

.bg-mt-darkblue {
    background-color: var(--mt-darkblue);
}

.text-bg-mt-blue {
    background-color: var(--mt-blue);
    color: white;
}

.text-mt-blue {
    color: var(--mt-blue);
}

.text-mt-darkblue {
    color: var(--mt-darkblue);
}

.text-cts-green {
    color: var(--cts-green);
}

.text-cts-yellowgreen {
    color: var(--cts-yellowgreen);
}

.text-ta-medblue {
    color: var(--ta-medblue);
}

.text-ta-lightblue {
    color: var(--ta-lightblue);
}

/* Text/Fonts */
.font-helvetica-neue {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fs-6r {
    font-size: 6rem;
}

.fs-5r {
    font-size: 5rem;
}

.fs-4r {
    font-size: 4rem;
}

.fs-7 {
    font-size: .8rem;
}

/* Buttons */
.btn-ta-medblue {
    background-color: var(--ta-medblue);
    color: white;
}

.btn-ta-medblue:hover,
.btn-ta-medblue:active {
    background-color: var(--ta-medblue);
    color: white;
}

.btn-question-answer,
.btn-check+.btn-question-answer:hover {
    background-color: var(--mt-darkblue);
    color: var(--cts-green);
    border-color: var(--ta-lightblue);
}

.btn-check:checked+.btn-question-answer {
    background-color: var(--ta-lightblue);
    border-color: var(--ta-lightblue);
    color: var(--mt-darkblue);
}

.btn-check + .btn-question-answer.correct {
    background-color: var(--mt-darkblue);
    border-color: var(--cts-green);
    color: var(--cts-green);
    border-color: var(--cts-green);
    outline: .25rem solid var(--cts-green);
}

.btn-check:checked + .btn-question-answer.correct {
    background-color: var(--ta-lightblue);
    color: var(--mt-darkblue);
}

.btn-check:not(:checked) + .btn-question-answer.incorrect {
    background-color: var(--mt-darkblue);
    border-color: var(--ta-medblue);
    color: var(--ta-medblue);
}

.btn-cts-green,
.btn-cts-green:hover {
    background-color: var(--cts-green);
    color: var(--mt-darkblue);
    border-color: var(--cts-green);
}

.btn-outline-ta-lightblue {
    color: var(--ta-lightblue);
    border-color: var(--ta-lightblue);
}

.btn-outline-ta-lightblue:hover {
    border-color: white;
}

/* Forms */
.submission-form .form-label {
    font-size: .75em;
    margin-bottom: .25rem;
}

.submission-form .form-check-label {
    font-size: .75em;
}

.form-control,
.form-select {
    border-radius: .5rem;
    border-width: 2px;
    padding: .75rem;
}

.form-control::file-selector-button,
.form-control::-webkit-file-upload-button {
    padding: .75rem;
    margin: -.75rem;
    margin-inline-end: .75rem;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
    border-width: 1px;
    border-color: var(--bs-secondary);
}

.form-check-input:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

/* Components */
.modal {
    background-color: rgba(0, 0, 0, .2);
}

.popover {
    position: fixed;
}

/* Interaction */
.hover-underline:hover {
    text-decoration: underline;
}

/* Custom */
.timer-ring-outer {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10em;
}

.timer-ring-inner {
    position: absolute;
    width: 2.1em;
    height: 2.1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--mt-darkblue);
    border-radius: 10em;
}

.next-btn {
    background-color: transparent;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 2.5vh;
}

.next-btn > .text {
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.next-btn:hover {
    color: var(--cts-yellowgreen);
}

.next-btn .icon {
    position: relative;
    left: 0;
    transition: left .15s;
}

.next-btn:hover .icon {
    left: .25rem;
}

.app-offscreen-controls {
    position: fixed;
    top: 100%;
    left: 0;
    transition: top .25s, transform .25s;
}

.app-offscreen-controls.show {
    transform: translateY(-100%);
    top: 100%;
}

.display-answers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.custom-slideshow {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.custom-slide {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: left .5s;
}

.custom-slide.active {
    visibility: visible;
    left: 0;
}

.custom-slide.entering {
    visibility: visible;
    left: 0;
}

.custom-slide.exiting {
    visibility: visible;
    left: -100%;
}

.custom-display-prj-showcase {
    display: block;
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 7.5vh auto;
}

.custom-display-prj-showcase img {
    display: block;
    max-width: 100%;
    height: calc(100vh - 15vh);
    max-height: 100%;
    border: .25rem solid white;
}

.custom-display-prj-showcase figcaption {
    position: absolute;
    top: 10%;
    left: 0;
    background-color: var(--cts-green-dark);
    font-weight: 600;
    color: white;
    padding: 1rem 3rem;
    margin-left: -.5rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    box-shadow: #333 1px 3px 3px 1px;
}

.small-qr-container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
    width: 8vw;
    transform: none;
    transition: transform .5s ease-in-out;
}

.small-qr-container.hide {
    transform: translateY(calc(100% + .5rem));
}

.submission-form {
    max-width: 500px;
    width: 100%;
}

.countdown-text {
    font-size: 1rem;
}

.question-count-text {
    font-size: .8rem;
}

.prompt-text {
    font-size: 2.75vh;
}

.answer-text {
    font-size: 1.5rem;
}

.border-cts-wrap {
    background: linear-gradient(to top, rgb(121, 252, 53), rgb(66, 202, 244));
    padding: .75rem;
}

.border-cts-wrap > * {
    overflow-y: auto;
    max-height: 100%;
}

.display-v2-logo {
    flex-basis: 50%;
    padding: 4vh 6vh;
    border-bottom: 2px solid var(--ta-medblue);
    border-right: 2px solid var(--ta-medblue);
}

.display-v2-title {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vh;
    text-transform: uppercase;
    letter-spacing: .4vh;
    border-bottom: 2px solid var(--ta-medblue);
}

.animate-pulse {
    animation-name: pulse;
    animation-duration: .75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: paused;
}

.animate-pulse.running {
    animation-play-state: running;
}

.display-v2-sampleq-label {
    border: 2px solid var(--ta-medblue);
    border-radius: .5rem;
    font-size: 2vh;
    text-transform: uppercase;
    letter-spacing: .4vh;
    background-color: var(--mt-darkblue);
    color: var(--bs-secondary);
    padding: .4vh 1.6vh;
}

.animate-spin-in-x {
    animation-name: spin-in-x;
    animation-timing-function: ease-in;
}

.animate-spin-out-x {
    animation-name: spin-out-x;
    animation-timing-function: ease-out;
}

.animate-spin-in-x,
.animate-spin-out-x {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.animate-spin-in-x.running,
.animate-spin-out-x.running {
    animation-play-state: running;
}

#display-v2-logo {
    width: 100%;
    aspect-ratio: 1617 / 346;
    background-image: linear-gradient(100deg, 
        #fff 0%, 
        var(--cts-yellowgreen) 7.5%, 
        #fff 15% 60%,
        var(--ta-lightblue) 67.5%,
        #fff 75%);
    background-size: 300%;
    background-position: 0;
    background-repeat: repeat;
    mask-image: url(img/mt-logo-white.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-mode: luminance;
}

#display-v2-logo.animate-shimmer {
    animation-name: shimmer;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: paused;
}

#display-v2-logo.animate-shimmer.running {
    animation-play-state: running;
}

.display-v2-content {
    padding: var(--display-v2-content-padding);
    overflow: hidden;
}

.custom-display-question > .custom-display-question-prompt {
    margin-bottom: var(--display-v2-content-padding);
}

.display-v2-timer {
    padding: 3vh;
    font-size: 6vh;
    border-left: 2px solid var(--ta-medblue);
    border-bottom: 2px solid var(--ta-medblue);
}

.display-v2-timer-container {
    transition: opacity .25s ease-in-out;
}

.display-v2-qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vh;
    border-left: 2px solid var(--ta-medblue);
}

.animate-jump {
    display: inline-block;
    animation-name: jump;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

.animate-jump.running {
    animation-play-state: running;
}

.animate-fade-in {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.animate-fade-in.running {
    animation-play-state: running;
}

.animate-fade-in-interactive {
    animation-name: fade-in-interactive;
    animation-duration: .5s;
    animation-fill-mode: backwards;
    animation-play-state: paused;
}

.animate-fade-in-interactive.running {
    animation-play-state: running;
}

.animate-stamp {
    display: inline-block;
    animation-name: stamp;
    animation-duration: .2s;
    animation-timing-function: cubic-bezier( 0.8, 0.21, 0.98, 0.6 );
    animation-fill-mode: backwards;
    animation-play-state: paused;
}

.animate-stamp.running {
    animation-play-state: running;
}

.custom-display-question {
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    transition: opacity .25s;
}

.custom-display-answer-btn {
    --border-width: 2px;
    --padding: 2vh;
    --font-size: 4vh;
    height: calc((2 * var(--padding)) + (1.5 * var(--font-size)) + (2 * var(--border-width)));
    border: var(--border-width) solid var(--ta-medblue);
    border-radius: 1vh;
    padding: var(--padding);
    font-size: var(--font-size);
    font-weight: bold;
    color: var(--cts-green);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
}

.adj-text {
    white-space: nowrap;
}

.custom-display-answer-btn.correct {
    background-color: var(--cts-green);
    color: var(--mt-darkblue);
    border-color: var(--cts-green);
}

.custom-display-answer-btn.incorrect {
    background-color: var(--mt-darkblue);
    color: var(--ta-medblue);
    border-color: var(--ta-medblue);
}

.animate-fade-out {
    animation-name: fade-out;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.animate-fade-out.running {
    animation-play-state: running;
}

.custom-quiz-layout {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: 
        "logo logo"
        "title title"
        "progress timer"
        "question question";
    width: 100%;
    height: 100%;
}

.custom-quiz-layout.no-timer {
    grid-template-areas: 
        "logo logo"
        "title title"
        "progress progress"
        "question question";
}

.quiz-logo {
    grid-area: logo;
    padding: 1rem 2rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz-title {
    grid-area: title;
    padding: 0 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

.quiz-progress {
    grid-area: progress;
    font-size: 2.5rem;
    border-top: 2px solid var(--ta-medblue);
    border-bottom: 2px solid var(--ta-medblue);
    border-right: 1px solid var(--ta-medblue);
}

.custom-quiz-layout.no-timer .quiz-progress {
    border-right: none;
}

.quiz-question {
    grid-area: question;
    font-size: .8rem;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
}

.quiz-timer {
    grid-area: timer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 1.5rem;
    border-top: 2px solid var(--ta-medblue);
    border-bottom: 2px solid var(--ta-medblue);
    border-left: 1px solid var(--ta-medblue);
}

.quiz-label {
    font-size: .9rem;
}

.quiz-name-text {
    font-size: 1.25rem;
    letter-spacing: .2em;
}

.welcome-icon {
    background-color: white;
    color: var(--mt-darkblue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    padding: .5rem;
    aspect-ratio: 1;
    border-radius: 50%;
}

.section-title {
    padding: 1.5rem 1.5rem;
    border-top: 2px solid var(--ta-medblue);
    border-bottom: 2px solid var(--ta-medblue);
}

.welcome-title {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

.animate-spin-in {
    animation: spin-in;
    animation-duration: .5s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}

.animate-spin-out {
    animation: spin-out;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.animate-spin-in.running,
.animate-spin-out.running {
    animation-play-state: running;
}

/* Blazored modal overrides */
.blazored-modal.size-medium {
    min-width: 500px;
}

/* End of blazored modal overrides */

.detail-label {
    color: #6697b7;
}

@media screen and (min-width: 445px) {
    .prompt-text {
        font-size: 3vh;
    }

    .answer-text {
        font-size: 3vh;
    }

    .quiz-question {
        padding: 1rem;
    }
}

@media screen and (min-width: 768px)
{
    .border-cts-wrap {
        padding: 1rem;
    }

    .quiz-title {
        font-size: 1.25rem;
    }

    .prompt-text {
        font-size: 3.5vh;
    }
    
    .quiz-question {
        padding: 2rem;
    }
}

@media screen and (min-width: 992px) and (min-height: 750px)
{
    .border-cts-wrap > * {
        overflow-y: clip;
    }

    .countdown-text {
        font-size: 1.5rem;
    }

    .question-count-text {
        font-size: 1.25rem;
    }

    .answer-text {
        font-size: 3vh;
    }

    .next-btn {
        font-size: 3vh;
    }

    .custom-quiz-layout {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 300px;
        grid-template-rows: auto 1fr;
        grid-template-areas: 
            "logo title progress"
            "question question timer";
        width: 100%;
        height: 100%;
    }

    .custom-quiz-layout.no-timer {
        grid-template-areas: 
            "logo title progress"
            "question question question";
    }

    .quiz-logo {
        padding: 2.5rem 4rem;
        border-right: 2px solid var(--ta-medblue);
        border-bottom: 2px solid var(--ta-medblue);
    }

    .quiz-title {
        font-size: 1.5rem;
        padding: 1rem;
        border-bottom: 2px solid var(--ta-medblue);
    }

    .quiz-progress {
        font-size: 3rem;
        border: none;
        border-bottom: 2px solid var(--ta-medblue);
        border-left: 2px solid var(--ta-medblue);
    }

    .quiz-question {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 1.5rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .quiz-timer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        font-size: 4rem;
        border: none;
        border-left: 2px solid var(--ta-medblue);
    }

    .quiz-label {
        font-size: 1.5rem;
    }

    .section-title {
        min-width: 500px;
    }

    .welcome-title {
        font-size: 1.25rem;
    }

    .welcome-icon {
        font-size: 6rem;
        padding: 1rem;
    }

    .welcome-info {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1200px) {
    .prompt-text {
        font-size: 4.5vh;
    }

    .quiz-question {
        padding: 3rem;
        gap: 2rem;
    }
}

@media screen and (min-width: 1400px) {
    .countdown-text {
        font-size: 1.5rem;
    }

    .question-count-text {
        font-size: 1.25rem;
    }

    .answer-text {
        font-size: 2rem;
    }

    .next-btn {
        font-size: 4vh;
    }

    .quiz-title {
        font-size: 2rem;
    }

    .quiz-question {
        padding: 4rem;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    .require-16x9 > * {
        opacity: .5;
    }

    .require-16x9::after {
        content: "16:9 aspect ratio required!";
        font-size: 2rem;
        padding: 2rem;
        border-radius: .5rem;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--bs-danger);
        color: white;
    }
}

@media screen and (min-aspect-ratio: 17/9) {
    .require-16x9 > * {
        opacity: .5;
    }

    .require-16x9::after {
        content: "16:9 aspect ratio required!";
        font-size: 2rem;
        padding: 2rem;
        border-radius: .5rem;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--bs-danger);
        color: white;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes shimmer {
    0% {
        background-position: 179%;
    }
     
    100% {
        background-position: 29%;
    }
}

/* Removing the shadow for now since it doesn't fit very well with the "clean" aesthetic */
@keyframes jump {
    0%, 100% {
        transform: translateY(0);
        /*
        text-shadow: 0 0 1px #777;
        */
    }
    
    50% {
        transform: translateY(-.5rem);
        /*
        text-shadow: 0 .5rem 4px #777;
        */
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        filter: blur(4px);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

@keyframes fade-in-interactive {
    0% {
        opacity: 0;
        filter: blur(4px);
        transform: scale(1.1);
        pointer-events: none;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
        pointer-events: all;
    }
}

@keyframes stamp {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pop-in {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pop-out {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spin-in {
    0% {
        transform: rotateY(-90deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes spin-out {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(90deg);
    }
}

@keyframes spin-in-x {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0);
    }
}

@keyframes spin-out-x {
    0% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(90deg);
    }
}
