@import '_content/BEC.Components/BEC.Components.hipn6qwz61.bundle.scp.css';
@import '_content/BEC.Games/BEC.Games.cpf76ttm69.bundle.scp.css';

/* /Components/AI/AI_RecorderToText.razor.rz.scp.css */
.ai-recorder-container-outer[b-6meso3tolg] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: pink;
    align-content: center;
    justify-content: center;
}
.ai-recorder-container-inner[b-6meso3tolg] {
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: row;
    background-color: pink;
    align-content: center;
    justify-content: center;
}
.ai-recorder-button[b-6meso3tolg] {
    display:flex;
    width:100%;
    height:100%;
    
    cursor: pointer;
    border-radius: 10px;
    color: cornsilk;
    border:2px solid black;
    align-content:center;
    justify-content:center;
}
/* /Components/AlphabetSelector.razor.rz.scp.css */
.AlphabetSelectorContainer[b-ekjucxl1xv] {
    padding: 5px;
    position: relative;
}
.SquareContainer[b-ekjucxl1xv] {
    position: relative;
    display: inline-block;
    width: calc(100% / 13);
}

    .SquareContainer[b-ekjucxl1xv]:after {
        content: "";
        display: inline-block;
        padding-bottom: 100%;
    }
.SelectableCharacter[b-ekjucxl1xv] {
    position: absolute;
    width: 100%;
    height: 100%;
    /*width: calc(100vw / 13);
    height: calc(100vw / 13);
        */
    border: 2px solid rgb(167, 92, 0);
    border-radius: 0.3em;
    font-size: calc(80vmin / 13);
    font-weight: 900;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: darkorange;
    cursor: pointer;
    user-select: none;
    background-color: white;
}
    .SelectableCharacter:hover[b-ekjucxl1xv] {
        background-color: hsl(36, 77%, 82%); /*Same as in Gaming.css avatar selector*/
        border: 1px solid dimgrey;
    }

    .SelectableCharacter.Vowel[b-ekjucxl1xv] {
        color: rgb(0, 142, 255);
    }

    .SelectableCharacter.Dead[b-ekjucxl1xv] {
        color: rgb(167, 0, 0);
        background-color: rgb(216, 131, 131);
        cursor: default;
    }
/* /Components/Cancel_Button.razor.rz.scp.css */
.cancel-button[b-pbwp47bmfq] {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid black;
    margin: 2px;
    background-image: url('files/icons/buttons/cancel.png');
}
/* /Components/FreePopup.razor.rz.scp.css */
.BEC-popup-show[b-biqvxqm6s3] {
    /* height:100%;*/
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    /*background-color: red;
    display:none;*/
}

.BEC-popup-hide[b-biqvxqm6s3] {
    display: none;
}

.BEC-bg-1[b-biqvxqm6s3] {
    height: 100%;
    width: 100%;
    background: rgb(255,255,222);
    background: radial-gradient(circle, rgba(255,255,222,1) 0%, rgba(254,255,203,1) 36%, rgba(255,206,97,1) 76%, rgba(255,166,10,1) 100%);
}

.BEC-bg-3[b-biqvxqm6s3] {
    height: 100%;
    width: 100%;
    background: rgb(255,255,222);
    background: radial-gradient(circle at bottom, rgb(199, 224, 229) 57%, rgba(9,9,121,1) 100%);
}


.BEC-bg-2[b-biqvxqm6s3] {
    height: 100%;
    width: 100%;
    background: black;
}

.BEC-bg-black[b-biqvxqm6s3] {
    height: 100%;
    width: 100%;
    background: black;
}

.BEC-bg-4[b-biqvxqm6s3] {
    height: 100%;
    width: 100%;
    background: black;
    background: radial-gradient(circle at bottom, rgb(121, 121, 121) 57%, rgb(0, 0, 0) 100%);
}
/* /Components/ImageHandlers/ImageFramer.razor.rz.scp.css */
.image-framer-body[b-rm2b2di2s6]{
    display:flex;
    aspect-ratio:3;
    flex-direction:row;
    flex-grow:1;
    flex-shrink:1;
    width:100vw;
    max-width:100%;
    background-color:green;
    
}
.image-framer-rotation[b-rm2b2di2s6]{
    display:block;
    width:100vw;
}
.page[b-rm2b2di2s6] {
    width: 100%;
    height: 100%;
    background-color: purple;
    display: flex;
    flex-direction:column;
}
.image-util-bg[b-rm2b2di2s6]{
    display:flex;
}
.image-util-output[b-rm2b2di2s6]{
    aspect-ratio:1;
    display:flex;
    flex-grow:0;
    flex-shrink:0;
}
.image-util-reference[b-rm2b2di2s6]{
    display:block;
    flex-grow:1;
    flex-shrink:1;
    position:relative;

}
.image-util-frame[b-rm2b2di2s6] {
    position: absolute;
    width: 50px;
    height: auto;
    outline: 4px solid #ffff00;
    border: 1px solid black;
    /*resize: horizontal;*/
    background-color: transparent;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}
