﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

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."
    }

/* TEXT */
.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.amx {
    overflow-y: auto;
    max-height: 72px;
}
/* WIDTH / HEIGHT */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-w-250 {
    min-width: 250px;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

/*starting animation*/
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-2000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.lip {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.li {
    vertical-align: middle;
    margin-top: 20%;
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #2c3842;
    overflow: hidden;
}

    .background li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 6s linear infinite;
    }

        .background li:nth-child(0) {
            left: 34%;
            width: 206px;
            height: 206px;
            bottom: -206px;
            animation-delay: 100ms;
        }

        .background li:nth-child(1) {
            left: 69%;
            width: 181px;
            height: 181px;
            bottom: -181px;
            animation-delay: 200ms;
        }

        .background li:nth-child(2) {
            left: 42%;
            width: 186px;
            height: 186px;
            bottom: -186px;
            animation-delay: 100ms;
        }

        .background li:nth-child(3) {
            left: 26%;
            width: 209px;
            height: 209px;
            bottom: -209px;
            animation-delay: 400ms;
        }

        .background li:nth-child(4) {
            left: 61%;
            width: 115px;
            height: 115px;
            bottom: -115px;
            animation-delay: 100ms;
        }

        .background li:nth-child(5) {
            left: 36%;
            width: 146px;
            height: 146px;
            bottom: -146px;
            animation-delay: 2100ms;
        }

        .background li:nth-child(6) {
            left: 55%;
            width: 139px;
            height: 139px;
            bottom: -139px;
            animation-delay: 1600ms;
        }

        .background li:nth-child(7) {
            left: 43%;
            width: 106px;
            height: 106px;
            bottom: -106px;
            animation-delay: 2500ms;
        }

        .background li:nth-child(8) {
            left: 40%;
            width: 156px;
            height: 156px;
            bottom: -156px;
            animation-delay: 1200ms;
        }

        .background li:nth-child(9) {
            left: 81%;
            width: 177px;
            height: 177px;
            bottom: -177px;
            animation-delay: 2400ms;
        }

        .background li:nth-child(10) {
            left: 19%;
            width: 203px;
            height: 203px;
            bottom: -203px;
            animation-delay: 200ms;
        }

        .background li:nth-child(11) {
            left: 26%;
            width: 221px;
            height: 221px;
            bottom: -221px;
            animation-delay: 1300ms;
        }

        .background li:nth-child(12) {
            left: 41%;
            width: 113px;
            height: 113px;
            bottom: -113px;
            animation-delay: 4800ms;
        }

        .background li:nth-child(13) {
            left: 36%;
            width: 108px;
            height: 108px;
            bottom: -108px;
            animation-delay: 2700ms;
        }

        .background li:nth-child(14) {
            left: 63%;
            width: 135px;
            height: 135px;
            bottom: -135px;
            animation-delay: 5400ms;
        }

        .background li:nth-child(15) {
            left: 83%;
            width: 115px;
            height: 115px;
            bottom: -115px;
            animation-delay: 6300ms;
        }

        .background li:nth-child(16) {
            left: 33%;
            width: 196px;
            height: 196px;
            bottom: -196px;
            animation-delay: 6200ms;
        }

        .background li:nth-child(17) {
            left: 1%;
            width: 210px;
            height: 210px;
            bottom: -210px;
            animation-delay: 4600ms;
        }

        .background li:nth-child(18) {
            left: 45%;
            width: 218px;
            height: 218px;
            bottom: -218px;
            animation-delay: 300ms;
        }

        .background li:nth-child(19) {
            left: 3%;
            width: 163px;
            height: 163px;
            bottom: -163px;
            animation-delay: 3700ms;
        }

        .background li:nth-child(20) {
            left: 29%;
            width: 135px;
            height: 135px;
            bottom: -135px;
            animation-delay: 6300ms;
        }

        .background li:nth-child(21) {
            left: 63%;
            width: 149px;
            height: 149px;
            bottom: -149px;
            animation-delay: 7500ms;
        }

        .background li:nth-child(22) {
            left: 31%;
            width: 185px;
            height: 185px;
            bottom: -185px;
            animation-delay: 5700ms;
        }

        .background li:nth-child(23) {
            left: 77%;
            width: 217px;
            height: 217px;
            bottom: -217px;
            animation-delay: 10300ms;
        }

        .background li:nth-child(24) {
            left: 32%;
            width: 102px;
            height: 102px;
            bottom: -102px;
            animation-delay: 12000ms;
        }

        .background li:nth-child(25) {
            left: 19%;
            width: 125px;
            height: 125px;
            bottom: -125px;
            animation-delay: 10300ms;
        }

        .background li:nth-child(26) {
            left: 54%;
            width: 110px;
            height: 110px;
            bottom: -110px;
            animation-delay: 7500ms;
        }

        .background li:nth-child(27) {
            left: 28%;
            width: 120px;
            height: 120px;
            bottom: -120px;
            animation-delay: 8600ms;
        }

        .background li:nth-child(28) {
            left: 87%;
            width: 222px;
            height: 222px;
            bottom: -222px;
            animation-delay: 5100ms;
        }

        .background li:nth-child(29) {
            left: 50%;
            width: 188px;
            height: 188px;
            bottom: -188px;
            animation-delay: 3700ms;
        }