@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('overlay-scrollbar/overlay-scrollbars.min.css');


:root {
    --science-blue: #006ce0;
    --dodger-blue: #007bff;
    --lightsky-blue: #6bb2ff;
    --alice-blue: #ebf4ff;
    --shamrock: #3ccb5c;
    --light-cyan: #e3f7e7;
    --electric-purple: #be00ec;
    --pale-purple: #fae8ff;
    --crater-brown: #4e1d25;
    --coral-red: #ec0931;
    --radical-red: #ff3559;
    --fair-pink: #ffebee;
    --sunglow: #ffc83a;
    --sunglow-light: #fff7e1;
    --solitaire: #fffdf8;
    --black: #010101;
    --cinder: #12151b;
    --charade: #2f3746;
    --oxford-blue: #3a4252;
    --nevada: #666d7c;
    --pale-slate: #c3c6ca;
    --mystic: #e6e7e9;
    --black-haze: #f6f7f8;
    --concrete: #fbfbfc;
    --white: #ffffff;
    --jade: #21b074;
    --yellow-green: #96c93d;
    --danube: #96c93d;
    --cornflower-blue: #8f94fb;
    --medium-puprle: #a770ef;
    --cabaret: #b7217b;
    --tangerine: #fe8c00;
    --carnation: #f05053;
    --deep-cove: #04183c;
    --rz-body-font-size: 1em;
    --rz-dialog-title-font-size: 1em;
}

@font-face {
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-family: 'Poppins';
    font-weight: 400;
}

@font-face {
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-family: 'Poppins';
    font-weight: 500;
}

@font-face {
    src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
    font-family: 'Poppins';
    font-weight: 600;
}

@font-face {
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-family: 'Poppins';
    font-weight: 700;
}

@font-face {
    src: url(../fonts/Nunito-Regular.ttf) format('truetype');
    font-family: "Nunito";
    font-weight: 400;
}

@font-face {
    src: url(../fonts/Nunito-Medium.ttf) format('truetype');
    font-family: "Nunito";
    font-weight: 500;
}

@font-face {
    src: url(../fonts/Nunito-SemiBold.ttf) format('truetype');
    font-family: "Nunito";
    font-weight: 600;
}

@font-face {
    src: url(../fonts/Nunito-Bold.ttf) format('truetype');
    font-family: "Nunito";
    font-weight: 700;
}

html, body {
    font-family: "Nunito", sans-serif;
    box-sizing: border-box !important;
}

*, *:before, *:after {
    box-sizing: inherit !important;
}

    *::-webkit-scrollbar {
        width: 20px !important;
        background-color: transparent !important;
    }

    *::-webkit-scrollbar-track {
        background-color: transparent !important;
    }

    *::-webkit-scrollbar-thumb:vertical {
        background-color: #d6dee1 !important;
        border-radius: 20px !important;
        border: 6px solid transparent !important;
        background-clip: padding-box !important;
        z-index: 100;
    }

    *::-webkit-scrollbar-thumb:horizontal {
        background-color: #d6dee1 !important;
        border-radius: 20px !important;
        border: 1px solid transparent !important;
        background-clip: padding-box !important;
    }

    *::-webkit-scrollbar-track-piece:start {
        background: transparent !important;
    }

    *::-webkit-scrollbar-track-piece:end {
        background: transparent !important;
    }

body {
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0 auto;
    font-size: 16px; /* 14px */
    line-height: 1.19em; /* 19px */
    color: #373737;
    background: #f4f7fa;
    top: 0 !important;
}

@media (max-width: 799px) {
    body {
        font-size: 9px; /* Smaller font size for small screens */
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
    body {
        font-size: 10px; /* Medium font size for medium screens */
    }
}

@media (min-width: 1025px) and (max-width: 1600px) {
    body {
        font-size: 12px; /* Larger font size for large screens */
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    body {
        font-size: 14px; /* Smaller font size for small screens */
    }
}

@media (min-width: 1921px){
    body {
        font-size: 15px; /* Smaller font size for small screens */
    }
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1em;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.action {
    flex-grow: 1;
    flex-basis: 10%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .action button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.62em 0.75em; /* 10px 12px */
        position: static;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background: #FFFFFF;
        border: 1px solid #E6E7E9;
        box-sizing: border-box;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.5em;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0.00em 0.75em; /* 0px 12px */
    }

        .action button:hover {
            border: 2px solid #E6E7E9;
        }


.input-field {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #010101;
    border: 1px solid #E6E7E9;
    border-radius: 4px;
    min-height: 2.75em; /* 44px */
    padding: 0 10px;
}

    .input-field:disabled {
        background-color: #FBFBFC;
        color: #666D7C;
        border: 1px solid #E6E7E9;
    }

.cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-basis: 50%;
}

    .cta button {
        align-self: flex-end;
        padding: 0.62em 0.75em; /* 10px 12px */
        justify-self: flex-end;
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.5em;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0 12px;
        background: #007BFF;
        border-radius: 4px;
        border: 1px solid #E6E7E9;
        box-sizing: border-box;
    }

.header-frame-dark {
    display: flex;
    flex-direction: column;
    left: 5%;
    right: 0;
    top: 0;
    bottom: 66.67%;
    height: 5.00em; /* 80px */
    width: 100%;
    background: #12151B;
}

    .header-frame-dark .header-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0.00em; /* 0px */
        width: 100%;
        height: 100%;
        left: 1.50em; /* 24px */
        top: 1.12em; /* 18px */
    }

.main-analytics-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    bottom: 0;
    height: 100%;
}

