@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.xe26l4utcx.bundle.scp.css';

/* _content/WiseUp.Web.Ui/Components/Controls/Clock.razor.rz.scp.css */
.clock[b-b9snnqhdao] {
    position: relative;
    width: 200px;
    height: 200px;
    border: 8px solid #333;
    border-radius: 50%;
    margin: 20px auto;
    background: white;
}

.hand[b-b9snnqhdao] {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform-origin: bottom;
    background: #333;
    border-radius: 2px;
}

    .hand.hour[b-b9snnqhdao] {
        height: 50px;
        width: 6px;
        background: #333;
    }

    .hand.minute[b-b9snnqhdao] {
        height: 70px;
        width: 4px;
        background: #555;
    }

    .hand.second[b-b9snnqhdao] {
        height: 90px;
        width: 2px;
        background: red;
    }

.center-dot[b-b9snnqhdao] {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/WiseUp.Web.Ui/Components/Controls/HorizontalBar.razor.rz.scp.css */
/*.percentage-bar-outer {
    width: 100%;
    height: 24px;
    background-color: #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    margin: 0.25rem 0;
    position: relative;
}

.percentage-bar-inner {
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    white-space: nowrap;
    transition: width 0.4s ease;
}

.percentage-bar-text {
    padding: 0 8px;
    font-size: 0.875rem;
}*/

.percentage-bar-wrapper[b-x2m3ckewug] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.25rem 0;
}

.percentage-bar-label[b-x2m3ckewug] {
    min-width: 100px;
    font-weight: 500;
}

.percentage-bar-container[b-x2m3ckewug] {
    flex: 1;
    height: 16px;
   /* background-color: #e0e0e0;
    border-radius: 8px;*/
    overflow: hidden;
}

.percentage-bar-fill[b-x2m3ckewug] {
    height: 100%;
    transition: width 0.3s ease;
}

.percentage-bar-value[b-x2m3ckewug] {
    min-width: 50px;
    text-align: right;
    font-weight: bold;
}
/* _content/WiseUp.Web.Ui/Components/Dialogs/GroupDialog.razor.rz.scp.css */
.color-box[b-2kwjw5e327] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
}
/* _content/WiseUp.Web.Ui/Components/Dialogs/QuestionDialog.razor.rz.scp.css */
.answer-true-container[b-8l6h2uewna] {
    position: relative; 
    padding: 20px;
    border: 2px solid #a3cfbb;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

.answer-false-container[b-8l6h2uewna] {
    position: relative;
    padding: 20px;
    border: 2px solid #f66055;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}
/* _content/WiseUp.Web.Ui/Components/Dialogs/RandomExamQuestionSelectDialog.razor.rz.scp.css */
.tags-container[b-7lm6pv22sj] {
    max-height: 80px;
    overflow-y: auto
}
/* _content/WiseUp.Web.Ui/Components/Layout/CultureSelector.razor.rz.scp.css */
.culture-selector[b-gy9f8yrn3p] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.selected-culture[b-gy9f8yrn3p] {
    display: flex;
    align-items: center; /* Chevron und Content vertikal zentrieren */
    justify-content: space-between; /* Chevron nach rechts schieben */
    padding: 5px 10px;
}

    .selected-culture .content-sl[b-gy9f8yrn3p] {
        display: flex;
        align-items: center; /* Flagge und Text vertikal zentrieren */
    }

.flag[b-gy9f8yrn3p] {
    width: 24px;
    height: auto;
    margin-right: 8px;
}

.chevron[b-gy9f8yrn3p] {
    font-size: 22px;
}

/*.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
}

    .dropdown-item:hover {
        background-color: #f0f0f0;
    }*/
/* _content/WiseUp.Web.Ui/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-56d6y1k4lp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-56d6y1k4lp] {
    flex: 1;
}

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

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

    .top-row[b-56d6y1k4lp]  a, .top-row[b-56d6y1k4lp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-56d6y1k4lp]  a:hover, .top-row[b-56d6y1k4lp]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-56d6y1k4lp] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-56d6y1k4lp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-56d6y1k4lp], article[b-56d6y1k4lp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-56d6y1k4lp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-56d6y1k4lp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WiseUp.Web.Ui/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zh9z0oyu7t] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zh9z0oyu7t] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-zh9z0oyu7t] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zh9z0oyu7t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zh9z0oyu7t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zh9z0oyu7t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-zh9z0oyu7t]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zh9z0oyu7t]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zh9z0oyu7t]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zh9z0oyu7t] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zh9z0oyu7t] {
    display: block;
}

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

    .nav-scrollable[b-zh9z0oyu7t] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WiseUp.Web.Ui/Components/Layout/UserControl.razor.rz.scp.css */
.user-selector[b-3utu4t0dl6] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.selected-user[b-3utu4t0dl6] {
    display: flex;
    align-items: center; /* Chevron und Content vertikal zentrieren */
    justify-content: space-between; /* Chevron nach rechts schieben */
    padding: 5px 10px;
}

    .selected-user .content-sl[b-3utu4t0dl6] {
        display: flex;
        align-items: center; /* Flagge und Text vertikal zentrieren */
    }

/*.flag {
    width: 24px;
    height: auto;
    margin-right: 8px;
}*/

.chevron[b-3utu4t0dl6] {
    font-size: 22px;
}
/* _content/WiseUp.Web.Ui/Components/Pages/ExamMonitorPage.razor.rz.scp.css */
.overlay[b-i4t470o827] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* halbtransparent weiß */
    z-index: 10;
}

.tile[b-i4t470o827] {
    /*background-color: #BDBDBD;*/
    width: 32px;
    height: 32px;
    /*border-radius: 4px;*/
    /*border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    transition: background-color 0.3s ease;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-width: 1px;
}

.flip[b-i4t470o827] {
    animation: flipY-b-i4t470o827 0.6s forwards;
    /*background-color: #4CAF50 !important;*/ /* grün */
}

@keyframes flipY-b-i4t470o827 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}
