/* _content/LessonMVCweb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*:focus[b-juf3oikff1] {
    outline: none;
}

a.navbar-brand[b-juf3oikff1] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-juf3oikff1] {
    color: #0077cc;
}

.btn-primary[b-juf3oikff1] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-juf3oikff1], .nav-pills .show > .nav-link[b-juf3oikff1] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-juf3oikff1] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-juf3oikff1] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-juf3oikff1] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-juf3oikff1] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-juf3oikff1] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.login-header-wrapper[b-juf3oikff1] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

    .login-header-wrapper .username-login-button #loggedUsername span[b-juf3oikff1] {
        color: #000000;
    }

.main-content-wrapper .modal-content[b-juf3oikff1] {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content .title-close-wrapper[b-juf3oikff1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8eaf5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .modal-content .title-close-wrapper h3[b-juf3oikff1] {
        margin: 0;
        font-size: 24px;
        color: #000000;
    }

.modal-content .label-input-wrapper[b-juf3oikff1] {
    margin-bottom: 10px;
}

    .modal-content .label-input-wrapper input[b-juf3oikff1],
    .modal-content .label-input-wrapper select[b-juf3oikff1],
    .modal-content textarea[b-juf3oikff1] {
        background-color: transparent;
        border: 1px solid #cccccc;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
    }

.modal-content label[b-juf3oikff1] {
    color: #000000;
    margin-bottom: 8px;
}

.modelpopup-button-wrapper[b-juf3oikff1] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

    .modelpopup-button-wrapper .event[b-juf3oikff1] {
        margin: 0;
        border-color: #3ab05a;
        background-color: #3ab05a;
        color: #ffffff;
        border: none;
        border-radius: 6px;
        padding: 10px 30px;
    }

        .modelpopup-button-wrapper .event:hover[b-juf3oikff1] {
            background-color: #000000;
            border-color: #000000;
        }

    .modelpopup-button-wrapper .cancel[b-juf3oikff1] {
        margin: 0;
        background-color: #e0e0e0;
        color: #000000;
        border: none;
        border-radius: 6px;
        padding: 10px 30px;
    }

        .modelpopup-button-wrapper .cancel:hover[b-juf3oikff1] {
            background-color: #000000;
            border-color: #000000;
            color: #ffffff;
        }

.modal[b-juf3oikff1] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if content is too long */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.close[b-juf3oikff1] {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-juf3oikff1],
    .close:focus[b-juf3oikff1] {
        color: #3c4eb0;
        text-decoration: none;
        cursor: pointer;
    }

.login-header-wrapper #loginButton[b-juf3oikff1] {
    background-color: #3ab05a;
    border: none;
}

.login-header-wrapper #logoutButton[b-juf3oikff1] {
    background-color: #fd443a;
    border: none;
}

    .login-header-wrapper #loginButton:hover[b-juf3oikff1],
    .login-header-wrapper #logoutButton:hover[b-juf3oikff1] {
        background-color: #000000;
    }

.copyright-privacy-wrapper[b-juf3oikff1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

    .copyright-privacy-wrapper a[b-juf3oikff1] {
        color: #000;
        text-decoration: none;
    }