.image-confirm-button[b-rm2b2di2s6]{
    display:flex;
    height:100%;
}
.image-util-sample[b-rm2b2di2s6] {
    margin-left: 10px;
    display: inline-block;
     
    width: auto;
    border: 1px solid black;
    background-origin: border-box;
    background-repeat: no-repeat;
/*    background-size: 200px;*/
    /*The following are set inline:
        aspect-ratio:
        background-image:
    */
}

/*.image-util-sample-small {
    margin-left: 10px;
    display: inline-block;
    height: 50%;
    width: auto;
    border: 1px solid black;
    background-origin: border-box;
    background-repeat: no-repeat;*/
    /*The following are set inline:
        aspect-ratio:
        background-image:
    */
/*}*/
@media (max-aspect-ratio: 1) {
    .image-util-bg[b-rm2b2di2s6] {
        width:100%;
        display:flex;
        flex-shrink:0;
        flex-grow:0; 
    }
    .image-framer-body[b-rm2b2di2s6] {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;

        background-color: pink;
    }
    .image-util-reference[b-rm2b2di2s6] {
        display: flex;
        width:100%;
    }
    .image-util-output[b-rm2b2di2s6] {
        aspect-ratio: 1;
        display: flex;
        width:100vw;
        height:100vw;

        flex-grow:0;
        flex-shrink:0;
        justify-content:center;
        align-content:center;
        align-items:center;
        padding 0;
        margin: 0;
        
    }
    .image-confirm-button[b-rm2b2di2s6] {
        display: flex;
        width: 100vw;
        flex-grow:0;
        height:40px;
        margin-top:auto;
        bottom:0;
    }

    .image-util-sample[b-rm2b2di2s6] {
        display: flex;
        flex-shrink:0;
        width:100vw;
        height:100vw;
        aspect-ratio:1;
        padding:0;
        margin:0;
        /*    background-size: 200px;*/
        /*The following are set inline:
        aspect-ratio:
        background-image:
    */
    }
    .image-util-buttoncontainer[b-rm2b2di2s6]{
        display: flex;
        flex-direction: column;
        align-content:end;
        flex-grow:3;
        background-color:red;

    }
}
/* /Components/ImageHandlers/ImageUploader.razor.rz.scp.css */
body[b-bdjjprlz2e] {
}
/* /Components/ImageHandlers/ImageUtility.razor.rz.scp.css */
.utility-main[b-iwgkigif05] {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction:column;
}
.utility-display-message[b-iwgkigif05]{

}
.utility-container[b-iwgkigif05] {
    display: flex;
    width: 100vw;
}
.utility-framer[b-iwgkigif05]{
    aspect-ratio:3;
    background-color:red;
    display:flex;
}
.uploader-container[b-iwgkigif05]{
    display:flex;
    width:100vw;
}
@media (max-aspect-ratio: 1) {
    .utility-main[b-iwgkigif05] {
        display: flex;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
    }

    .utility-container[b-iwgkigif05] {
        display: flex;
        width: 100vw;
    }

    .utility-framer[b-iwgkigif05] {
        aspect-ratio:1/3;
       width:50vw;
       display:flex;
       flex-grow:0;
       max-height:50vh;

    }

    .uploader-container[b-iwgkigif05] {
        display: flex;
        width: 100vw;
    }
}
/* /Components/popup.razor.rz.scp.css */
.BEC-popup-show[b-bv558ukv9q] {
    /* height:100%;*/
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    /*background-color: red;
    display:none;*/
}

.BEC-popup-hide[b-bv558ukv9q] {
    display: none;
}

.BEC-bg-1[b-bv558ukv9q] {
    height: 100%;
    width: 100%;
    background: rgb(255,255,222);
    background: radial-gradient(circle, rgba(255,255,222,1) 0%, rgba(254,255,203,1) 36%, rgba(255,206,97,1) 76%, rgba(255,166,10,1) 100%);
}

.BEC-bg-3[b-bv558ukv9q] {
    height: 100%;
    width: 100%;
    background: rgb(255,255,222);
    background: radial-gradient(circle at bottom, rgb(199, 224, 229) 57%, rgba(9,9,121,1) 100%);
}


.BEC-bg-2[b-bv558ukv9q] {
    height: 100%;
    width: 100%;
    background: black;
}

.BEC-bg-black[b-bv558ukv9q] {
    height: 100%;
    width: 100%;
    background: black;
}

.BEC-bg-4[b-bv558ukv9q] {
    height: 100%;
    width: 100%;
    background: black;
    background: radial-gradient(circle at bottom, rgb(121, 121, 121) 57%, rgb(0, 0, 0) 100%);
}
/* /Components/PrettyListSelector.razor.rz.scp.css */
body[b-933eoalsds] {
}
/* /Components/RegionSelector.razor.rz.scp.css */
[b-hs6xodym5z] .LanguageCell {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid black;
    margin: 2px;
}

