﻿
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    background-color: #00518a;
    margin: 0;
    overflow-x: hidden;
}

.unicorn-container {
    display: flex;
    justify-content: center;
}

.unicorn {
    margin-top: 50px;
    margin-left: -130px;
}

    .unicorn .header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .unicorn .horn {
        position: relative;
        position: relative;
        overflow: hidden;
        width: 40px;
        height: 50px;
    }

        .unicorn .horn .lines-container {
            width: 20px;
            height: 50px;
            position: absolute;
            width: 20px;
            height: 50px;
            overflow: hidden;
            transform: skew(-20deg, 68deg);
            top: 25px;
            left: 10px;
            background: #ffddab;
            background: linear-gradient(105deg, #ffddab 0%, #ffddab 8%, #f4c598 9%, #f4c598 13%, #ffddab 14%, #ffddab 38%, #f4c598 39%, #f4c598 43%, #ffddab 44%);
        }

    .unicorn .head {
        display: flex;
        justify-content: center;
        margin-left: 70px;
    }

    .unicorn .face {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

        .unicorn .face .pink {
            z-index: 2;
            position: relative;
            width: 80px;
            height: 85px;
            background-color: #ffaeb0;
            border-radius: 20px 8px 8px 20px;
        }

            .unicorn .face .pink::before {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                background-color: #ff545a;
                border-radius: 50%;
                top: 20px;
                left: 10px;
                box-shadow: 25px 0 #ff545a;
            }

            .unicorn .face .pink::after {
                content: "";
                position: absolute;
                width: 55px;
                height: 40px;
                background-color: #ff545a;
                border-radius: 4px 4px 30px 30px;
                bottom: 5px;
                left: 11px;
            }

        .unicorn .face .white {
            position: relative;
            width: 90px;
            height: 85px;
            background-color: #eee;
            margin-left: -30px;
            border-bottom-right-radius: 35px;
            box-shadow: 0 11px #e1e1e1;
        }

            .unicorn .face .white::before {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                background-color: white;
                border-radius: 50%;
                top: 20px;
                right: 30px;
                box-shadow: 3px 4px 0 7px #502e75;
            }

            .unicorn .face .white::after {
                content: "";
                position: absolute;
                width: 14px;
                height: 35px;
                background-color: #ff545a;
                border-radius: 7px 7px 0 0;
                top: -35px;
                right: 4px;
                box-shadow: 0 0 0 4px #eee;
            }

    .unicorn .hair {
        position: relative;
        overflow: hidden;
        width: 230px;
        height: 180px;
        margin-left: -100px;
        border-top-left-radius: 30px;
    }

        .unicorn .hair .inner-hair {
            position: relative;
            width: 230px;
            height: 18px;
            border-radius: 0 9px 9px 0;
            background: #ff2220;
            box-shadow: -15px 18px #ffae00, -15px 36px #ffe100, -12px 54px #85c900, -15px 72px #00b0ff, -8px 90px #8139df, -15px 108px #ff40e1, -6px 126px #ff2220, -15px 144px #ffae00, -8px 162px #ffe100, -8px 180px #85c900;
            animation: hair 2s linear infinite;
        }

            .unicorn .hair .inner-hair::after {
                content: "";
                position: absolute;
                width: 50px;
                height: 18px;
                border-radius: 9px;
                right: 0px;
                box-shadow: -12px 18px #00518a, 13px 54px #00518a, -6px 90px #00518a, 14px 126px #00518a, -7px 162px #00518a;
            }

    .unicorn .neck {
        position: relative;
        width: 90px;
        height: 50px;
        background-color: #eee;
        margin-left: -10px;
        margin-top: -95px;
    }

    .unicorn .body {
        display: flex;
    }

    .unicorn .main {
        position: relative;
        width: 300px;
        height: 150px;
        left: 200px;
        background: #eee;
        background: radial-gradient(circle at 250px 65%, #fff 0%, #fff 70px, #eee 71px);
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 75px;
        border-top-right-radius: 75px;
    }

        .unicorn .main::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 40px;
            left: 70px;
            top: -20px;
            border-bottom-left-radius: 60px;
            border-bottom: 20px solid #eee;
            border-left: 20px solid #eee;
        }

        .unicorn .main::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 70px;
            left: -20px;
            top: -20px;
            background-color: #00518a;
        }

    .unicorn .tail {
        position: relative;
        width: 200px;
        height: 18px;
        z-index: -1;
        border-radius: 0 9px 9px 0;
        left: 100px;
        top: 20px;
        background: #ff2220;
        box-shadow: 0 18px #ffae00, 60px 36px #ffe100, 0 54px #85c900, -20px 72px #00b0ff;
        animation: tail 1.5s linear infinite;
    }

        .unicorn .tail::after {
            content: "";
            position: absolute;
            width: 70px;
            height: 18px;
            border-radius: 9px;
            right: 0px;
            box-shadow: 10px 18px #00518a, 10px 54px #00518a;
        }

        .unicorn .tail::before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: #00518a;
            bottom: -140px;
            left: 10px;
            background: linear-gradient(220deg, #00518a 0%, #00518a 55%, transparent 56%);
        }

        .unicorn .tail .inner-tail {
            position: absolute;
            width: 28px;
            height: 28px;
            background-color: transparent;
            border-bottom: 10px solid #00518a;
            border-left: 10px solid #00518a;
            right: 58px;
            top: 72px;
            border-bottom-left-radius: 30px;
        }

    .unicorn .legs {
        position: relative;
        top: -50px;
    }

        .unicorn .legs .leg {
            position: absolute;
            width: 80px;
            height: 80px;
            border-bottom: 35px solid;
            border-left: 35px solid;
            border-bottom-left-radius: 80px;
        }

            .unicorn .legs .leg::after {
                content: "";
                position: absolute;
                width: 20px;
                height: 35px;
                background-color: #ff5654;
                bottom: -35px;
                right: -20px;
                border-bottom-right-radius: 17.5px;
                border-top-right-radius: 17.5px;
            }

        .unicorn .legs :nth-child(odd) {
            color: #cdd1d2;
        }

        .unicorn .legs :nth-child(even) {
            color: #fff;
        }

        .unicorn .legs :nth-child(1) {
            transform: rotate(90deg);
            top: -30px;
            left: 200px;
            z-index: -1;
            transform-origin: top left;
            animation: leg1 1s ease-in-out infinite alternate;
        }

        .unicorn .legs :nth-child(2) {
            transform: rotate(40deg);
            top: -10px;
            left: 250px;
            transform-origin: top left;
            animation: leg2 1s 0.15s ease-in-out infinite alternate;
        }

            .unicorn .legs :nth-child(2)::before {
                content: "";
                position: absolute;
                width: 35px;
                height: 20px;
                background-color: #fff;
                top: -20px;
                left: -35px;
                border-top-right-radius: 17.5px;
                border-top-left-radius: 17.5px;
            }

        .unicorn .legs :nth-child(3) {
            transform: rotate(30deg);
            top: -15px;
            left: 352px;
            z-index: -1;
            transform-origin: top left;
            animation: leg3 1s ease-in-out infinite alternate;
        }

        .unicorn .legs :nth-child(4) {
            transform: rotate(60deg);
            top: -5px;
            left: 400px;
            transform-origin: top left;
            animation: leg4 1s ease-in-out infinite alternate;
        }

.rainbow-container {
    display: flex;
    justify-content: center;
}

    .rainbow-container .rainbow {
        z-index: -2;
        position: relative;
        width: 770px;
        height: 300px;
        overflow: hidden;
    }

        .rainbow-container .rainbow::after {
            content: "";
            position: absolute;
            width: 400px;
            height: 400px;
            border-radius: 200px;
            background-color: #00518a;
            bottom: -350px;
            transform: translateX(-50%);
            left: 50%;
            box-shadow: 0 0 0 30px #ff40e1, 0 0 0 60px #8139df, 0 0 0 90px #00b0ff, 0 0 0 120px #85c900, 0 0 0 150px #ffe100, 0 0 0 180px #ffae00, 0 0 0 210px #ff2220;
        }

        .rainbow-container .rainbow::before {
            content: "";
            position: absolute;
            width: 820px;
            height: 820px;
            z-index: 1;
            top: 39px;
            left: -26px;
            border-radius: 50%;
            background-image: radial-gradient(#00518a 0, #00518a 200px, transparent 60px), conic-gradient(transparent 10%, rgba(255, 255, 255, 0.3) 30%, transparent 40%);
            animation: rotate linear infinite 2.5s;
        }

.bg {
    position: relative;
}

    .bg .clouds .cloud {
        z-index: -1;
        position: absolute;
        width: 120px;
        height: 20px;
        background-color: #fff;
        border-radius: 10px;
        transform: scale(0.6);
        box-shadow: 0 20px #fff, 0 40px #fff, 0 60px #fff, 0 80px #fff;
    }

        .bg .clouds .cloud::after {
            content: "";
            position: absolute;
            width: 80px;
            height: 20px;
            top: 20px;
            left: -30px;
            background-color: #00518a;
            border-radius: 10px;
            box-shadow: 100px 0 #00518a, -20px 40px #00518a, 80px 40px #00518a;
        }

        .bg .clouds .cloud.alt::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 20px;
            background-color: #fff;
            right: -55px;
            border-radius: 10px;
        }

        .bg .clouds .cloud.bot {
            transform: scale(1, -1) scale(0.6);
        }

    .bg .clouds :nth-child(1) {
        top: 30px;
        left: -20%;
        animation: clouds 6s linear infinite;
    }

    .bg .clouds :nth-child(2) {
        top: 450px;
        left: -60%;
        animation: clouds 7s linear infinite;
        z-index: -2;
    }

    .bg .stars {
        position: relative;
    }

        .bg .stars :nth-child(1) {
            top: 30px;
            left: 20%;
            animation: star1 5s linear infinite;
        }

        .bg .stars :nth-child(2) {
            top: 90px;
            left: 70%;
            animation: star2 5s 2s linear infinite alternate;
        }

        .bg .stars :nth-child(3) {
            top: 240px;
            left: 10%;
            animation: star1 5s 1.3s ease-in infinite;
        }

        .bg .stars :nth-child(4) {
            top: 220px;
            left: 80%;
            animation: star1 5.5s 2.1s ease-out infinite;
        }

        .bg .stars :nth-child(5) {
            top: 320px;
            left: 15%;
            animation: star1 5.5s 2.1s ease-out infinite alternate;
        }

        .bg .stars :nth-child(6) {
            top: 380px;
            left: 85%;
            animation: star1 4s linear infinite;
        }

        .bg .stars :nth-child(7) {
            top: 500px;
            left: 5%;
            animation: star2 4.8s linear infinite alternate;
        }

        .bg .stars :nth-child(8) {
            top: 520px;
            left: 90%;
            animation: star2 5s 1s linear infinite;
        }

        .bg .stars :nth-child(9) {
            top: 220px;
            left: 30%;
            animation: star2 5s 4s linear infinite;
        }

        .bg .stars :nth-child(10) {
            top: 70px;
            left: 92%;
            animation: star2 5.5s 0.3s ease-in-out alternate infinite;
        }

        .bg .stars .star {
            position: absolute;
            width: 6px;
            height: 20px;
            background-color: #f8e545;
            border-radius: 3px;
        }

            .bg .stars .star::after {
                content: "";
                position: absolute;
                width: 6px;
                height: 20px;
                background-color: #f8e545;
                border-radius: 3px;
                transform: rotate(90deg);
            }

    .bg .planets {
        position: relative;
    }

        .bg .planets :nth-child(1) {
            top: 130px;
            left: 20%;
            animation: planet1 5s linear infinite;
        }

        .bg .planets :nth-child(2) {
            top: 190px;
            left: 70%;
            animation: planet1 5s 0.6s linear infinite alternate;
        }

        .bg .planets :nth-child(3) {
            top: 140px;
            left: 1%;
            animation: planet1 4.8s 0.5s linear infinite;
        }

        .bg .planets :nth-child(4) {
            top: 320px;
            left: 90%;
            animation: planet1 4.8s 0.2s ease-in infinite alternate;
        }

        .bg .planets :nth-child(5) {
            top: 220px;
            left: 18%;
            animation: planet1 4.8s 0.8s ease-in infinite;
        }

        .bg .planets :nth-child(6) {
            top: 20px;
            left: 85%;
            animation: planet1 5s 1.8s ease-in infinite;
        }

        .bg .planets :nth-child(7) {
            top: 450px;
            left: 32%;
            animation: planet1 6s ease-in infinite;
        }

        .bg .planets :nth-child(8) {
            top: 490px;
            left: 80%;
            animation: planet1 5.5s ease-in infinite;
        }

        .bg .planets :nth-child(9) {
            top: 5px;
            left: 50%;
            animation: planet1 4.8s 1s ease-in infinite alternate;
        }

        .bg .planets :nth-child(10) {
            top: 25px;
            left: 5%;
            animation: planet1 4s 0.7s ease-out infinite;
        }

        .bg .planets .planet {
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #fafafa;
            border-radius: 3px;
        }

@keyframes clouds {
    100% {
        left: 100%;
    }
}

@keyframes star1 {
    40% {
        opacity: 30%;
        transform: scale(0.9);
    }

    36%, 44% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes star2 {
    40% {
        opacity: 20%;
        transform: scale(1.2);
    }

    36%, 44% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes planet1 {
    40% {
        box-shadow: 0 0 10px 2px white;
        opacity: 70%;
    }

    30%, 50% {
        box-shadow: none;
        opacity: 100%;
    }
}

@keyframes leg1 {
    to {
        transform: rotate(50deg);
    }
}

@keyframes leg2 {
    to {
        transform: rotate(80deg);
    }
}

@keyframes leg3 {
    to {
        transform: rotate(70deg);
    }
}

@keyframes leg4 {
    to {
        transform: rotate(20deg);
    }
}

@keyframes hair {
    14% {
        box-shadow: -15px 18px #ffe100, -15px 36px #85c900, -12px 54px #00b0ff, -15px 72px #8139df, -8px 90px #ff40e1, -15px 108px #ff2220, -6px 126px #ffae00, -15px 144px #ffe100, -8px 162px #85c900, -8px 180px #00b0ff;
    }

    28% {
        box-shadow: -15px 18px #85c900, -15px 36px #00b0ff, -12px 54px #8139df, -15px 72px #ff40e1, -8px 90px #ff2220, -15px 108px #ffae00, -6px 126px #ffe100, -15px 144px #85c900, -8px 162px #00b0ff, -8px 180px #8139df;
    }

    42% {
        box-shadow: -15px 18px #00b0ff, -15px 36px #8139df, -12px 54px #ff40e1, -15px 72px #ff2220, -8px 90px #ffae00, -15px 108px #ffe100, -6px 126px #85c900, -15px 144px #00b0ff, -8px 162px #8139df, -8px 180px #ff40e1;
    }

    56% {
        box-shadow: -15px 18px #8139df, -15px 36px #ff40e1, -12px 54px #ff2220, -15px 72px #ffae00, -8px 90px #ffe100, -15px 108px #85c900, -6px 126px #00b0ff, -15px 144px #8139df, -8px 162px #ff40e1, -8px 180px #ff2220;
    }

    70% {
        box-shadow: -15px 18px #ff40e1, -15px 36px #ff2220, -12px 54px #ffae00, -15px 72px #ffe100, -8px 90px #85c900, -15px 108px #00b0ff, -6px 126px #8139df, -15px 144px #ff40e1, -8px 162px #ff2220, -8px 180px #ffae00;
    }

    85% {
        box-shadow: -15px 18px #ff2220, -15px 36px #ffae00, -12px 54px #ffe100, -15px 72px #85c900, -8px 90px #00b0ff, -15px 108px #8139df, -6px 126px #ff40e1, -15px 144px #ff2220, -8px 162px #ffae00, -8px 180px #ffe100;
    }

    100% {
        box-shadow: -15px 18px #ffae00, -15px 36px #ffe100, -12px 54px #85c900, -15px 72px #00b0ff, -8px 90px #8139df, -15px 108px #ff40e1, -6px 126px #ff2220, -15px 144px #ffae00, -8px 162px #ffe100, -8px 180px #85c900;
    }
}

@keyframes tail {
    20% {
        background: #ffae00;
        box-shadow: 0 18px #ffe100, 60px 36px #85c900, 0 54px #00b0ff, -20px 72px #ff2220;
    }

    40% {
        background: #ffe100;
        box-shadow: 0 18px #85c900, 60px 36px #00b0ff, 0 54px #ff2220, -20px 72px #ffae00;
    }

    60% {
        background: #85c900;
        box-shadow: 0 18px #00b0ff, 60px 36px #ff2220, 0 54px #ffae00, -20px 72px #ffe100;
    }

    80% {
        background: #00b0ff;
        box-shadow: 0 18px #ff2220, 60px 36px #ffae00, 0 54px #ffe100, -20px 72px #85c900;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}


.greeting {
    animation: color-change 1s infinite;
}

@keyframes color-change {
    14% {
        color: #ffe100
    }

    28% {
        color: #85c900
    }

    42% {
        color: #00b0ff
    }

    56% {
        color: #8139df
    }

    70% {
        color: #ff40e1
    }

    85% {
        color: #ff2220
    }

    100% {
        color: #ffae00
    }
}