@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/AdTask/Components/Layout/Actionbar.razor.rz.scp.css */
[b-ipcfq4tdcy] a {
    height: 100%;
    font-size: 1.12rem;
    color: white;
    text-decoration: none !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-text-stroke 0.2s ease-in-out;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: 0;
    -webkit-text-stroke: 0px;
}

[b-ipcfq4tdcy] a:hover {
    background-color: #0e2d4d;
}

[b-ipcfq4tdcy] a > span {
    position: relative;
    top: -6px;
}

.action-bar-button:first-child .action-button span[b-ipcfq4tdcy] {
    top: -3px;
}

[b-ipcfq4tdcy] a.active {
    background-color: #f5f8ff;
    color: #023d69;
    position: relative;
    top: 0.5rem;
    border-end-start-radius: 0px;
    border-end-end-radius: 0px;
    -webkit-text-stroke: 0.3px;
}

[b-ipcfq4tdcy] a.active > div > i::before {
    color: #0e2d69 !important;
}

.action-bar[b-ipcfq4tdcy] {
    background-color: #023d69;
    display: flex;
    padding: 5px;
    justify-content: flex-end;
    align-items: center;
    width: 100svw;
    z-index: 1;
}

i[b-ipcfq4tdcy] {
    font-size: 24px;
}

.action-bar-button[b-ipcfq4tdcy] {
    max-height: 35px;
    width: 220px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.bi-book[b-ipcfq4tdcy] {
    font-size: 24px;
}

.bi[b-ipcfq4tdcy] {
    margin-left: 10px;
    margin-right: 10px;
}

.bi-plus[b-ipcfq4tdcy] {
    line-height: 0px;
    font-size: 35px;
    color: white;
    align-self: center;
    margin: 0;
    padding: 0;
}
/* _content/AdTask/Components/Layout/Headers.razor.rz.scp.css */
.page[b-dgx4z03cps] {
    display: flex;
    display: flex;
    flex-direction: column;
}

#logo[b-dgx4z03cps] {
    width: 65px;
}

.nav[b-dgx4z03cps] {
    display: flex !important;
}

header[b-dgx4z03cps] {
    width: 100vw;
    background-color: #006ec7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.header-left[b-dgx4z03cps] {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.nav-link[b-dgx4z03cps]  a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    margin: 0 10px;
    color: white;
}

.home-logo[b-dgx4z03cps] {
    height: 2rem;
}

hr[b-dgx4z03cps] {
    border: 2px solid white;
    margin: 5px 0px;
}

.hamburger-btn[b-dgx4z03cps] {
    align-content: center;
    height: 3rem;
    padding: 10px 15px;
    color: #fff;
    background-color: #006ec7;
    border-radius: 0;
    border: none;
    margin-right: 1rem;
    cursor: pointer;
}

.hamburger-btn:hover[b-dgx4z03cps] {
    background-color: #023d69;

}

.bar1[b-dgx4z03cps], .bar2[b-dgx4z03cps], .bar3[b-dgx4z03cps] {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius:2px;
    margin: 5px 0;
    transition: 0.4s;
    color: #fff;
}

main[b-dgx4z03cps] {
    flex: 1;
}

.sidebar-open[b-dgx4z03cps] {
    background-color: #023d69;
    width: 200px;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    transition: 300ms cubic-bezier(.36,0.1,0,.77);
}

.sidebar-collapsed[b-dgx4z03cps] {
    margin-left: -200px;
}

.sidebar-open > .main[b-dgx4z03cps] {
    margin-left: 46px;
}

.top-row[b-dgx4z03cps] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-dgx4z03cps]  a, .top-row .btn-link[b-dgx4z03cps] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-dgx4z03cps] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Style The Dropdown Button */
.dropbtn[b-dgx4z03cps], .login-button[b-dgx4z03cps] {
    background-color: #006ec7;
    color: white;
    padding: 16px;
    font-size: 1.12rem;
    border: none;
    cursor: pointer;
    height: 3rem;
}