[b-hs6xodym5z] .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    border-radius:50%;
}
[b-hs6xodym5z] .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    border-radius: 50%;
}
[b-hs6xodym5z] .dimmer:hover {
    background-color: darkolivegreen;
    opacity: 0.3;
    border-radius: 50%;
}

[b-hs6xodym5z] .English {
    background-image: url('files/icons/buttons/flag-UK.png');
}
[b-hs6xodym5z] .Korean {
    background-image: url('files/icons/buttons/flag-KR.png');
}
[b-hs6xodym5z] .Activated {
    width:50px; 
    height:50px;
}
/* /Components/Rewards.razor.rz.scp.css */
body[b-9u94qeg0yh] {
}
.rewards-textalign[b-9u94qeg0yh] {
    top: -6px;
    height: 30px;
    position: relative;
    font-family: '&quot;Times New Roman&quot;, times, serif';
    font-weight: bold;
    color: #ae3c00;
    display: inline-block;
    margin-right: 3px;
}

.rewards-diamondalign[b-9u94qeg0yh] {
    height: 30px;
    display: inline-block;
    position:relative;
    top: -1.5px;
    margin-left:3px;
}

.rewards-diamond[b-9u94qeg0yh]{
    height:100%;
}
.rewards-prize[b-9u94qeg0yh] {
    position: relative;
    top: 4px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 1px;
}

.rewards-gold[b-9u94qeg0yh] {
    color: darkgoldenrod;
    fill: darkgoldenrod;
}

.rewards-silver[b-9u94qeg0yh] {
    color: darkgray;
    fill: darkgray;
}
.rewards-bronze[b-9u94qeg0yh] {
    color: #cd4802;
    fill: #cd4802;
}
/* /Components/Utility/PrettyTabControl.razor.rz.scp.css */
.pretty-tab[b-qq9x6mje6s] {
    width: 100%;
    height: 40px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #eef;
    border:1px solid #8888ff;
    -webkit-user-select: none; /* Chrome all and Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* Internet Explorer 10 and later */
    user-select: none; /* Likely future */
}
.pretty-tab-title[b-qq9x6mje6s] {
    display: flex;
    font-size: 18px;
    color: white;
    /* text-shadow: 2px 2px 4px red, 0 0 2em darkorange, 0 0 0.4em darkorange;*/
    background-color: cornflowerblue;
    display: flex;
    flex-grow: 0;
    padding: 3px 5px 0px 5px;
}
.pretty-tab-button-group[b-qq9x6mje6s]{
    display:flex;
    flex-direction:row;
}
.pretty-tab-button[b-qq9x6mje6s]{
    display:flex;
    flex-grow:1;
    font-weight:700;
    margin: 0px 3px;
    border: 1px solid black;
    border-radius:5px;
    padding: 3px 5px 0px 5px;
    cursor:pointer;
}
.pretty-tab-button:hover[b-qq9x6mje6s]{
    background-color:antiquewhite;
}
.pretty-tab-flash[b-qq9x6mje6s] {
    border:none;
    color:black;
    animation-name: flash_border-b-qq9x6mje6s;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 6 ;
    animation-delay: 20.1s;
}
@keyframes flash_border-b-qq9x6mje6s {
    0% {
        color: white;
        background-color: #d89eff;
    }

    20% {
        color: white;
        background-color: #a19eff;
    }

    40% {
        color: white;
        background-color: #9effc8;
    }

    60% {
        background-color: #eaff9e;
    }

    80% {
        background-color: #ffd39e;
    }

    100% {
        background-color: #ff9e9e;
    }
}
/* /Components/Utility/SimpleSlide.razor.rz.scp.css */
.slide-caption[b-ltcbngv7aa]
{
    font-size:4vmin;
}
/* /Pages/Admin/Scheduling/Components/SingleBus.razor.rz.scp.css */
body[b-f65cj8oq5w] {
}
/* /Pages/Admin/Scheduling/Components/SingleClass.razor.rz.scp.css */
body[b-kwia6zx181] {
}
/* /Pages/Avatar.razor.rz.scp.css */

@container contentregion (min-width:0px) {
    .avatar-choosing-box[b-kkage5gf5e] {
        width: 25cqw;
        height: 35cqh;
        cursor: pointer;
        border: 1px solid black;
        border-radius: 10px;
        display: inline-flex;
    }
}

@container contentregion (min-width: 641px) {
    .avatar-choosing-box[b-kkage5gf5e] {
        width: 25cqw;
        height: 40cqh;
        ;
    }
}
/* /Pages/ChatGPT/Demo.razor.rz.scp.css */
.ChatCardDescription[b-e17rdv06up] {
    font-size: x-large;
    padding: 6px;
}

