/* _content/Vrangle.Edu/Lessons/EditLessons/Components/EditLessonStructureComponent.razor.rz.scp.css */
/* _content/Vrangle.Edu/Lessons/EditLessons/Components/Lesson/EditLessonNodePictureComponent.razor.rz.scp.css */
.center[b-26bbp3lfk1] {
    display: block;
    margin: 0 auto;
}

.txtcenter[b-26bbp3lfk1] {
    text-align: center;
}

.PictureContainer[b-26bbp3lfk1] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-26bbp3lfk1] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
    cursor: pointer;
}

.PCHeader[b-26bbp3lfk1] {
    width: 100%;
    height: 30px;
}

.PStart[b-26bbp3lfk1] {
    display: inline;
}

.PCHeaderIcons[b-26bbp3lfk1] {
    float: right;
    display: inline;
}

.PCHeaderIcons a[b-26bbp3lfk1]{
    margin-right: 3px;
}

.Title[b-26bbp3lfk1] {
    font-style: italic;
}

/* _content/Vrangle.Edu/Lessons/EditLessons/Components/Lesson/EditLessonNodeSoundComponent.razor.rz.scp.css */

.SoundContainer[b-nppqz58d78]{
    width: 100%;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/Components/Lesson/EditPowerpointComponent.razor.rz.scp.css */
.center[b-fglyp5e5il] {
    display: block;
    margin: 0 auto;
}

.PictureListContainer[b-fglyp5e5il] {
    width: 100%;
}

.PLHeader[b-fglyp5e5il] {
    font-style: italic;
    cursor: pointer;
}

.PicAttributes[b-fglyp5e5il] {
    width: 100%;
    margin-bottom: 10px;
    padding: 3px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    border-radius: 5px;
}

.UploadError[b-fglyp5e5il] {
    color: red;
}

.Waiting[b-fglyp5e5il]
{
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 400px;
    background-color: white;
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/Components/Lesson/LessonNodeContentListComponent.razor.rz.scp.css */
.DragIntoContainer[b-urenfl9hfy] {
    width: 100%;
    height: 75px;
    background-color: var(--Vrangle_DarkGrey);
}

.ActiveDragIntoContainer[b-urenfl9hfy] {
    width: 100%;
    height: 75px;
    background-color: var(--Vrangle_Orange);
}
/* _content/Vrangle.Edu/Lessons/EditLessons/Components/SupportContextComponent.razor.rz.scp.css */


.AddUrlContainer[b-ja63n9vrb8] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/Components/TopicStructureComponent.razor.rz.scp.css */
@media only screen and (max-width: 505px) {
    .LessonContentContainer[b-taexlb9yxp] {
        display: flex;
        width: 100%;
        align-items: stretch;
        flex-direction: column-reverse;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 503px) {
    .LessonContentContainer[b-taexlb9yxp] {
        display: flex;
        width: 100%;
        align-items: stretch;
        flex-direction: row;
        padding-left: 15px;
    }
}


.HorizontalCenter[b-taexlb9yxp]{
    display: flex;
    justify-content: center;
}

.LessonFontContainer[b-taexlb9yxp] {
    display: flex;
    align-items: center;
    height: 60px;
    width: 85px;
}

.LessonCaret[b-taexlb9yxp] {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.LessonCardContainer[b-taexlb9yxp] {
    width: 100%;
    margin-bottom: 10px;
}

.LessonIconToolbox[b-taexlb9yxp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    height: 100px;
    padding: 10px;
}

.Warning[b-taexlb9yxp] {
    background-color: var(--Vrangle_Green);
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}

.CardContainer[b-taexlb9yxp] {
    width: 250px;
    height: 300px;
    margin-bottom: 20px;
}

.SaveMargin[b-taexlb9yxp] {
    margin-top: 2px;
    margin-bottom: 2px;
}

.CardContainer .CardBand[b-taexlb9yxp] {
    width: 25px;
    height: 100%;
    background-color: var(--Vrangle_Grey);
}

.TopicLessonContainer[b-taexlb9yxp] {    
    width: 100%;
    margin-bottom: 5px;    
    border-radius: 28px;    
}

.LessonTitleContainer[b-taexlb9yxp] {
    display: flex;
    width: 100%;
    background-color: var(--Vrangle_Grey);
    align-items: center;
    padding-right: 10px;
}

.LessonTitle[b-taexlb9yxp] {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 5px;  
    gap: 10px;
}

.ChevronButton[b-taexlb9yxp] {
    cursor: pointer;
    height: 31px;
    margin-top: 1px;
    margin-bottom: 2px;
    transition: all 0.3s;
}

        .ChevronButton:hover[b-taexlb9yxp] {
            color: var(--Vrangle_Orange);
        }

.LessonToolbox[b-taexlb9yxp] {
    display: flex;
    padding-right: 5px;
    justify-content: end;
    justify-items: center;
}

.EditLessonTitle[b-taexlb9yxp] {
    font-size: 22px;
    margin-left: 10px;
}

.SubLessonContainer[b-taexlb9yxp] {
    margin-left: 10px;
}

.LessonItemContainer[b-taexlb9yxp] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    border-radius: 5px;
}

.centerpoint[b-taexlb9yxp] {
    top: 50%;
    left: 50%;
    position: fixed;
}

.dialog[b-taexlb9yxp] {
    position: relative;
    width: 600px;
    margin-left: -300px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    height: 400px;
    margin-top: -200px;
    padding: 5px;
}

.LessonTitleEdit[b-taexlb9yxp] {
    width: 400px;
}

.hoverit i[b-taexlb9yxp] {
    transition: all 0.3s;
}

.hoverit i:hover[b-taexlb9yxp] {
    color: var(--Vrangle_Orange);
}

.GiveSpace[b-taexlb9yxp]{
    margin-right: 3px;
}

.VCardContainer[b-taexlb9yxp]
{
    display: inline-flex;
    width: 375px;
    height: 220px;    
    transition: all 0.3s;
}

.VCardContainer:hover[b-taexlb9yxp] {
    transform: scale(1.04);
}

.IconCenter[b-taexlb9yxp]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.DragIntoArea[b-taexlb9yxp] {
    background-color: var(--Vrangle_DarkGrey);
    width: 375px;
    height: 240px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ActiveDragIntoArea[b-taexlb9yxp] {
    background-color: var(--Vrangle_Orange);
    width: 375px;
    height: 240px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/EditLesson.razor.rz.scp.css */

.EditContainer[b-ru5bolvn15]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.EditLeft[b-ru5bolvn15]{    
    padding-right: 10px;
}

.MenuBalkItem[b-ru5bolvn15] {
    display: inline-block;
    color: black;
    background-color: var(--Vrangle_Green);
    border-radius: 10px;
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

    .MenuBalkItem:hover[b-ru5bolvn15] {
        background-color: var(--Vrangle_Orange);
    }

    .MenuItem[b-ru5bolvn15] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: black;
        color: white;
        margin-top: 1px;
        padding: 5px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .MenuItem:hover[b-ru5bolvn15] {
        color: var(--Vrangle_Orange);
    }

    .EditRight[b-ru5bolvn15] {
        width: 100%;
        max-width: 1200px;
    }
.LessonOptionContainer[b-ru5bolvn15] {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.LessonOption[b-ru5bolvn15] {
    display: inline-flex;
    flex-direction: column;
    width: 200px;
    height: 300px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 20px;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s;
}


    .LessonOption:hover[b-ru5bolvn15] {
        transform: scale(1.1);
    }

.LoTop[b-ru5bolvn15] {
    background-color: var(--Vrangle_DarkGrey);
    width: 100%;
    height: 50px;
}

.LoContent[b-ru5bolvn15] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 91%, rgba(231,231,231,1) 100%);
}

.ZetLesKlaar[b-ru5bolvn15] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 300px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 20px;
    padding: 10px;
    cursor: pointer;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s;
}

    .ZetLesKlaar:hover[b-ru5bolvn15] {
        transform: scale(1.1);
    }

.MouseSelectable[b-ru5bolvn15] {
    cursor: pointer;
}

.lessonTitle[b-ru5bolvn15] {
    width: 300px;
    margin-bottom: 5px;
}

    .lessonTitle:focus[b-ru5bolvn15] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border: 1px solid #069c18;
        outline: 0;
    }

.Description[b-ru5bolvn15] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    padding: 10px;
    cursor: pointer;
}

.descrEdit textarea[b-ru5bolvn15] {
    width: 70%;
    height: 300px;
}

.afbeelding[b-ru5bolvn15] {
    width: 100%;
    padding: 10px;
    background-color: var(--Vrangle_Grey);    
}

.ELessonHeader[b-ru5bolvn15]{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.ELessonSide[b-ru5bolvn15]{
    width: 250px;
}

.ELessonContent[b-ru5bolvn15]{
    flex: 1;
}

.FlexCenter[b-ru5bolvn15] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;    
    margin-bottom: 5px;
}

.PicTool[b-ru5bolvn15]{
    display: flex;
    width: 150px;
    justify-content: flex-end;
    cursor: pointer;
}

.EditNumber[b-ru5bolvn15]{
    width: 60px;
}

.ReadyLesson[b-ru5bolvn15]{
    padding: 10px;
}

.EditRights[b-ru5bolvn15] {
    background-color: black;
    color: white;
    padding: 3px;
    cursor: pointer;
    margin-bottom: 1px;
    transition: all 0.3s;
}

    .EditRights:hover[b-ru5bolvn15] {
        color: var(--Vrangle_Orange);
    }

.ELContent[b-ru5bolvn15] {    
    width: 100%;        
}

.ELContentCenter[b-ru5bolvn15] {
    width: 100%;      
}


.MenuContainer[b-ru5bolvn15]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/EditLessonAdv.razor.rz.scp.css */

/* _content/Vrangle.Edu/Lessons/EditLessons/EditLessonRights.razor.rz.scp.css */

.LRContainer[b-vluii6f68w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--Vrangle_Grey);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}


.EditRights[b-vluii6f68w]{
    min-width: 400px;    
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}
/* _content/Vrangle.Edu/Lessons/EditLessons/InviteLesson.razor.rz.scp.css */


.VrTable[b-frgee3p9gg] {
    display: table;
    table-layout: fixed;
}

.VrTableRow[b-frgee3p9gg] {
    display: table-row;
}

.VrTableCel[b-frgee3p9gg] {
    display: table-cell;
    padding: 5px;
}

.VrTableCel input[type=text][b-frgee3p9gg] {
    width: 300px;
}

.exclamation[b-frgee3p9gg] {
    color: red;
    padding-left: 5px;
}

.EmailInvBackground[b-frgee3p9gg] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    margin-top: 20px;
    padding: 10px;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/ClassLesson.razor.rz.scp.css */

.StartContainer[b-3enwvfjgs8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .StartContainer img[b-3enwvfjgs8] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .StartContainer button[b-3enwvfjgs8] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 5px;
    }
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/FollowChapter2Component.razor.rz.scp.css */

.FollowChapterContainer[b-pg6vz75ulr]{
    width: 100%;
    height: 100%;
}

.ChapterContainer[b-pg6vz75ulr]{

}

.ChapterLessonContainer[b-pg6vz75ulr] {
    margin-left: 10px;
}

.CanBeSelected[b-pg6vz75ulr] {
    cursor: pointer;
}

.NotSelectable[b-pg6vz75ulr] {
    color: var(--Vrangle_DarkGrey);
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/FollowItemComponent.razor.rz.scp.css */

/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/FollowLesson.razor.rz.scp.css */

.ThemeSampleContainer[b-ur5w5cbv4x] {
    display: block;
    position: relative;
    width: 100%;    
}

.FollowOverflow[b-ur5w5cbv4x]{
  
}

.LessonFlexContainer[b-ur5w5cbv4x]{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.ScreenSizeSwitch[b-ur5w5cbv4x]{
    background-color: white;
    color: black;
}

.ClassLessonContainer[b-ur5w5cbv4x] {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.FullFlex[b-ur5w5cbv4x] {
    flex: 1;
}

.FullHeight[b-ur5w5cbv4x] {
    height: 100%;
}

.ThemeFilter[b-ur5w5cbv4x] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ThemeContent[b-ur5w5cbv4x] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;   
}

.StarTitle[b-ur5w5cbv4x] {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    font-size: 25px;
}

.Star[b-ur5w5cbv4x] {
    margin: 0 auto;
    width: 400px;
    height: 400px;
}

.StarButton[b-ur5w5cbv4x] {
    width: 100%;
}

.LessonFinished[b-ur5w5cbv4x] {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 500px;
    height: 250px;
    background-color: var(--Vrangle_Green);
    border: 1px solid black;
    border-radius: 5px;
}

.CenterContainer[b-ur5w5cbv4x] {
    display: flex;
    width: 100%;
    justify-content: center;
}

.CenterContainerFinished[b-ur5w5cbv4x] {
    display: flex;
    flex-direction: column;
    width: 500px;
    align-items: center;
    justify-content: center;
}

.StartContainer[b-ur5w5cbv4x] {
    display: flex;
    flex-direction: column;
    width: 100%;    
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
}

.ImageFit[b-ur5w5cbv4x]{
    object-fit: contain;
    max-width: 100%;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/FollowLesson2Component.razor.rz.scp.css */


@media only screen and (max-width: 768px) {
    .FollowContainer[b-kwg25f19k6] {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .ChapterContainer[b-kwg25f19k6] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
        background-color: white;
        color: black;
        background-color: var(--Vrangle_Grey);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ContentContainer[b-kwg25f19k6] {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}

@media only screen and (min-width: 768px) {
    .FollowContainer[b-kwg25f19k6] {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .ChapterContainer[b-kwg25f19k6] {
        display: flex;
        flex-direction: column;
        width: 200px;
        height: 100%;
        background-color: white;
        color: black;
        background-color: var(--Vrangle_Grey);
        margin-right: 20px;
        padding: 5px;
    }

    .ContentContainer[b-kwg25f19k6] {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/FollowLessonNodeComponent.razor.rz.scp.css */

.FollowDiv[b-0t1hcfb779] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.NormalColor[b-0t1hcfb779]{
    color: black;
    background-color: white;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/BrowseComponents/UserLesson.razor.rz.scp.css */

.StartContainer[b-nxnzcoa3xg] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.StartContainer img[b-nxnzcoa3xg] {
    
}

.StartContainer button[b-nxnzcoa3xg] {    
    border-radius: 5px;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/FollowOrderTextComponent.razor.rz.scp.css */

.UploadError[b-7fs4wcd4mk] {
    color: red;
}

.QContainer[b-7fs4wcd4mk] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;
}

.QLongTxt[b-7fs4wcd4mk] {
    width: 200px;
}

.QuestionPart[b-7fs4wcd4mk] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-7fs4wcd4mk] {
    height: 200px;
}

.QContainerAnswer[b-7fs4wcd4mk] {
    display: flex;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;    
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;    
}

.ItemTemplace_DragStart[b-7fs4wcd4mk] {
    width: 100%;
    height: 50px;
    background-color: var(--Vrangle_DarkGrey);
}

.ItemTemplace_DragEnter[b-7fs4wcd4mk] {
    width: 100%;
    height: 50px;
    background-color: var(--Vrangle_Orange);
}



@media only screen and (max-width: 1030px) {
    .QContainerAnswerEdit[b-7fs4wcd4mk] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;        
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;        
    }
}

@media only screen and (min-width: 1031px) {
    .QContainerAnswerEdit[b-7fs4wcd4mk] {
        display: flex;
        width: 100%;
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}



.QContainerAnswerEdit input[b-7fs4wcd4mk] {
    width: 300px;
}


.QContainerOption[b-7fs4wcd4mk] {
    display: flex;
    justify-content: center;
    flex: 1;
}

.QContainerTools[b-7fs4wcd4mk] {
    display: flex;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}


    .QContainerTools a[b-7fs4wcd4mk] {
        margin-right: 5px;
    }

.QContainerOptionText[b-7fs4wcd4mk] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-7fs4wcd4mk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-7fs4wcd4mk] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    cursor: pointer;
}

.QContainerImages[b-7fs4wcd4mk] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;    
    background-color: white;
}

.QContainerAnswerTitle[b-7fs4wcd4mk] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-7fs4wcd4mk] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-7fs4wcd4mk] {
    margin-left: 5px;
}

.Clickable[b-7fs4wcd4mk] {
    color: blue;
}

.PictureContainer[b-7fs4wcd4mk] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-7fs4wcd4mk] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-7fs4wcd4mk] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-7fs4wcd4mk] {
    float: right;
}

.Title[b-7fs4wcd4mk] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/FollowPlaceTextInTextComponent.razor.rz.scp.css */
.QContainer[b-2yz85gksw8] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;
}