.analytics-div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.analytics-frame {
    display: flex;
    flex-direction: column;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    border: 1px solid #E6E7E9;
    box-sizing: border-box;
    box-shadow: 0 2px 30px rgba(47, 49, 51, 0.04);
    border-radius: 4px;
}

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

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75em;
        top: 0.5em;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7em;
    color: white;
    width: 100%;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.Tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 1.88em; /* 30px */
    left: 0;
    top: 0;
    padding: 0.25em; /* 4px */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 12px;
}

    .Tab:enabled {
        position: static;
        width: 3.25em; /* 52px */
        height: 0.25em; /* 4px */
        left: 0;
        top: 2.00em; /* 32px */
        background: #007BFF;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 8px 0;
    }

.InactiveTabIndicator {
    display: none;
}

.TabActive {
    left: 0;
    top: 0;
    bottom: 33.33%;
    padding-right: 0.62em; /* 10px */
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5em;
    color: #010101;
    flex: none;
    flex-grow: 0;
}

    .TabActive:hover {
        cursor: pointer;
    }


.TabInactive {
    top: 0%;
    bottom: 33.33%;
    padding-right: 0.62em; /* 10px */
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5em;
    color: #666D7C;
    flex: none;
    flex-grow: 0;
    margin-bottom: 0.25em; /* 4px */
}

    .TabInactive:hover {
        cursor: pointer;
    }


.ActiveTabIndicator {
    position: static;
    height: 0.25em; /* 4px */
    left: 0.00em; /* 0px */
    top: 2.00em; /* 32px */
    background: #007BFF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.ActiveTab {
    position: static;
    height: 0.25em; /* 4px */
    left: 0.00em; /* 0px */
    top: 2.00em; /* 32px */
    background: #007BFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0.00em 0.00em; /* 0px 0px */
}

