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;
}

.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;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.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."
    }
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


.lds-roller {
    /* change color here */
    color: #1c4c5b;
    position: fixed;
    top: calc(50vh - 80px);
    left: calc(50vw - 80px);
    z-index: 1001;
    background-image: radial-gradient(transparent 0%, transparent 20px, white 30px, transparent 40px);
}

    .lds-roller,
    .lds-roller div,
    .lds-roller div:after {
        box-sizing: border-box;
    }

.lds-roller {
    display: inline-block;
    width: 120px;
    height: 120px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 60px 60px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7.2px;
            height: 7.2px;
            border-radius: 50%;
            background: currentColor;
            margin: -3.6px 0 0 -3.6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 82.62742px;
                left: 82.62742px;
                background: red;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 87.71281px;
                left: 76px;
                background: orange;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 90.90963px;
                left: 68.28221px;
                background: yellow;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 92px;
                left: 60px;
                background: green;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 90.90963px;
                left: 51.71779px;
                background: blue;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 87.71281px;
                left: 44px;
                background: purple;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 82.62742px;
                left: 37.37258px;
                background: white;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 76px;
                left: 32.28719px;
                background: black;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.FullPageModalClass {
    height: calc(100vh-2rem);
    width: calc(100vw-2rem);
    margin: 1rem;
    border-radius: 1rem;
    background-color: purple;
}

.FullPageModalClass2 {
    height: calc(100vh-2rem);
    width: calc(100vw-2rem);
    margin: 1rem;
    border-radius: 1rem;
    background-color: green;
}

.blazored-modal {
    background-color: red;
}

.components-reconnect-show {
    display: none;
}

#components-reconnect-modal {
    z-index: 2000;
}

html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(90deg, #FFFACD 0%, #CCC79A 50%, lemonchiffon 100%);
}

.page {
}

.Anti-Paladin {
    background-color: silver;
    text-align: center;
}

.Archer {
    background-color: orange;
    text-align: center;
}

.Assassin {
    background-color: black;
    color: white;
    text-align: center;
}

.Barbarian {
    background-color: white;
    color: black;
    text-align: center;
}

.Bard {
    background-color: lightblue;
    color: black;
    text-align: center;
}

.Color {
    background-color: white;
    color: black;
    text-align: center;
}

.Druid {
    background-color: saddlebrown;
    color: white;
    text-align: center;
}

.Healer {
    background-color: red;
    color: white;
    text-align: center;
}

.Monk {
    background-color: gray;
    color: white;
    text-align: center;
}

.Monster {
    background-color: white;
    color: black;
    text-align: center;
}

.Paladin {
    background-color: gold;
    color: black;
    text-align: center;
}

.Peasant {
    background-color: white;
    color: black;
    text-align: center;
}

.Reeve {
    color: black;
    font-weight: 600;
    text-align: center;
    background: repeating-linear-gradient(90deg, white, white 10px, lightgray 10px, lightgray 20px);
    background-color: transparent;
}

.Scout {
    background-color: green;
    color: white;
    text-align: center;
}

.Warrior {
    background-color: purple;
    color: white;
    text-align: center;
}

.Wizard {
    background-color: yellow;
    color: black;
    text-align: center;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    height: 100%;
    background-color: transparent;
}

@font-face {
    font-family: 'Invader';
    src: url('../INVADER.TTF');
}


@font-face {
    font-family: 'Herculanum';
    src: url('../herculanum.ttf');
}

@font-face {
    font-family: 'Mason';
    src: url('../mason-serif-regular.woff') format('woff'), url('../mason-serif-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Undead';
    src: url('../mason-serif-regular.woff') format('woff'), url('../mason-serif-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Avatar';
    src: url('../HerculanumLTStd.woff') format('woff'), url('../HerculanumLTStd.ttf');
}

@font-face {
    font-family: 'Belda';
    src: url('../Belda.woff') format('woff'), url('../Belda.otf');
}

@font-face {
    font-family: 'Draconis';
    src: url('../Draconis.woff') format('woff'), url('../Draconis.otf');
}

@font-face {
    font-family: 'DraconisBold';
    src: url('../DraconisBold.woff2') format('woff2'), url('../DraconisBold.woff') format('woff'), url('../DraconisBold.otf');
}

@font-face {
    font-family: 'Undead2';
    src: url('../Undead-Undead.woff2') format('woff2'), url('../Undead-Undead.woff') format('woff'), url('../Undead-Undead.ttf');
}

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
    font-size: 2rem;
}

    .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");
    }

