/* _content/NextTimeAssessmentV2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-736uh9hl7w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-736uh9hl7w] {
    flex: 1;
}

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

.top-row[b-736uh9hl7w] {
    background-color: #2c2c2c;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-736uh9hl7w] {
        justify-content: end;
        border-bottom: 1px solid #d6d5d5;
    }

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

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

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

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

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

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

#blazor-error-ui[b-736uh9hl7w] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #292929;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    text-align: center;
    border-top: 4px solid #ff4400;
}

#blazor-error-ui .error-content[b-736uh9hl7w] {
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}

#blazor-error-ui h3[b-736uh9hl7w] {
    margin-bottom: 1rem;
    color: #ff4400;
}

#blazor-error-ui .retry-status[b-736uh9hl7w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
}

#blazor-error-ui .spinner[b-736uh9hl7w] {
    width: 20px;
    height: 20px;
    border: 3px solid #444;
    border-top: 3px solid #ff4400;
    border-radius: 50%;
    animation: spin-b-736uh9hl7w 1s linear infinite;
}

@keyframes spin-b-736uh9hl7w {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#blazor-error-ui .reload[b-736uh9hl7w] {
    background: #ff4400;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

#blazor-error-ui .reload:hover[b-736uh9hl7w] {
    background: darkred;
}

#blazor-error-ui .dismiss[b-736uh9hl7w] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    color: #666;
    font-size: 1.2rem;
}

.blazor-error-boundary[b-736uh9hl7w] {
    background: #292929;
    padding: 1rem;
    color: white;
    border-left: 4px solid #ff4400;
}

#components-reconnect-modal[b-736uh9hl7w] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: rgba(41, 41, 41, 0.9);
    color: white;
    font-weight: bold;
    transition: visibility linear 500ms;
}

/* Blazor-spezifische Zustände */
.components-reconnect-hide[b-736uh9hl7w] {
    display: none !important;
}

.components-reconnect-show[b-736uh9hl7w] {
    display: block !important;
}

.components-reconnect-show .modal-content[b-736uh9hl7w] {
    margin: 100px auto 0;
    width: 400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.components-reconnect-failed .modal-content[b-736uh9hl7w],
.components-reconnect-rejected .modal-content[b-736uh9hl7w] {
    display: block;
}

/* Spezifische Anzeige der Button-Gruppe */
.components-reconnect-failed .button-group[b-736uh9hl7w],
.components-reconnect-rejected .button-group[b-736uh9hl7w] {
    display: flex;
}

.components-reconnect-show .button-group[b-736uh9hl7w] {
    display: none; /* Buttons nur bei failed/rejected zeigen */
}

#components-reconnect-modal.components-reconnect-show[b-736uh9hl7w],
#components-reconnect-modal.components-reconnect-failed[b-736uh9hl7w],
#components-reconnect-modal.components-reconnect-rejected[b-736uh9hl7w] {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#components-reconnect-modal .modal-content[b-736uh9hl7w] {
    background: #292929;
    padding: 25px 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid #ff4400;
    max-width: 90%;
    width: auto;
    text-align: center;
}

#components-reconnect-modal h5[b-736uh9hl7w] {
    margin: 0 0 20px 0;
    color: #ff4400;
    font-size: 1.2em;
}

#components-reconnect-modal .reconnect-spinner[b-736uh9hl7w] {
    border-width: 0.3em;
    border-style: solid;
    border-color: #ff4400 #444 #444;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    animation: spin-b-736uh9hl7w 1s linear infinite;
    margin: 10px 0;
}

#components-reconnect-modal .button-group[b-736uh9hl7w] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 15px auto 0;
}

#components-reconnect-modal button[b-736uh9hl7w] {
    display: none;
    padding: 8px 16px;
    background: #ff4400;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 1em;
}

#components-reconnect-modal button.reload[b-736uh9hl7w] {
    background: #444; /* Unterschiedliche Farbe für den Neu laden Button */
}

#components-reconnect-modal button:hover[b-736uh9hl7w] {
    background: darkred;
}

#components-reconnect-modal button.reload:hover[b-736uh9hl7w] {
    background: #333;
}

#components-reconnect-modal.components-reconnect-failed button[b-736uh9hl7w],
#components-reconnect-modal.components-reconnect-rejected button[b-736uh9hl7w] {
    display: inline-block;
}

/* Den alten Text-Link ausblenden */
#components-reconnect-modal p[b-736uh9hl7w] {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed p[b-736uh9hl7w],
#components-reconnect-modal.components-reconnect-rejected p[b-736uh9hl7w] {
    display: block;
}