.pie-frame {
    display: grid;
    width: fit-content;
    aspect-ratio: 1;
    place-items: center;
    margin: 1.00em 0.75em; /* 16px 12px */
    grid-template: 1fr / 1fr;
}


    .pie-frame > * {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .pie-frame .pie-parent {
        background-color: transparent;
        display: grid;
        width: fit-content;
        border-radius: 50%;
        aspect-ratio: 1;
        z-index: 50;
        place-items: center;
        grid-template: 1fr / 1fr;
    }

        .pie-frame .pie-parent > * {
            grid-column: 1 / 1;
            grid-row: 1 / 1;
        }

        .pie-frame .pie-parent .pie {
            --p: 20;
            --b: 22px;
            --c: darkred;
            --w: 172px;
            --z: 30;
            --r: 10deg;
            width: var(--w);
            height: var(--w);
            aspect-ratio: 1;
            display: inline-grid;
            place-content: center;
            margin: 0.31em; /* 5px */
            border-radius: 50%;
            background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
            transform: rotate(var(--r));
            z-index: var(--z);
            inset: 0;
        }

        .pie-frame .pie-parent .pie-border {
            --p: 20;
            --b: 22px;
            --c: darkred;
            --w: 172px;
            --z: 20;
            --r: 10deg;
            width: var(--w);
            height: var(--w);
            aspect-ratio: 1;
            display: inline-grid;
            place-content: center;
            margin: 0.31em; /* 5px */
            border-radius: 50%;
            background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
            transform: rotate(var(--r));
            z-index: var(--z);
            inset: 0;
        }

        .pie-frame .pie-parent .background {
            --w: 164px;
            --c: yellow;
            --b: red;
            --t: 4px;
            --z: 1;
            background: var(--c);
            border-radius: 50%;
            width: var(--w);
            height: var(--w);
            aspect-ratio: 1;
            place-content: center;
            margin: 0.31em; /* 5px */
            display: inline-grid;
            border: var(--t) solid var(--b);
            z-index: var(--z);
            inset: 0;
        }

        .pie-frame .pie-parent .listener {
            --b: 22px;
            --w: 172px;
            --z: 30;
            width: var(--w);
            height: var(--w);
            aspect-ratio: 1;
            display: inline-grid;
            place-content: center;
            background-color: transparent;
            border-radius: 50%;
            z-index: var(--z);
            inset: 0;
        }

.table-div {
    display: flex;
    width: 90%;
    overflow: scroll;
    height: 90%;
}

.close-button {
    justify-self: flex-end;
    right: 0;
}

.main-dialog-frame .allseperator {
    width: 100%;
    left: 10%;
    height: 0.06em; /* 1px */
    background: #E6E7E9;
}

.main-dialog-frame .footer-frame {
    height: 5.00em; /* 80px */
    padding: 0.31em; /* 5px */
    background: #000000;
    width: 100%;
    bottom: 0;
    position: -webkit-sticky;
    position: fixed;
    overflow: hidden;
    z-index: 20;
}

.main-dialog-frame .header-frame {
    height: 5.00em; /* 80px */
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-dialog-frame .header-frame p {
        flex-basis: 95%;
        justify-content: center;
        text-align: center;
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5em;
        color: #010101;
    }

        .main-dialog-frame .header-frame p span {
            font-family: 'Nunito', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 1em;
            line-height: 1.5em;
            color: #010101;
        }

.form-frame {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
}

    .form-frame select {
        height: 2.75em; /* 44px */
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5em;
        color: #010101;
    }

    .form-frame input option select {
        height: 1.12em; /* 18px */
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5em;
        color: #010101;
    }

    .form-frame .toggle-group {
        display: flex;
    }

    .dialog-form-frame label,
    .form-frame label {
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 0.50em; /* 8px */
        color: #010101;
    }

        .form-frame label span {
            margin-left: 0.12em; /* 2px */
            font-family: 'Nunito', sans-serif;
            font-style: normal;
            font-weight: 600;
            line-height: 1.5em;
            color: #007BFF;
        }

.dialog-button-group {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0.12em; /* 2px */
    border-radius: 4px;
    border: solid 1px #e6e7e9;
    background-color: #fbfbfc;
}

.worked-group {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

.add-dialog-employee-select {
    margin-bottom: 1.50em; /* 24px */
}

.add-dialog-employee-container {
    border: 1px solid #E6E7E9;
    padding: 0.25em 0.50em; /* 4px 8px */
    border-radius: 4px;
}

.add-dialog-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.50em; /* 24px */
    max-width: 27.88em; /* 446px */
    gap: 16px;
}

.add-dialog-subgroup {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.add-dialog-subgroup-worked {
    width: fit-content;
}

.add-dialog-subgroup-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .add-dialog-subgroup-label .secondary {
        width: fit-content;
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5em;
        color: #666D7C;
    }

.add-dialog-checks {
    justify-content: space-between;
    flex-wrap: wrap;
}

.add-dialog-check-box {
    display: flex;
    position: relative;
    padding-left: 2.81em; /* 45px */
    margin-bottom: 0.94em; /* 15px */
    gap: 8px;
    cursor: pointer;
    font-family: 'Nunito', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
}

    .add-dialog-check-box input[type=checkbox] {
        visibility: hidden;
    }

    .add-dialog-check-box input:checked ~ .checkbox-span {
        background-color: #007BFF;
        border: transparent;
    }

        .add-dialog-check-box input:checked ~ .checkbox-span:after {
            display: block;
            padding: 0.25em; /* 4px */
            height: 1.25em; /* 20px */
            border: solid white;
            border-width: 0 2px 2px 0;
            margin: 0 5px;
            transform: skew(-5deg, -8deg) rotate(45deg) scale(60%);
        }

.checkbox-span {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.50em; /* 24px */
    width: 1.50em; /* 24px */
    background-color: #F6F7F8;
    border-radius: 4px;
    border: 1px solid #E6E7E9;
}

    .checkbox-span:after {
        content: "";
        display: none;
        padding: 0.50em; /* 8px */
    }

.add-dialog-input {
    width: 100%;
    padding: 0.62em 1.00em; /* 10px 16px */
    font-family: 'Nunito', serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    border: 1px solid #E6E7E9;
    border-radius: 4px;
}

    .add-dialog-input:focus {
        outline: none !important;
        border: 1px solid #007BFF;
    }

    .add-dialog-input:disabled {
        color: #C3C6CA;
    }

.worked-sub-group {
    display: flex;
    max-width: 13.25em; /* 212px */
    flex-direction: column;
    visibility: visible;
}

.worked-button {
    height: 2.25em; /* 36px */
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0.38em 0.50em; /* 6px 8px */
    border-radius: 4px;
}

.st-active {
    background-color: #007bff;
}

    .st-active p {
        font-family: Nunito, sans-serif;
        font-size: 1em;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

.worked-button p:hover {
    cursor: pointer;
}

.st-inactive {
}

    .st-inactive p {
        font-family: Nunito, sans-serif;
        font-size: 1em;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #010101;
    }


.back-btn {
    align-self: center;
    padding: 0.62em 1.00em; /* 10px 16px */
    margin: auto;
    height: 100%;
}

    .back-btn button {
        background: #2F3746;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        font-family: 'Nunito', sans-serif;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
    }

.next-btn {
    color: #FFFFFF;
    padding: 0.62em 1.00em; /* 10px 16px */
    align-self: center;
    justify-self: flex-end;
    margin: auto;
}

    .next-btn button {
        color: #ffffff;
        font-family: 'Nunito', sans-serif;
        background: #007BFF;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
    }

.checkLabel {
    margin-left: 0.25em; /* 4px */
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0.50em; /* 8px */
    margin-bottom: 0.50em; /* 8px */
    color: #010101;
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .checkLabel input[type=checkbox] {
        background-color: #007BFF;
        border-radius: 4px;
        color: #ffffff;
        width: 1.50em; /* 24px */
        height: 1.50em; /* 24px */
    }


.checkbox {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #007BFF;
    border-radius: 4px;
}

.svgbox {
    width: 100%;
    height: 0.19em; /* 3px */
    align-self: flex-end;
}

.box {
    fill: #007BFF;
    stroke: #007BFF;
}

.progress-half {
    position: absolute;
    top: 5.00em; /* 80px */
    left: 0;
    background: #007Bff;
    width: 50%;
    height: 0.19em; /* 3px */
}

.progress-full {
    position: absolute;
    top: 5.00em; /* 80px */
    left: 0;
    background: #007Bff;
    width: 100%;
    height: 0.19em; /* 3px */
}

.employees-frame {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.25em; /* 4px */
    background: #FBFBFC;
    border: 1px solid #E6E7E9;
    box-sizing: border-box;
    border-radius: 4px;
}

    .employees-frame button:active {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.38em 0.50em; /* 6px 8px */
        position: static;
        width: 14.25em; /* 228px */
        left: calc(50% - 228px/2 - 118px);
        top: 0%;
        bottom: 0%;
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5em;
        background: #007BFF;
        border-radius: 4px;
    }

    .employees-frame button:disabled {
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5em;
        color: #010101;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 0.00em 0.62em; /* 0px 10px */
    }

.employee-select-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.38em 0.50em; /* 6px 8px */
    position: static;
    width: 14.25em; /* 228px */
    left: calc(50% - 228px/2 - 118px);
    top: 0%;
    bottom: 0%;
    background: #007BFF;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0.00em 0.50em; /* 0px 8px */
}

    .employee-select-btn button {
        color: #ffffff;
    }


.employee-specific-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.38em 0.50em; /* 6px 8px */
    position: static;
    width: 14.25em; /* 228px */
    left: calc(50% - 228px/2 - 118px);
    top: 0%;
    bottom: 0%;
    background: #FBFBFC;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0.00em 0.50em; /* 0px 8px */
}

    .employee-specific-btn button {
        color: #000000;
    }

.employee-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    height: 2.75em; /* 44px */
    margin-top: 0.62em; /* 10px */
    background: #FFFFFF;
    border: 1px solid #E6E7E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.employee-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    padding: 0.25em; /* 4px */
    margin-top: 0.62em; /* 10px */
    height: 2.75em; /* 44px */
    border: 1px solid #E6E7E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3%;
    height: 1.50em; /* 24px */
}

.info-icon {
    vertical-align: middle;
    height: 0.75em; /* 12px */
    filter: invert(45%) sepia(20%) saturate(284%) hue-rotate(183deg) brightness(90%) contrast(93%);
}

.benefit-parent {
    padding: 0.94em; /* 15px */
    overflow: scroll !important;
}

.culture-board-posts-list-scroll {
    max-height: 42.25em; /* 676px */
}

.table-content-scroll {
    max-height: calc(100vh - 473px);
}

@keyframes help-icon-animation {
    0% {
        filter: invert(1);
    }

    25%,50% {
        filter: invert(15%) sepia(26%) saturate(1223%) hue-rotate(343deg) brightness(105%) contrast(102%);
    }
}
