/* _content/ARIRAD.GuestPortal.Web/Pages/Login.razor.rz.scp.css */

main[b-70a35q2i72] {
    height: 100vh;
    overflow-y: auto;/*
    background: url(../images/mechanic-picture.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.logo-container[b-70a35q2i72] {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    
}

.xr-logo[b-70a35q2i72] {
    width: 175px;
    height: 50px;
    margin-left: 1em;
    background: url(../images/color-horizontal.svg) 100% no-repeat;
    background-size: contain;
    
}

.guest-login[b-70a35q2i72] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4em;
  
    .form-container {
        width: 35em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .5);
        padding: 1em 4em 2em 4em;
        border-radius: 25px;
        border: 1px solid rgba(255, 255, 255, .35);
        backdrop-filter: blur(2px);


        @media only screen and (max-width: 990px) {
            width: 25em;
            padding: 2em;[b-70a35q2i72]
        }




        form {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            width: 100%;

            .image-container {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .login-text[b-70a35q2i72] {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #ffffff;
                text-align: center;

                .login-header {
                    font-size: 1.5em;
                    font-weight: 600;
                }

                .login-body[b-70a35q2i72] {
                    font-size: 1.125em;

                    @media only screen and (max-width: 990px) {
                        font-size: .875em;[b-70a35q2i72]
                    }
                }
            }

            .input-container[b-70a35q2i72] {
                display: flex;
                justify-content: center;
                width: 100%;

                label {
                    color: #ffffff;
                    font-size: 1em;
                    width: 100%;

                    @media only screen and (max-width: 990px) {
                        font-size: .875em;[b-70a35q2i72]
                    }
                }

                input.user-id-input[b-70a35q2i72]{
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    width: 100%;
                    height: 45px;
                    border-radius: 6px;
                    border: 1px solid #BBBBBB;
                    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                    padding: 0px 6px 0px 6px;
                }
            }

            .btn-container[b-70a35q2i72] {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: 20px;


                .login-btn {
                    height: 50px;
                    width: 250px;
                    background: #2D8EF3;
                    border-radius: 6px;
                    border: none;
                    color: #FFFFFF;
                }
            }

            .form-error[b-70a35q2i72] {
                display: block;
                text-align: right;
                font-size: 12px;
                color: $aug-red;
                font-weight: normal;
                margin-bottom: 0;
                margin-top: 1px;
            }

        }
    }
}

.image-container[b-70a35q2i72] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/ARIRAD.GuestPortal.Web/Shared/ClassSelectionComponent.razor.rz.scp.css */
.no-classrooms[b-e0k0us8wrj]{
    color: #FFFFFF;
}

.class-modal-container[b-e0k0us8wrj]{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    color: #707070;
    padding: 1em;
}

.modal-header[b-e0k0us8wrj]{
    height: 40px;
    margin-bottom: .5em;
    font-size: 1em;
}

.list-container[b-e0k0us8wrj]{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: .5em;
    gap: .5em;
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    overflow-y: auto;
    flex: 1;
}

.list-btn[b-e0k0us8wrj]{
    width: 100%;
    height: 70px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    background: #FFFFFF;
}

.list-btn:hover[b-e0k0us8wrj], .list-btn:active[b-e0k0us8wrj], .list-btn:focus[b-e0k0us8wrj], clickedclass[b-e0k0us8wrj]{
    background: #E0EEFD;
    border: 1px solid #2D8EF3;
    box-shadow: 0 0 0 2px rgba(45, 142, 243, .5);
}


ul[b-e0k0us8wrj] {
    list-style-type: none;
}

.classroom-item[b-e0k0us8wrj]{
    width: 100%;
    height: 70px;
    align-items: center;
    display: flex;
    margin: 0;
    padding: .25em;
    gap: .5em;
    color: #707070;
}

.icon[b-e0k0us8wrj]{
    width: 2.25em;
    height: 2.25em;
    background: url(/images/classroom-icon.svg) 100% no-repeat;
    background-size: contain;
}

.title-author-info[b-e0k0us8wrj]{
    display: flex;
    flex-direction: column;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title[b-e0k0us8wrj] {
    display: flex;
    font-size: 1em;
    font-weight: 500;
}

.author[b-e0k0us8wrj]{
    display: flex;
    gap: 1px;
    font-size: .825em;
}

.time[b-e0k0us8wrj]{
    display: flex;
    flex-direction: column;
    font-size: .875em;
}

.btn-container[b-e0k0us8wrj]{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 1em;
    gap: 1em;
}



.bottom-btn[b-e0k0us8wrj] {
    width: 125px;
    height: 45px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1em;
    border: none;
}

.disabled-btn[b-e0k0us8wrj]{
    opacity: .25;
}

.cancel-btn[b-e0k0us8wrj]{
    border: 1px solid #2D8EF3;
    background: #FFFFFF;
    color: #2D8EF3;
}

.cancel-btn:hover[b-e0k0us8wrj] {
    background: rgba(45, 142, 243, .25);
}

.join-btn[b-e0k0us8wrj]{
    background-color: #2D8EF3;
    color: #FFFFFF;
}

.join-btn:hover[b-e0k0us8wrj] {
    background: #1D7CDF;
 }


/* _content/ARIRAD.GuestPortal.Web/Shared/LogoComponent.razor.rz.scp.css */
.image[b-93iec1o2qp]{
    display: flex;
    width: 100%;
}
/* _content/ARIRAD.GuestPortal.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-tri5jovmq7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tri5jovmq7] {
    flex: 1;
}

.sidebar[b-tri5jovmq7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tri5jovmq7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tri5jovmq7]  a, .top-row .btn-link[b-tri5jovmq7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tri5jovmq7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tri5jovmq7] {
        display: none;
    }

    .top-row.auth[b-tri5jovmq7] {
        justify-content: space-between;
    }

    .top-row a[b-tri5jovmq7], .top-row .btn-link[b-tri5jovmq7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tri5jovmq7] {
        flex-direction: row;
    }

    .sidebar[b-tri5jovmq7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tri5jovmq7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-tri5jovmq7], article[b-tri5jovmq7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ARIRAD.GuestPortal.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kqgirzmpaz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kqgirzmpaz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kqgirzmpaz] {
    font-size: 1.1rem;
}

.oi[b-kqgirzmpaz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kqgirzmpaz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kqgirzmpaz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kqgirzmpaz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kqgirzmpaz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kqgirzmpaz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
}

.nav-item[b-kqgirzmpaz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: black;
}

@media (min-width: 200px) {
    .navbar-toggler[b-kqgirzmpaz] {
        display: none;
    }

    .collapse[b-kqgirzmpaz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-kqgirzmpaz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        height:200px;
    }
}