#components-reconnect-modal a[b-736uh9hl7w] {
    color: #ff4400;
    text-decoration: underline;
    cursor: pointer;
}

#components-reconnect-modal a:hover[b-736uh9hl7w] {
    color: darkred;
}

/* Loader Animation */
.loader-grid[b-736uh9hl7w] {
    display: grid;
    grid-template-columns: repeat(3, 12px);
    gap: 5px;
    justify-content: center;
}

.loader-grid div[b-736uh9hl7w] {
    width: 12px;
    height: 12px;
    background-color: orange;
    animation: fade-b-736uh9hl7w 1.2s infinite;
}

.loader-grid div:nth-child(1)[b-736uh9hl7w] {
    animation-delay: 0s;
}

.loader-grid div:nth-child(2)[b-736uh9hl7w] {
    animation-delay: 0.2s;
}

.loader-grid div:nth-child(3)[b-736uh9hl7w] {
    animation-delay: 0.4s;
}

.loader-grid div:nth-child(4)[b-736uh9hl7w] {
    animation-delay: 0.6s;
}

.loader-grid div:nth-child(5)[b-736uh9hl7w] {
    animation-delay: 0.8s;
}

.loader-grid div:nth-child(6)[b-736uh9hl7w] {
    animation-delay: 1s;
}

.loader-grid div:nth-child(7)[b-736uh9hl7w] {
    animation-delay: 1.2s;
}

.loader-grid div:nth-child(8)[b-736uh9hl7w] {
    animation-delay: 1.4s;
}

.loader-grid div:nth-child(9)[b-736uh9hl7w] {
    animation-delay: 1.6s;
}

@keyframes fade-b-736uh9hl7w {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.loader[b-736uh9hl7w] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.loader div[b-736uh9hl7w] {
    width: 12px;
    height: 12px;
    background-color: orange;
    border-radius: 50%;
    animation: bounce-b-736uh9hl7w 0.6s infinite alternate;
}

.loader div:nth-child(2)[b-736uh9hl7w] {
    animation-delay: 0.2s;
}

.loader div:nth-child(3)[b-736uh9hl7w] {
    animation-delay: 0.4s;
}

@keyframes bounce-b-736uh9hl7w {
    from {
        transform: translateY(0);
        opacity: 0.6;
    }
    to {
        transform: translateY(-8px);
        opacity: 1;
    }
}

.my-background[b-736uh9hl7w] {
    background-color: #3c3c3c;
}

.my-forground[b-736uh9hl7w] {
    color: #FFFFFF;
}
/* _content/NextTimeAssessmentV2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kdu8wyzfvl] {
    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-kdu8wyzfvl] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-kdu8wyzfvl] {
    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-kdu8wyzfvl] {
    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-kdu8wyzfvl] {
    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-kdu8wyzfvl] {
    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");
}

.bi-person-fill-up[b-kdu8wyzfvl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3300' class='bi bi-person-fill-up' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0'%3E%3C/path%3E%3Cpath d='M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4'%3E%3C/path%3E%3C/svg%3E");
}

.bi-person-circle[b-kdu8wyzfvl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'> <path d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/> <path fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/svg%3E");
}

.my-calendar-icon[b-kdu8wyzfvl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar4-week' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3Cpath d='M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-vcard[b-kdu8wyzfvl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3300' class='bi bi-person-vcard' viewBox='0 0 16 16'%3E%3Cpath d='M5 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4m4-2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M9 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 9 8m1 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8.96q.04-.245.04-.5C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 1 1 12z'/%3E%3C/svg%3E");
}

.bi-person-lines-fill[b-kdu8wyzfvl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3300' class='bi bi-person-lines-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E");
}

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

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

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

.nav-item[b-kdu8wyzfvl]  .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-kdu8wyzfvl]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.my-background[b-kdu8wyzfvl] {
    background-color: #3c3c3c;
}

.orange[b-kdu8wyzfvl] {
    color: #FF3300;
    text-decoration-line: underline;
}
/* _content/NextTimeAssessmentV2/Components/Pages/Administration.razor.rz.scp.css */
body[b-matr4zjd55] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-matr4zjd55] {
    color: #FFFFFF;
}

div[b-matr4zjd55] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p[b-matr4zjd55], h1[b-matr4zjd55], h2[b-matr4zjd55], h3[b-matr4zjd55] {
    text-align: center;
    color: #FFFFFF;
}

