html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html {
    font-size: 12pt; /* Set the default base font size to 14px */
}


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;
}





@keyframes move-cell {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.chessboard-container {
    display: grid;
    grid-template-columns: repeat(5, 16px); /* 5 columns with 16px spacing */
    grid-template-rows: repeat(5, 16px); /* 5 rows with 16px spacing */
    gap: 0; /* No gap between the cells */
    position: fixed;
    right: 1em;
    bottom: 1em;
    margin: 0px 0px;
    width: 80px; /* Total width for 5 cells */
    height: 80px; /* Total height for 5 cells */
}

.cell {
    width: 16px;
    height: 16px;
    animation: move-cell 8s ease-in-out infinite;
}

    /* Chessboard pattern - alternating black and white */
    .cell:nth-child(odd) {
        border: 1px solid #ddd;
    }

    .cell:nth-child(even) {
        border: 1px solid #ddd;
    }

    /* Add staggered delays for each cell to create organic movement */
    .cell:nth-child(1) {
        animation-delay: 0s;
    }

    .cell:nth-child(2) {
        animation-delay: 0.2s;
    }

    .cell:nth-child(3) {
        animation-delay: 0.4s;
    }

    .cell:nth-child(4) {
        animation-delay: 0.6s;
    }

    .cell:nth-child(5) {
        animation-delay: 0.8s;
    }

    .cell:nth-child(6) {
        animation-delay: 0.1s;
    }

    .cell:nth-child(7) {
        animation-delay: 0.3s;
    }

    .cell:nth-child(8) {
        animation-delay: 0.5s;
    }

    .cell:nth-child(9) {
        animation-delay: 0.7s;
    }

    .cell:nth-child(10) {
        animation-delay: 0.9s;
    }

    .cell:nth-child(11) {
        animation-delay: 0.15s;
    }

    .cell:nth-child(12) {
        animation-delay: 0.35s;
    }

    .cell:nth-child(13) {
        animation-delay: 0.55s;
    }

    .cell:nth-child(14) {
        animation-delay: 0.75s;
    }

    .cell:nth-child(15) {
        animation-delay: 0.95s;
    }

    .cell:nth-child(16) {
        animation-delay: 0.05s;
    }

    .cell:nth-child(17) {
        animation-delay: 0.25s;
    }

    .cell:nth-child(18) {
        animation-delay: 0.45s;
    }

    .cell:nth-child(19) {
        animation-delay: 0.65s;
    }

    .cell:nth-child(20) {
        animation-delay: 0.85s;
    }

    .cell:nth-child(21) {
        animation-delay: 0.1s;
    }

    .cell:nth-child(22) {
        animation-delay: 0.3s;
    }

    .cell:nth-child(23) {
        animation-delay: 0.5s;
    }

    .cell:nth-child(24) {
        animation-delay: 0.7s;
    }

    .cell:nth-child(25) {
        animation-delay: 0.9s;
    }


.login-container {
    max-width: 800px;
    
    margin: 0 auto;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

/* Primary focus style */
.primary-login {
    border: 2px solid #0d6efd;
    padding: 20px;
    /*border-radius: 8px;*/
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

/* Secondary style */
.secondary-login {
    padding: 20px;
}

/* Custom style for smaller floating labels */
.form-floating-sm .form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.form-floating-sm label {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
}
.login-block {
    max-width: 384px;
    margin: auto;
}
/* Stack vertically on small screens */
/*@media (max-width: 768px) {
    .login-block {
        flex-direction: column;
        max-width: 384px;
        margin: auto;
    }
}*/

.btn-account-login {
    border: 1px solid #ced4da;
}