.QPlacePanel[b-2yz85gksw8] {
    display: flex;
    width: 100%;
    height: 550px;
}

.QPlaceEditorContainer[b-2yz85gksw8] {
    flex: 1;
    height: 550px;
    margin-right: 10px;
}

.QPlaceEditor[b-2yz85gksw8] {
    flex: 1;
    width: 100%;
    height: 500px;
    margin-right: 10px;
}


.QPlaceTextParts[b-2yz85gksw8] {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.QTextPart[b-2yz85gksw8] {
    display: flex;
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.QTextPartTitle[b-2yz85gksw8] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.QTextPartTool[b-2yz85gksw8] {
    width: 30px;
    cursor: pointer;
}

/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/FollowPowerpointComponent.razor.rz.scp.css */

.CenterPP[b-1t6cq8r3ai]
{
    display: flex;
    width: 100%;
    justify-content: center;   
}

.PPProgress[b-1t6cq8r3ai] {
    display: flex;
    background-color: var(--Vrangle_Grey);
}

.PPNavigation[b-1t6cq8r3ai] {
    display: flex;
    width: 80px;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.PPNavigation:hover[b-1t6cq8r3ai]{
    background-color: var(--Vrangle_DarkGrey);
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/FollowText2ImageCombiComponent.razor.rz.scp.css */
.QContainer[b-xyuxhch6bs] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-sizing: border-box;
}


.TextDraggable[b-xyuxhch6bs] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-xyuxhch6bs] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-xyuxhch6bs] {
    width: 100%;
    box-sizing: border-box;
}

.TextDroptargetEnter[b-xyuxhch6bs] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-xyuxhch6bs] {
    display: flex;
    width: 100%;
    height: 150px;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-xyuxhch6bs] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-xyuxhch6bs] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-xyuxhch6bs] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-xyuxhch6bs] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-xyuxhch6bs] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-xyuxhch6bs] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }
}

.QContainerOptionSpace[b-xyuxhch6bs] {
    display: flex;
    width: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOption[b-xyuxhch6bs] {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOptionFull[b-xyuxhch6bs] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.QCenterContainer[b-xyuxhch6bs] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

.FullScreen[b-xyuxhch6bs] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}


.MouseClick[b-xyuxhch6bs] {
    cursor: pointer;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/FollowText2TextCombiComponent.razor.rz.scp.css */
.QContainer[b-q47445cymp] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;
    box-sizing: border-box;
}


.TextDraggable[b-q47445cymp] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-q47445cymp] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-q47445cymp]{
    width: 100%;
    box-sizing: border-box;
    
}

.TextDroptargetEnter[b-q47445cymp] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-q47445cymp] {
    display: flex;
    width: 100%;
    height: 50px;    
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;    
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-q47445cymp] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .QContainerOptionLeft[b-q47445cymp] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-q47445cymp] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }    
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-q47445cymp] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }
    .QContainerOptionLeft[b-q47445cymp] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-q47445cymp] {
        display: flex;
        flex:1;
        justify-content: center;
        box-sizing: border-box;
    }    

}

    .QContainerOptionSpace[b-q47445cymp] {
        display: flex;
        width: 20px;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOption[b-q47445cymp] {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionFull[b-q47445cymp] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }

.QCenterContainer[b-q47445cymp] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

    .FullScreen[b-q47445cymp] {
        display: flex;
        position: fixed;
        align-items: center;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        width: 100%;
        height: 100%;
    }
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/LessonComponents/ShowPictureComponent.razor.rz.scp.css */
.center[b-5awxnckpq7] {
    display: block;
    margin: 0 auto;
}

.FullScreen[b-5awxnckpq7] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

.txtcenter[b-5awxnckpq7] {
    text-align: center;
}

.PictureContainer[b-5awxnckpq7] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    min-height: 250px;    
    padding: 5px;
    background-color: white;
    vertical-align: bottom;
}

.PCPicture[b-5awxnckpq7] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-5awxnckpq7] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-5awxnckpq7] {
    float: right;
}

.Title[b-5awxnckpq7] {
    font-style: italic;
}

.FullPictureShow[b-5awxnckpq7] {    
    background-color: #000000de;
    padding: 10px;
    overflow: auto;
}

.ShowPicture[b-5awxnckpq7] {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
/* _content/Vrangle.Edu/Lessons/FollowLessons/LesComponenten/LessonComponents/ShowSoundComponent.razor.rz.scp.css */
body[b-vj5khf8y9e] {
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintAssignmentComponent.razor.rz.scp.css */

.printitempage[b-hhhcl2fqpu] {
    page-break-after: always;
}

.PrintImage[b-hhhcl2fqpu] {
    display: inline-block;
    margin-right: 0.5cm;
    margin-bottom: 0.5cm;
    overflow: auto;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintLesson.razor.rz.scp.css */
body[b-yv83q15z7g] {
}

@media print {
    div[b-yv83q15z7g] {
        break-inside: avoid;
    }

    .footer[b-yv83q15z7g] {
        page-break-after: always;
    }

    .printitempage[b-yv83q15z7g] {
        page-break-after: always;
    }

    .PrintPage[b-yv83q15z7g] {
        margin: 0.5cm;
    }
}

@media screen
{
    .printitempage[b-yv83q15z7g] {
        border: 1px solid black;
        border-radius: 5px;
        width: 21cm;
        min-height: 29.7cm;
        padding: 0.5cm;
        margin: 0.5cm;
    }
}


/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintLessonItemComponent.razor.rz.scp.css */

.printitempage[b-r1nr8pf6ou] {
    page-break-after: always;
}

/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintLessonTestComponent.razor.rz.scp.css */
body[b-i9qngk1st9] {
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintPictureListComponent.razor.rz.scp.css */
body[b-sm2a9ad0n6] {
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintPowerpointComponent.razor.rz.scp.css */

.printitempage[b-754yl6bo83] {
    page-break-after: always;
}

.PrintImage[b-754yl6bo83] {
    display: inline-block;
    margin-right: 0.5cm;
    margin-bottom: 0.5cm;
    overflow: auto;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/PrintQuestionComponent.razor.rz.scp.css */

.printitempage[b-80jljv4btl] {
    page-break-after: always;
}

.PrintImage[b-80jljv4btl] {
    display: inline-block;
    margin-right: 0.5cm;
    margin-bottom: 0.5cm;
    overflow: auto;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionDragText2ImageComponent.razor.rz.scp.css */
.QContainer[b-0cd9w2ocn2] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-sizing: border-box;
}


.TextDraggable[b-0cd9w2ocn2] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-0cd9w2ocn2] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-0cd9w2ocn2] {
    width: 100%;
    box-sizing: border-box;
}

.TextDroptargetEnter[b-0cd9w2ocn2] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-0cd9w2ocn2] {
    display: flex;
    width: 100%;
    height: 160px;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-0cd9w2ocn2] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-0cd9w2ocn2] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-0cd9w2ocn2] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-0cd9w2ocn2] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-0cd9w2ocn2] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-0cd9w2ocn2] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }
}

.QContainerOptionSpace[b-0cd9w2ocn2] {
    display: flex;
    width: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOption[b-0cd9w2ocn2] {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOptionFull[b-0cd9w2ocn2] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 5px;
}

.QCenterContainer[b-0cd9w2ocn2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

.FullScreen[b-0cd9w2ocn2] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}


.MouseClick[b-0cd9w2ocn2] {
    cursor: pointer;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionDragText2TextComponent.razor.rz.scp.css */
.QContainer[b-g7rtx1t4yn] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-sizing: border-box;
}


.TextDraggable[b-g7rtx1t4yn] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-g7rtx1t4yn] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-g7rtx1t4yn] {
    width: 100%;
    box-sizing: border-box;
}

.TextDroptargetEnter[b-g7rtx1t4yn] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-g7rtx1t4yn] {
    display: flex;
    width: 100%;
    height: 50px;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-g7rtx1t4yn] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-g7rtx1t4yn] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-g7rtx1t4yn] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-g7rtx1t4yn] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-g7rtx1t4yn] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-g7rtx1t4yn] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }
}

.QContainerOptionSpace[b-g7rtx1t4yn] {
    display: flex;
    width: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOption[b-g7rtx1t4yn] {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOptionFull[b-g7rtx1t4yn] {
    display: flex;
    flex: 1;
    justify-content: center;
    box-sizing: border-box;
}

.QCenterContainer[b-g7rtx1t4yn] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

.FullScreen[b-g7rtx1t4yn] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionMcComponent.razor.rz.scp.css */
.QContainer[b-dt31p4h875] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
}

.QContainerEvaluation[b-dt31p4h875] {
    border: 1px black solid;
    background-color: rgba(235, 172, 172, 0.50);
    padding: 5px;
}

.QContainerAnswer[b-dt31p4h875] {
    margin-left: 15px;
}

    .QContainerAnswer table tr td[b-dt31p4h875] {
        min-width: 20px;
    }

.QContainerAnswerTitle[b-dt31p4h875] {
    width: 300px;
}

.QAnswer[b-dt31p4h875] {
    background-color: var(--Vrangle_Grey);
    display: flex;
    width: 100%;
    margin-top: 2px;
}

.QAnswerItem[b-dt31p4h875] {
    margin-right: 5px;
}

.QContainerImages[b-dt31p4h875] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: var(--Vrangle_Blue)
}

.PictureContainer[b-dt31p4h875] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-dt31p4h875] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-dt31p4h875] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-dt31p4h875] {
    float: right;
}

.FullScreen[b-dt31p4h875] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

.txtedit[b-dt31p4h875] {
    width: 400px;
}

.MultilineEditor[b-dt31p4h875] {
    width: 100%;
    height: 250px;
    padding: 2px;
}

.CenterContainer[b-dt31p4h875] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionOpenComponent.razor.rz.scp.css */
body[b-1o0ibibpzm] {
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionOrderTextComponent.razor.rz.scp.css */

.UploadError[b-5i2z4gvdhe] {
    color: red;
}

.QContainer[b-5i2z4gvdhe] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;    
}

.QLongTxt[b-5i2z4gvdhe] {
    width: 200px;
}

.QuestionPart[b-5i2z4gvdhe] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-5i2z4gvdhe] {
    height: 200px;
}

.QContainerAnswer[b-5i2z4gvdhe] {
    display: flex;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media only screen and (max-width: 1030px) {
    .QContainerAnswerEdit[b-5i2z4gvdhe] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (min-width: 1031px) {
    .QContainerAnswerEdit[b-5i2z4gvdhe] {
        display: flex;
        width: 100%;
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}



.QContainerAnswerEdit input[b-5i2z4gvdhe] {
    width: 300px;
}


.QContainerOption[b-5i2z4gvdhe] {
    display: flex;
    justify-content: center;
    flex: 1;
}

.QContainerTools[b-5i2z4gvdhe] {
    display: flex;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}


    .QContainerTools a[b-5i2z4gvdhe] {
        margin-right: 5px;
    }

.QContainerOptionText[b-5i2z4gvdhe] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-5i2z4gvdhe] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-5i2z4gvdhe] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    cursor: pointer;
}

.QContainerImages[b-5i2z4gvdhe] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: white;
}

.QContainerAnswerTitle[b-5i2z4gvdhe] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-5i2z4gvdhe] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-5i2z4gvdhe] {
    margin-left: 5px;
}

.Clickable[b-5i2z4gvdhe] {
    color: blue;
}

.PictureContainer[b-5i2z4gvdhe] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-5i2z4gvdhe] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-5i2z4gvdhe] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-5i2z4gvdhe] {
    float: right;
}

.Title[b-5i2z4gvdhe] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Lessons/PrintLessons/Questions/PrintQuestionPlaceText2TextComponent.razor.rz.scp.css */
.QContainer[b-r2svfytxnm] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;    
}

.QPlacePanel[b-r2svfytxnm] {
    display: flex;
    width: 100%;    
}

.QPlaceEditorContainer[b-r2svfytxnm] {
    flex: 1;   
    margin-right: 10px;
}

.QPlaceEditor[b-r2svfytxnm] {
    flex: 1;
    width: 100%;
    
    margin-right: 10px;
}


.QPlaceTextParts[b-r2svfytxnm] {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.QTextPart[b-r2svfytxnm] {
    display: flex;
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.QTextPartTitle[b-r2svfytxnm] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.QTextPartTool[b-r2svfytxnm] {
    width: 30px;
    cursor: pointer;
}

/* _content/Vrangle.Edu/Pages/Class/ClassRoom/Components/UserAssignmentStatsComponent.razor.rz.scp.css */

@media only screen and (max-width: 550px) {
    .UAlistContainer[b-823r05yrez] {
        display: inline-block;
        width: 360px;
        padding: 5px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 549px) {
    .UAlistContainer[b-823r05yrez] {
        display: inline-block;
        width: 500px;
        padding: 5px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        border-radius: 5px;
    }
}

.UAItem[b-823r05yrez] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Blue);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
}

.UAItemExpired[b-823r05yrez] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Warning);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
}

.UAItemReady[b-823r05yrez] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Green);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
}

.CLItemGrey[b-823r05yrez] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Blue);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
    filter: grayscale(100%) blur(1px);
}

.UATitle[b-823r05yrez] {
    display: flex;
    flex: 1;
    height: 100%;
}

