@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Play";
}

a {
    text-decoration: none;
    color: inherit;
}

h1:focus {
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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."
    }


.layout {
    display: flex;
    height: 100vh;
}

.btn {
    display: flex;
    margin-top: 20px;
    background-color: #2874a5;
    color: #fff;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    transition: background-color 300ms linear;
    font-size: 20x;
}

    .btn:hover {
        background-color: #f7c876;
    }

    .btn.wider {
        min-width: 192px;
        text-align: center;
        justify-content: center;
    }

.btn-left {
    margin-left: auto;
}

.btn-center {
    margin: 0 auto;
}

.sidebar {
    min-width: 300px;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #154360;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

    .sidebar .menu {
        margin-top: 32px;
    }

        .sidebar .menu ul {
            list-style: none;
            padding: 0;
        }

            .sidebar .menu ul li {
                margin-bottom: 20px;
                background-color: #2874a5;
                transition: background-color 300ms linear;
                width: 100%;
                text-decoration: none;
            }

                .sidebar .menu ul li:hover {
                    background-color: #f7c876;
                }

                .sidebar .menu ul li a {
                    padding: 15px;
                    width: 0%;
                    height: 100%;
                    display: inline-block;
                    width: 100%;
                }

    .sidebar .close {
        margin-top: auto;
        margin-bottom: 70px;
        width: 100%;
        text-align: center;
        padding: 20px;
        font-family: "Play";
        font-size: 20px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        background-color: #2874a5;
        color: #fff;
        transition: background-color 300ms linear;
    }

        .sidebar .close:hover {
            background-color: #f7c876;
        }

.form-wrapper {
    margin: auto 0;
    width: 70vw;
    padding: 20px 20px 30px;
    height: fit-content;
}

    .form-wrapper h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 50px;
        color: #000;
    }

.form-wrapper__inner {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

    .form-wrapper__inner > form {
        grid-column: span 6/span 6;
    }

.form-wrapper .form-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.form-control {
    border: none;
}

.form-wrapper label {
    font-size: 20px;
    margin-bottom: 2px;
}

.form-wrapper input {
    width: 100%;
    padding: 8px 4px;
}

.form-wrapper .checkbox-wrapper {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

    .form-wrapper .checkbox-wrapper > * {
        width: fit-content;
    }

    .form-wrapper .checkbox-wrapper input {
        margin-left: 20px;
        cursor: pointer;
    }

.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .overlay .inner {
        min-width: 900px;
    }

        .overlay .inner .content {
            padding: 40px 190px;
            background-color: #fff;
        }

            .overlay .inner .content h2 {
                font-size: 45xp;
                text-align: center;
            }

            .overlay .inner .content .overlay-footer {
                margin-top: 60px;
                font-size: 22px;
            }

                .overlay .inner .content .overlay-footer > div {
                    display: flex;
                    justify-content: space-between;
                    margin-top: 40px;
                }

    .overlay .form-wrapper {
        width: 100%;
        margin-top: 40px;
    }

.eye {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.successfull-submit {
    border: 1px solid #000;
    height: fit-content;
    margin: 100px auto 0;
    padding: 25px 0 40px;
    min-width: 764px;
    text-align: center;
}

    .successfull-submit h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .successfull-submit h3 {
        margin-top: 20px;
        font-size: 22px;
        font-weight: 400;
    }

    .successfull-submit .logo-wrapper {
        margin: 40px 0 60px;
    }

.dashboard-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .dashboard-wrapper h2 {
        margin-bottom: 40px;
    }

.top-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    min-height: 100px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #2874a5;
    z-index: 2;
}

    .top-nav .user {
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .top-nav .user span {
            display: inline-block;
            margin-left: 8px;
        }

.login-successful .inner {
    min-width: 700px;
}

    .login-successful .inner .content {
        text-align: center;
        min-width: 764px;
    }

        .login-successful .inner .content h4 {
            margin: 15px 0 25px;
        }

        .login-successful .inner .content .logo-wrapper {
            margin-bottom: 25px;
        }

/*# sourceMappingURL=style.css.map */
