@import '_content/Controls/Controls.jw827a5cvm.bundle.scp.css';

/* /ClientControls/Report.razor.rz.scp.css */
[b-hhosa0o9wg] .resize100Height {
    height: 100% !important;
}

[b-hhosa0o9wg] .resize100Width {
    width: 100% !important;
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g8yl1409qq],
.components-reconnect-repeated-attempt-visible[b-g8yl1409qq],
.components-reconnect-failed-visible[b-g8yl1409qq],
.components-pause-visible[b-g8yl1409qq],
.components-resume-failed-visible[b-g8yl1409qq],
.components-rejoining-animation[b-g8yl1409qq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-retrying[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-failed[b-g8yl1409qq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-g8yl1409qq] {
    display: block;
}


#components-reconnect-modal[b-g8yl1409qq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-g8yl1409qq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-g8yl1409qq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-g8yl1409qq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-g8yl1409qq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-g8yl1409qq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-g8yl1409qq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-g8yl1409qq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-g8yl1409qq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-g8yl1409qq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-g8yl1409qq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-g8yl1409qq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-g8yl1409qq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-g8yl1409qq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-g8yl1409qq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-g8yl1409qq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-g8yl1409qq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-g8yl1409qq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-g8yl1409qq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/AccessControl/StaffPhoto.razor.rz.scp.css */
[b-xpywuojycg] .buttonSize {
    min-width: 64px;
    min-height: 80px;
    padding: 0;
}


.gridcontainer[b-xpywuojycg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(100px, min-content) minmax(0, 1fr) minmax(100px, min-content);
    gap: 0px 0px;
    grid-template-areas:
        "Top"
        "Middle"
        "Bottom";
    min-height: 100%;
    /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(100vh - 100px - var(--mud-appbar-height,0px) - 20px);
    height: calc(100vh - 100px - var(--mud-appbar-height,0px) - 20px);
    /*calcualted in javascript*/
    min-height: calc((var(--vh, 1vh) * 100) - var(--mud-appbar-height,0px) - 20px);
    height: calc((var(--vh, 1vh) * 100) - var(--mud-appbar-height,0px) - 20px);
}

.Top[b-xpywuojycg] {
    grid-area: Top;
}

.Middle[b-xpywuojycg] {
    grid-area: Middle;
}

.Bottom[b-xpywuojycg] {
    grid-area: Bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}


@media (orientation: landscape) and (max-height: 800px) {
    .gridcontainer[b-xpywuojycg] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(120px, min-content);
        grid-template-rows: minmax(100px, min-content) minmax(0, 1fr);
        gap: 0px 0px;
        grid-template-areas:
            "Top Bottom"
            "Middle Bottom";
    }
    /*.Top { grid-area: Top; }
  .Middle { grid-area: Middle; }*/
    .Bottom[b-xpywuojycg] {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: nowrap;
    }

    [b-xpywuojycg] .buttonSizeOverride {
        min-height: 0;
        min-width: 0;
        padding: 0;
        visibility: hidden;
    }
}
/* /Pages/Enrolment/Courses.razor.rz.scp.css */
.gridcontainer[b-o81bma66mk] {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
    grid-template-rows: max-content;
    gap: 10px 10px;
}
/* /Pages/Enrolment/QOE.razor.rz.scp.css */
[b-iberg1l0tn] .deleted {
    text-decoration: line-through;
}

[b-iberg1l0tn] .mud-toolbar {
    height: auto;
    flex-wrap: wrap;
}
/* /Pages/Enrolment/QOEold.razor.rz.scp.css */
.icon:hover[b-p7h93qfj5b], .icon:focus[b-p7h93qfj5b] {
    filter: opacity(40%);
}

.hidden[b-p7h93qfj5b] {
    display: none !important;
}

.image-size-new[b-p7h93qfj5b] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 90vw;
    object-fit: contain;
}

.controls[b-p7h93qfj5b] {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 4px;
}

.panel[b-p7h93qfj5b] {
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
}


/* html, body, wrapper {
    min-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
}*/
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*[b-p7h93qfj5b]::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*[b-p7h93qfj5b]::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*[b-p7h93qfj5b]::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
/* /Pages/Enrolment/StudentPhoto.razor.rz.scp.css */
[b-jlgtca4kng] .buttonSize {
    min-width: 64px;
    min-height: 80px;
    padding: 0;
}


.gridcontainer[b-jlgtca4kng] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(100px, min-content) minmax(0, 1fr) minmax(100px, min-content);
    gap: 0px 0px;
    grid-template-areas:
        "Top"
        "Middle"
        "Bottom";
    min-height: 100%;
    /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(100vh - 100px - var(--mud-appbar-height,0px) - 20px);
    height: calc(100vh - 100px - var(--mud-appbar-height,0px) - 20px);
    /*calcualted in javascript*/
    min-height: calc((var(--vh, 1vh) * 100) - var(--mud-appbar-height,0px) - 20px);
    height: calc((var(--vh, 1vh) * 100) - var(--mud-appbar-height,0px) - 20px);
}