@media (max-width: 640.98px) {
    .dPage {
        align-content: center;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding: 0px;
        margin: 0px;
    }

    .w-1000 {
        width: 100%;
        padding: 0rem;
        margin: 0rem;
        text-align: center;
    }

    .welcomebox {
        vertical-align: top;
        border-color: black;
        border-radius: 0rem;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-style: solid;
        background: linear-gradient(to right, #006727 0%, #054706 70%);
        color: white;
        padding: 0rem;
        margin: 0px;
        min-height: 2rem;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .loginbox {
        vertical-align: top;
        border-color: black;
        border-radius: 0rem;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        background: linear-gradient(to right, #006727 0%, #054706 70%);
        color: white;
        padding: 0rem;
        margin: 0px;
        min-height: 3.6rem;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .LoginBar {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
    }

    .LoginButton {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .25rem;
        margin: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background: linear-gradient(0deg, #006000 0%, #003000 50%, #006000 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .LoginButton:hover {
            background: linear-gradient(0deg, #003000 0%, #006000 50%, #003000 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .LogoutButton {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: .25rem;
        background: linear-gradient(0deg, #006000 0%, #003000 50%, #006000 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .LogoutButton:hover {
            background: linear-gradient(0deg, #003000 0%, #006000 50%, #003000 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .RegisterButton {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: .25rem;
        background: linear-gradient(0deg, #0000ff 0%, #000080 50%, #0000ff 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .RegisterButton:hover {
            background: linear-gradient(0deg, #000080 0%, #0000ff 50%, #000080 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .basicbox {
        text-align: center;
        vertical-align: top;
        position: fixed;
        bottom: 0px;
        border-image: linear-gradient(to right, #006727 0%, #054706 70%);
        border-image-slice: 1;
        border-style: solid;
        border-width: 0px;
        border-bottom-width: .5rem;
        background: linear-gradient(180deg, lemonchiffon 0%, tan 100%);
        padding: 0px;
        width: 100%;
        z-index: 2;
    }

    .basicboxbuffer {
        visibility: hidden;
        text-align: center;
        vertical-align: top;
        border-image: linear-gradient(to right, #006727 0%, #054706 70%);
        border-image-slice: 1;
        border-style: solid;
        border-width: 0px;
        border-bottom-width: .5rem;
        background: linear-gradient(180deg, lemonchiffon 0%, tan 100%);
        padding: 0px;
        width: 100%;
    }

    .officerbox {
        vertical-align: top;
        border-color: black;
        border-radius: 0rem;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        background: linear-gradient(to right, #006727 0%, blue 70%);
        color: white;
        padding: 0rem;
        margin: 0px;
        min-height: 2rem;
        width: 100%;
        text-align: center;
        font-size: 2rem;
        display: flex;
    }

    .adminbox {
        vertical-align: top;
        border-color: black;
        border-radius: 0rem;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        background: linear-gradient(to right, #006727 0%, red 70%);
        color: white;
        padding: 0rem;
        margin: 0px;
        min-height: 2rem;
        width: 100%;
        text-align: center;
        font-size: 2rem;
        display: flex;
    }

    .ADBox {
        margin-right: .5rem;
        margin-left: auto;
    }

    .AdminButton {
        background: linear-gradient(to right, darkred 0%, black 50%, darkred 100%);
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-radius: .5rem;
        font-size: 1rem;
    }

        .AdminButton:hover {
            background: linear-gradient(to right, darkred 0%, red 50%, darkred 100%);
        }

    .OfficerButton {
        background: linear-gradient(to right, darkblue 0%, black 50%, darkblue 100%);
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-radius: .5rem;
        font-size: 1rem;
    }

        .OfficerButton:hover {
            background: linear-gradient(to right, darkblue 0%, blue 50%, darkblue 100%);
        }
}

@media (min-width: 641px) {
    .dPage {
        align-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    .w-1000 {
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    .w-400 {
        max-width: 400px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .ADBox {
        margin-right: .5rem;
        margin-left: auto;
    }

    .AdminButton {
        background: linear-gradient(to right, darkred 0%, black 50%, darkred 100%);
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-radius: .5rem;
        font-size: 1rem;
        text-decoration: none;
    }

        .AdminButton:hover {
            background: linear-gradient(to right, darkred 0%, red 50%, darkred 100%);
            color: white;
        }

    .OfficerButton {
        background: linear-gradient(to right, darkblue 0%, black 50%, darkblue 100%);
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-radius: .5rem;
        font-size: 1rem;
        text-decoration: none;
    }

        .OfficerButton:hover {
            background: linear-gradient(to right, darkblue 0%, blue 50%, darkblue 100%);
            color: white;
        }

    .welcomebox {
        vertical-align: middle;
        border-color: black;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-style: solid;
        color: black;
        background: linear-gradient(to right, #054706 0%, #006727 70%);
        color: white;
        padding: .5rem;
        margin: 0px;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .loginbox {
        vertical-align: middle;
        border-color: black;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        color: black;
        background: linear-gradient(to right, #054706 0%, #006727 70%);
        color: white;
        padding: .5rem;
        margin: 0px;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .LoginBar {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
    }

    .LoginButton {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .5rem;
        margin: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background: linear-gradient(0deg, #006000 0%, #003000 50%, #006000 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .LoginButton:hover {
            background: linear-gradient(0deg, #003000 0%, #006000 50%, #003000 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .LogoutButton {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .5rem;
        margin: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background: linear-gradient(0deg, #006000 0%, #003000 50%, #006000 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .LogoutButton:hover {
            background: linear-gradient(0deg, #003000 0%, #006000 50%, #003000 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .RegisterButton {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        border-radius: 0.5rem;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        padding: .5rem;
        margin: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background: linear-gradient(0deg, #0000ff 0%, #000080 50%, #0000ff 100%);
        color: white;
        text-decoration-line: none;
        -webkit-text-stroke: 1px black;
    }

        .RegisterButton:hover {
            background: linear-gradient(0deg, #000080 0%, #0000ff 50%, #000080 100%);
            -webkit-text-stroke: 1px black;
            color: white;
        }

    .basicbox {
        text-align: center;
        vertical-align: top;
        position: fixed;
        bottom: 0px;
        border-image: linear-gradient(to right, #006727 0%, #054706 70%);
        border-image-slice: 1;
        border-style: solid;
        border-width: 0px;
        border-bottom-width: .5rem;
        background: linear-gradient(180deg, lemonchiffon 0%, tan 100%);
        padding: 0px;
        width: 100%;
        z-index: 2;
    }

    .basicboxbuffer {
        visibility: hidden;
        text-align: center;
        vertical-align: top;
        border-image: linear-gradient(to right, #006727 0%, #054706 70%);
        border-image-slice: 1;
        border-style: solid;
        border-width: 0px;
        border-bottom-width: .5rem;
        background: linear-gradient(180deg, lemonchiffon 0%, tan 100%);
        padding: 0px;
        width: 100%;
    }

    .officerbox {
        vertical-align: middle;
        border-color: black;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        color: black;
        background: linear-gradient(to right, #054706 0%, blue 70%);
        color: white;
        padding: .5rem;
        margin: 0px;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    .adminbox {
        vertical-align: middle;
        border-color: black;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: thin;
        border-style: solid;
        color: black;
        background: linear-gradient(to right, #054706 0%, red 70%);
        color: white;
        padding: .5rem;
        margin: 0px;
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.fill-screen {
    width: 100vw;
    height: contain;
}

.qrcode {
    width: 100vw;
    height: contain;
}

.qrcode-img {
    max-width: 60vw;
    height: auto;
    max-height: 60vh;
}

.BackpackButton {
    color: white;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
}

    .BackpackButton:hover {
        background: radial-gradient(red 0%, transparent 80%, transparent 100%);
    }


.bgimage {
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    pointer-events: none
}


.userboxhello {
    border-style: none;
    font-weight: 700;
    font-size: large;
    color: white;
}

.siteimage {
    max-width: 10rem;
    max-height: 10rem;
    height: fit-content;
}

.simple-form {
    width: 100%;
    height: 100%;
    margin: auto;
}



.embedimage {
    max-height: 100%;
    max-width: 100%;
}



.borderbox {
    text-align: center;
    vertical-align: middle;
    border-color: black;
    border-radius: 1rem;
    border-style: solid;
    border-width: thin;
    padding: 2px;
    margin: 2px;
    height: 2rem;
}



.watermark {
    position: relative;
}

    .watermark::after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        content: "COPYRIGHT";
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    margin: 0px;
    padding: 0rem;
    width: 100%;
    height: 100%;
    margin-top: -2rem;
}

.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."
    }