.orange[b-matr4zjd55] {
    color: #FF3300;
}

.input-container[b-matr4zjd55] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid3070headline[b-matr4zjd55] {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    border: 1;
}

.jstart[b-matr4zjd55] {
    justify-self: start;
}

.jend[b-matr4zjd55] {
    justify-self: end;
}

.grid3070[b-matr4zjd55] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-matr4zjd55], input[b-matr4zjd55], button[b-matr4zjd55] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

.bcolorgreen[b-matr4zjd55] {
    background-color: green;
}

.bcolorred[b-matr4zjd55] {
    background-color: red;
}

.button-sizable[b-matr4zjd55] {
    box-sizing: border-box;
    min-width: 200px;
    width: calc(25% - 4px);
    max-width: calc(50 - 4px);
}

@media (min-width: 912px) and (max-width: 1239.98px) {
    .button-sizable[b-matr4zjd55] {
        box-sizing: border-box;
        min-width: 200px;
        width: calc(33% - 4px);
        max-width: calc(50% - 4px);
    }
}

@media (min-width: 712px) and (max-width: 911.98px) {
    .button-sizable[b-matr4zjd55] {
        box-sizing: border-box;
        min-width: 200px;
        width: calc(50% - 4px);
        max-width: calc(100% - 4px);
    }
}

@media (min-width: 641px) and (max-width: 711.98px) {
    .button-sizable[b-matr4zjd55] {
        box-sizing: border-box;
        min-width: 200px;
        width: calc(100% - 4px);
    }
}

@media (min-width: 450px) and (max-width: 640.98px) {
    .button-sizable[b-matr4zjd55] {
        box-sizing: border-box;
        min-width: 200px;
        width: calc(50% - 4px);
        max-width: calc(100% - 4px);
    }
}

@media (max-width: 449.98px) {
    .button-sizable[b-matr4zjd55] {
        box-sizing: border-box;
        min-width: 200px;
        width: calc(100% - 4px);
    }
}
/* _content/NextTimeAssessmentV2/Components/Pages/AdminTimeAssessmentList.razor.rz.scp.css */
body[b-aib184melc] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-aib184melc] {
    color: #FFFFFF;
}

div[b-aib184melc] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select[b-aib184melc] {
    height: 100%;
}

th[b-aib184melc], td[b-aib184melc] {
    color: #FFFFFF;
}

th[b-aib184melc]:after {
    content: "";
}

th.sortable[b-aib184melc]:after {
    content: " ⇅";
}

th.sortable:hover[b-aib184melc] {
    cursor: pointer;
}

th.sortable.sorted-asc[b-aib184melc]::after {
    content: " ▲";
}

th.sortable.sorted-desc[b-aib184melc]::after {
    content: " ▼";
}

p[b-aib184melc], h1[b-aib184melc], h2[b-aib184melc], h3[b-aib184melc] {
    text-align: center;
    color: #FFFFFF;
}

.orange[b-aib184melc] {
    color: #FF3300;
}

.input-container[b-aib184melc] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid3070[b-aib184melc] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-aib184melc], input[b-aib184melc] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

button[b-aib184melc] {
    min-width: 200px;
    width: calc(50% - 4px);
}

.bcolorgreen[b-aib184melc] {
    background-color: green;
}

.bcolorred[b-aib184melc] {
    background-color: red;
}

.bi-envelope-at-fill[b-aib184melc] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-at-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671'%3E%3C/path%3E%3Cpath d='M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791'%3E%3C/path%3E%3C/svg%3E");
}

.btnmail[b-aib184melc] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-at-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671'%3E%3C/path%3E%3Cpath d='M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-telephone-outbound-fill[b-aib184melc] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-telephone-outbound-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5'%3E%3C/path%3E%3C/svg%3E");
}

.btnphone[b-aib184melc] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-telephone-outbound-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

@media (max-width: 640.98px) {
    button[b-aib184melc] {
        min-width: calc(50% - 4px);
    }
}
/* _content/NextTimeAssessmentV2/Components/Pages/AdminUserData.razor.rz.scp.css */
body[b-k4ctodnonn] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-k4ctodnonn] {
    color: #FFFFFF;
}

div[b-k4ctodnonn] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select[b-k4ctodnonn] {
    height: 100%;
}

th[b-k4ctodnonn], td[b-k4ctodnonn] {
    color: #FFFFFF;
}

p[b-k4ctodnonn], h1[b-k4ctodnonn], h2[b-k4ctodnonn], h3[b-k4ctodnonn] {
    text-align: center;
    color: #FFFFFF;
}