.EditItemContainer[b-823r05yrez] {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 500px;
    background-color: white;
}

.EditItemHeader[b-823r05yrez] {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: var(--Vrangle_Blue);
}

.EditItemDescription[b-823r05yrez] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    padding-left: 20px;
    min-height: 80px;
}

.EditItemCenter[b-823r05yrez] {
    width: 100%;
    align-items: center;
    text-align: center;
}

.AssignmentDialog[b-823r05yrez]
{
    min-width: 400px;
    height: 450px;
    background-color: white;
}

.HCenter[b-823r05yrez]{
    display: flex;
    width: 100%;
    justify-content: center;
}
/* _content/Vrangle.Edu/Pages/Class/ClassRoom/Components/UserCheckListStatsComponent.razor.rz.scp.css */
@media only screen and (max-width: 550px) {
    .ChecklistContainer[b-20rlwih66o] {
        display: inline-block;
        width: 360px;
        padding: 5px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        border-radius: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 549px) {
    .ChecklistContainer[b-20rlwih66o] {
        display: inline-block;
        width: 500px;
        padding: 5px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        border-radius: 5px;
        margin-top: 5px;
    }
}



.CLItem[b-20rlwih66o] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Green);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
}

.CLItemExpired[b-20rlwih66o] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Warning);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
}

.CLItemGrey[b-20rlwih66o] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_Blue);
    border: 1px solid black;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1px;
    filter: grayscale(100%) blur(1px);
}

.CL2Title[b-20rlwih66o] {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
}

.CLFullTitleBar[b-20rlwih66o] {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
}

.ClFullTitle[b-20rlwih66o] {
    flex: 1;
}

.ClTitleKind[b-20rlwih66o] {
    padding-right: 10px;
}

.EditItemDialog[b-20rlwih66o]{
    width: 400px;
}
.EditItemContainer[b-20rlwih66o] {
    display: flex;
    flex-direction: column;    
    background-color: white;
    
}



.EditItemDescription[b-20rlwih66o] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    padding-left: 20px;
    min-height: 80px;
}

.EditItemCenter[b-20rlwih66o] {
    width: 100%;
    align-items: center;
    text-align: center;
}
/* _content/Vrangle.Edu/Pages/Class/ClassRoom/UserClassProgramProgress.razor.rz.scp.css */
body[b-h69mb1tojw] {
}
/* _content/Vrangle.Edu/Pages/Class/ClassRoom/UserClassRoomSettings.razor.rz.scp.css */
.PopupWindow[b-j79urm6no3]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 380px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;    
    padding: 5px;
}
/* _content/Vrangle.Edu/Pages/Class/ClassRoom/UserProgressComponent.razor.rz.scp.css */