.Top[b-jlgtca4kng] {
    grid-area: Top;
}

.Middle[b-jlgtca4kng] {
    grid-area: Middle;
}

.Bottom[b-jlgtca4kng] {
    grid-area: Bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}


@media (orientation: landscape) and (max-height: 800px) {
    .gridcontainer[b-jlgtca4kng] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(120px, min-content);
        grid-template-rows: minmax(100px, min-content) minmax(0, 1fr);
        gap: 0px 0px;
        grid-template-areas:
            "Top Bottom"
            "Middle Bottom";
    }
    /*.Top { grid-area: Top; }
  .Middle { grid-area: Middle; }*/
    .Bottom[b-jlgtca4kng] {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: nowrap;
    }

    [b-jlgtca4kng] .buttonSizeOverride {
        min-height: 0;
        min-width: 0;
        padding: 0;
        visibility: hidden;
    }
}
/* /Pages/ExternalRegisters/ExternalRegisters.razor.rz.scp.css */
.topcell[b-d8m6mxubof], .bottomcell[b-d8m6mxubof], .head[b-d8m6mxubof] {
    padding-left: 6px;
    padding-right: 6px;
}

.topcell[b-d8m6mxubof], .head[b-d8m6mxubof] {
    white-space: nowrap;
    padding-top: 6px;
}

