@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Comfortaa', cursive;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


@media (max-width: 720px) {
    .content {
        padding-left: 9px;
        padding-right: 9px;
    }
}

.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."
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gradient {
    position:absolute;
    pointer-events:none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    --size: 250px;
    --speed: 50s;
    --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient(rgba(55, 235, 169, 0.85), #5b37eb);
    animation: rotate var(--speed) var(--easing) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

@media (min-width: 720px) {
    .gradient {
        --size: 500px;
    }
}

/* This is just to transition when you change the viewport size. */
* {
    transition: all 0.25s ease-out;
}


.box {
    padding: 40px;
    background: linear-gradient(207deg, #1f1f1f00, #26262600 50%);
    backdrop-filter: blur(20px);
    text-align: center;
    transition: 0.25s;
    border-radius: 30px;
    margin-top: 36px;
}

.glowing {
    box-shadow: 0 0 40px 5px black;
}

.numberbutton {
    border: 0;
    background: none;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 10px 10px;
    outline: none;
    width: 48px;
    color: white;
    z-index: 100;
    position:relative;
    border-radius: 24px;
    margin: -52px;
    transition: 0.25s;
    cursor: pointer;
}

    .numberbutton:hover {
        background: #2ecc71
    }

.box select {
    border: 0;
    background: none;
    text-align: center;
    border: 2px solid #3498db;
    padding: 2px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s
}

    .box select option {
        background-color: #1c323f;
        text-align: center;
        color: white;
    }

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

/* The space between the fields - between hour and minute, the minute and 
second, second and am/pm */
input[type=time]::-webkit-datetime-edit-text {
    padding: 5px 4px;
}

.box input[type="email"],
.box input[type="text"],
.box input[type="number"],
.box input[type="time"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 10px 10px;
    width: 250px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s
}

    .box select.invalid,
    .box input[type="email"].invalid,
    .box input[type="number"].invalid,
    .box input[type="time"].invalid,
    .box input[type="text"].invalid,
    .box input[type="password"].invalid {
        border-color: #ff1a1a;
    }

    .box h1 {
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.8rem;
    }

.box select:focus {
    border-color: #2ecc71;
}

.box input[type="text"]:focus,
.box input[type="number"]:focus,
.box input[type="time"]:focus,
.box input[type="email"]:focus,
.box input[type="password"]:focus {
    width: 300px;
    border-color: #2ecc71
}

.box input[type="submit"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

    .box input[type="submit"]:hover {
        background: #2ecc71
    }

    .box div.spinner-container {
        border: 0;
        background: none;
        display: block;
        margin: 20px auto;
        text-align: center;
        padding: 14px 40px;
        outline: none;
        border-radius: 24px;
    }

    .box span.spinner-border {
        color: white;
    }

.forgot {
    text-decoration: underline
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

    ul.social-network li {
        display: inline;
        margin: 0 5px
    }


.social-network a.icoKey:hover {
    background-color: #ffde33
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518
}

    .social-network a.icoKey:hover i,
    .social-network a.icoGoogle:hover i {
        color: #fff
    }

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.header-wrapper {
    display: flex;
    padding: 10px;
    margin-bottom: 30px;
    justify-content: center;
    color: white;
}

.header-glow {
    color: white;
    text-shadow: #4eb9f3 0 0 10px;
    display: inline;
}

.header-link-container {
    position: absolute;
    margin: 5px 20px;
    right: 0;
}

.header-link {
    text-decoration: none;
    color: white;
}

.logo {
    /*font-size: 48px;*/
}


@media (max-width: 720px) {
    .logo {
        margin-top: 50px;
    }
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

    .snowflake, .snowflake .inner {
        animation-iteration-count: infinite;
        animation-play-state: running
    }

@keyframes snowflakes-fall {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(110vh)
    }
}

@keyframes snowflakes-shake {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    animation-name: snowflakes-shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out
}

    .snowflake .inner {
        animation-duration: 10s;
        animation-name: snowflakes-fall;
        animation-timing-function: linear
    }

    .snowflake:nth-of-type(0) {
        left: 1%;
        animation-delay: 0s
    }

        .snowflake:nth-of-type(0) .inner {
            animation-delay: 0s
        }

    .snowflake:first-of-type {
        left: 10%;
        animation-delay: 1s
    }

        .snowflake:first-of-type .inner, .snowflake:nth-of-type(8) .inner {
            animation-delay: 1s
        }

    .snowflake:nth-of-type(2) {
        left: 20%;
        animation-delay: .5s
    }

        .snowflake:nth-of-type(2) .inner, .snowflake:nth-of-type(6) .inner {
            animation-delay: 6s
        }

    .snowflake:nth-of-type(3) {
        left: 30%;
        animation-delay: 2s
    }

        .snowflake:nth-of-type(11) .inner, .snowflake:nth-of-type(3) .inner {
            animation-delay: 4s
        }

    .snowflake:nth-of-type(4) {
        left: 40%;
        animation-delay: 2s
    }

        .snowflake:nth-of-type(10) .inner, .snowflake:nth-of-type(4) .inner {
            animation-delay: 2s
        }

    .snowflake:nth-of-type(5) {
        left: 50%;
        animation-delay: 3s
    }

        .snowflake:nth-of-type(5) .inner {
            animation-delay: 8s
        }

    .snowflake:nth-of-type(6) {
        left: 60%;
        animation-delay: 2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        animation-delay: 1s
    }

        .snowflake:nth-of-type(7) .inner {
            animation-delay: 2.5s
        }

    .snowflake:nth-of-type(8) {
        left: 80%;
        animation-delay: 0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        animation-delay: 1.5s
    }

        .snowflake:nth-of-type(9) .inner {
            animation-delay: 3s
        }

    .snowflake:nth-of-type(10) {
        left: 25%;
        animation-delay: 0s
    }

    .snowflake:nth-of-type(11) {
        left: 65%;
        animation-delay: 2.5s
    }


.ProgressCircle
{
    position:relative;
    width: 200px;
    height:200px;
}

.ProgressCircle .rating 
{
    position: relative;
    width: 100%;
    height: 100%;

}

    .ProgressCircle .rating .block_progress {
        position: absolute;
        width: 2px;
        height: 15px;
        background: #000000;
        left: 50%;
        transform-origin: 50% 100px;
        opacity: 0;
        animation: animate-circular-progress 0.1s linear forwards;
    }
@keyframes animate-circular-progress
{
    to
    {
        opacity: 1;
    }
}
.loaded {
    background: #0f0 !important;
    box-shadow: 0 0 15px #0f0, 0 0 30px #0f0;
}
.ProgressCircle .rating h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    line-height: 1.5em;
}

.ProgressCircle .rating h2 span
{
    font-size: 2.5em;
    font-weight: 700;
}

.ProgressCircle .rating h2 sup
{
    font-size: 1.5em;
    font-weight: 300;
}

:root {
    --ts-extra-large-text: calc(1em + 2vw);
    --ts-large-text: calc(1em + 1vw);
}

body {
    color: white;
    font-family: 'Comfortaa', cursive;
    background-color: #0a0a0a;
}

.container {
    margin-bottom: 80px;
}

.card {
    border: none;
}

.yt-input {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 10px 10px;
    width: 250px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s
}

    .yt-input .invalid {
        border-color: #ff1a1a;
    }

    .yt-input:focus {
        width: 300px;
        border-color: #2ecc71
    }


.yt-button {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

    .yt-button:hover {
        background: #2ecc71
    }



.btn-outline-primary {
    color: #89b9ff;
    border-color: #6a597a;
}

    .btn-outline-primary:active {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5782ce;
        border-color: #0d6efd;
    }

.btn-primary {
    color: #fff;
    background-color: #304262;
    border-color: #1861ac;
}

    .btn-primary:active {
        color: #fff;
        background-color: #5782ce;
        border-color: #0a53be;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #5782ce;
        border-color: #0a58ca;
    }


.main-margin-x {
    padding-left: 15px;
    padding-right: 15px;
}

/* Margin for medium-sized screens */
@media (min-width: 768px) {
    .main-margin-x {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Margin for large-sized screens */
@media (min-width: 1200px) {
    .main-margin-x {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (min-width: 1400px) {
    .main-margin-x {
        padding-left: 150px;
        padding-right: 150px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #304262;
}

.nav-item a.active {
    background-color: #304262;
    color: white;
}

.nav-item a:hover {
    background-color: #30426280;
    color: white;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1280px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

article {
    padding: 0 !important;
}

.modal-content {
    background-color: #222;
}

main {
    height: auto
}