.UserStats[b-ju4wf0ngpt] {
    display: inline-flex;
    flex-direction: column;
    background-color: var(--Vrangle_Grey);
    border: 1px solid #909090;
    border-radius: 5px;
    margin-bottom: 2px;
    padding-left: 10px;
    width: 370px;
    height: 350px;
    overflow: hidden;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.UserStatsRed[b-ju4wf0ngpt] {
    display: inline-flex;
    flex-direction: column;
    background-color: var(--Vrangle_Warning);
    border: 1px solid #909090;
    border-radius: 5px;
    margin-bottom: 2px;
    padding-left: 10px;
    width: 370px;
    height: 350px;
    overflow: hidden;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.UserProfPic[b-ju4wf0ngpt] {
    margin-right: 10px;
}

.FlexH[b-ju4wf0ngpt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.Red[b-ju4wf0ngpt] {
    color: red;
}
/* _content/Vrangle.Edu/Pages/Class/ClassRoom/UserStats/UserProgramItemProgress.razor.rz.scp.css */

@media only screen and (min-width: 449px) and (max-width: 768px) {

}

@media only screen and (min-width: 449px) and (max-width: 768px) {


}

    .NotTouchedUserLessonItem[b-g75zhgw3g4] {
        display: flex;
        flex-direction: column;
        max-width: 640px;
        height: 110px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        margin-top: 2px;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .OpenedUserLessonItem[b-g75zhgw3g4] {
        display: flex;
        flex-direction: column;
        max-width: 640px;
        height: 110px;
        background-color: var(--Vrangle_Orange);
        border: 1px solid black;
        border-radius: 5px;
        margin-top: 2px;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .FinishedUserLessonItem[b-g75zhgw3g4] {
        display: flex;
        flex-direction: column;
        max-width: 640px;
        height: 110px;
        border: 1px solid black;
        border-radius: 5px;
        background-color: var(--Vrangle_Green);
        margin-top: 2px;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .HeaderUserLessonItem[b-g75zhgw3g4] {
        display: flex;
        flex-direction: column;
        width: 640px;
        height: 110px;
        background-color: var(--Vrangle_Grey);
        border: 1px solid black;
        border-radius: 5px;
        margin-top: 2px;
        padding: 10px;
        font-weight: bold;
    }


    .UserLessonRow[b-g75zhgw3g4] {
        display: flex;
        width: 100%;
    }

    .OLessonIcon[b-g75zhgw3g4] {
        width: 30px;
        margin-right: 5px;
    }

    .OLessonTitle[b-g75zhgw3g4] {
        width: 300px;
    }

    .OLessonTime[b-g75zhgw3g4] {
        width: 300px;
    }

    .OLessonType[b-g75zhgw3g4] {
        width: 300px;
    }

    .OLessonAction[b-g75zhgw3g4] {
        margin-bottom: 5px;
    }

    .OLessonApprove[b-g75zhgw3g4] {
        margin-left: 10px;
    }
/* _content/Vrangle.Edu/Pages/Class/ClassView.razor.rz.scp.css */
.Red[b-ag9ifbfnl2] {
    color: red;
}

.ClassContainer[b-ag9ifbfnl2] {
    max-width: 500px;
    height: 220px;
    display: inline-flex;
    align-items: center;
    margin: 10px;
    transition: all 0.3s;
}

    .ClassContainer:hover[b-ag9ifbfnl2] {
        transform: scale(1.1);
    }

.ClassContent[b-ag9ifbfnl2] {
    display: flex;
    flex-direction: column;
}

.ClassHeader[b-ag9ifbfnl2] {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

.ClassBand[b-ag9ifbfnl2] {
    width: 50px;
    height: 100%;
    background-color: var(--Vrangle_DarkGrey);
    margin-right: 5px;
}

.ClassPic[b-ag9ifbfnl2] {
    margin-right: 10px;
}

.ClassTitle[b-ag9ifbfnl2] {
}

.TheClassFooter[b-ag9ifbfnl2] {
    width: 100%;
    height: 50px;
    color: #808080;
    border: 0 solid white;
}

.Red[b-ag9ifbfnl2] {
    color: red;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/ClassSubdivisionComponent.razor.rz.scp.css */

.ProgramCardContainer[b-m73crmns5i] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .ProgramCardContainer .CardContainer[b-m73crmns5i] {
        height: 500px;
        overflow: auto;
    }

        .ProgramCardContainer .CardContainer .CardContent[b-m73crmns5i] {
            flex-direction: column;
            justify-content: flex-start;
        }

.BackGroundWhite[b-m73crmns5i]{
    background-color: white;
    height: 100%;
    overflow: auto;
}

.HorizontalLeft[b-m73crmns5i]{
    display: flex;
    width: 100%;    
    gap: 15px;
}

.CSettingsContainer[b-m73crmns5i] {
    display: table;
}

.CSettingsRow[b-m73crmns5i] {
    display: table-row;
}

.CSettingsCell1[b-m73crmns5i] {
    display: table-cell;
    width: 80%;
}

.CSettingsCell2[b-m73crmns5i] {
    display: table-cell;
    width: 20%;
}

.Con_Lesson[b-m73crmns5i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Blue);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.Con_Lesson_Inactive[b-m73crmns5i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Warning);
    color: black;
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.Con_Header[b-m73crmns5i] {
    display: flex;
    width: 100%;
    height: 25px;
    justify-content: flex-end;
}

.Con_Content[b-m73crmns5i] {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
}


.CP_LessonsContainer[b-m73crmns5i] {
    width: 100%;
    padding: 5px;
}

.CP_LessonsContainer_Toolkit[b-m73crmns5i] {
    background-color: black;
    color: white;
    height: 30px;
    text-align: center;
}

.CP_LessonsContainer_Content[b-m73crmns5i] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    padding: 0;
}

.CP_Lesson[b-m73crmns5i] {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: var(--Vrangle_Blue);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.CP_Lesson_Inactive[b-m73crmns5i] {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: var(--Vrangle_Grey);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    align-items: center;
}

.CP_Center[b-m73crmns5i] {
    display: flex;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Blue);
    padding: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.CP_Title[b-m73crmns5i] {
    margin-left: 5px;
    overflow: auto;
}

.CP_Title_Inactive[b-m73crmns5i] {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    color: black;
}

.CP_Right[b-m73crmns5i] {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    margin-top: 2px;
}

.GroupSettings[b-m73crmns5i] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    border-radius: 5px;
}

.ProgramGroupList[b-m73crmns5i] {
    display: flex;
    flex-wrap: wrap;
}

.GroupDescription[b-m73crmns5i] {
    cursor: pointer;
    overflow: auto;
    border-radius: 5px;
    background-color: white;
}

.GroupDescriptionEdit[b-m73crmns5i] {
    height: 100px;
    background-color: white;
}

.CP_AfvinkContainer[b-m73crmns5i] {
    display: inline-flex;
    flex-direction: column;
    width: 500px;
    height: 500px;
    overflow: hidden;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px;
}

.DateContainer[b-m73crmns5i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: 500px;    
    border: 1px solid black;
    background-color: white;
    padding: 10px;
}

    .DateContainer button[b-m73crmns5i] {
        width: 100px;
    }

.TimeBox[b-m73crmns5i] {
    width: 100%;
    background-color: var(--Vrangle_Blue);
    padding: 20px;
    border-radius: 5px;
}

.LessonImage[b-m73crmns5i] {
    width: 75px;
    height: 75px;
}

.SettingsPanel[b-m73crmns5i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    background-color: black;
    color: white;
    padding: 5px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s;
}

    .SettingsPanel:hover[b-m73crmns5i] {
        color: var(--Vrangle_Orange);
    }

.UselistContainer[b-m73crmns5i] {
    display: inline-flex;
    width: 450px;
    height: 300px;    
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 5px;    
    margin-top: 10px;
}


.CenterList[b-m73crmns5i] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    border-style: dashed;
    cursor: pointer;
    border-color: var(--Vrangle_Grey);
    border-radius: 5px;
}

.BoxPlacer[b-m73crmns5i]{
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BoxPlacerTool[b-m73crmns5i]{
   display: flex;   
   width: 100%;
}


.BoxPlacerToolContent[b-m73crmns5i] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.BoxPlacerToolIcon[b-m73crmns5i] {
    margin-right: 5px;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/ClassSubdivisionListComponent.razor.rz.scp.css */


.NewCSContainer[b-64h1u579bd]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
    height: 500px;
    background-color: white;
    padding: 5px;
    border: 10px solid black;
    border-radius: 5px;
}

.UserRow[b-64h1u579bd] {
    display: flex;    
    align-items: center;
    width: 100%;
    padding-left: 10px;
    background-color: rgb(128, 128, 128, 0.1);
    margin-bottom: 2px;
    border: 1px solid #a1a1a1;
}

.UserRow div[b-64h1u579bd]{
    margin-right: 5px;
}

.UserTitle[b-64h1u579bd]{
    min-width: 200px;
}

.DeleteContainer[b-64h1u579bd] {
    display: flex;
    width: 400px;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

.DeleteContainer div[b-64h1u579bd] {
    margin-top: 10px;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/ClassTimeLineComponent.razor.rz.scp.css */

.TimeLinePlaceholder[b-oq0fbq0jmn]{
    display: flex;    
}

.PreTimeContainer[b-oq0fbq0jmn] {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 10px;
    align-content: flex-start;
}

.TimeLineContainer[b-oq0fbq0jmn] {
    min-height: 500px;
    background-color: black;
}

.TimeLineFill[b-oq0fbq0jmn] {
    flex: 1;
}

.TimeLineHeader[b-oq0fbq0jmn] {
    display: flex;
    background-color: var(--Vrangle_Grey);
    padding: 3px;
}

.TimeLineItemContainer[b-oq0fbq0jmn] {    
    width: 250px;
    height: 150px;
    background-color: white;
}

.TimeLinePlaceContainer[b-oq0fbq0jmn] {
    width: 250px;
    height: 200px;
    background-color: var(--Vrangle_DarkGrey);
}

.TimeLinePlaceIntoContainer[b-oq0fbq0jmn] {
    width: 250px;
    height: 200px;
    background-color: var(--Vrangle_Orange);
}

.TimeLineContentContainer[b-oq0fbq0jmn] {
    padding: 5px;
}

.TimeLineAddItemContainer[b-oq0fbq0jmn] {
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

    .TimeLineAddItemContainer:hover[b-oq0fbq0jmn] {
        background-color: var(--Vrangle_Orange);
    }

.AddButton[b-oq0fbq0jmn] {

}

.BackGroundWhite[b-oq0fbq0jmn] {
    background-color: white;
    height: 100%;
    overflow: auto;
}

.TimeLineIcon[b-oq0fbq0jmn] {
    margin-right: 5px;
    transition: all 0.3s;
}

    .TimeLineIcon:hover[b-oq0fbq0jmn] {
        color: var(--Vrangle_Orange);
    }

.DateContainer[b-oq0fbq0jmn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: 500px;
    border: 1px solid black;
    background-color: white;
    padding: 10px;
}

    .DateContainer button[b-oq0fbq0jmn] {
        width: 100px;
    }

.TimeBox[b-oq0fbq0jmn] {
    width: 100%;
    background-color: var(--Vrangle_Blue);
    padding: 20px;
    border-radius: 5px;
}

.UselistContainer[b-oq0fbq0jmn] {
    display: inline-flex;
    width: 450px;
    height: 300px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.CenterList[b-oq0fbq0jmn] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    border-style: dashed;
    cursor: pointer;
    border-color: var(--Vrangle_Grey);
    border-radius: 5px;
}

.BoxPlacer[b-oq0fbq0jmn] {
    flex: 1;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BoxPlacerTool[b-oq0fbq0jmn] {
    display: flex;
    width: 100%;
}

.BoxPlacerToolContent[b-oq0fbq0jmn] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.BoxPlacerToolIcon[b-oq0fbq0jmn] {
    margin-right: 5px;
    cursor: pointer;
}

.smallfont[b-oq0fbq0jmn]{
    font-size: smaller;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/CSProgramComponent.razor.rz.scp.css */
body[b-9sr0daheie] {
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/EditArchivedCS.razor.rz.scp.css */

.ArchivedContainer[b-nhd665sxot] {
    width: 100%;
    display: flex;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: var(--Vrangle_Grey);
    margin-bottom: 5px;
    align-items: center;
}

.ArchivedTitle[b-nhd665sxot]{
    flex: 1;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/EditClass.razor.rz.scp.css */


.Pending[b-ydi04gfhlb] {
    width: 100%;
    margin-bottom: 2px;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
    cursor: pointer;
    padding: 2px;
    text-align: center;
}

    .Pending a[b-ydi04gfhlb] {
        color: white;
        text-decoration: none;
        transition: all 0.3s;
    }

        .Pending a:hover[b-ydi04gfhlb] {
            color: var(--Vrangle_Orange);
        }

.ClassFull[b-ydi04gfhlb] {
    width: 100%;
    padding: 10px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    border-radius: 5px;
}

.Archive[b-ydi04gfhlb] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 3px;
    transition: all 0.3s;
}

    .Archive:hover[b-ydi04gfhlb] {
        color: var(--Vrangle_Orange);
    }
/* _content/Vrangle.Edu/Pages/Class/EditClass/EditClass2.razor.rz.scp.css */


.Pending[b-ttu7hfxmb8] {
    width: 100%;
    margin-bottom: 2px;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
    cursor: pointer;
    padding: 2px;
    text-align: center;
}

    .Pending a[b-ttu7hfxmb8] {
        color: white;
        text-decoration: none;
        transition: all 0.3s;
    }

        .Pending a:hover[b-ttu7hfxmb8] {
            color: var(--Vrangle_Orange);
        }

.ClassFull[b-ttu7hfxmb8] {
    width: 100%;
    padding: 10px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    border-radius: 5px;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/EditClassGroupSettings.razor.rz.scp.css */

.ProgramGroupList[b-c4y4k7ufn4] {
    display: flex;
    flex-wrap: wrap;
}
/* _content/Vrangle.Edu/Pages/Class/EditClass/EditClassSubGeneral.razor.rz.scp.css */

.DateContainer[b-bgmlrb7cth] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: 500px;
    border: 1px solid black;
    background-color: white;
    padding: 10px;
}

    .DateContainer button[b-bgmlrb7cth] {
        width: 100px;
    }

.TimeBox[b-bgmlrb7cth] {
    width: 100%;
    background-color: var(--Vrangle_Blue);
    padding: 20px;
    border-radius: 5px;
}
/* _content/Vrangle.Edu/Pages/Class/Program/EditGroupComponent.razor.rz.scp.css */

input[b-auugcooncz] {
    height: 2em;
}

.EditGroupContainer[b-auugcooncz] {
    display: inline-flex;
    flex-direction: column;
    margin: 5px;
    width: 250px;
    height: 300px;
    background-color: var(--Vrangle_Grey);
}

.NotSelectedLeader[b-auugcooncz] {
    color: grey;
}

.SelectedLeader[b-auugcooncz] {
    color: #ffd800;
}

.EditGroupEmptyContainer[b-auugcooncz] {
    width: 250px;
    height: 300px;
    margin: 5px;
    display: inline-flex;
    background-color: var(--Vrangle_Grey);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.EmptyContainer[b-auugcooncz] {
    width: 150px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: dashed 1px #808080;
}

.CenterTXT[b-auugcooncz] {
    text-align: center;
}

.GroupTitle[b-auugcooncz] {
    width: 100%;
    height: 2em;
    background-color: var(--Vrangle_Blue);
    padding-left: 5px;
    cursor: pointer;
    overflow: hidden;
}

.EditGroupTitle[b-auugcooncz] {
    width: 100%;
    
    background-color: var(--Vrangle_Blue);
}

    .EditGroupTitle input[b-auugcooncz] {
        width: 90%;
    }

.GroupMembers[b-auugcooncz] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
    background-image: linear-gradient(#bdbdbd, #d3d3d3);
    overflow: auto;
}

.GroupFooter[b-auugcooncz] {
    display: flex;
    background-color: var(--Vrangle_DarkGrey);
    justify-content: flex-end;
    width: 100%;
    height: 2em;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

    .GroupFooter a[b-auugcooncz] {
        padding-right: 5px;
    }

.GroupMember[b-auugcooncz] {
    display: flex;
    align-items: center;
}
/* _content/Vrangle.Edu/Pages/Dashboard.razor.rz.scp.css */


.DashContainer[b-yekhth942l]{
    display: flex;    
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.ClassContainer[b-yekhth942l] {
    width: 365px;
    height: 220px;
    display: inline-flex;
    align-items: center;    
    transition: all 0.3s;
}

    .ClassContainer:hover[b-yekhth942l] {
        transform: scale(1.1);
    }

.DashView[b-yekhth942l]
{
    transition: all 0.3s;
}

    .DashView:hover[b-yekhth942l] {
        transform: scale(1.1);
    }

.DashViewLesson[b-yekhth942l] {
    transition: all 0.3s;
    height: 220px;
}

    .DashViewLesson:hover[b-yekhth942l] {
        transform: scale(1.1);
    }
/* _content/Vrangle.Edu/Pages/Email/MailToGroup.razor.rz.scp.css */


.MailEditor[b-4iz53aw11r]{
    width: 100%;
    height: 300px;
}
/* _content/Vrangle.Edu/Pages/Email/MailToUser.razor.rz.scp.css */

.MailEditor[b-7xk1agyuy7] {
    width: 100%;
    height: 400px;
}

.MailDialogContainer[b-7xk1agyuy7]{
    
    height: 500px;
}

.SendArea[b-7xk1agyuy7] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: var(--Vrangle_Grey);
    margin-bottom: 10px;
    padding: 5px;
}

.CenterSend[b-7xk1agyuy7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Email/MessageComponent.razor.rz.scp.css */
.MessageItemContainer[b-5fddiubozv] {
    display: flex;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: var(--Vrangle_Blue);
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid white;
}

.MessageItemContainerSelected[b-5fddiubozv] {
    display: flex;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid black;
}

.MessageDate[b-5fddiubozv] {
    overflow: hidden;
    width: 140px;
    white-space: nowrap;
    margin-left: 10px;
}


.MessageFromName[b-5fddiubozv] {
    overflow: hidden;
    width: 150px;
    white-space: nowrap;
    margin-left: 10px;
    font-weight: bold;
}

.MessageSubject[b-5fddiubozv] {
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
    margin-left: 10px;
    font-style: italic;
}
/* _content/Vrangle.Edu/Pages/Eval/Builder/EvalBuilder.razor.rz.scp.css */

.EvalLine[b-fsfx1gut03] {
    width: 400px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

    .EvalLine:hover[b-fsfx1gut03] {
        background-color: var(--Vrangle_Orange);
    }
/* _content/Vrangle.Edu/Pages/Eval/Builder/EvalQuestionEditComponent.razor.rz.scp.css */

.QEvalContainer[b-8ha9i1kuvr] {
    background-color: var(--Vrangle_Grey);
    width: 90%;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .QEvalContainer textarea[b-8ha9i1kuvr] {
        width: 80%;
    }


.QEvalToolbar[b-8ha9i1kuvr] {
    display: flex;
    justify-content: flex-end;
    background-color: black;
    color: white;
}

.QEvalToolbarItems[b-8ha9i1kuvr] {
    margin-right: 10px;
    cursor: pointer;
}

    .QEvalToolbarItems i[b-8ha9i1kuvr] {
        padding-left: 5px;
        transition: all 0.3s;
    }

.QEvalToolbarItems i:hover[b-8ha9i1kuvr] {    
    color: var(--Vrangle_Orange);
}
/* _content/Vrangle.Edu/Pages/Eval/Client/EvalQuestionComponent.razor.rz.scp.css */

.QEvalContainer[b-gou0cubiwy] {
    background-color: var(--Vrangle_Grey);    
    width: 90%;    
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QEvalContainer textarea[b-gou0cubiwy]
{
    width: 80%;
}
/* _content/Vrangle.Edu/Pages/Eval/Client/Evaluation.razor.rz.scp.css */
body[b-wcfmsjlluk] {
}


.EvalContainer[b-wcfmsjlluk]{
    display: flex;    
    width: 100%;   
    justify-content: center;
}

.EvalBox[b-wcfmsjlluk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    min-width: 300px;
    width: 50%;
    background-color: var(--Vrangle_Grey);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
/* _content/Vrangle.Edu/Pages/index.razor.rz.scp.css */


.InfoContainer[b-b7yl6v3r5k] {
    display: flex;            
}

.VrangleCarouselContainer[b-b7yl6v3r5k] {
    max-width: 1200px;
    width: 100%;    
}

@media only screen and (min-width: 600px ) and (max-width: 700px) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 350px;
    }
}

@media only screen and (min-width: 700px ) and (max-width: 800px) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 400px;
    }
}

@media only screen and (min-width: 800px ) and (max-width: 900px) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 425px;
    }
}

@media only screen and (min-width: 900px ) and (max-width: 1000px) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 450px;
    }
}

@media only screen and (min-width: 1000px ) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 580px;
    }
}

@media only screen and (max-width: 600px) {
    .VrangleCarouselContainer[b-b7yl6v3r5k] {
        height: 300px;
    }
}

    .CarouselContainer[b-b7yl6v3r5k] {
        position: relative;
        max-width: 1200px;
        width: 100%;
        height: 100%;
    }

    .CarouselImage img[b-b7yl6v3r5k] {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .CarouselOverlay[b-b7yl6v3r5k] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(40, 40, 40, 0.2);
    }

    .CarouselText[b-b7yl6v3r5k] {
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 40px;
        text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    }

    .VrangleImage1[b-b7yl6v3r5k] {
        background-color: rgba(128, 128, 128, 0.2);
    }

    .lb[b-b7yl6v3r5k] {
        margin-right: 10px;
    }

    @media only screen and (max-width: 600px) {

        .lb[b-b7yl6v3r5k] {
            width: 0;
            overflow: hidden;
        }
    }

    .FFContent[b-b7yl6v3r5k] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }


    .IconContent[b-b7yl6v3r5k] {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
        flex-wrap: wrap;
    }

    .DoubleContent[b-b7yl6v3r5k] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
    }

    @media only screen and (min-width: 899px) {
        .ContentCenter[b-b7yl6v3r5k] {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 1200px;
            flex-wrap: wrap;
        }
    }

    @media only screen and (max-width: 900px) {
        .ContentCenter[b-b7yl6v3r5k] {
            display: flex;
            flex-direction: column;
        }
    }

    .DoubleContainer[b-b7yl6v3r5k] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .DoubleItemContainer[b-b7yl6v3r5k] {
        flex: 1;
        margin-bottom: 10px;
    }

    .FullWidth[b-b7yl6v3r5k] {
        width: 100%;
    }


    .Disclaimer[b-b7yl6v3r5k] {
        display: flex;
        width: 100%;
        background-color: black;
        color: white;
        justify-content: center;
        font-size: small;
        margin-top: 50px;
        padding: 5px;
    }

        .Disclaimer a[b-b7yl6v3r5k] {
            color: white;
        }

            .Disclaimer a:hover[b-b7yl6v3r5k] {
                color: var(--Vrangle_Orange);
            }

    .MyVrangleCenter[b-b7yl6v3r5k] {
        display: flex;
        width: 100%;
        justify-content: center;
    }
/* _content/Vrangle.Edu/Pages/InfoCircleComponent.razor.rz.scp.css */
.Circle[b-a2gowc1xwm] {
    display: block;
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    border: 2px solid var(--Vrangle_Border);
    border-radius: 40px;
    margin-right: 7px; /*space between*/
}

.CircleIcon[b-a2gowc1xwm] {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    font-size: 35px;
    color: var(--Vrangle_Green);
    width: 80px;
    height: 80px;
}

.InfoTXT[b-a2gowc1xwm] {
    display: flex;
    width: 140px;
    justify-content: center;
}

.ICContainer[b-a2gowc1xwm] {
    display: inline-block;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
}

.ICMainContainer:hover[b-a2gowc1xwm] {
    transform: scale(1.2);
}

.ICMainContainer[b-a2gowc1xwm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
    padding: 10px;
    transition: all 0.3s;
    margin: 20px;
}
/* _content/Vrangle.Edu/Pages/Intermediate/AddSchool.razor.rz.scp.css */


.Error[b-dadcnbu0ig]{
    color: red;
}
/* _content/Vrangle.Edu/Pages/Intermediate/AddSchoolUser.razor.rz.scp.css */
body[b-xsba7rzyg4] {
}
/* _content/Vrangle.Edu/Pages/Intermediate/EditSchool.razor.rz.scp.css */


.ActionContainer[b-6z70f1fbew]{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ActionBox[b-6z70f1fbew] {
    display: flex;
    width: 200px;
    height: 200px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.MouseClickable[b-6z70f1fbew]{
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Intermediate/EditSchoolTag.razor.rz.scp.css */

.Tag[b-b0iwk732dy] {
    font-size: 20px;
}

.TagTitle[b-b0iwk732dy] {
    width: 150px;
    display: inline-block;
}
/* _content/Vrangle.Edu/Pages/Intermediate/EditSchoolUsers.razor.rz.scp.css */
body[b-8xipipfp80] {
}


.UserButton[b-8xipipfp80] {
    display: flex;
    width: 100%;
    background-color: black;
    color: white;
    padding: 2px;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 1px;
    transition: all 0.3s;
}

.UserButton:hover[b-8xipipfp80] {
    color: var(--Vrangle_Orange);
}
/* _content/Vrangle.Edu/Pages/Intermediate/Intermediate.razor.rz.scp.css */


.ExistingSchools[b-4m0kwqtnrf]{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.School[b-4m0kwqtnrf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    height: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
    border-radius: 5px;
    margin: 5px;
}

.SchoolContainer[b-4m0kwqtnrf]
{
    display:flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.SchoolLogo[b-4m0kwqtnrf]{
    display: flex;
    width: 100px;
    height: 100%;
    justify-content: center;
    align-items: center;

}

.SchoolContent[b-4m0kwqtnrf]
{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.SchoolMenu[b-4m0kwqtnrf] {
    display: flex;
    height: 30px;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
}

.SchoolMenuFill[b-4m0kwqtnrf]{
    flex: 1;
}

.SchoolMenuTools[b-4m0kwqtnrf]{
    margin-right: 5px;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Intermediate/SchoolUsersComponent.razor.rz.scp.css */


.SUContainer[b-66vskj40op]{
    display: flex;
    width: 100%;
    padding: 5px;
}

.SUTitle[b-66vskj40op]{
    display: flex;
    flex: 1;
    align-items: center;
    margin-left: 10px;
}

.Pointer[b-66vskj40op]{
    cursor: pointer;
}

.SUKind[b-66vskj40op] {
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 10px;
}
/* _content/Vrangle.Edu/Pages/Issue/UserIssues.razor.rz.scp.css */

@media only screen and (max-width: 450px) {    
    .EditItCore[b-3fymmprsvr] {
        width: 100%;
        height: 200px;
    }
}


@media only screen and (min-width: 449px) and (max-width: 768px) {    

    .EditItCore[b-3fymmprsvr] {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
    
    .EditItCore[b-3fymmprsvr] {
        width: 100%;
        height: 300px;
    }
}

@media only screen and (min-width: 889px) and (max-width: 1100px) {
    
    .EditItCore[b-3fymmprsvr] {
        width: 100%;
        height: 350px;
    }
}


@media only screen and (min-width: 1099px) {
    
    .EditItCore[b-3fymmprsvr] {
        width: 100%;
        height: 400px;
    }
}



.IssueTable[b-3fymmprsvr] {
    width: 100%;
}


.FullTxt[b-3fymmprsvr] {
    width: 350px;
    padding-left: 5px;
    padding-right: 5px;
}


.FullTitleTxt[b-3fymmprsvr] {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
}

.ErrorTxt[b-3fymmprsvr] {
    color: red;
}

.IssueContainer[b-3fymmprsvr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    background-color: white;
    padding: 30px;
    border: 1px solid black;
}

.IssueListContainer[b-3fymmprsvr] {
    width: 100%;
}

.IssueItem[b-3fymmprsvr] {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    padding-left: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.IssueKind[b-3fymmprsvr] {
    width: 90px;
}

.ClFont[b-3fymmprsvr] {
    width: 20px;
}

.ClName[b-3fymmprsvr] {
    width: 200px;
}

.OpenIssueContainer[b-3fymmprsvr] {
    width: 650px;
    border: 1px solid black;
    background-color: var(--Vrangle_Grey);
    padding: 20px;
    border-radius: 5px;
}

.TitleLen[b-3fymmprsvr] {
    display: inline-block;
    width: 150px;
}

.CenterItem[b-3fymmprsvr] {
    display: flex;
    justify-content: center;
}

.MouseCursor[b-3fymmprsvr] {
    cursor: pointer;
}

.TableFull[b-3fymmprsvr]
{
    width: 100%;
}
/* _content/Vrangle.Edu/Pages/Lessons/FindLessonComponent.razor.rz.scp.css */

.LessonInput[b-uj8nejnmyu] {
    width: 100%;
}

.FindLessonContainer[b-uj8nejnmyu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 10px;
    overflow-y: auto;
}

.LessonItem[b-uj8nejnmyu]{
    height: 214px;
}

@media only screen and (min-width: 499px) {
    .FindLessonBox[b-uj8nejnmyu] {
        min-width: 500px;
    }
}

@media only screen and (max-width: 500px) {

    .FindLessonBox[b-uj8nejnmyu] {
        width: 100%;
    }
}

.Disc[b-uj8nejnmyu] {
    display: inline-block;
    min-width: 180px;
    transition: all 0.3s;
}

    .Disc:hover[b-uj8nejnmyu] {
        font-weight: bold;
    }

.FL_Container[b-uj8nejnmyu] {
    width: 100%;
    background-color: white;
    padding: 5px;
}

.SearchButton[b-uj8nejnmyu] {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.SearchContainer[b-uj8nejnmyu] {
    display: flex;
    width: 100%;
    align-items: center;
}

.SearchLeft[b-uj8nejnmyu] {
    flex: 1;
}
/* _content/Vrangle.Edu/Pages/Lessons/LatestLessonComponent.razor.rz.scp.css */
.LatestContainer[b-ym0wts29kg] {    
    border-radius: 5px;
    width: 100%;
    min-width: 350px;    
    padding: 5px;    
}

.SmallLesson[b-ym0wts29kg] { 
    display: flex;   
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    transition: all 0.3s;
}

.Selectable[b-ym0wts29kg] {
    display: inline-block;
    transition: all 0.3s;
    height: 220px;
    margin: 10px;
}

    .Selectable:hover[b-ym0wts29kg] {
        transform: scale(1.09);
    }
/* _content/Vrangle.Edu/Pages/Lessons/LessonInfo.razor.rz.scp.css */
.CollapseColor[b-6u5xpc2bfe] {
    background-color: var(--Vrangle_Grey);
}

.CollapseHeader[b-6u5xpc2bfe] {
    background-color: var(--Vrangle_Grey);
}

.NavContainer[b-6u5xpc2bfe] {
    width: 75%;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.LessonContainer[b-6u5xpc2bfe] {
    width: 75%;
    margin: 0 auto;
    background-color: var(--Vrangle_Grey);
    display: block;
    padding: 10px;
}

.LessonInfoContainer[b-6u5xpc2bfe] {
    width: 75%;
    margin: 0 auto;
    background-color: var(--Vrangle_Grey);
    padding: 10px;
}

.LSLessonPicture[b-6u5xpc2bfe] {
    width: 200px;
    height: 200px;
    display: block;
    margin-bottom: 10px;
}

.LessonRow[b-6u5xpc2bfe] {
}

.LessonContent[b-6u5xpc2bfe] {
    display: block;
    width: 75%;
}

.LessonButton[b-6u5xpc2bfe] {
    width: 195px;
}

.LessonPicture[b-6u5xpc2bfe] {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.LesDoel[b-6u5xpc2bfe] {
    width: 100%;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
    border-radius: 3px;
}

.DoelenContainer[b-6u5xpc2bfe] {
    margin-bottom: 10px;
}

.LesDoelTXT[b-6u5xpc2bfe] {
    display: inline-block;
}

.VakGebied[b-6u5xpc2bfe] {
    display: inline-block;
    background-color: var(--Vrangle_Grey);
    margin-right: 10px;
    padding: 2px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.vkRow[b-6u5xpc2bfe] {
    display: flex;
    background-color: var(--Vrangle_Grey);
    margin-bottom: 2px;
    cursor: pointer;
    padding: 3px;
    border: 1px solid black;
    border-radius: 3px;
}

.vkRowDescription[b-6u5xpc2bfe] {
    flex: 1;
}

.vkRowKind[b-6u5xpc2bfe] {
    width: 100px;
    margin-left: 10px;
}

.Inspring[b-6u5xpc2bfe] {
    margin-left: 10px;
}

.ELessonHeader[b-6u5xpc2bfe] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ELessonSide[b-6u5xpc2bfe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 245px;
}

.ELessonContent[b-6u5xpc2bfe] {
    flex: 1;
}

.FlexCenter[b-6u5xpc2bfe] {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
}

.StartChapter[b-6u5xpc2bfe] {
    margin-top: 5px;
}
/* _content/Vrangle.Edu/Pages/Lessons/LessonView.razor.rz.scp.css */

.Red[b-m5gha6daap] {
    color: red;
}

.LesViewContainer[b-m5gha6daap] {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 0.3s;
    height: 265px;    
}

    .LesViewContainer:hover[b-m5gha6daap] {
        transform: scale(1.05);
    }

.LessonListContainer[b-m5gha6daap]{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* _content/Vrangle.Edu/Pages/Migration/Migrate.razor.rz.scp.css */
body[b-6f2i3xydev] {
}
/* _content/Vrangle.Edu/Pages/NewsLetter/EditNewsletter.razor.rz.scp.css */

.EditNlContainer[b-jd357q64wq]
{
    width: 100%;
}

.EditNlContainer table[b-jd357q64wq]
{
    width: 100%;
    max-width: 1100px;
}

.EditNlContainer input[type="text"][b-jd357q64wq] {
    width: 400px;    
}

.EditNLEditor[b-jd357q64wq]
{
    width: 800px;
    height: 500px;
}
/* _content/Vrangle.Edu/Pages/NewsLetter/Newsletter.razor.rz.scp.css */

.NewsletterList[b-7jg61wpt9r]
{
    display: flex;
    flex-direction: column;
    width: 100%;    
}

.NewsletterItem[b-7jg61wpt9r] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    height: 2em;
    background-color: var(--Vrangle_Grey);
    border: 1px solid var(--Vrangle_DarkGrey);
    margin: 3px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.NewsletterItemActive[b-7jg61wpt9r] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    height: 2em;
    background-color: var(--Vrangle_Green);
    border: 1px solid var(--Vrangle_DarkGrey);
    margin: 3px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.NewsletterItemContent[b-7jg61wpt9r] {
    display: flex;
    align-items: center;
    flex: 1;
}

.NewsletterItemToolbox[b-7jg61wpt9r] {    
    margin-right: 10px;
}

.NewsletterItemContent div[b-7jg61wpt9r] {
    margin-left: 5px;
}

.NewsletterItemCenter[b-7jg61wpt9r] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    height: 2em;
    background-color: var(--Vrangle_Grey);
    border: 1px solid var(--Vrangle_DarkGrey);
    margin: 3px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* _content/Vrangle.Edu/Pages/Programs/ChecklistComponent.razor.rz.scp.css */

.CLItemContainer[b-wjv8te11sm] {
    width: 100%;
    padding: 2px;
}

.CLItem[b-wjv8te11sm] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: var(--Vrangle_Blue);
    border: 1px solid black;
    padding-left: 10px;
    cursor: pointer;
}

.CLTitle[b-wjv8te11sm] {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
}

.Cl_Center[b-wjv8te11sm] {
    display: flex;
    height: 70px;
    background-color: var(--Vrangle_Blue);
    padding: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}


.CLToolkit[b-wjv8te11sm] {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.EditItemContainer[b-wjv8te11sm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    background-color: white;
    border: 1px solid black;
}

.EditItemBox[b-wjv8te11sm] {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
}

.EditItemBoxHeader[b-wjv8te11sm] {
    height: 2.5em;
    background-color: var(--Vrangle_Grey);
    color: white;
}

.EditItemBoxContent[b-wjv8te11sm] {
    padding: 5px;
}

    .EditItemBoxContent input[type="text"][b-wjv8te11sm] {
        width: 380px;
    }

.EditItemEditor[b-wjv8te11sm] {
    width: 380px;
    height: 150px;
}

.EditItemCenter[b-wjv8te11sm] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .EditItemCenter button[b-wjv8te11sm] {
        width: 100px;
    }



.CLNoItemContainer[b-wjv8te11sm] {
    width: 100%;
    padding: 2px;
    background-color: red;
}
/* _content/Vrangle.Edu/Pages/Programs/EditOwnedProgram.razor.rz.scp.css */
.Con_Lesson[b-se5bmeyz7i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Blue);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.Con_Lesson_Inactive[b-se5bmeyz7i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Warning);
    color: black;
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.Con_Header[b-se5bmeyz7i] {
    display: flex;
    width: 100%;
    height: 25px;
    justify-content: flex-end;
}

.Con_Content[b-se5bmeyz7i] {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
}


.CP_LessonsContainer[b-se5bmeyz7i] {
    width: 100%;
    padding: 5px;
}

.CP_LessonsContainer_Toolkit[b-se5bmeyz7i] {
    background-color: black;
    color: white;
    height: 30px;
    text-align: center;
}

.CP_LessonsContainer_Content[b-se5bmeyz7i] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    padding: 0;
}

.CP_Lesson[b-se5bmeyz7i] {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: var(--Vrangle_Blue);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    overflow: hidden;
}

.CP_Lesson_Inactive[b-se5bmeyz7i] {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: var(--Vrangle_Grey);
    padding-left: 5px;
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    align-items: center;
}

.CP_Center[b-se5bmeyz7i] {
    display: flex;
    width: 100%;
    height: 110px;
    background-color: var(--Vrangle_Blue);
    padding: 5px;
    border: 1px solid black;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.CP_Title[b-se5bmeyz7i] {
    margin-left: 5px;
    overflow: auto;
}

.CP_Title_Inactive[b-se5bmeyz7i] {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    color: black;
}

.CP_Right[b-se5bmeyz7i] {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    margin-top: 2px;
}

.GroupSettings[b-se5bmeyz7i] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    border-radius: 5px;
}

.ProgramGroupList[b-se5bmeyz7i] {
    display: flex;
    flex-wrap: wrap;
}

.GroupDescription[b-se5bmeyz7i] {
    cursor: pointer;
    overflow: auto;
    border-radius: 5px;
    background-color: white;
}

.GroupDescriptionEdit[b-se5bmeyz7i] {
    height: 100px;
    background-color: white;
}

.CP_AfvinkContainer[b-se5bmeyz7i] {
    display: inline-flex;
    flex-direction: column;
    width: 500px;
    height: 500px;
    overflow: hidden;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px;
}

.DateContainer[b-se5bmeyz7i] {
    padding: 30px;
    width: 500px;
    height: 450px;
    border: 1px solid black;
    background-color: white;
}

    .DateContainer button[b-se5bmeyz7i] {
        width: 100px;
    }

.TimeBox[b-se5bmeyz7i] {
    width: 100%;
    background-color: var(--Vrangle_Blue);
    padding: 20px;
    border-radius: 5px;
}
/* _content/Vrangle.Edu/Pages/Programs/TestProgram.razor.rz.scp.css */


.TestPContainer[b-sd0y2b3uye]
{
    display: flex;
}

.LeftBox[b-sd0y2b3uye]
{
    display: flex;
    flex:1;
    flex-direction: column;
    align-items: flex-end;
}

.MiddleBox[b-sd0y2b3uye]{
}

.RightBox[b-sd0y2b3uye] {
    display: flex;
    flex: 1;
}
/* _content/Vrangle.Edu/Pages/Settings/Settings.razor.rz.scp.css */

.SettingsContainer[b-ecjhirhj2p]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.SettingsItem[b-ecjhirhj2p] {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    background-color: var(--Vrangle_Grey);
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.SettingsItem:hover[b-ecjhirhj2p]
{
    transform: scale(1.05);
}

.SettingsHeader[b-ecjhirhj2p] {
    height: 30px;
    background-color: var(--Vrangle_DarkerBlue);
}

.SettingsContent[b-ecjhirhj2p]{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Pages/Teacher/GroupHandInComponent.razor.rz.scp.css */
.FolderItem[b-sgz0nk0mti] {
    background-color: var(--Vrangle_Blue);
    width: 410px;
    height: 350px;
    border: 1px solid black;
    padding: 5px;
}

.FolderHeader[b-sgz0nk0mti] {
    background-color: var(--Vrangle_Grey);
}

.FolderProfile[b-sgz0nk0mti] {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.FolderContent[b-sgz0nk0mti] {
    display: inline-block;
    width: 225px;
}

.PEditor[b-sgz0nk0mti] {
    width: 100%;
    height: 300px;
}

.PHDialog[b-sgz0nk0mti] {
    width: 400px;
    height: 500px;
    background-color: white;
    padding: 10px;
}
/* _content/Vrangle.Edu/Pages/Teacher/PersonalHandInComponent.razor.rz.scp.css */
.FolderItem[b-bhcn9g82zp] {
    background-color: var(--Vrangle_Grey);
    width: 380px;
    height: 350px;    
    padding: 5px;
}

.FolderHeader[b-bhcn9g82zp] {    
    padding-left: 5px;
}

.FolderProfile[b-bhcn9g82zp] {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.FolderContent[b-bhcn9g82zp] {
    display: inline-block;
    width: 100%;
}

.PEditor[b-bhcn9g82zp] {
    width: 100%;
    height: 300px;
}

.PHDialog[b-bhcn9g82zp] {
    width: 400px;
    height: 500px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}

.aline[b-bhcn9g82zp]{
    display:flex;
    width: 100%;
    justify-content: center;
    background-color: black;
    color: white;
    padding: 3px;
    cursor: pointer;
    margin-block: 1px;
}

    .aline:hover[b-bhcn9g82zp] {
        color: var(--Vrangle_Orange);
    }
/* _content/Vrangle.Edu/Pages/Teacher/TeacherHandedIn.razor.rz.scp.css */

.ClassHandin[b-3frqsnwmar] {
    
}

.PersonalHandin[b-3frqsnwmar] {    
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.GroupHandin[b-3frqsnwmar] {
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    border: 1px black solid;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.HandinComponent[b-3frqsnwmar] {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: var(--Vrangle_Grey);
}

.Full[b-3frqsnwmar] {
    width: 100%;    
    padding: 10px;
}
/* _content/Vrangle.Edu/Pages/Test/DemoComponents/DemoOrderTextComponent.razor.rz.scp.css */

.UploadError[b-tkwht32als] {
    color: red;
}

.QContainer[b-tkwht32als] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;
}

.QLongTxt[b-tkwht32als] {
    width: 200px;
}

.QuestionPart[b-tkwht32als] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-tkwht32als] {
    height: 200px;
}

.QContainerAnswer[b-tkwht32als] {
    display: flex;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ItemTemplace_DragStart[b-tkwht32als] {
    width: 100%;
    height: 50px;
    background-color: var(--Vrangle_DarkGrey);
}

.ItemTemplace_DragEnter[b-tkwht32als] {
    width: 100%;
    height: 50px;
    background-color: var(--Vrangle_Orange);
}

@media only screen and (max-width: 1030px) {
    .QContainerAnswerEdit[b-tkwht32als] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (min-width: 1031px) {
    .QContainerAnswerEdit[b-tkwht32als] {
        display: flex;
        width: 100%;
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}



.QContainerAnswerEdit input[b-tkwht32als] {
    width: 300px;
}


.QContainerOption[b-tkwht32als] {
    display: flex;
    justify-content: center;
    flex: 1;
}

.QContainerTools[b-tkwht32als] {
    display: flex;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}


    .QContainerTools a[b-tkwht32als] {
        margin-right: 5px;
    }

.QContainerOptionText[b-tkwht32als] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-tkwht32als] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-tkwht32als] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    cursor: pointer;
}

.QContainerImages[b-tkwht32als] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: white;
}

.QContainerAnswerTitle[b-tkwht32als] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-tkwht32als] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-tkwht32als] {
    margin-left: 5px;
}

.Clickable[b-tkwht32als] {
    color: blue;
}

.PictureContainer[b-tkwht32als] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-tkwht32als] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-tkwht32als] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-tkwht32als] {
    float: right;
}

.Title[b-tkwht32als] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Pages/Test/DemoComponents/DemoPlaceText2TextComponent.razor.rz.scp.css */
.QContainer[b-030az5ppeu] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;
}

.QPlacePanel[b-030az5ppeu] {
    display: flex;
    width: 100%;
    height: 550px;
}

.QPlaceEditorContainer[b-030az5ppeu] {
    flex: 1;
    height: 550px;
    margin-right: 10px;
}

.QPlaceEditor[b-030az5ppeu] {
    flex: 1;
    width: 100%;
    height: 500px;
    margin-right: 10px;
}


.QPlaceTextParts[b-030az5ppeu] {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.QTextPart[b-030az5ppeu] {
    display: flex;
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.QTextPartTitle[b-030az5ppeu] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.QTextPartTool[b-030az5ppeu] {
    width: 30px;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Test/DemoComponents/DemoText2ImageCombiComponent.razor.rz.scp.css */
.QContainer[b-zwvhnlkf70] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-sizing: border-box;
}


.TextDraggable[b-zwvhnlkf70] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-zwvhnlkf70] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-zwvhnlkf70] {
    width: 100%;
    box-sizing: border-box;
}

.TextDroptargetEnter[b-zwvhnlkf70] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-zwvhnlkf70] {
    display: flex;
    width: 100%;
    height: 150px;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-zwvhnlkf70] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-zwvhnlkf70] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-zwvhnlkf70] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-zwvhnlkf70] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-zwvhnlkf70] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-zwvhnlkf70] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }
}

.QContainerOptionSpace[b-zwvhnlkf70] {
    display: flex;
    width: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOption[b-zwvhnlkf70] {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOptionFull[b-zwvhnlkf70] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.QCenterContainer[b-zwvhnlkf70] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

.FullScreen[b-zwvhnlkf70] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}


.MouseClick[b-zwvhnlkf70] {
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Test/DemoComponents/DemoText2TextCombiComponent.razor.rz.scp.css */
.QContainer[b-9rjn3qgdgc] {
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-sizing: border-box;
}


.TextDraggable[b-9rjn3qgdgc] {
    display: block;
    padding: 5px;
    border: 1px dashed #808080;
    margin-bottom: 5px;
    box-sizing: border-box;
    background-color: var(--Vrangle_Grey);
}

.TextDroptarget[b-9rjn3qgdgc] {
    min-width: 100px;
    height: 30px;
    border: 1px dashed #808080;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.FullWidth[b-9rjn3qgdgc] {
    width: 100%;
    box-sizing: border-box;
}

.TextDroptargetEnter[b-9rjn3qgdgc] {
    width: 100px;
    height: 30px;
    border: 1px dashed #ff6a00;
}

.QContainerAnswer[b-9rjn3qgdgc] {
    display: flex;
    width: 100%;
    height: 50px;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    margin: 0;
}

@media only screen and (max-width: 1001px) {
    .FollowBox[b-9rjn3qgdgc] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-9rjn3qgdgc] {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .QContainerOptionRight[b-9rjn3qgdgc] {
        width: 100%;
        display: flex;
        min-width: 100px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1000px) {
    .FollowBox[b-9rjn3qgdgc] {
        display: flex;
        width: 100%;
        max-width: 1500px;
        flex-wrap: wrap;
    }

    .QContainerOptionLeft[b-9rjn3qgdgc] {
        min-width: 450px;
        display: flex;
        flex: 2;
        justify-content: center;
        box-sizing: border-box;
    }

    QContainerOptionRight[b-9rjn3qgdgc] {
        display: flex;
        flex: 1;
        justify-content: center;
        box-sizing: border-box;
    }
}

.QContainerOptionSpace[b-9rjn3qgdgc] {
    display: flex;
    width: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOption[b-9rjn3qgdgc] {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.QContainerOptionFull[b-9rjn3qgdgc] {
    display: flex;
    flex: 1;
    justify-content: center;
    box-sizing: border-box;
}

.QCenterContainer[b-9rjn3qgdgc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}

.FullScreen[b-9rjn3qgdgc] {
    display: flex;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/DragText2ImageBuilderComponent.razor.rz.scp.css */

.UploadError[b-l6gqu96xhv] {
    color: red;
}

.QContainer[b-l6gqu96xhv] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;    
}

.QLongTxt[b-l6gqu96xhv] {
    width: 200px;
}

.QuestionPart[b-l6gqu96xhv] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-l6gqu96xhv] {
    height: 200px;
}

.QContainerAnswer[b-l6gqu96xhv] {
    display: flex;
    width: 100%;
    height: 150px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerOption[b-l6gqu96xhv] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.QContainerTools[b-l6gqu96xhv] {
    display: flex;
    width: 20px;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}

.QContainerOptionText[b-l6gqu96xhv] {
    display: flex;
    height: 2em;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-l6gqu96xhv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-l6gqu96xhv] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    cursor: pointer;
}

.QContainerImages[b-l6gqu96xhv] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: white;
}

.QContainerAnswerTitle[b-l6gqu96xhv] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-l6gqu96xhv] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-l6gqu96xhv] {
    margin-left: 5px;
}

.Clickable[b-l6gqu96xhv] {
    color: blue;
}

.PictureContainer[b-l6gqu96xhv] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-l6gqu96xhv] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-l6gqu96xhv] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-l6gqu96xhv] {
    float: right;
}

.Title[b-l6gqu96xhv] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/DragText2TextBuilderComponent.razor.rz.scp.css */

.UploadError[b-wcsmnh5e53] {
    color: red;
}

.QContainer[b-wcsmnh5e53] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;    
}

.QLongTxt[b-wcsmnh5e53] {
    width: 200px;
}

.QuestionPart[b-wcsmnh5e53] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-wcsmnh5e53] {
    height: 200px;
}

.QContainerAnswer[b-wcsmnh5e53] {
    display: flex;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media only screen and (max-width: 1030px) {
    .QContainerAnswerEdit[b-wcsmnh5e53] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;        
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (min-width: 1031px) {
    .QContainerAnswerEdit[b-wcsmnh5e53] {
        display: flex;
        width: 100%;
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}



.QContainerAnswerEdit input[b-wcsmnh5e53]
{
    width: 300px;
}


.QContainerOption[b-wcsmnh5e53]{
    display: flex;
    justify-content: center;
    flex: 1;
}

.QContainerTools[b-wcsmnh5e53]{
    display: flex;
    width: 20px;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}

.QContainerOptionText[b-wcsmnh5e53] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-wcsmnh5e53] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-wcsmnh5e53] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;            
    cursor: pointer;
}

.QContainerImages[b-wcsmnh5e53] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: white;
}

.QContainerAnswerTitle[b-wcsmnh5e53] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-wcsmnh5e53] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-wcsmnh5e53] {
    margin-left: 5px;
}

.Clickable[b-wcsmnh5e53] {
    color: blue;
}

.PictureContainer[b-wcsmnh5e53] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-wcsmnh5e53] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-wcsmnh5e53] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-wcsmnh5e53] {
    float: right;
}