.bottomcell[b-d8m6mxubof], .head[b-d8m6mxubof] {
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.head[b-d8m6mxubof] {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.cellalt[b-d8m6mxubof] {
    background-color: rgba(34,34,34,.05);
}

.fullrow[b-d8m6mxubof] {
    grid-column: 2/-1;
}

.gridthisweek[b-d8m6mxubof] {
    display: grid;
    grid-template-columns: min-content min-content min-content min-content auto;
}

.gridunmarked[b-d8m6mxubof] {
    display: grid;
    grid-template-columns: min-content min-content min-content min-content min-content auto;
}
/* /Pages/ExternalRegisters/Mark.razor.rz.scp.css */
.topcell[b-dv7qied2i9], .head[b-dv7qied2i9] {
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.head[b-dv7qied2i9] {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.cellalt[b-dv7qied2i9] {
    background-color: rgba(34,34,34,.05);
}

.gridregister[b-dv7qied2i9] {
    display: grid;
    grid-template-columns: max-content max-content max-content auto;
}
/* /Pages/Gradebook/InputComments.razor.rz.scp.css */
.comments > div:nth-child(4n + 3)[b-s9scswq4kq],
.comments > div:nth-child(4n + 4)[b-s9scswq4kq] {
    background-color: rgba(0,0,0,.09);
}
/* /Pages/Gradebook/InputReferences.razor.rz.scp.css */
.topcell[b-mftt2z6te0], .head[b-mftt2z6te0], .bottomcell[b-mftt2z6te0] {
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.bottomcell[b-mftt2z6te0] {
    border-bottom: 1px solid rgb(222, 226, 230);
}

.head[b-mftt2z6te0] {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.cellalt[b-mftt2z6te0] {
    background-color: rgba(34,34,34,.05);
}

.twoColumn[b-mftt2z6te0] {
    grid-column: 1 / 3;
}

.fullrow[b-mftt2z6te0] {
    grid-column: 2/-1;
}

.grid[b-mftt2z6te0] {
    display: grid;
    grid-template-columns: min-content min-content minmax(100px,min-content) min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content auto;
}
/* /Pages/Register/Input.razor.rz.scp.css */
.topcell[b-wmoqh278md], .head[b-wmoqh278md] {
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.head[b-wmoqh278md] {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.cellalt[b-wmoqh278md] {
    background-color: rgba(34,34,34,.05);
}

.gridregister[b-wmoqh278md] {
    display: grid;
    grid-template-columns: min-content min-content min-content auto;
}
/* /Pages/Register/MarkRegisters.razor.rz.scp.css */
.topcell[b-zlgwnv3jkc], .bottomcell[b-zlgwnv3jkc], .head[b-zlgwnv3jkc] {
    padding-left: 6px;
    padding-right: 6px;
}

.topcell[b-zlgwnv3jkc], .head[b-zlgwnv3jkc] {
    white-space: nowrap;
    padding-top: 6px;
}

.bottomcell[b-zlgwnv3jkc], .head[b-zlgwnv3jkc] {
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.head[b-zlgwnv3jkc] {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.cellalt[b-zlgwnv3jkc] {
    background-color: rgba(34,34,34,.05);
}

.fullrow[b-zlgwnv3jkc] {
    grid-column: 2/-1;
}

.gridthisweek[b-zlgwnv3jkc] {
    display: grid;
    grid-template-columns: min-content min-content min-content min-content auto;
}

.gridunmarked[b-zlgwnv3jkc] {
    display: grid;
    grid-template-columns: min-content min-content min-content min-content min-content auto;
}
/* /Pages/SubjectChange/SubjectChange.razor.rz.scp.css */
.gridcontainer[b-rma0b3wbin] {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
    grid-template-rows: max-content;
    gap: 10px 10px;
}
/* /Pages/WorkExperience/EmployerSurveyModal.razor.rz.scp.css */
.topcell[b-mi7b315gcq], .head[b-mi7b315gcq], .rowTitle[b-mi7b315gcq] {
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
    text-align: center;
}

.head[b-mi7b315gcq] {
    white-space: normal;
    font-weight: 600;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.rowTitle[b-mi7b315gcq] {
    text-align: left;
}

.grid[b-mi7b315gcq] {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 100%;
}

.gridspan[b-mi7b315gcq] {
    grid-column: 1 / -1;
}

[b-mi7b315gcq] .grid > .mud-input-control-boolean-input > .mud-input-control-input-container > div[role="radiogroup"],
[b-mi7b315gcq] .grid > .mud-input-control-boolean-input > .mud-input-control-input-container,
[b-mi7b315gcq] .grid > .mud-input-control-boolean-input {
    display: contents;
}
/* /Pages/WorkExperience/WorkExperienceEdit.razor.rz.scp.css */

.ck-editor__editable_inline[b-60e1yfyxjt] {
    min-height: 400px;
}
/* /Public/Enrolment/TakePhoto.razor.rz.scp.css */
[b-lo0kzozdjg] .buttonSize {
    min-width: 64px;
    min-height: 80px;
    padding: 0;
}


.gridcontainer[b-lo0kzozdjg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(100px, min-content) minmax(0, 1fr) minmax(100px, min-content);
    gap: 0px 0px;
    grid-template-areas:
        "Top"
        "Middle"
        "Bottom";
    /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
    /*calcualted in javascript*/
    min-height: calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
}

.Top[b-lo0kzozdjg] {
    grid-area: Top;
}

.Middle[b-lo0kzozdjg] {
    grid-area: Middle;
}

.Bottom[b-lo0kzozdjg] {
    grid-area: Bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}


@media (orientation: landscape) and (max-height: 800px) {
    .gridcontainer[b-lo0kzozdjg] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(120px, min-content);
        grid-template-rows: minmax(100px, min-content) minmax(0, 1fr);
        gap: 0px 0px;
        grid-template-areas:
            "Top Bottom"
            "Middle Bottom";
    }
    /*.Top { grid-area: Top; }
  .Middle { grid-area: Middle; }*/
    .Bottom[b-lo0kzozdjg] {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: nowrap;
    }

    [b-lo0kzozdjg] .buttonSizeOverride {
        min-height: 0;
        min-width: 0;
        padding: 0;
        visibility: hidden;
    }
}
/* /Public/TasterDay/TasterDay.razor.rz.scp.css */
/*.cell, .head {
    padding: 6px;
    white-space: nowrap;
    padding-top: 6px;
}

.head {
    font-weight: 500;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}
.cellalt {
    background-color: rgba(34,34,34,.05);
}


.grid {
    display: grid;    
    grid-template-columns: minmax(100px, calc(100vw - 92px)) 30px 30px;
}

::deep .TwoLineSelect .mud-input>input.mud-input-root,
::deep div.mud-input-slot.mud-input-root {
    height: calc(var(--mud-typography-body2-lineheight) * 1em + 1.1876em);
}

::deep .TwoLineSelect div.mud-input-slot.mud-input-root-outlined.mud-select-input p {
    white-space: normal;
    overflow: hidden;
    line-height: calc(var(--mud-typography-body2-lineheight) * 1em);
    height: calc(var(--mud-typography-body2-lineheight) * 2em);
    font-size: var(--mud-typography-body2-size);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
/* /Public/WorkExperience/EmployerSurvey.razor.rz.scp.css */
.topcell[b-sdeyxr14f2], .head[b-sdeyxr14f2], .rowTitle[b-sdeyxr14f2] {
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid rgb(222, 226, 230);
    text-align: center;
}

.head[b-sdeyxr14f2] {
    white-space: normal;
    font-weight: 600;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-top: 1px solid rgb(222, 226, 230);
}

.rowTitle[b-sdeyxr14f2] {
    text-align: left;
}

.grid[b-sdeyxr14f2] {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 100%;
}

.gridspan[b-sdeyxr14f2] {
    grid-column: 1 / -1;
}


[b-sdeyxr14f2] .grid > .mud-input-control-boolean-input > .mud-input-control-input-container > div[role="radiogroup"],
[b-sdeyxr14f2] .grid > .mud-input-control-boolean-input > .mud-input-control-input-container,
[b-sdeyxr14f2] .grid > .mud-input-control-boolean-input {
    display: contents;
}
/* /Shared/BlankLayout.razor.rz.scp.css */
.page[b-4xskgzin88] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-4xskgzin88] {
    flex: 1;
}