.dropbtn[b-dgx4z03cps] {
    padding: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown[b-dgx4z03cps] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-dgx4z03cps] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 2px 19px 0px rgba(107,107,107,0.67);
    border-radius: 4px;
    z-index: 10 !important;
}

/* Links inside the dropdown */
.dropdown-content form[b-dgx4z03cps] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content form:hover[b-dgx4z03cps] {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-dgx4z03cps] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn[b-dgx4z03cps] {
    background-color: #023d69;
}

.login-button:hover[b-dgx4z03cps] {
    background-color: #023d69;
}

.login-button[b-dgx4z03cps] {
    background-color: #006ec7;
    color: white;
    align-self: center;
    padding: 0px 16px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dgx4z03cps] {
        display: none;
    }

    .top-row.auth[b-dgx4z03cps] {
        justify-content: space-between;
    }

    .top-row a[b-dgx4z03cps], .top-row .btn-link[b-dgx4z03cps] {
        margin-left: 0;
    }
}

@media (max-width: 641px) {

    .sidebar-open[b-dgx4z03cps] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dgx4z03cps] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-dgx4z03cps], article[b-dgx4z03cps] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AdTask/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fa6ts1d5jk] {
    display: flex;
    flex-direction: column;
    background-color: #f5f8ff;
}

main[b-fa6ts1d5jk] {
    flex: 1;
    max-width: 100svw;
    min-width: 50svw;
    flex-direction: row;
    transition: margin-right .5s;
}

header[b-fa6ts1d5jk] {
    width: 100svw;
    height: fit-content;
}


#ActionBar-Header[b-fa6ts1d5jk] {
    background-color: #023d69;
    z-index: 2
}

.header-left[b-fa6ts1d5jk] {
    justify-content: flex-start;
    flex-direction: row;
}

.header-right[b-fa6ts1d5jk] {
    text-align: center;
    align-items: center;
}

.logo[b-fa6ts1d5jk] {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    margin: 0 10px;
}

.hamburger-btn[b-fa6ts1d5jk] {
    padding: 2px 5px;
    color: #fff;
    background-color: #006ec7;
    border-radius: 2px;
    border: 0.5px solid #023d69;
}

.hamburger-btn:hover[b-fa6ts1d5jk] {
    background-color: #023d69;
}

.Padding[b-fa6ts1d5jk] {
    margin-left: 250px;
}

.top-row[b-fa6ts1d5jk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fa6ts1d5jk]  a, .top-row .btn-link[b-fa6ts1d5jk] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fa6ts1d5jk] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bi-bell[b-fa6ts1d5jk] {
    font-size: 25px;
    color: white;
    margin-right: 8px;
    margin-top: 15px;
    position: relative;
    top: 3px;
}

@media (width: 641px) {
    .page[b-fa6ts1d5jk] {
        flex-direction: row;
    }

    .sidebar[b-fa6ts1d5jk] {
        
        height: calc(100svh - 48px);
        top: 48px;
        position: absolute;
    }

    .top-row[b-fa6ts1d5jk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fa6ts1d5jk], article[b-fa6ts1d5jk] {
        transition: margin-left cubic-bezier(0.31, -0.45, 0.72, 1.36) 0.25s;
        width: 100%;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
        .top-row:not(.auth)[b-fa6ts1d5jk] {
            display: none;
        }

        .top-row.auth[b-fa6ts1d5jk] {
            justify-content: space-between;
        }

        .top-row a[b-fa6ts1d5jk], .top-row .btn-link[b-fa6ts1d5jk] {
            margin-left: 0;
        }
}

[b-fa6ts1d5jk] .sidebar-collapsed + main {
    margin-left: 1.5rem;
}

.sidebar-open[b-fa6ts1d5jk] {
    background-color: #023d69;
    width: 200px;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    transition: 300ms cubic-bezier(.36,0.1,0,.77);
}

.sidebar-collapsed[b-fa6ts1d5jk] {
    margin-left: -200px;
}

.sidebar-open > .main[b-fa6ts1d5jk] {
    margin-left: 46px;
}
/* _content/AdTask/Components/Layout/SideNavMenu.razor.rz.scp.css */
.sidebar[b-jz1ioqh1bg] {
    margin-top: 0;
    height: auto;
}

.navbar-toggler[b-jz1ioqh1bg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jz1ioqh1bg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jz1ioqh1bg] {
    font-size: 1.1rem;
}

.oi[b-jz1ioqh1bg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jz1ioqh1bg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-jz1ioqh1bg] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-jz1ioqh1bg] {
    padding-bottom: 1rem;
}