.input-container[b-k4ctodnonn] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid252550[b-k4ctodnonn] {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    align-items: center;
    border: none;
}

.grid4848[b-k4ctodnonn] {
    display: grid;
    grid-template-columns: auto 48% 48%;
    align-items: end;
    border: none;
}

.grid5050[b-k4ctodnonn] {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    border: none;
}

.gridleft5050[b-k4ctodnonn] {
    display: grid;
    grid-template-columns: 32px 32px 32px auto;
    align-items: first baseline;
    border: none;
}

.grid3070[b-k4ctodnonn] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-k4ctodnonn], input[b-k4ctodnonn] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

button[b-k4ctodnonn] {
    min-width: 200px;
    width: 100%;
}

.btnsave[b-k4ctodnonn] {
    min-width: 75px;
    width: 100%;
}

.enabled[b-k4ctodnonn] {
    background-color: #FFFFFF;
}

.disabled[b-k4ctodnonn] {
    background-color: #808080;
}

.bcolorgreen[b-k4ctodnonn] {
    background-color: green;
}

.bcolorred[b-k4ctodnonn] {
    background-color: red;
}

.orange[b-k4ctodnonn] {
    color: #FF3300;
}

.green[b-k4ctodnonn] {
    color: #4cff00;
}

.login[b-k4ctodnonn] {
    min-width: 75px;
    width: 100%;
    border: none;
}

.bi-envelope-arrow-up-fill[b-k4ctodnonn] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
}

.btnmailexport[b-k4ctodnonn] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-filetype-csv[b-k4ctodnonn] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
}

.btncsvexport[b-k4ctodnonn] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-printer-fill[b-k4ctodnonn] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-printer-fill" viewBox="0 0 16 16"><path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1"/></svg>');
}

.btnprintexport[b-k4ctodnonn] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-printer-fill" viewBox="0 0 16 16"><path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-arrow-clockwise[b-k4ctodnonn] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-clockwise" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466"/></svg>');
}

.btnrefresh[b-k4ctodnonn] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-clockwise" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
    justify-self: end;
}

@media (max-width: 640.98px) {
    .grid252550[b-k4ctodnonn] {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        align-items: center;
        border: none;
    }

    .grid4848[b-k4ctodnonn] {
        display: grid;
        grid-template-columns: auto 96px 32px;
        align-items: end;
        border: none;
    }

    .grid252550 > .grid4848[b-k4ctodnonn] {
        grid-row: 2;
        grid-column: 1 / span 2;
    }

    .gridleft5050[b-k4ctodnonn] {
        display: grid;
        grid-template-columns: 32px 32px 32px auto;
        align-items: first baseline;
        border: none;
    }

    .btnmailexport[b-k4ctodnonn] {
        background-color: #3c3c3c;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
        background-size: cover;
        min-width: 32px;
        width: 32px;
        max-width: 32px;
        min-height: 32px;
        height: 32px;
        max-height: 32px;
        flex-shrink: 0;
        overflow: hidden;
        border: none;
        justify-self: end;
    }

    .btncsvexport[b-k4ctodnonn] {
        background-color: #3c3c3c;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
        background-size: cover;
        min-width: 32px;
        width: 32px;
        max-width: 32px;
        min-height: 32px;
        height: 32px;
        max-height: 32px;
        flex-shrink: 0;
        overflow: hidden;
        border: none;
    }
}
/* _content/NextTimeAssessmentV2/Components/Pages/Changelog.razor.rz.scp.css */
body[b-0gdj4dovuy] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