.SecondaryTask[b-e17rdv06up] {
    font-weight:700;
    font-size:x-large;
}
.GreenCheck[b-e17rdv06up]{
    color:green;
    font-weight:900;
}
.Step[b-e17rdv06up] {
    font-size: calc(4 * (0.5vw + 0.5vh));
    font-weight: 700;
}
.FinishedStep[b-e17rdv06up] {
    font-size: calc(3 * (0.5vw + 0.5vh));
    background-color: lightgreen;
}
.ResponseBox[b-e17rdv06up] {
    border: 3px solid #777;
    border-radius: 5px;
    padding:3px;
    font-size:larger;
    font-weight:600;
}
/* /Pages/ChatGPT/TaskCards/ChatCard.razor.rz.scp.css */
[b-h5rzr22s9n] .TaskCardBase {
    border-radius: 4px;
    background-color: #888;
    height: 100%;
}

    [b-h5rzr22s9n] .TaskCardBase:hover {
        background-color: darkolivegreen;
        height: 100%;
    }

[b-h5rzr22s9n] .TaskCardEmojiImg {
    height: 100%;
    width: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

[b-h5rzr22s9n] .CardText {
    line-height:140%;
    font-size: 3.3vmin;
    color: white;
    text-shadow: 2px 2px 1px black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* /Pages/Contests/MultiContest20230419/Components/HangmanGame.razor.rz.scp.css */

.AvatarContainer[b-89a59zxqpr] {
    font-size: 12px;
    height: calc(100vh - (80vmin / 13 * 2) - 5.4em - 84px);
    width: 100%;
}
.AvatarContainerX[b-89a59zxqpr] {
    flex: auto;
    background-color: grey;
    display: block;
    border: 1px solid dimgray;
    box-sizing: border-box;
    position:relative;
}
.Avatar[b-89a59zxqpr] {
    display: inline-block;
    flex: none;
    width: 100%;
    height: 0;
    min-height: 100%;
}

.HangmanWord[b-89a59zxqpr] {
    background-color: rgb(206, 206, 206);
    font-size: 60px;
    font-weight: 600;
    line-height: 72px; /*=24px*/
    text-align: center;
    user-select: none;
    position: relative;
    padding-bottom: 20px;
    border: 1px solid dimgray;
}

.HangmanLetter[b-89a59zxqpr] {
    width: 0.6em;
    display: inline-block;
    margin: 0.1em;
}

.HangmanDisplayAnswer[b-89a59zxqpr] {
    color: darkgreen;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px; /*=24px*/
    text-align: center;
    user-select: none;
    position: relative;
    padding-bottom: 20px;
    border: 1px solid dimgray;
}

.HangmanWrongAnswer[b-89a59zxqpr] {
    color: red;
}

.SquareContainer[b-89a59zxqpr] {
    position: relative;
    display: inline-block;
    width: calc(100% / 13);
}

    .SquareContainer[b-89a59zxqpr]:after {
        content: "";
        display: inline-block;
        padding-bottom: 100%;
    }

.SelectableCharacter[b-89a59zxqpr] {
    position: absolute;
    width: 100%;
    height: 100%;
    /*width: calc(100vw / 13);
    height: calc(100vw / 13);
        */
    border: 2px solid rgb(167, 92, 0);
    border-radius: 0.3em;
    font-size: calc(80vmin / 13);
    font-weight: 900;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: darkorange;
    cursor: pointer;
    user-select: none;
    background-color: white;
}

.HangmanDisabled[b-89a59zxqpr] {
    margin-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 2px);
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    margin-left: -6px; /*Adjusting for padding and a 1-px border*/
    z-index: 1;
}

.HangmanDisabledText[b-89a59zxqpr] {
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: calc(80vmin / 6.5);
    font-size: calc(80vmin / 7);
    text-align: center;
    position: absolute;
    opacity: 1.0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-left: -4px; /*Adjusting for padding and a 1-px border*/
    z-index: 2;
}

.SelectableCharacter:hover[b-89a59zxqpr] {
    background-color: hsl(36, 77%, 82%); /*Same as in Gaming.css avatar selector*/
    border: 1px solid dimgrey;
}

.SelectableCharacter.Vowel[b-89a59zxqpr] {
    color: rgb(0, 142, 255);
}

.SelectableCharacter.Dead[b-89a59zxqpr] {
    color: rgb(167, 0, 0);
    background-color: rgb(216, 131, 131);
    cursor: default;
}
/*@media only screen and (min-width: 769px) {
    .SelectableCharacter {
        width: calc(100vw / 26);
        height: calc(100vw / 26);
        border-radius: .5vw;
        font-size: calc(80vw / 26);
    }
    .AvatarContainer {
        height: calc(100vh - (100vw / 26) - 5.4em - 72px);
        width: 100%;
    }
}
    */
.HangmanBody[b-89a59zxqpr] {
    border: 1px solid #111111;
    height: 100%;
    max-width: 768px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow:hidden;
}

.HangmanWordX[b-89a59zxqpr] {
    height: 40px;
}
/* /Pages/Contests/MultiContest20230419/Components/SketchGame.razor.rz.scp.css */
body[b-56mbnzate2] {
}
.sketch-holder[b-56mbnzate2] {
    position: relative;
    line-height: 4ex;
    width: 100vw;
    height: calc(100vh - 12ex);
    border: 6px solid black;
    box-sizing: border-box;
    border-radius: 2vmin;
}

.sketch-text-suggester-holder[b-56mbnzate2] {
    padding-top: .5ex;
    bottom: 0;
    font-size: x-large;
    height: 5ex;
    width: 90%;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    background-color: transparent;
}
/* /Pages/Contests/MultiContest20230419/Stage_2.razor.rz.scp.css */
.sketch-holder[b-l5z3ue248a] {
    position: relative;
    line-height: 4ex;
    width: 100vw;
    height: calc(100vh - 12ex);
    border: 6px solid black;
    box-sizing:border-box;
    border-radius: 2vmin;
}
.sketch-text-suggester-holder[b-l5z3ue248a] {
    padding-top: .5ex;
    bottom: 0;
    font-size: x-large;
    height: 5ex;
    width: 90%;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    background-color: transparent;
}
/* /Pages/Info/Info.razor.rz.scp.css */
.info-page[b-l44xju2vc5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-content: center;
    height: 100vh;
    max-height:100vh;
    overflow:hidden;

}
.info-container[b-l44xju2vc5] {
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    flex-shrink: 0;

}
.info-clickbar[b-l44xju2vc5] {

}
@media (min-aspect-ratio:1) {
    .info-container[b-l44xju2vc5] {
        width: 100vw;
        max-width: 100vh;
        height: 100%;
        /*background-color:pink;*/
        display:flex;
    }
    .info-clickbar[b-l44xju2vc5] {

}
}
/* /Pages/Info/Tabs/Info_Blog.razor.rz.scp.css */
.summer-title[b-akm1yjcwqq] {
    margin-top: 20px;
    font-size: 7vmin;
    font-weight: 900;
    color: #ff6a00;
    text-align: center;
}

.summer-icon[b-akm1yjcwqq] {
    width: 60px;
    height: auto;
    top: -5px;
    position: relative;
    margin-left: 2px;
}

.summer-register[b-akm1yjcwqq] {
    margin-top: 10px;
    font-size: x-large;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.blog-entry[b-akm1yjcwqq] {
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    padding-bottom: 20px;
}

.blog-header[b-akm1yjcwqq] {
    font-weight: bold;
    background-color: #ccc;
    display: inline-block;
}

.blog-content[b-akm1yjcwqq] {
    margin-top: 30px;
}

.blog-title[b-akm1yjcwqq] {
    margin-top: 20px;
    font-size: larger;
    font-weight: bolder;
    font-size: 4vmin;
    text-align: center;
}

.blog-image[b-akm1yjcwqq] {
}
/* /Pages/Info/Tabs/Info_Contact.razor.rz.scp.css */
.info-contact-page[b-ausa2x4c0j] {
    background-color: #f5f5ff;
    overflow:auto;
    border:1px solid #8888ff;
    padding-top:10px;
}
h3[b-ausa2x4c0j]{
    font-weight:500;
}
/* /Pages/Info/Tabs/Info_Welcome.razor.rz.scp.css */
.info-welcome-page[b-mfa66w8jyp]{
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content:start;
    align-content:center;
    height:100vh;
}
.info-welcome-container[b-mfa66w8jyp] {
    width: 100%;
    height: 10vh;
    display:flex;
    flex-direction:column;
    margin:0 auto;
    flex-shrink:0;
    flex-grow:1;
}
.info-welcome-avatar[b-mfa66w8jyp] {
    height: 70vh;
    padding: 0;
    margin: 0;
    display:flex;
    flex-direction:column;
    flex-shrink:0;
    flex-grow:0;
    align-content:center;
    justify-content:start;
}
.info-welcome-svgholder[b-mfa66w8jyp]{
    width:100%;
    max-width:45vh;
    display:flex;
    align-self:center;
    flex-grow:1;
}
.info-welcome-speechbubble[b-mfa66w8jyp] {
    flex-direction: row;
    border-radius: 12px;
    border: 1px solid black;
    padding: 8px;
    margin: 2px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.info-welcome-speechbubble:hover[b-mfa66w8jyp] {
    background-color:antiquewhite;
}
.info-welcome-speechicon-holder[b-mfa66w8jyp] {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 20%;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid black;
}
.info-welcome-description-holder[b-mfa66w8jyp] {
    display: flex;
    flex-grow: 1;
    padding-left: 5px;

}
.info-welcome-topics[b-mfa66w8jyp]{
    height:30vh;
    display:flex;
    flex-direction:column;
    flex-shrink:0;
    flex-grow:1;
/*    padding-bottom:30px;*/
    overflow-y:scroll;
    justify-items:end;
/*    background-color:red;*/
}
.info-welcome-padder[b-mfa66w8jyp]{
    height:60px;  
    /*48px is the size of a 2-line question, which should be the longest (i.e. I should never make long questions)*/
    display:flex;
    flex-grow:0;
    flex-shrink:0;
}
svg[b-mfa66w8jyp]::deep {
    display: block;
    width: 50vh;
    height: 20%;
}
.info-welcome-flasher-audio[b-mfa66w8jyp] {
    padding: 3px;
    animation-name: flash_border_main-b-mfa66w8jyp;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 6;
    animation-delay: 29s;
}
.info-welcome-buttons[b-mfa66w8jyp]{
    display:flex;
    flex-direction:row;
    height:60px;
}
.info-welcome-flasher-cancel[b-mfa66w8jyp] {
    padding: 3px;
    animation-name: flash_border_main-b-mfa66w8jyp;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 6;
    animation-delay: 11s;
    display: flex;
    margin-left:auto;
}
.info-welcome-flasher-lang[b-mfa66w8jyp] {

    padding: 3px;
    background-color: transparent;
    animation-name: flash_border_main-b-mfa66w8jyp;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 6;
    animation-delay: 39s;
    display:flex;
}
.info-welcome-flasher-questions[b-mfa66w8jyp] {
    padding: 3px;
    color:black;
    background-color: transparent;
    animation-name: flash_border_main-b-mfa66w8jyp;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 6;
    animation-delay: 47s;
}
@keyframes flash_border_main-b-mfa66w8jyp {
    0% {
        color: white;
        background-color: #d89eff;
    }

    20% {
        color: white;
        background-color: #a19eff;
    }

    40% {
        color: white;
        background-color: #9effc8;
    }

    60% {
        background-color: #eaff9e;
    }

    80% {
        background-color: #ffd39e;
    }

    100% {
        background-color: #ff9e9e;
    }
}
.info-welcome-animation-canceled[b-mfa66w8jyp]{
    animation:none;
}
@media (min-aspect-ratio:1) {
    .info-welcome-container[b-mfa66w8jyp] {
      
        flex-direction:row;
        width:100vw;
        max-width:100vh;
        height:100%;
    }
    .info-welcome-avatar[b-mfa66w8jyp] {
        height:100%;
        width:60%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-grow:1;
        align-content: center;
        justify-content: start;
    }
    .info-welcome-svgholder[b-mfa66w8jyp] {
        width:800px;
        max-width:100%;
       
        display: flex;
        align-self: center;
        flex-grow: 1;
    }
    .info-welcome-topics[b-mfa66w8jyp] {
       height:100%;
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
        flex-grow: 1;
        overflow: auto;

    }
   
}
/* /Pages/Live/Input.razor.rz.scp.css */
.translator-input-body[b-2kwszqhm9r]
{
    display:flex;
    flex-direction:column;
    height:100vh;

}
.translator-input-recorder[b-2kwszqhm9r]{
    display:flex;
    flex-direction:column;
    height:80vh;
    flex-shrink:0;
}
.translator-input-URL-rotator[b-2kwszqhm9r]{
    height:20vh;
}
/* /Pages/Live/Output.razor.rz.scp.css */
.translator-page[b-sywffatt3o] {
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    align-content: center;
    height:100vh;

}
.translator-main-container[b-sywffatt3o]{
    display:flex;
    width:100vw;
    height:auto;
}
.translator-slide-container[b-sywffatt3o] {
    display:flex;
    width:25%;
    flex-grow:2;
    border-right:1px solid black;
}

.translator-message-container[b-sywffatt3o] {
    display: flex;
    flex-direction: column;
    align-content: end;
    overflow:hidden;
    justify-content: end;
    width:25%;
    flex-grow:1;
    background-color:darkgray;
}
.translator-padder[b-sywffatt3o] {
    display:flex;
    height:100vh;
    flex-grow:10;
    flex-shrink:100;
}



.translator-message[b-sywffatt3o]{
    width: 400px;
    border: 1px solid black;
    border-radius: 3px;
}

.translator-speechbubble[b-sywffatt3o] {
    flex-direction: row;
    border-radius: 12px;
    border: 1px solid black;
    padding: 8px;
    margin: 2px;
    min-height: 70px;
    
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    flex-shrink:0;
    background-color:white;
}
.translator-speechicon-holder[b-sywffatt3o] {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 20%;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid black;
}
.translator-message-holder[b-sywffatt3o] {
    display: flex;
    flex-grow: 1;
    padding-left: 5px;
    flex-basis:500px;
}


.translator-slide-image[b-sywffatt3o] {
    background-color: black;
    height:100%;
    display:flex;
    flex-grow:1;
}
.translator-slide[b-sywffatt3o] {
    height:100%;
    display:flex;
    flex-grow:1;
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;
    background-color:black;
    padding:5px;
}
/* Maximum aspect ratio */
@media (max-aspect-ratio: 1.2) {
    .translator-page[b-sywffatt3o] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        overflow:hidden;
    }
    .translator-main-container[b-sywffatt3o] {
        display: flex;
        flex-direction:column;
        width: 100vw;
        height: 100vh;
    }
    .translator-slide-container[b-sywffatt3o] {
        display: flex;
        width:100%;
        height:50%;
        flex-grow: 2;
        border-right: 1px solid black;
    }
    .translator-message-container[b-sywffatt3o] {
        display: flex;
        flex-direction: column;
        align-content: end;
        overflow: hidden;
        justify-content: end;
        width: 100%;
        height:50%;
        flex-grow: 1;
        background-color: darkgray;
    }
}
/* /Pages/Live/URLRotator.razor.rz.scp.css */
.slider-buttons-container[b-2a6q8o89ui] {
    height:19vh;
    width:100%;
    display:flex;
    flex-direction:row;
    padding-top:3px;
    padding-bottom:3px;
}
.slider-button[b-2a6q8o89ui] {
    height:100%;
    width:10vw;
    display:flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    align-items:center;
    justify-items:center;
}
#Layer_1[b-2a6q8o89ui] {
    margin: 0 auto;
    display: block;
}
.slider-button-back[b-2a6q8o89ui] {
    width: 20vw;
    min-width: 50px;
    display: flex;
    background-color: red;
    flex-grow: 0;
    border-radius: 15px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
}
.slider-button-next[b-2a6q8o89ui] {
    width: 90vw;
    display: flex;
    background-color: green;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-grow: 1;
    border-radius: 15px;
    cursor: pointer;
}

/* /Pages/Special/ApplicationViewer.razor.rz.scp.css */
.camp-info[b-ff5gdynrr8]
{
    font-weight:bold;
}
.camp-extra-info[b-ff5gdynrr8]{
    border:1px solid black;
    margin-bottom:20px;
}
/* /Pages/Special/Contact.razor.rz.scp.css */
.camp-contact-container[b-tmt01573di]
{
    border: 1px solid darkorange;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;
    margin-top:5px;
}
h3[b-tmt01573di]{
    font-size:xx-large;
    font-weight:bold;
    margin-top:10px;
}
h4[b-tmt01573di]{
    font-weight:bold;
}

.camp-section-student[b-tmt01573di]{
    margin-top:20px;
}
.camp-section-primary[b-tmt01573di]{

}
camp-section-instructions[b-tmt01573di]{

}
/* /Pages/Special/Info.razor.rz.scp.css */
.info-section[b-scnjbd4uzc] {
    margin-top: 10px;
    font-size: large;
    margin-bottom: 20px;
}

.info-title[b-scnjbd4uzc] {
    font-size: x-large;
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-content[b-scnjbd4uzc] {
}
/* /Pages/Special/Program.razor.rz.scp.css */
.prog-section[b-yu49vp651o]{
    margin-top:10px;
    font-size:large;
    margin-bottom:20px;
}
.prog-title[b-yu49vp651o]{
    font-size:x-large;
    text-decoration:underline;
    font-weight:700;
    margin-bottom:5px;
}
.prog-content[b-yu49vp651o]{

}
.prog-table[b-yu49vp651o]{
    font-size:2.5vmin;
}
table[b-yu49vp651o] {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;

}

td[b-yu49vp651o], th[b-yu49vp651o] {
    border: 1px solid #888;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even)[b-yu49vp651o] {
    background-color: #dddddd;
}
p[b-yu49vp651o] {
    line-height:200%;
}
/* /Pages/Special/SC_Main.razor.rz.scp.css */
.summer-title[b-afh6ar8738] {
    margin-top: 20px;
    font-size: 7vmin;
    font-weight: 900;
    color: #ff6a00;
    text-align:center;
}

.summer-icon[b-afh6ar8738] {
    width: 60px;
    height: auto;
    top: -5px;
    position: relative;
    margin-left: 2px;
}

.summer-register[b-afh6ar8738] {
    margin-top: 10px;
    font-size: x-large;
    font-weight: 900;
    text-align:center;
    margin-bottom: 10px;
}
.blog-entry[b-afh6ar8738]{
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    padding-bottom:20px;
}
.blog-header[b-afh6ar8738]{
    font-weight:bold;
    
   
    background-color:#ccc;
    display:inline-block;
}
.blog-content[b-afh6ar8738]{
    margin-top:30px;
}
.blog-title[b-afh6ar8738]{
    margin-top:20px;
    font-size:larger;
    font-weight:bolder;
    font-size:4vmin;
    text-align:center;
}
.blog-image[b-afh6ar8738]{

}
/* /Pages/Special/SummerCamp2023.razor.rz.scp.css */
/* /Pages/Special/WinterCamp2024/WinterBlog.razor.rz.scp.css */
.winter-title[b-obujb4twpj] {
    margin-top: 20px;
    font-size: 7vmin;
    font-weight: 900;
    color: #35f;
    text-align: center;
}

.winter-icon[b-obujb4twpj] {
    width: 60px;
    height: auto;
    top: -5px;
    position: relative;
    margin-left: 2px;
}

.winter-register[b-obujb4twpj] {
    margin-top: 10px;
    font-size: x-large;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.blog-entry[b-obujb4twpj] {
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    padding-bottom: 20px;
}

.blog-header[b-obujb4twpj] {
    font-weight: bold;
    background-color: #ccc;
    display: inline-block;
}

.blog-content[b-obujb4twpj] {
    margin-top: 30px;
}

.blog-title[b-obujb4twpj] {
    margin-top: 20px;
    font-size: larger;
    font-weight: bolder;
    font-size: 4vmin;
    text-align: center;
}

.blog-image[b-obujb4twpj] {
}
/* /Shared/Layouts/BEC_MainLayout.razor.rz.scp.css */
.main[b-l5tot6lekt] {
    flex: 1;
    margin-top: 0;
    padding-top: 0;
    height: 100vh;
    overflow-y: auto;
    /*overflow-y:auto;*/
}
/*
::deep a {
    color: white;
}*/

.sidebar[b-l5tot6lekt] {
    background-image: linear-gradient(180deg, #ff6e32 40%, #d6c203 100%);
    border: 2px #ae3c00 solid;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 250px;
}

    .sidebar .top-row[b-l5tot6lekt] {
        background-color: #ffe2d5; /*(   This is tricky, because the actual resolved color is dark red)*/
        border-bottom: 2px #ae3c00 solid;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .sidebar .navbar-brand[b-l5tot6lekt] {
        font-size: 1.1rem;
    }

    .sidebar .oi[b-l5tot6lekt] {
        width: 2rem;
        font-size: 2rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar[b-l5tot6lekt]  .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.3rem;
        color: white;
    }

    .sidebar .nav-item:first-of-type[b-l5tot6lekt] {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type[b-l5tot6lekt] {
        padding-bottom: 1rem;
    }

    .sidebar .nav-itema[b-l5tot6lekt] {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

[b-l5tot6lekt] .nav-link {
    display: block;
    padding: 1rem 1rem;
    color: white; /*#0d6efd */
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

    [b-l5tot6lekt] .nav-link:hover {
        color: #0a58ca;
        background-color: rgba(255,255,55,0.2);
        border-radius: 0.4em;
    }

.content[b-l5tot6lekt] {
    height: 100%; /*calc(100vh - 3.5em);*/
    overflow-y: auto;
}

.navbar-toggler[b-l5tot6lekt] {
    background-color: #ff6e32;
}

.valid.modified:not([type=checkbox])[b-l5tot6lekt] {
    outline: 2px solid #bbd458;
}

.invalid[b-l5tot6lekt] {
    outline: 1px solid red;
}

.validation-message[b-l5tot6lekt] {
    color: red;
}

#blazor-error-ui[b-l5tot6lekt] {
    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[b-l5tot6lekt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    /*    .main .top-row:not(.auth) {
        display: none;
    }*/

    /*    .main .top-row.auth {
        justify-content: space-between;
    }*/
    /*
    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 768px) {
    app[b-l5tot6lekt] {
        flex-direction: row;
    }

    .content[b-l5tot6lekt] {
        height: 100vh;
        overflow-y: visible;
    }

    .sidebar[b-l5tot6lekt] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .main[b-l5tot6lekt]  .top-row {
        /*        position: sticky;    Would hold buttons on-screen which we don't want*/
        top: 0;
    }

    .main > div[b-l5tot6lekt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler[b-l5tot6lekt] {
        display: none;
    }

    .sidebar .collapse[b-l5tot6lekt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/*.content {
    height: calc(100vh - 3.5em);
    overflow-y: auto;
}*/

.navbar-toggler[b-l5tot6lekt] {
    background-color: #ff6e32;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-48z0lm1fgk] {
    background-color:  var(--BEC-color-darkorange);
/*    color:red;*/
    position:relative;
    top:-10px;
}
    .navbar-toggler:active[b-48z0lm1fgk] {
        background-color: var(--BEC-color-red);
    }
.navbar-toggler-icon[b-48z0lm1fgk] {
    
/*    background-color: darkorange;*/
    color: darkorange;
}
.top-row[b-48z0lm1fgk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-48z0lm1fgk] {
    font-size: 1.1rem;
    margin-right:5px;
}

.oi[b-48z0lm1fgk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-48z0lm1fgk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-48z0lm1fgk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-48z0lm1fgk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-48z0lm1fgk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-48z0lm1fgk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-48z0lm1fgk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-48z0lm1fgk] {
        display: none;
    }

    .collapse[b-48z0lm1fgk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-48z0lm1fgk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.nav-BEC-align[b-48z0lm1fgk] {
    width: 45px;
    height: auto;
    top: -9px;
    position: relative;
    margin-left:2px;
}