.nav-item[b-jz1ioqh1bg]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    font-size: 1.12rem;
    color: white;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-jz1ioqh1bg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jz1ioqh1bg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (min-width: 641px) {

    .navbar-toggler[b-jz1ioqh1bg] {
        display: none;
    }

    .collapse[b-jz1ioqh1bg] {
        /*Never collapse the sidebar for wide screens*/ 
        display: block;
    }

    .nav-scrollable[b-jz1ioqh1bg] {
        /*Allow sidebar to scroll for tall menus*/ 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AdTask/Components/Layout/TaskCard.razor.rz.scp.css */
.card[b-ktam76xp84] {
    cursor: pointer;
    min-width: 200px;
    max-width: 200px;
    transition: all 0.3s;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 15px;
}

.card:hover[b-ktam76xp84] {
    transform: scale(1.10);
    overflow: hidden;
    z-index: 2000;
}

.card-title[b-ktam76xp84] {
    text-decoration: none;
    overflow: hidden;
    padding-bottom:10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 1.1rem;
    font-weight: 600;
}

.card-body[b-ktam76xp84] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.id-badge[b-ktam76xp84] {
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(3px);
    filter: url(#glass-blur);
    inset: 0;
    padding: 4px 8px;
}

.card-img-wrapper[b-ktam76xp84] {
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}

.title-wrapper[b-ktam76xp84] {
    margin: 0;
    padding: 0;
    align-content: start;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-wrapper[b-ktam76xp84] {
    padding-top: 10px;
}

.info-wrapper p[b-ktam76xp84] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.card-text[b-ktam76xp84] {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.card-img-top[b-ktam76xp84] {
    aspect-ratio: 16 / 9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card[b-ktam76xp84]  a {
    all: unset !important;
}

#IdDisplay[b-ktam76xp84] {
    height: 0;
    top: -6.5rem !important;
    left: 0.5rem !important;
    margin-right: 0.25rem;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
}

#IdDisplay p[b-ktam76xp84] {
    margin: 0;
}

#hashtag[b-ktam76xp84] {
    color: #a9a9a9;
}
/* _content/AdTask/Components/Pages/Home.razor.rz.scp.css */
.card-container-title[b-b9qd98yl3e] {
    padding-bottom: 0;    
}

.card-container-body[b-b9qd98yl3e] {
    overflow: unset;
    margin: 0;
    padding: 20px 10px;
}

.title[b-b9qd98yl3e] {
    font-size: 2rem;
    font-weight: 600;
    padding: 0 25px;
    margin: 0;
}
/* _content/AdTask/Components/Pages/RoleAssignement.razor.rz.scp.css */
.container-fluid[b-znyarka1g4] {
    background-color: #f5f8ff;
    margin: 10px 0;
}

th[b-znyarka1g4] {
    font-weight: 600;
    color: #6c757d;
}

.search-grid[b-znyarka1g4] {
    display: grid;
    grid-template-columns: 75% repeat(auto-fit, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
}

.search-input[b-znyarka1g4] {
    min-width: 0;
    margin-bottom: 0;
}

.search-btn[b-znyarka1g4] {
    white-space: nowrap;
}

.role-border-left[b-znyarka1g4] {
    border-left-width: 4px;
    border-left-style: solid;
}

.select-left-border[b-znyarka1g4] {
    border-left-color: red;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding-left: 0.5rem;
}

.role-user[b-znyarka1g4] {
    border-left-color: #28a745;
}

.role-mentor[b-znyarka1g4] {
    border-left-color: #3388d4;
}

.role-admin[b-znyarka1g4] {
    border-left-color: #e85c6a;
}

.clear-button-position[b-znyarka1g4] {
    pointer-events: none;
    position: relative;
    margin-right: 0.25rem;
    height: 0;
}

.clear-button[b-znyarka1g4] {
    pointer-events: auto;
    position: absolute;
    top: -2.36rem;
    right: -0.3rem;
}

.clear-button:hover[b-znyarka1g4] {
    transition: border 0.25s;
    border: 1px solid #2b2f32;
}
/* _content/AdTask/Components/Pages/TaskAssignment.razor.rz.scp.css */
.task-assignment-container[b-rg5u53uo9g] {
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 20px;
}

[b-rg5u53uo9g] select, optgroup[b-rg5u53uo9g], textarea[b-rg5u53uo9g] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: 5px;
    margin-bottom: 10px;
}

.validation-container[b-rg5u53uo9g] {
    margin-bottom: 2rem;
}

[b-rg5u53uo9g] .autocomplete > div > button {
    display: none;
}
.task-form[b-rg5u53uo9g] {
    border-right: unset;
    height: 100%;
    padding: 1rem;
    display: flex;
    background-color: #f8f9fa;
    flex-direction: column;
}

.container-heading[b-rg5u53uo9g] {
    color: #6c757d;
}

.container-fluid > div[b-rg5u53uo9g] {
    flex-grow: 1;
}

.task-title[b-rg5u53uo9g] {
    border-bottom: 1px dotted #343a40;
    float: left;
    padding-right: 50px;
    padding-bottom: 7px;
}

.previewtask-container[b-rg5u53uo9g] {
    background-color: white !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 20px;
}

select#titleDropdown[b-rg5u53uo9g],
select#userDropdown[b-rg5u53uo9g] {
    background-color: #ffffff;
    color: black;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 200px;
    background-position: right 10px center;
    background-size: 12px;
}

select#titleDropdown:hover[b-rg5u53uo9g],
select#userDropdown:hover[b-rg5u53uo9g] {
    background-color: #f5f8ff;
    cursor: pointer;
}

#SubmitButton[b-rg5u53uo9g] {
    box-sizing: content-box;
    margin: 0px 2px;
}