div[b-0gdj4dovuy] {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.ltab[b-0gdj4dovuy] {
    margin-left: 25px;
}

.ltab-sub[b-0gdj4dovuy] {
    margin-left: 50px;
}

p[b-0gdj4dovuy] {
    margin-bottom: 0px;
    color: #FFFFFF;
}

a[b-0gdj4dovuy] {
    margin-bottom: 10px;
}
/* _content/NextTimeAssessmentV2/Components/Pages/Home.razor.rz.scp.css */
body[b-qbb70v7fle] {
    background-color: #3c3c3c;
}

div[b-qbb70v7fle] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p[b-qbb70v7fle], h1[b-qbb70v7fle], h2[b-qbb70v7fle], h3[b-qbb70v7fle] {
    text-align: center;
    color: #FFFFFF;
}

.orange[b-qbb70v7fle] {
    color: #FF3300;
}
/* _content/NextTimeAssessmentV2/Components/Pages/Login.razor.rz.scp.css */
body[b-irdlqss6rv] {
    background-color: #3c3c3c;
}

div[b-irdlqss6rv] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1[b-irdlqss6rv], h2[b-irdlqss6rv], h3[b-irdlqss6rv], label[b-irdlqss6rv] {
    text-align: center;
    color: #FFFFFF;
    width: 20%;
    min-width: 100px;
}

p[b-irdlqss6rv] {
    text-align: center;
    color: #FFFFFF;
    width: 80%;
    min-width: 300px;
}

button[b-irdlqss6rv], input[b-irdlqss6rv], hr[b-irdlqss6rv] {
    width: 200px;
}

.orange[b-irdlqss6rv] {
    color: #FF3300;
}

.green[b-irdlqss6rv] {
    color: #4cff00;
}
/* _content/NextTimeAssessmentV2/Components/Pages/TimeAssessment.razor.rz.scp.css */
body[b-embzw4spdl] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-embzw4spdl] {
    color: #FFFFFF;
}

div[b-embzw4spdl] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select[b-embzw4spdl] {
    height: 100%;
}

th[b-embzw4spdl], td[b-embzw4spdl] {
    color: #FFFFFF;
}

th[b-embzw4spdl]:after {
    content: "";
}

th.sortable[b-embzw4spdl]:after {
    content: " ⇅";
}

th.sortable:hover[b-embzw4spdl] {
    cursor: pointer;
}

th.sortable.sorted-asc[b-embzw4spdl]::after {
    content: " ▲";
}

th.sortable.sorted-desc[b-embzw4spdl]::after {
    content: " ▼";
}

p[b-embzw4spdl], h1[b-embzw4spdl], h2[b-embzw4spdl], h3[b-embzw4spdl] {
    text-align: center;
    color: #FFFFFF;
}

.green[b-embzw4spdl] {
    background-color: green;
    color: black;
}

.yellow[b-embzw4spdl] {
    background-color: yellow;
    color: black;
}

.red[b-embzw4spdl] {
    background-color: #FF3300;
    color: black;
}

.orange[b-embzw4spdl] {
    color: #FF3300;
}

.input-container[b-embzw4spdl] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid3070[b-embzw4spdl] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-embzw4spdl], input[b-embzw4spdl] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

button[b-embzw4spdl] {
    min-width: 200px;
    width: calc(50% - 4px);
}

.bcolorgreen[b-embzw4spdl] {
    background-color: green;
}

.bcolorred[b-embzw4spdl] {
    background-color: red;
}

.bi-envelope-at-fill[b-embzw4spdl] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-at-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671'%3E%3C/path%3E%3Cpath d='M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791'%3E%3C/path%3E%3C/svg%3E");
}

.btnmail[b-embzw4spdl] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-at-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671'%3E%3C/path%3E%3Cpath d='M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-telephone-outbound-fill[b-embzw4spdl] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-telephone-outbound-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5'%3E%3C/path%3E%3C/svg%3E");
}

.btnphone[b-embzw4spdl] {
    background-color: #3c3c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-telephone-outbound-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.btn-toggle[b-embzw4spdl] {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    margin-left: 5px;
    user-select: none;
}

.btn-toggle:hover[b-embzw4spdl] {
    color: #FF3300;
}

.notes-row[b-embzw4spdl] {
    background-color: #333333;
}

.notes-content[b-embzw4spdl] {
    padding: 8px;
    font-size: 0.9em;
    color: #FFFFFF;
    border-left: 3px solid #FF3300;
    margin: 0 10px;
}

@media (max-width: 640.98px) {
    button[b-embzw4spdl] {
        min-width: calc(50% - 4px);
    }
}
/* _content/NextTimeAssessmentV2/Components/Pages/TimerAuth.razor.rz.scp.css */
body[b-k6dk8ofdbt] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-k6dk8ofdbt] {
    color: #FFFFFF;
}

div[b-k6dk8ofdbt] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p[b-k6dk8ofdbt], h1[b-k6dk8ofdbt], h2[b-k6dk8ofdbt], h3[b-k6dk8ofdbt] {
    text-align: center;
    color: #FFFFFF;
}

.orange[b-k6dk8ofdbt] {
    color: #FF3300;
}

.input-container[b-k6dk8ofdbt] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid3070[b-k6dk8ofdbt] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-k6dk8ofdbt], input[b-k6dk8ofdbt] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