.Title[b-wcsmnh5e53] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/EditLessonHeaderComponent.razor.rz.scp.css */


.NumberTXT[b-24ueyzrz2p]
{
    width: 50px;
}

.QEditor[b-24ueyzrz2p]{
    height: 300px;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/EditReferenceComponent.razor.rz.scp.css */

.QContainer[b-243eyw9i13] {
    background-color: var(--Vrangle_Grey);        
    padding: 10px;
    width: 100%;
    overflow: hidden;    
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/EditTestComponent.razor.rz.scp.css */

.EditTestQuestionContainer[b-epftpyv064] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.QuestionContainer[b-epftpyv064] {
    display: flex;
    flex-direction: column;    
    align-items: center;
    width: 350px;
    min-height: 170px;
    margin-right: 50px;
    background-color: var(--Vrangle_Grey);
    color: black;    
    margin-bottom: 10px;
    vertical-align: top;            
}

.QuestionContainerHeader[b-epftpyv064] {
    background-color: var(--Vrangle_DarkerBlue);
    width: 100%;
    height: 30px;
}


    .QuestionContainerWide[b-epftpyv064] {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 50px;
        background-color: var(--Vrangle_Grey);
        padding: 10px;
        margin-bottom: 10px;
        vertical-align: top;
    }

.QuestionLine[b-epftpyv064] {
    display: block;
    color: black;
    width: 300px;
    margin-bottom: 20px;
}

.AnswerLine[b-epftpyv064] {
    display: block;    
    margin-bottom: 25px;    
}

.Answerselect[b-epftpyv064]{
    max-width: 300px;
}

    .AnswerLine input[b-epftpyv064] {
        width: 100%;
    }
   

.Slider[b-epftpyv064] {
    display: inline-block;
    width: 200px;
}

.hoverit i[b-epftpyv064] {
    transition: all 0.3s;
}

.hoverit i:hover[b-epftpyv064] {
    color: var(--Vrangle_Orange);
}

.CenterIt[b-epftpyv064]
{
    display: flex;
    justify-content: center;
}

.SmallFont[b-epftpyv064]{
    font-size: small;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/OrderTextEditComponent.razor.rz.scp.css */

.UploadError[b-z9t0znnr0r] {
    color: red;
}

.QContainer[b-z9t0znnr0r] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;    
}

.QLongTxt[b-z9t0znnr0r] {
    width: 200px;
}

.QuestionPart[b-z9t0znnr0r] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-z9t0znnr0r] {
    height: 200px;
}

.QContainerAnswer[b-z9t0znnr0r] {
    display: flex;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid var(--Vrangle_DarkGrey);
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media only screen and (max-width: 1030px) {
    .QContainerAnswerEdit[b-z9t0znnr0r] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (min-width: 1031px) {
    .QContainerAnswerEdit[b-z9t0znnr0r] {
        display: flex;
        width: 100%;
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid var(--Vrangle_DarkGrey);
        border-radius: 5px;
        margin: 3px;
        background-color: var(--Vrangle_Grey);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}



.QContainerAnswerEdit input[b-z9t0znnr0r] {
    width: 300px;
}


.QContainerOption[b-z9t0znnr0r] {
    display: flex;
    justify-content: center;
    flex: 1;
}

.QContainerTools[b-z9t0znnr0r] {
    display: flex;
    height: 100%;
    justify-items: start;
    cursor: pointer;
}


    .QContainerTools a[b-z9t0znnr0r] {
        margin-right: 5px;
    }

.QContainerOptionText[b-z9t0znnr0r] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.QContainerAddAnswer[b-z9t0znnr0r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.QContainerEditAnswer[b-z9t0znnr0r] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    cursor: pointer;
}

.QContainerImages[b-z9t0znnr0r] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    border: 1px black solid;
    background-color: white;
}

.QContainerAnswerTitle[b-z9t0znnr0r] {
    margin-left: 5px;
    width: 400px;
}


.QAnswer[b-z9t0znnr0r] {
    display: flex;
    width: 100%;
    margin-top: 1px;
    background-color: white;
    margin-right: 15px;
}

.QAnswerItem[b-z9t0znnr0r] {
    margin-left: 5px;
}

.Clickable[b-z9t0znnr0r] {
    color: blue;
}

.PictureContainer[b-z9t0znnr0r] {
    display: inline-block;
    margin: 5px;
    width: 250px;
    height: 410px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    vertical-align: bottom;
}

.PCPicture[b-z9t0znnr0r] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 210px;
}

.PCHeader[b-z9t0znnr0r] {
    width: 100%;
    height: 30px;
}

.PCHeaderIcons[b-z9t0znnr0r] {
    float: right;
}

.Title[b-z9t0znnr0r] {
    font-style: italic;
}
/* _content/Vrangle.Edu/Pages/Test/EditComponents/PlaceText2TextComponent.razor.rz.scp.css */

.UploadError[b-9fk0thg8pf] {
    color: red;
}

.QContainer[b-9fk0thg8pf] {
    background-color: var(--Vrangle_Grey);
    padding: 10px;    
    width: 100%;
    overflow: hidden;    
}

.QLongTxt[b-9fk0thg8pf] {
    width: 200px;
}

.QuestionPart[b-9fk0thg8pf] {
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

.QEditor[b-9fk0thg8pf] {
    height: 200px;
    overflow: auto;
}

.QPlacePanel[b-9fk0thg8pf] {    
    width: 100%;   
}

.QPlaceEditorContainer[b-9fk0thg8pf]{
    display: inline-block;
    height: 550px;
    margin-right: 10px;
}

@media only screen and (max-width: 700px) {
    .QPlaceEditorContainer[b-9fk0thg8pf] {
        width: 380px;
    }
}

@media only screen and (min-width: 609px) and (max-width: 1100px) {
    .QPlaceEditorContainer[b-9fk0thg8pf] {
        width: 500px;
    }
}

@media only screen and (min-width: 1100px) {
    .QPlaceEditorContainer[b-9fk0thg8pf] {
        width: 800px;
    }
}

.QPlaceTextParts[b-9fk0thg8pf] {
    display: inline-flex;
    flex-direction: column;
    width: 300px;
}

.QPlaceEditor[b-9fk0thg8pf] {
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 10px;
}


.QTextPart[b-9fk0thg8pf] {
    display: flex;
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
    background-color: var(--Vrangle_Grey);
    border: 1px solid black;        
    justify-content: center;
    align-items: center;
}

.QTextPartTitle[b-9fk0thg8pf]{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.QTextPartTool[b-9fk0thg8pf] {
    width: 30px;
    cursor: pointer;
}

.InputTitleDialog[b-9fk0thg8pf]{
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 400px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.InputTitleDialog div[b-9fk0thg8pf]{
    margin-bottom: 10px;
}
/* _content/Vrangle.Edu/Pages/Test/EditQuestion.razor.rz.scp.css */

.Demobar[b-vby5yumypf]
{
    display: flex;
}

.DemoContent[b-vby5yumypf]
{
    flex: 1;
}

.DemoToolbar[b-vby5yumypf]
{
    margin-right: 5px;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Pages/Test/test.razor.rz.scp.css */

.TestContainer[b-e4ddxz4cs2] {
    display: block;    
    width: 100%;
    position: relative;
    padding: 10px;    
}

.TestItem[b-e4ddxz4cs2] {
    background-color: var(--Vrangle_Grey);    
    display: inline-flex;
    flex-direction: column;
    width: 200px;
    height: 200px;
    margin: 10px;
    vertical-align: top;
    transition: all 0.3s;
}

    .TestItem:hover[b-e4ddxz4cs2] {
        transform: scale(1.1);
    }

.Selectable[b-e4ddxz4cs2] {
    cursor: pointer;
}

.TestHeader[b-e4ddxz4cs2] {
    display: flex;
    background-color: var(--Vrangle_DarkerBlue);
    color: black;
    justify-content: flex-end;
    padding-right: 5px;
    transition: all 0.3s;
}

    .TestHeader i:hover[b-e4ddxz4cs2] {
        color: var(--Vrangle_Orange);
    }

.TestContent[b-e4ddxz4cs2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.SpaceRight[b-e4ddxz4cs2] {
    margin-right: 5px;
}
/* _content/Vrangle.Edu/Pages/Translate/ImportLanguage.razor.rz.scp.css */
body[b-twi8052c9h] {
}
/* _content/Vrangle.Edu/Pages/Translate/Translate.razor.rz.scp.css */

.LTContainer[b-762uxz3r6g] {
    background-color: var(--Vrangle_Grey);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.LTRow[b-762uxz3r6g] {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.LTToolBar[b-762uxz3r6g] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
    background-color: rgba(0,0,0,0.1);
    height: 40px;    
}

    .LTToolBar a[b-762uxz3r6g] {
        margin-right: 5px;
        text-decoration: none;
        color: black;
        transition: all 0.3s;
    }

.LTToolBar a:hover[b-762uxz3r6g] {
    text-decoration: none;
    color: var(--Vrangle_Orange);
}

    .LTRow:hover[b-762uxz3r6g] {
        background-color: var(--Vrangle_DarkGrey);
        color: var(--Vrangle_Orange);
    }

    .LTRow:hover button[b-762uxz3r6g] {
        background-color: var(--Vrangle_DarkGrey);
        color: white;
    }

.LTGuid[b-762uxz3r6g] {
    width: 200px;
    font-size: 10px;
}

.LTText[b-762uxz3r6g]
{
    width: 150px;
    overflow: hidden;
}

.stdText[b-762uxz3r6g] {
    width: 150px;
    overflow: hidden;
    font-style: italic;
    font-size: small;
}
/* _content/Vrangle.Edu/Pages/User/ConfirmNewEmail.razor.rz.scp.css */


.CE_Container[b-5tt7eprmz3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.CE_Box[b-5tt7eprmz3] {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 380px;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Pages/User/ConfirmOldEmail.razor.rz.scp.css */


.CE_Container[b-43tbga3j99]{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.CE_Box[b-43tbga3j99] {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 380px;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Pages/User/Login.razor.rz.scp.css */

.txtInput[b-6niiqgy6x8] {
    width: 300px;
}

.LoginContainer[b-6niiqgy6x8] {
}

.LoginContentScreen[b-6niiqgy6x8] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.LoginBox[b-6niiqgy6x8]{
    min-width: 400px;
    max-width: 500px;
}

.LoginButton[b-6niiqgy6x8]{
    margin-top: 20px;
}
/* _content/Vrangle.Edu/Pages/User/NewEmail.razor.rz.scp.css */
body[b-z56qcb1evq] {
}


.NeContainer[b-z56qcb1evq]
{
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}

.NeBox[b-z56qcb1evq] {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 380px;
    border: 1px solid black;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.Error[b-z56qcb1evq]{
    color: red;
}
/* _content/Vrangle.Edu/Pages/User/NewUser.razor.rz.scp.css */
.UserCreatedPopup[b-fjmcoqyr5e]
{
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.NewUserContainer[b-fjmcoqyr5e]
{    
    width: 100%;
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}

.NewUser[b-fjmcoqyr5e]
{
    width: 100%;
    max-width: 550px;
}

.NewUserContent[b-fjmcoqyr5e] {
    width: 100%;
    padding: 5px;
}

.LineSpace[b-fjmcoqyr5e] {
    margin-bottom: 10px;
}
/* _content/Vrangle.Edu/Pages/User/Profile.razor.rz.scp.css */

.ProfileContainer[b-adyvc5rfge]
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.ProfilePic[b-adyvc5rfge] {
    display: block;
    width: 200px;
    height: 200px;
}

.UploadError[b-adyvc5rfge] {
    color: red;
}

.HorizontalCenter[b-adyvc5rfge] {
    display: flex;
    align-items: center;
    width: 100%;
}

.ToolButton[b-adyvc5rfge] {
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s;
}

.ToolButton:hover[b-adyvc5rfge] {
    color: #ffd800;
}
/* _content/Vrangle.Edu/Pages/User/RequestReset.razor.rz.scp.css */

.RRContainer[b-utlz14wzdp] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RReset[b-utlz14wzdp] {
    width: 100%;
    max-width: 550px;
}

.txtInput[b-utlz14wzdp] {
    width: 300px;
}

.VrangleCenter[b-utlz14wzdp]{
    display: flex;
    width: 100%;
    justify-content: center;
}
/* _content/Vrangle.Edu/Shared/Carousel/Carousel.razor.rz.scp.css */
.CarouselContainer[b-bfwm6mq3lu] {
    display: flex;
    position: relative;
    overflow-x: hidden;
    min-width: 300px;   
    flex-grow: 1;
    scroll-padding-left: 300px;        
}

.prev[b-bfwm6mq3lu], .next[b-bfwm6mq3lu] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next[b-bfwm6mq3lu] {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    
.CarouselContainer:hover .prev[b-bfwm6mq3lu] {
    background-color: rgba(0,0,0,0.2);
}

.CarouselContainer:hover .next[b-bfwm6mq3lu] {
    background-color: rgba(0,0,0,0.2);
}

.prev:hover[b-bfwm6mq3lu], .next:hover[b-bfwm6mq3lu] {
    background-color: rgba(0,0,0,0.8) !important;
}
    

.dot[b-bfwm6mq3lu] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dotSelected[b-bfwm6mq3lu] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #717171;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active[b-bfwm6mq3lu], .dot:hover[b-bfwm6mq3lu] {
        background-color: #717171;
    }
/* _content/Vrangle.Edu/Shared/Carousel/CarouselItem.razor.rz.scp.css */
.CarouselItemContainer[b-tquwt7cc7s] {
    min-width: 300px;
    animation: fadeIn-b-tquwt7cc7s 0.3s;
    width: 100%;
}

.HideCss[b-tquwt7cc7s] {
    animation: fadeOut-b-tquwt7cc7s 0.3s;
}

@keyframes fadeIn-b-tquwt7cc7s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut-b-tquwt7cc7s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* _content/Vrangle.Edu/Shared/Class/ClassInList.razor.rz.scp.css */


.ClassContainer[b-kuff0hlu52] {
    display: inline-flex;
    border: 1px solid var(--Vrangle_Grey);
    width: 400px;
    height: 200px;
    align-items: center;
    cursor: pointer;
    margin: 5px;
}

.ClassHeader[b-kuff0hlu52] {
    width: 50px;
    height: 100%;
    background-color: var(--Vrangle_DarkerBlue);
}

.ClassContent[b-kuff0hlu52]{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;

}
/* _content/Vrangle.Edu/Shared/CounterList/CounterListComponent.razor.rz.scp.css */

.CounterListContainer[b-ocz1qxmkz4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.CounterListRow[b-ocz1qxmkz4] {    
    width: 100%;
}

.CounterListCounterContainer[b-ocz1qxmkz4] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    margin-top: 10px;
    padding: 3px;    
}

.CounterItem[b-ocz1qxmkz4] {
    margin: 5px;
    cursor: pointer;
}
/* _content/Vrangle.Edu/Shared/Dialog/Dialog.razor.rz.scp.css */


.DialogContainer[b-oulr8s5jxw] {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

@media only screen and (max-width: 650px) {
    .DialogContainer[b-oulr8s5jxw] {
      width: 90%;
    }
}

@media only screen and (min-width: 650px) {
    .DialogContainer[b-oulr8s5jxw] {
        width: 600px;
    }
}

.DialogHeader[b-oulr8s5jxw] {
    display: flex;
    width: 100%;
}

.DialogTitle[b-oulr8s5jxw] {
    flex: 1;
}

.DialogFooter[b-oulr8s5jxw] {
    display: flex;
    width: 100%;
}
/* _content/Vrangle.Edu/Shared/Dialog/MsgDialog.razor.rz.scp.css */


.MsgDialogContainer[b-tjtkzkggs7]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.MsgTitle[b-tjtkzkggs7] {
    margin-bottom: 10px;    
}
/* _content/Vrangle.Edu/Shared/DragAndDrop/HorizontalStripComponent.razor.rz.scp.css */

.StripContainer[b-jst54knj6k] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;    
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
}

.StripItemContainer[b-jst54knj6k] {
    
}
/* _content/Vrangle.Edu/Shared/DragAndDrop/StripComponent.razor.rz.scp.css */

.StripContainer[b-ud4d4m24ge] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;  
    gap: 10px;
    padding: 10px;
}

.StripItemContainer[b-ud4d4m24ge] {
}
/* _content/Vrangle.Edu/Shared/Folder/FolderViewComponent.razor.rz.scp.css */

.FileFileName[b-d6mlpwzsbk] {
    display: inline-block;
    width: 400px;
}

.ToolBar[b-d6mlpwzsbk] {
    min-width: 300px;
    padding: 5px;
    background-color: var(--Vrangle_Grey);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.FolderContent[b-d6mlpwzsbk] {
    min-width: 400px;
    border: 1px solid black;
    min-height: 200px;
    background-color: var(--Vrangle_Grey);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}

.DeleteDialog[b-d6mlpwzsbk] {
    padding: 10px;
}
/* _content/Vrangle.Edu/Shared/Folder/SelectPersonalFileComponent.razor.rz.scp.css */
body[b-40w5dmidco] {
}


.AddFolderContainer[b-40w5dmidco]
{
    width: 400px;
    height: 400px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}
/* _content/Vrangle.Edu/Shared/Folder/UserFolderView.razor.rz.scp.css */
.FileFileName[b-mq9d3npqva] {
    display: inline-block;
    width: 400px;
}

.txtRight[b-mq9d3npqva] {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}


.ActionBar[b-mq9d3npqva] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    color: black;
    background-color: var(--Vrangle_DarkerBlue);
    padding: 10px;
}

.SpaceRight[b-mq9d3npqva]{
    margin-right: 10px;
}

.ActionButton[b-mq9d3npqva] {
    transition: all 0.3s;
}

.ActionButton:hover[b-mq9d3npqva] {
    color: var(--Vrangle_Orange);
}

.FolderContainer[b-mq9d3npqva] {
    width: 100%;    
    padding: 10px;
    background-color: var(--Vrangle_Grey);
}
/* _content/Vrangle.Edu/Shared/FrontComponent.razor.rz.scp.css */


.FrontlayoutContainer[b-5y6htc873u] {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 1px;
    box-sizing: border-box;
}

.FFTop[b-5y6htc873u] {
    position: sticky;
    top: 0;
    width: 100%;
    height: 157px;
    z-index: 1000;
    background-color: white;
}


.FlTopMenu[b-5y6htc873u] {
    display: flex;
    width: 100%;
    background-color: var(--Vrangle_DarkGrey);
    color: white;
    min-height: 24px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    font-size: small;
}

    .FlTopMenu a[b-5y6htc873u] {
        color: white;
        transition: all 0.3s;
    }

        .FlTopMenu a:hover[b-5y6htc873u] {
            color: var(--Vrangle_Orange);
        }

.Hamburger[b-5y6htc873u] {
    margin-right: 10px;
}

.FFlMainMenu[b-5y6htc873u] {
    display: flex;
    background-color: var(--Vrangle_Blue);
    color: black;
    height: 132px;
    align-items: center;
}

.FFCenterMenuTop[b-5y6htc873u] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1200px;
    flex: 1;
    min-height: 2em;
}

    .FFCenterMenuTop div[b-5y6htc873u] {
        margin-left: 10px;
    }

.FFMainBlueBar[b-5y6htc873u] {
    display: inline-block;
    width: 72px;
    height: 100%;
    background-color: var(--Vrangle_DarkerBlue);
}

.FFCenterMenuMain[b-5y6htc873u] {
    display: flex;
    max-width: 1200px;
    flex: 1;
    min-height: 80px;
    align-items: center;
    padding-right: 5px;
}


.MainMenuNav[b-5y6htc873u] {
    color: black;
    transition: all 0.3s;
    margin-right: 5px;
    transition: all 0.3s;
}

    .MainMenuNav:hover[b-5y6htc873u] {
        color: var(--Vrangle_Orange);
    }

.FFContent[b-5y6htc873u] {
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-height: calc(100% - 152px);
    box-sizing: border-box;
}

.ContentCenter[b-5y6htc873u] {
    width: 100%;
    min-width: 400px;
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}


.LogoPic[b-5y6htc873u] {
    width: 100px;
    padding: 0;
    margin-left: 38px;
    display: block;
    height: 3.5rem;
    cursor: pointer;
    background: url('../Images/Vrangle_logo_SVG.svg');
    background-size: 250px 3.0rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

    .LogoPic:hover[b-5y6htc873u] {
        transform: scale(1.1);
    }

.filler[b-5y6htc873u] {
    width: 50px;
}

.FFlexRight[b-5y6htc873u] {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-right: 66px;
}

    .FFlexRight > div[b-5y6htc873u] {
        margin-left: 31px;
    }

.FlexRight[b-5y6htc873u] {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .FlexRight > div[b-5y6htc873u] {
        margin-left: 10px;
    }

.Cursor[b-5y6htc873u] {
    cursor: pointer;
}

.FFMobileMenu[b-5y6htc873u] {
    background-color: var(--Vrangle_Grey);
    color: black;
    width: 100%;
    padding: 10px;
    border: 1px solid white;
}

.Menu[b-5y6htc873u] {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    padding-left: 10px;
    transition: all 0.3s;
}

    .Menu:hover[b-5y6htc873u] {
        color: var(--Vrangle_Orange);
    }

        .Menu:hover .MenuContent[b-5y6htc873u] {
            display: block;
            position: absolute;
            background-color: #f6f6f6;
            border: 1px solid white;
            padding: 10px;
            min-width: 200px;
            min-height: 60px;
            cursor: pointer;
        }

.MenuContent[b-5y6htc873u] {
    display: none;
    z-index: 2000;
    color: black;
}

.MenuContentMobile[b-5y6htc873u] {
    padding-left: 10px;
}

.MenuContentLine[b-5y6htc873u] {
    cursor: pointer;
    transition: all 0.3s;
}

    .MenuContentLine:hover[b-5y6htc873u] {
        color: var(--Vrangle_Orange);
    }

.FullContent[b-5y6htc873u] {
    position: relative;
    width: 100%;
    min-height: calc(100% - 157px);    
    height: 1px;
    overflow: auto;
}

.FFBottom[b-5y6htc873u] {
    display: flex;
    justify-content: center;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: black;
    color: white;
}

.FFCenterMenuBottom[b-5y6htc873u] {
    display: flex;
    align-items: center;
    min-height: 2em;
}

    .FFCenterMenuBottom a[b-5y6htc873u] {
        color: white;
    }


.FFContentBorder[b-5y6htc873u] {
    /* background-color: #262626;*/
    flex: 1;
}
/* _content/Vrangle.Edu/Shared/FrontLayout.razor.rz.scp.css */
/* _content/Vrangle.Edu/Shared/General/Container/CollapsibleComponent.razor.rz.scp.css */
.CollapseContainer[b-e51j6lkvis] {
    width: 100%;
}

.CollapseHeader[b-e51j6lkvis] {
    width: 100%;
    padding: 2px;
    cursor: pointer;
    background-color: rgba(255,255, 255, 0.1);
    color: var(--Vrangle_Green);
}

.CollapseContent[b-e51j6lkvis] {
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    background-color: rgba(255,255, 255, 0.06);
}

.CollapseContentPadding[b-e51j6lkvis]{
    padding: 5px;
}
/* _content/Vrangle.Edu/Shared/General/Container/MainCollapsibleComponent.razor.rz.scp.css */

.CollapsibleContainer[b-svcf5o18te] {        
    margin-top: 2px;
    overflow: auto;
}

.CollapsibleHeader[b-svcf5o18te] {
    display: flex;
    width: 100%;
    background-color: var(--Vrangle_Grey);
    color: black;
    cursor: pointer;
    padding-left: 5px;
    height: 2em;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;    
}

.CollapsibleTitle[b-svcf5o18te] {
    margin-left: 10px;
}

.CollapsibleContent[b-svcf5o18te] {
    width: 100%;
    background-color: var(--Vrangle_Grey);    
    overflow: hidden;
    transition: max-height 0.3s;
}

.CollapsibleContentPadding[b-svcf5o18te]
{
    padding: 5px;
}

.CollapsibleToolbox[b-svcf5o18te] {
    display: flex;
    flex: 1;
    margin-right: 5px;
    justify-content: flex-end;
}
/* _content/Vrangle.Edu/Shared/General/LineInputComponent.razor.rz.scp.css */
/* _content/Vrangle.Edu/Shared/General/Navigation.razor.rz.scp.css */

.AbovePage[b-h7bay8a8ju] {
    position: fixed;    
    width: 100%;
    max-width: 1200px;
    background-color: #ffffffe7;
    z-index: 20;
}

.SetHeight[b-h7bay8a8ju] {
    height: 2.1em;
}

.BackRow[b-h7bay8a8ju] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.1em;
    margin: 0 0 5px 0;
    color: black;
}

.FullWidth[b-h7bay8a8ju] {
    width: 100%;
}

.BackTitle[b-h7bay8a8ju] {
    flex: 1;
}

.BackToolbar[b-h7bay8a8ju] {
    display: flex;
    margin-right: 5px;
}

    .BackToolbar div[b-h7bay8a8ju] {
        margin-right: 5px;
    }

.BackRow + a[b-h7bay8a8ju] {
    padding: 0.05px;
}

.NavRightBox[b-h7bay8a8ju] {
    padding: 0.05px;
    margin-right: 5px;
}

.BackTitle a[b-h7bay8a8ju] {
    transition: all 0.3s;
}

    .BackTitle a:hover[b-h7bay8a8ju] {
        font-weight: bold;
    }

.NavGoLeft[b-h7bay8a8ju] {
    margin-left: 5px;
    transition: all 0.3s;
}

    .NavGoLeft:hover[b-h7bay8a8ju] {
        color: var(--Vrangle_Orange);
    }
/* _content/Vrangle.Edu/Shared/General/StarRating.razor.rz.scp.css */

.Selectable[b-dyjqp3rsg1]{
    cursor: pointer;
}
/* _content/Vrangle.Edu/Shared/General/SwitchComponent.razor.rz.scp.css */
/* The switch - the box around the slider */
.switch[b-mh8aiu4s0c] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input[b-mh8aiu4s0c] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-mh8aiu4s0c] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Vrangle_DarkGrey);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-mh8aiu4s0c]:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-mh8aiu4s0c] {
    background-color: var(--Vrangle_Green);
}

input:focus + .slider[b-mh8aiu4s0c] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-mh8aiu4s0c]:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round[b-mh8aiu4s0c] {
    border-radius: 34px;
}

    .slider.round[b-mh8aiu4s0c]:before {
        border-radius: 50%;
    }
/* _content/Vrangle.Edu/Shared/Lesson/FindLessonViewComponent.razor.rz.scp.css */

.hoverit[b-el29yrsqfl] {
    transition: all 0.3s;
}

    .hoverit i:hover[b-el29yrsqfl] {
        color: var(--Vrangle_Orange);
    }


.LV_Container[b-el29yrsqfl] {
    display: flex;
    width: 100%;
    height: 220px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: white;
}

.LV_Panel[b-el29yrsqfl] {
    width: 50px;
    height: 100%;
    background-color: var(--Vrangle_DarkerBlue);
    margin-right: 15px;
}

.LV_Image[b-el29yrsqfl] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    margin-right: 15px;
}

.Lv_Info[b-el29yrsqfl] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.LvToolbar[b-el29yrsqfl] {
    display: flex;
}

.Lv_Title[b-el29yrsqfl] {
    color: black;
    flex: 1;
}

.Lv_Star[b-el29yrsqfl] {
    margin-right: 10px;
    align-items: center;
}

.LV_Description[b-el29yrsqfl] {
    width: 100%;    
    max-height: 200px;
    overflow: hidden;
}

.LV_Footer[b-el29yrsqfl] {
    color: var(--Vrangle_Blue);
    font-weight: lighter;
}
/* _content/Vrangle.Edu/Shared/Lesson/LessonEvaluationComponent.razor.rz.scp.css */

.LeContainer[b-cpynbty7ep]{
    margin-top: 10px;
    margin-bottom: 10px;
}

.LeContent[b-cpynbty7ep] {
    margin-bottom: 10px;
}
/* _content/Vrangle.Edu/Shared/Lesson/LessonViewComponent.razor.rz.scp.css */

.hoverit i[b-55l0smszzr] {
    transition: all 0.3s;
}

.hoverit i:hover[b-55l0smszzr] {
    color: var(--Vrangle_Orange);
}


.CardUberContainer[b-55l0smszzr]
{
    display: inline-flex;
    width: 365px;    
    height: 100%;
}

.CardUberContainerFull[b-55l0smszzr] {
    display: inline-flex;
    width: 400px;    
}

.HCenter[b-55l0smszzr] {
    display: flex;
    width: 100%;
    justify-content: center;
}

.LeftSpace[b-55l0smszzr] {
    margin-left: 5px;
}

.Lv_ChildContent[b-55l0smszzr] {
    max-height: 100%;
    overflow-y: hidden;
}

.SmallFont[b-55l0smszzr] {
    font-size: small;
    font-weight: bold;
}

.FadeAway[b-55l0smszzr] {
    background: linear-gradient(180deg, black, white);
    height: 160px;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
/* _content/Vrangle.Edu/Shared/Menu/LanguageComponent.razor.rz.scp.css */

.LangContainer[b-oq8x9o5w49] {
    position: relative;
    cursor: pointer;
    width: 40px;
    overflow: hidden;
    margin-right: 5px;
}

.LangDialog[b-oq8x9o5w49]{
    padding: 10px;
    background-color: white;color: black;
    border: 1px solid black;
    border-radius: 5px;
}

.LangDialog img[b-oq8x9o5w49] {
    padding: 2px;
}

.LangContainer img[b-oq8x9o5w49] {
    padding-right: 5px;
}

.HorizontalCenter[b-oq8x9o5w49]
{
    display: flex;
    width: 100%;    
    justify-content: center;
}

.FlagSelectable[b-oq8x9o5w49]{
    cursor: pointer;
}
/* _content/Vrangle.Edu/Shared/Menu/MenuItemContainerComponent.razor.rz.scp.css */

.MenuItemContainer[b-2bwlsynqit] {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 200px;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid white;
}

    .MenuItemContainer:hover[b-2bwlsynqit] {
        transform: scale(1.1);
    }

.MenuItemHeader[b-2bwlsynqit] {
    width: 100%;
    height: 30px;
    background-color: var(--Vrangle_DarkerBlue);
}

.MenuItemContent[b-2bwlsynqit] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    background-color: var(--Vrangle_Grey);
    justify-content: center;
    align-items: center;
}
/* _content/Vrangle.Edu/Shared/Menu/SwitchSchoolComponent.razor.rz.scp.css */


.SchoolS[b-1gngyw530s]
{
    margin-right: 10px;
}

.selectright[b-1gngyw530s] {
    text-align-last: right;
}

.optionright[b-1gngyw530s]
{
    direction: rtl;
}
/* _content/Vrangle.Edu/Shared/Menu/UserMenuComponent.razor.rz.scp.css */

.UserMenuContainer[b-9rg1xireog] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.UserMenuFill[b-9rg1xireog] {
    flex: 1;
}

.UserMenuBottom[b-9rg1xireog] {
}

.UserswitchContainer[b-9rg1xireog] {
    display: flex;
    width: 100%;
    height: 45px;
    margin-right: 3px;
    padding: 0;
    flex-shrink: 0;
}

.Userswitch[b-9rg1xireog] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid white;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 30px;
}

.Userswitch_active[b-9rg1xireog] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid white;
    background-color: var(--Vrangle_Blue);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 30px;
}

.Avatar[b-9rg1xireog] {
    width: 100%;
    height: 150px;
    display: block;
    margin-top: 10px;
    flex-shrink: 0;
}

.UserName[b-9rg1xireog] {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: small;
    color: var(--Vrangle_Green);
}

.TextArea[b-9rg1xireog] {
    width: 100%;
    flex-shrink: 0;
    margin-top: 10px;
}

.MySide[b-9rg1xireog] {
    color: white;
    height: 100%;
    overflow: auto;
}

    .MySide a[b-9rg1xireog] {
        color: white;
    }

.SideBarInvTitle[b-9rg1xireog] {
    font-size: 12px;
    color: red;
}



.Accept[b-9rg1xireog] {
    display: inline-block;
    color: green;
    display: inline-block;
}

.Deny[b-9rg1xireog] {
    display: inline-block;
    color: red;
    display: inline-block;
}

.Inspring[b-9rg1xireog] {
    color: white;
    margin-left: 10px;
}

    .Inspring a[b-9rg1xireog] {
        color: white;
    }

.Dataitem[b-9rg1xireog] {
    font-style: italic;
}

    .Dataitem a[b-9rg1xireog] {
        font-style: italic;
    }

.Teacher[b-9rg1xireog] {
    color: white;
    padding-left: 10px;
    overflow: auto;
}

.Student[b-9rg1xireog] {
    color: white;
    padding-left: 10px;
}

.Tools[b-9rg1xireog] {
    color: white;
    padding-left: 10px;
}

.numberCircle[b-9rg1xireog] {
    width: 22px;
    height: 22px;
    line-height: 22;
    display: inline-flex;
    border-radius: 50%;
    border: 2px solid red;
    font-size: 12px;
    font-family: courier;
    justify-content: center;
    align-items: center;
    position: relative;
}



.SideBarInvTitle a[b-9rg1xireog] {
    font-size: 15px;
    color: red;
}
/* _content/Vrangle.Edu/Shared/Users/FindUser.razor.rz.scp.css */
.FindUserContainer[b-0yj62an2ao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 100%;
    min-width: 400px;
    padding: 10px;
}

    .FindUserContainer div[b-0yj62an2ao] {
        margin-right: 5px;
    }


.FindUserTableContainer[b-0yj62an2ao] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
    padding: 10px;
}

.FindUserPicture[b-0yj62an2ao] {
    margin-right: 10px;
}

.OkButton[b-0yj62an2ao] {
    width: 150px;
}

.UserTable[b-0yj62an2ao] {
    display: flex;
    align-items: center;
    background-color: var(--Vrangle_Grey);
    border-bottom: 1px solid white;
    height: 90px;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;    
}

.FullWidth[b-0yj62an2ao]{
    width: 100%;
}
/* _content/Vrangle.Edu/Shared/Warning/WarningComponent.razor.rz.scp.css */

.WarningContainer[b-tjjy8hh17u] {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 350px;
    background-color: var(--Vrangle_Grey);
    cursor: pointer;
    transition: all 0.3s;
    padding: 5px;
}

    .WarningContainer:hover[b-tjjy8hh17u] {
        transform: scale(1.09);
    }

.WarningHeader[b-tjjy8hh17u] {
    width: 100%;
    height: 40px;
    background-color: var(--Vrangle_DarkerBlue);
}

.WarningContent[b-tjjy8hh17u] {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