.min-custom-height[b-rg5u53uo9g] {
    min-height: calc(100svh - 8rem);
}

.clear-button-position[b-rg5u53uo9g] {
    pointer-events: none;
    position: relative;
    margin-right: 0.25rem;
    height: 0;
}

.clear-button[b-rg5u53uo9g]{
    pointer-events: auto;
    position: absolute;
    top: -2.67rem;
}

.clear-button:hover[b-rg5u53uo9g] {
    transition: border 0.25s;
    border: 1px solid #2b2f32;
}
/* _content/AdTask/Components/Pages/TasksList.razor.rz.scp.css */

.task-click[b-j1acb88v3w] {
    cursor: pointer;
}

th[b-j1acb88v3w] {
    font-weight: 600;
    color: #6c757d;
}

.status-badge[b-j1acb88v3w] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.status-eingereicht[b-j1acb88v3w] {
    color: white;
    background-color: #FF4F0F;
}

.status-abgeschlossen[b-j1acb88v3w] {
    color: white;
    background-color: #28a745;
}

[b-j1acb88v3w] .sort-arrow {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.sort-arrow-slot[b-j1acb88v3w] {
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-user-select: none;
}

    .sort-arrow-slot:hover[b-j1acb88v3w] {
        background-color: #f1f1f1;
        color: #343a40;
    }

.space-between-header[b-j1acb88v3w] {  
    padding-left: 1rem;
    min-width: 10rem;
}

.empty-list[b-j1acb88v3w] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-id[b-j1acb88v3w] {
    width: 4%;
}

.col-title[b-j1acb88v3w] {
    width: 57%;
}

.col-time[b-j1acb88v3w] {
    width: 10%
}

.col-creation[b-j1acb88v3w] {
    width: 13%;
}

.col-difficulty[b-j1acb88v3w] {
    width: 10%;
}

.col-modified[b-j1acb88v3w] {
    width: 10%;
}

.table-center tbody td[b-j1acb88v3w],
.table-center thead th[b-j1acb88v3w] {
    text-align: center;
    vertical-align: middle;
}

.table-center .col-id[b-j1acb88v3w],
.table-center td.col-id[b-j1acb88v3w],
.table-center .col-title[b-j1acb88v3w],
.table-center td.col-title[b-j1acb88v3w] {
    text-align: left;
}
/* _content/AdTask/Components/Pages/TaskSolutionList.razor.rz.scp.css */
.task-click[b-bd7lu66ihe] {
    cursor: pointer;
}

th[b-bd7lu66ihe] {
    font-weight: 600;
    color: #6c757d;
}

.empty-list[b-bd7lu66ihe] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

[b-bd7lu66ihe] .sort-arrow {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.sort-arrow-slot[b-bd7lu66ihe] {
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease; 
    -webkit-user-select: none;
}

.sort-arrow-slot:hover[b-bd7lu66ihe] {
    background-color: #f1f1f1;
    color: #343a40;
}

.col-id[b-bd7lu66ihe] {
    width: 4%;
}

.col-title[b-bd7lu66ihe] {
    width: 69%;
}

.col-solver[b-bd7lu66ihe] {
    min-width: 15rem;
}

.col-author[b-bd7lu66ihe] {
    width: 10%;
}

.col-complete[b-bd7lu66ihe] {
    width: 20%;
}
/* _content/AdTask/Components/Pages/TaskSolutionView.razor.rz.scp.css */
.task-title[b-qtsznf72ef] {
    border-bottom: 1px dotted #343a40;
    float: left;
    padding-right: 50px;
    padding-bottom: 7px;
}

.mission-info-wrapper p[b-qtsznf72ef] {
    font-size: 0.9rem;
    color: #6c757d;
}
/* _content/AdTask/Components/Pages/TaskView.razor.rz.scp.css */
[b-wfqtrxoggr] .custom-font-size  {
    font-size: 0.9rem !important 
}

.task-title[b-wfqtrxoggr] {
    border-bottom: 1px dotted #343a40;
    float: left;
    padding-right: 50px;
    padding-bottom: 7px;
}

.mission-info-wrapper p[b-wfqtrxoggr] {
    font-size: 0.9rem;
    color: #6c757d;
}

.author-profile-avatar[b-wfqtrxoggr] {
    width: 50px;
}

.comment-section-container[b-wfqtrxoggr] {
    display: flex;
    justify-content: start;
    align-content: flex-start;
    border-bottom: 1px solid;
    border-color: #e1e4e8;
}

.upload-container[b-wfqtrxoggr] {
    background-color: #006ec7;
    padding: 15px 15px 2px 3px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    display: inline-block;
    width: 210px;
    height: 42px;
    border-radius: 6px;
}

.upload-container:hover[b-wfqtrxoggr] {
    border-color: var(--bs-btn-hover-border-color);
    background-color: rgb(0, 93.5, 169.15);
}

.upload-container label[b-wfqtrxoggr] {
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
    top: -6px;
    right: -4px;
}
/* _content/AdTask/Components/Widgets/Loader.razor.rz.scp.css */
#loader[b-imeket5g5v] {
    height: calc(100svh - 6rem);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader[b-imeket5g5v] {
    --background: linear-gradient(135deg, #006ec7, #006ec7);
    --shadow: rgba(0, 110, 199, 0.28);
    --text: #6C7486;
    --page: rgba(255, 255, 255, 0.36);
    --page-fold: rgba(255, 255, 255, 0.52);
    --duration: 3s;
    width: 200px;
    height: 140px;
    position: relative;
}

.loader[b-imeket5g5v]:before, .loader[b-imeket5g5v]:after {
    --r: -6deg;
    content: "";
    position: absolute;
    bottom: 8px;
    width: 120px;
    top: 80%;
    box-shadow: 0 16px 12px var(--shadow);
    transform: rotate(var(--r));
}

.loader[b-imeket5g5v]:before {
    left: 4px;
}

.loader[b-imeket5g5v]:after {
    --r: 6deg;
    right: 4px;
}

.loader div[b-imeket5g5v] {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 4px 6px var(--shadow);
    background-image: var(--background);
}

.loader div ul[b-imeket5g5v] {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.loader div ul li[b-imeket5g5v] {
    --r: 180deg;
    --o: 0;
    --c: var(--page);
    position: absolute;
    top: 10px;
    left: 10px;
    transform-origin: 100% 50%;
    color: var(--c);
    opacity: var(--o);
    transform: rotateY(var(--r));
    -webkit-animation: var(--duration) ease infinite;
    animation: var(--duration) ease infinite;
}

.loader div ul li:nth-child(2)[b-imeket5g5v] {
    --c: var(--page-fold);
    -webkit-animation-name: page-2;
    animation-name: page-2-b-imeket5g5v;
}

.loader div ul li:nth-child(3)[b-imeket5g5v] {
    --c: var(--page-fold);
    -webkit-animation-name: page-3;
    animation-name: page-3-b-imeket5g5v;
}

.loader div ul li:nth-child(4)[b-imeket5g5v] {
    --c: var(--page-fold);
    -webkit-animation-name: page-4;
    animation-name: page-4-b-imeket5g5v;
}

.loader div ul li:nth-child(5)[b-imeket5g5v] {
    --c: var(--page-fold);
    -webkit-animation-name: page-5;
    animation-name: page-5-b-imeket5g5v;
}

.loader div ul li svg[b-imeket5g5v] {
    width: 90px;
    height: 120px;
    display: block;
}

.loader div ul li:first-child[b-imeket5g5v] {
    --r: 0deg;
    --o: 1;
}

.loader div ul li:last-child[b-imeket5g5v] {
    --o: 1;
}

.loader span[b-imeket5g5v] {
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
    color: var(--text);
}

@keyframes page-2-b-imeket5g5v {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    35%, 100% {
        opacity: 0;
    }

    50%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-3-b-imeket5g5v {
    15% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }

    65%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-4-b-imeket5g5v {
    30% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    65%, 100% {
        opacity: 0;
    }

    80%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-5-b-imeket5g5v {
    45% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    80%, 100% {
        opacity: 0;
    }

    95%, 100% {
        transform: rotateY(0deg);
    }
}
/* _content/AdTask/Components/Widgets/TaskEditor.razor.rz.scp.css */
.picture[b-7097g7ub1h]{
    width: 70%;
    margin-bottom: 1rem;
}

.img-thumbnail[b-7097g7ub1h] {
    max-height: 100%;
    max-width: 80px;
    cursor: pointer;
}

.taskcard-pop-up[b-7097g7ub1h] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 362px;
    left: 50%;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.taskcard-pop-up > *[b-7097g7ub1h] {
    margin-left: 0;
}

.info-container[b-7097g7ub1h] {
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-decoration: none;
}

.container-fluid[b-7097g7ub1h] {
    background-color: #f5f8ff;
    margin: 10px 0;
}

.createtask-container[b-7097g7ub1h], .previewtask-container[b-7097g7ub1h] {
    background-color: white;
    padding: 20px;
}

.title-label[b-7097g7ub1h] {
    left: unset !important;
}

.mission-info-wrapper p[b-7097g7ub1h] {
    font-size: 0.9rem;
    color: #6c757d;
}

.container-heading[b-7097g7ub1h] {
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #6c757d;
}

.sub-heading[b-7097g7ub1h] {
    display: inline-block;
    color: #023d69;
}

.total-container[b-7097g7ub1h] {
    min-height: 90svh;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.task-title[b-7097g7ub1h] {
    border-bottom: 1px dotted #343a40;
    float: left;
    padding-right: 50px;
    padding-bottom: 7px;
}

.mission-container-title[b-7097g7ub1h], .mission-description-container[b-7097g7ub1h] {
    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.mission-description-container[b-7097g7ub1h] {
    word-wrap: break-word;
}

.title-hr[b-7097g7ub1h] {
    width: 110%
}

[b-7097g7ub1h] .form-floating > .form-control, .form-floating > .form-control-plaintext[b-7097g7ub1h], .form-floating > .form-select[b-7097g7ub1h] {
    min-height: 5px !important;
}

.difficulty-input[b-7097g7ub1h] {
    height: 42px;
}

[b-7097g7ub1h] #beschreibung {
    height: 10rem;
}

.ToastMessage[b-7097g7ub1h] {
    background-color: #006ec7;
}

[b-7097g7ub1h] .custom-toast .toast-header {
    background-color: black!important;
    color: white;
    font-weight: bold;
}

.custom-toast .toast-body[b-7097g7ub1h]{
    background-color: white;
    color: black;
}

.max-limit-file[b-7097g7ub1h] {
    margin-left: 20px;
    position: relative;
    top: 6px;
}

.upload-container[b-7097g7ub1h] {
    background-color: #006ec7;
    padding: 15px 15px 2px 3px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    display: inline-block;
    width: 210px;
    height: 42px;
    border-radius: 6px;
}

.upload-container:hover[b-7097g7ub1h] {
    border-color: var(--bs-btn-hover-border-color);
    background-color: rgb(0, 93.5, 169.15);
}

.upload-container label[b-7097g7ub1h] {
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
    top: -6px;
    right: -4px;
}

.upload-container + list-group[b-7097g7ub1h] {
    margin-top: 15px;
}

.list-group-item[b-7097g7ub1h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 125);
    margin-bottom: -1px;
    background-color: #f8f9fa;
    border-radius: 0;
    display: flex;
    justify-content: space-around;
}

.list-group-item:first-child[b-7097g7ub1h] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item:last-child[b-7097g7ub1h] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
}

.list-group-item span[b-7097g7ub1h] {
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invisible[b-7097g7ub1h] {
position: relative;
top: -25px;
left: -30px;
}

.previewtask-container .selected-files-list[b-7097g7ub1h] {
    width: fit-content;
}

.previewtask-container .selected-files-list li span[b-7097g7ub1h] {
    width: fit-content;
}

#quellenBeschreibung[b-7097g7ub1h] {
    width: 100%;
    word-break: break-all;
}

#quellenLink[b-7097g7ub1h] {
    width: 100%;
    word-break: break-all;
}

[b-7097g7ub1h] .dotted {
    border-style: dashed !important;
}

.small-icon[b-7097g7ub1h] {
    transform: scale(0.8);
    font-size: 1rem !important;
    padding: 0.3rem !important;
    line-height: 0px !important;
}

[b-7097g7ub1h] button:disabled {
    cursor: not-allowed !important;
}

[b-7097g7ub1h] #Quelle-Beschreibung.valid { outline: unset !important; }

[b-7097g7ub1h] #Quelle-Beschreibung.invalid { outline: unset !important; }

[b-7097g7ub1h] #Quelle-Link.valid { outline: unset !important; }

div.input-group:has(button:disabled)[b-7097g7ub1h] {
    cursor: not-allowed;
}

.width-modifier[b-7097g7ub1h] {
    text-wrap: nowrap;
    width: 190px;
}

.form-control.is-invalid[b-7097g7ub1h] {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
    background-image: unset;
}

@media only screen and (max-width: 1000px) {

    .width-modifier[b-7097g7ub1h] {
        width: 80px;
    }

    .width-modifier span[b-7097g7ub1h] {
        display: none;      
    }

    .width-modifier i[b-7097g7ub1h] {
        margin: 0 !important;
    }

}

.hideTextBehind > .form-control:not(:-moz-placeholder-shown) ~ label[b-7097g7ub1h] {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
    height: auto;
    padding: 0px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
    border-radius: 5px 0 0 0;
}

.hideTextBehind > .form-control:focus ~ label[b-7097g7ub1h],
.hideTextBehind > .form-control:not(:placeholder-shown) ~ label[b-7097g7ub1h],
.hideTextBehind > .form-select ~ label[b-7097g7ub1h] {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
    height: auto;
    padding: 0px 0px 0px 10px;
    width: 100%;
    transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
    border-radius: 5px 0 0 0;
}

.hideTextBehind > .form-control:-webkit-autofill ~ label[b-7097g7ub1h] {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
    height: auto;
    padding: 0px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
    border-radius: 5px 0 0 0;
}
/* _content/AdTask/Components/Widgets/TaskPreview.razor.rz.scp.css */
.picture[b-05ymfw4lxt]{
    width: 70%;
    margin-bottom: 1rem;
}

.img-thumbnail[b-05ymfw4lxt] {
    max-height: 100px;
    margin-bottom: 1rem;
    float: left;
    display: inline;
}

.markdown[b-05ymfw4lxt] {
    font-size: 0.9rem;
    margin-bottom: 0px;
    float: right;
}

.container-fluid[b-05ymfw4lxt] {
    background-color: #f5f8ff;
    margin: 10px 0;
}

.createtask-container[b-05ymfw4lxt], .previewtask-container[b-05ymfw4lxt] {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 20px;
}

.mission-info-wrapper p[b-05ymfw4lxt] {
    font-size: 0.9rem;
    color: #6c757d;
}

.container-heading[b-05ymfw4lxt] {
    color: #6c757d;
}

.sub-heading[b-05ymfw4lxt] {
    display: inline-block;
    color: #023d69;
}

.total-container[b-05ymfw4lxt] {
    min-height: 90svh;
}

textarea[b-05ymfw4lxt]  {
    height: 300px !important;
}

.task-title[b-05ymfw4lxt] {
    border-bottom: 1px dotted #343a40;
    float: left;
    padding-right: 50px;
    padding-bottom: 7px;
}

.mission-description-container[b-05ymfw4lxt] {
    word-wrap: break-word;
}

.title-hr[b-05ymfw4lxt] {
    width: 110%
}

[b-05ymfw4lxt] .form-floating > .form-control, .form-floating > .form-control-plaintext[b-05ymfw4lxt], .form-floating > .form-select[b-05ymfw4lxt] {
    min-height: 5px !important;
}

[b-05ymfw4lxt] #beschreibung {
    height: 10rem;
}

.ToastMessage[b-05ymfw4lxt] {
    background-color: #006ec7;
}

[b-05ymfw4lxt] .custom-toast .toast-header {
    background-color: black!important;
    color: white;
    font-weight: bold;
}

.custom-toast .toast-body[b-05ymfw4lxt]{
    background-color: white;
    color: black;
}

.max-limit-file[b-05ymfw4lxt] {
    margin-left: 20px;
    position: relative;
    top: 6px;
}

.upload-container[b-05ymfw4lxt] {
    background-color: #006ec7;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    display: inline-block;
    width: 230px;
    height: 40px;
    border-radius: 10px;
}

.upload-container:hover[b-05ymfw4lxt] {
    border-color: #0056b3;
}

.upload-container label[b-05ymfw4lxt] {
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
    top: -6px;
}

.upload-container + list-group[b-05ymfw4lxt] {
    margin-top: 15px;
}

.list-group-item[b-05ymfw4lxt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 125);
    margin-bottom: -1px;
    background-color: #f8f9fa;
    border-radius: 0;
    display: flex;
    justify-content: space-around;
}

.list-group-item:first-child[b-05ymfw4lxt] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item:last-child[b-05ymfw4lxt] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
}

.list-group-item span[b-05ymfw4lxt] {
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invisible[b-05ymfw4lxt] {
    position: relative;
    top: -25px;
    left: -30px;
}

.previewtask-container .selected-files-list[b-05ymfw4lxt] {
    width: fit-content;
}

.previewtask-container .selected-files-list li span[b-05ymfw4lxt] {
    width: fit-content;
}

#quellenBeschreibung[b-05ymfw4lxt] {
    width: 100%;
    word-break: break-all;
}

#quellenLink[b-05ymfw4lxt] {
    width: 100%;
    word-break: break-all;
}

.center[b-05ymfw4lxt] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