button[b-k6dk8ofdbt] {
    min-width: 125px;
    width: calc(25% - 4px);
}

.bcolorgreen[b-k6dk8ofdbt] {
    background-color: green;
}

.bcolorred[b-k6dk8ofdbt] {
    background-color: red;
}

@media (max-width: 640.98px) {
    button[b-k6dk8ofdbt] {
        min-width: calc(50% - 4px);
    }
}
/* _content/NextTimeAssessmentV2/Components/Pages/TimeSummary.razor.rz.scp.css */
body[b-ih4yvgpz8w] {
    background-color: #3c3c3c;
    color: #FFFFFF;
}

.my-forground[b-ih4yvgpz8w] {
    color: #FFFFFF;
}

div[b-ih4yvgpz8w] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select[b-ih4yvgpz8w] {
    height: 100%;
}

th[b-ih4yvgpz8w], td[b-ih4yvgpz8w] {
    color: #FFFFFF;
}

p[b-ih4yvgpz8w], h1[b-ih4yvgpz8w], h2[b-ih4yvgpz8w], h3[b-ih4yvgpz8w] {
    text-align: center;
    color: #FFFFFF;
}

.orange[b-ih4yvgpz8w] {
    color: #FF3300;
}

.input-container[b-ih4yvgpz8w] {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #000;
}

.grid252550[b-ih4yvgpz8w] {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    align-items: center;
    border: none;
}

.grid4848[b-ih4yvgpz8w] {
    display: grid;
    grid-template-columns: auto 48% 48%;
    align-items: end;
    border: none;
}

.gridleft5050[b-ih4yvgpz8w] {
    display: grid;
    grid-template-columns: 32px 32px 32px auto;
    align-items: first baseline;
    border: none;
}

.grid3070[b-ih4yvgpz8w] {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border: 1px solid #000;
}

.wide[b-ih4yvgpz8w], input[b-ih4yvgpz8w] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

button[b-ih4yvgpz8w] {
    min-width: 125px;
    width: calc(25% - 4px);
}

.bcolorgreen[b-ih4yvgpz8w] {
    background-color: green;
}

.bcolorred[b-ih4yvgpz8w] {
    background-color: red;
}

.bi-envelope-arrow-up-fill[b-ih4yvgpz8w] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
}

.btnmailexport[b-ih4yvgpz8w] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-filetype-csv[b-ih4yvgpz8w] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
}

.btncsvexport[b-ih4yvgpz8w] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-printer-fill[b-ih4yvgpz8w] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-printer-fill" viewBox="0 0 16 16"><path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1"/></svg>');
}

.btnprintexport[b-ih4yvgpz8w] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-printer-fill" viewBox="0 0 16 16"><path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
}

.bi-arrow-clockwise[b-ih4yvgpz8w] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-clockwise" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466"/></svg>');
}

.btnrefresh[b-ih4yvgpz8w] {
    background-color: #3c3c3c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-clockwise" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466"/></svg>');
    background-size: cover;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border: none;
    justify-self: end;
}

@media (max-width: 640.98px) {
    button[b-ih4yvgpz8w] {
        min-width: calc(50% - 4px);
    }

    .grid252550[b-ih4yvgpz8w] {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        align-items: center;
        border: none;
    }

    .grid4848[b-ih4yvgpz8w] {
        display: grid;
        grid-template-columns: auto 96px 32px;
        align-items: end;
        border: none;
    }

    .grid252550 > .grid4848[b-ih4yvgpz8w] {
        grid-row: 2;
        grid-column: 1 / span 2;
    }

    .gridleft5050[b-ih4yvgpz8w] {
        display: grid;
        grid-template-columns: 32px 32px 32px auto;
        align-items: first baseline;
        border: none;
    }

    .btnmailexport[b-ih4yvgpz8w] {
        background-color: #3c3c3c;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-envelope-arrow-up-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"/><path d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"/></svg>');
        background-size: cover;
        min-width: 32px;
        width: 32px;
        max-width: 32px;
        min-height: 32px;
        height: 32px;
        max-height: 32px;
        flex-shrink: 0;
        overflow: hidden;
        border: none;
        justify-self: end;
    }

    .btncsvexport[b-ih4yvgpz8w] {
        background-color: #3c3c3c;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-filetype-csv" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/> </svg>');
        background-size: cover;
        min-width: 32px;
        width: 32px;
        max-width: 32px;
        min-height: 32px;
        height: 32px;
        max-height: 32px;
        flex-shrink: 0;
        overflow: hidden;
        border: none;
    }
}
