@import '../_content/BlazorFluentUI.CoreComponents/BlazorFluentUI.CoreComponents.bundle.scp.css';

/* FlexMetZorg/Pages/Login.razor.rz.scp.css */
.flex-one[b-ir57eqxyzd] {
    flex: 1;
}

.position-relative[b-ir57eqxyzd] {
    position: relative;
}

.container[b-ir57eqxyzd] {
    padding: 28px;
}


.left-panel[b-ir57eqxyzd] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-ir57eqxyzd] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-ir57eqxyzd] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-ir57eqxyzd] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-ir57eqxyzd] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .tabs-container[b-ir57eqxyzd] {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-opacity: 0.5;
    margin-bottom: 24px;
}

    .right-panel .tabs-container .tab[b-ir57eqxyzd] {
        font: normal normal normal 10px/13px Montserrat;
        color: #000000;
        opacity: 0.34;
        cursor: pointer;
    }

        .right-panel .tabs-container .tab.active[b-ir57eqxyzd] {
            font: normal normal bold 12px/15px Montserrat;
            opacity: 1;
            color: #f86469;
        }

            .right-panel .tabs-container .tab.active[b-ir57eqxyzd]::after {
                content: "";
                width: 100%;
                border-bottom: 3px solid #f86469;
                display: block;
                position: relative;
                top: 1.5px;
            }

.right-panel .field[b-ir57eqxyzd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel h1[b-ir57eqxyzd] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .right-panel .field label[b-ir57eqxyzd] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-ir57eqxyzd] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-ir57eqxyzd] {
        top: 6px;
    }

    .right-panel .field img[b-ir57eqxyzd] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-ir57eqxyzd] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-ir57eqxyzd] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-ir57eqxyzd] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-ir57eqxyzd] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-ir57eqxyzd] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-ir57eqxyzd] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

@media screen and (min-width:770px) {
    .container[b-ir57eqxyzd] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-ir57eqxyzd] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-ir57eqxyzd] {
            display: block;
        }

        .left-panel h1[b-ir57eqxyzd] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-ir57eqxyzd] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-ir57eqxyzd] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-ir57eqxyzd] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel h1[b-ir57eqxyzd] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .right-panel .tabs-container[b-ir57eqxyzd] {
            margin-bottom: 45px;
        }

            .right-panel .tabs-container .tab[b-ir57eqxyzd] {
                font: normal normal normal 24px/29px Montserrat;
            }

                .right-panel .tabs-container .tab.active[b-ir57eqxyzd] {
                    font: normal normal bold 24px/29px Montserrat;
                }

        .right-panel .field label[b-ir57eqxyzd] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-ir57eqxyzd] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-ir57eqxyzd] {
            top: 16px;
        }

        .right-panel .field img[b-ir57eqxyzd] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-ir57eqxyzd] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-ir57eqxyzd] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-ir57eqxyzd] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-ir57eqxyzd] {
            font: normal normal normal 16px/24px Montserrat;
        }
}
/* FlexMetZorg/Pages/MarketplaceItemDetail.razor.rz.scp.css */
/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*[b-rldds4xbrk],
[b-rldds4xbrk]::before,
[b-rldds4xbrk]::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

[b-rldds4xbrk]::before,
[b-rldds4xbrk]::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html[b-rldds4xbrk] {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body[b-rldds4xbrk] {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr[b-rldds4xbrk] {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title])[b-rldds4xbrk] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1[b-rldds4xbrk],
h2[b-rldds4xbrk],
h3[b-rldds4xbrk],
h4[b-rldds4xbrk],
h5[b-rldds4xbrk],
h6[b-rldds4xbrk] {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a[b-rldds4xbrk] {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b[b-rldds4xbrk],
strong[b-rldds4xbrk] {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code[b-rldds4xbrk],
kbd[b-rldds4xbrk],
samp[b-rldds4xbrk],
pre[b-rldds4xbrk] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small[b-rldds4xbrk] {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub[b-rldds4xbrk],
sup[b-rldds4xbrk] {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub[b-rldds4xbrk] {
    bottom: -0.25em;
}

sup[b-rldds4xbrk] {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table[b-rldds4xbrk] {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button[b-rldds4xbrk],
input[b-rldds4xbrk],
optgroup[b-rldds4xbrk],
select[b-rldds4xbrk],
textarea[b-rldds4xbrk] {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button[b-rldds4xbrk],
select[b-rldds4xbrk] {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button[b-rldds4xbrk],
[type='button'][b-rldds4xbrk],
[type='reset'][b-rldds4xbrk],
[type='submit'][b-rldds4xbrk] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring[b-rldds4xbrk] {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid[b-rldds4xbrk] {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress[b-rldds4xbrk] {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

[b-rldds4xbrk]::-webkit-inner-spin-button,
[b-rldds4xbrk]::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'][b-rldds4xbrk] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

[b-rldds4xbrk]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

[b-rldds4xbrk]::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary[b-rldds4xbrk] {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote[b-rldds4xbrk],
dl[b-rldds4xbrk],
dd[b-rldds4xbrk],
h1[b-rldds4xbrk],
h2[b-rldds4xbrk],
h3[b-rldds4xbrk],
h4[b-rldds4xbrk],
h5[b-rldds4xbrk],
h6[b-rldds4xbrk],
hr[b-rldds4xbrk],
figure[b-rldds4xbrk],
p[b-rldds4xbrk],
pre[b-rldds4xbrk] {
    margin: 0;
}

fieldset[b-rldds4xbrk] {
    margin: 0;
    padding: 0;
}

legend[b-rldds4xbrk] {
    padding: 0;
}

ol[b-rldds4xbrk],
ul[b-rldds4xbrk],
menu[b-rldds4xbrk] {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea[b-rldds4xbrk] {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input[b-rldds4xbrk]::-moz-placeholder, textarea[b-rldds4xbrk]::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input:-ms-input-placeholder[b-rldds4xbrk], textarea:-ms-input-placeholder[b-rldds4xbrk] {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input[b-rldds4xbrk]::placeholder,
    textarea[b-rldds4xbrk]::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button[b-rldds4xbrk],
[role="button"][b-rldds4xbrk] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled[b-rldds4xbrk] {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img[b-rldds4xbrk],
svg[b-rldds4xbrk],
video[b-rldds4xbrk],
canvas[b-rldds4xbrk],
audio[b-rldds4xbrk],
iframe[b-rldds4xbrk],
embed[b-rldds4xbrk],
object[b-rldds4xbrk] {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img[b-rldds4xbrk],
video[b-rldds4xbrk] {
    max-width: 100%;
    height: auto;
}

*[b-rldds4xbrk], [b-rldds4xbrk]::before, [b-rldds4xbrk]::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

[b-rldds4xbrk]::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

[b-rldds4xbrk]::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.mb-9[b-rldds4xbrk] {
    margin-bottom: 2.25rem;
}

.mb-11[b-rldds4xbrk] {
    margin-bottom: 2.75rem;
}

.mt-11[b-rldds4xbrk] {
    margin-top: 2.75rem;
}

.mb-6[b-rldds4xbrk] {
    margin-bottom: 1.5rem;
}

.mb-4[b-rldds4xbrk] {
    margin-bottom: 1rem;
}

.mb-3[b-rldds4xbrk] {
    margin-bottom: 0.75rem;
}

.mt-10[b-rldds4xbrk] {
    margin-top: 2.5rem;
}

.mb-5[b-rldds4xbrk] {
    margin-bottom: 1.25rem;
}

.mb-0\.5[b-rldds4xbrk] {
    margin-bottom: 0.125rem;
}

.mb-0[b-rldds4xbrk] {
    margin-bottom: 0px;
}

.mt-8[b-rldds4xbrk] {
    margin-top: 2rem;
}

.mb-8[b-rldds4xbrk] {
    margin-bottom: 2rem;
}

.mb-2[b-rldds4xbrk] {
    margin-bottom: 0.5rem;
}

.mt-4[b-rldds4xbrk] {
    margin-top: 1rem;
}

.flex[b-rldds4xbrk] {
    display: flex;
}

.table[b-rldds4xbrk] {
    display: table;
}

.grid[b-rldds4xbrk] {
    display: grid;
}

.h-full[b-rldds4xbrk] {
    height: 100%;
}

.max-h-24[b-rldds4xbrk] {
    max-height: 6rem;
}

.grow[b-rldds4xbrk] {
    flex-grow: 1;
}

.grid-cols-2[b-rldds4xbrk] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col[b-rldds4xbrk] {
    flex-direction: column;
}

.items-center[b-rldds4xbrk] {
    align-items: center;
}

.justify-center[b-rldds4xbrk] {
    justify-content: center;
}

.gap-2\.5[b-rldds4xbrk] {
    gap: 0.625rem;
}

.gap-2[b-rldds4xbrk] {
    gap: 0.5rem;
}

.gap-3[b-rldds4xbrk] {
    gap: 0.75rem;
}

.gap-1\.5[b-rldds4xbrk] {
    gap: 0.375rem;
}

.gap-1[b-rldds4xbrk] {
    gap: 0.25rem;
}

.gap-0\.5[b-rldds4xbrk] {
    gap: 0.125rem;
}

.gap-0[b-rldds4xbrk] {
    gap: 0px;
}

.gap-5[b-rldds4xbrk] {
    gap: 1.25rem;
}

.gap-4[b-rldds4xbrk] {
    gap: 1rem;
}

.gap-y-3[b-rldds4xbrk] {
    row-gap: 0.75rem;
}

.gap-y-7[b-rldds4xbrk] {
    row-gap: 1.75rem;
}

.rounded-lg[b-rldds4xbrk] {
    border-radius: 0.5rem;
}

.rounded-xl[b-rldds4xbrk] {
    border-radius: 0.75rem;
}

.bg-white[b-rldds4xbrk] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-4[b-rldds4xbrk] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2\.5[b-rldds4xbrk] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-2[b-rldds4xbrk] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-10[b-rldds4xbrk] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.px-3[b-rldds4xbrk] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pb-15[b-rldds4xbrk] {
    padding-bottom: 3.75rem;
}

.pt-15[b-rldds4xbrk] {
    padding-top: 3.75rem;
}

.pt-6[b-rldds4xbrk] {
    padding-top: 1.5rem;
}

.text-center[b-rldds4xbrk] {
    text-align: center;
}

.text-base[b-rldds4xbrk] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm[b-rldds4xbrk] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs[b-rldds4xbrk] {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl[b-rldds4xbrk] {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-lg[b-rldds4xbrk] {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-33px[b-rldds4xbrk] {
    font-size: 2.065rem;
}

.font-semibold[b-rldds4xbrk] {
    font-weight: 600;
}

.font-bold[b-rldds4xbrk] {
    font-weight: 700;
}

.font-medium[b-rldds4xbrk] {
    font-weight: 500;
}

.font-light[b-rldds4xbrk] {
    font-weight: 300;
}

.font-normal[b-rldds4xbrk] {
    font-weight: 400;
}

.leading-8[b-rldds4xbrk] {
    line-height: 2rem;
}

.leading-5[b-rldds4xbrk] {
    line-height: 1.25rem;
}

.leading-4[b-rldds4xbrk] {
    line-height: 1rem;
}

.leading-6[b-rldds4xbrk] {
    line-height: 1.5rem;
}

.tracking-tight[b-rldds4xbrk] {
    letter-spacing: -0.025em;
}

.text-white-900[b-rldds4xbrk] {
    --tw-text-opacity: 1;
    color: rgb(254 240 240 / var(--tw-text-opacity));
}

.text-gray-50[b-rldds4xbrk] {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
}

html[b-rldds4xbrk] {
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    html[b-rldds4xbrk] {
        font-family: 'Inter var', sans-serif;
    }
}

.hover\:cursor-pointer:hover[b-rldds4xbrk] {
    cursor: pointer;
}

.hover\:shadow-lg:hover[b-rldds4xbrk] {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .md\:col-span-2[b-rldds4xbrk] {
        grid-column: span 2 / span 2;
    }

    .md\:mt-16[b-rldds4xbrk] {
        margin-top: 4rem;
    }

    .md\:mb-10[b-rldds4xbrk] {
        margin-bottom: 2.5rem;
    }

    .md\:mb-6[b-rldds4xbrk] {
        margin-bottom: 1.5rem;
    }

    .md\:mb-4[b-rldds4xbrk] {
        margin-bottom: 1rem;
    }

    .md\:mb-16[b-rldds4xbrk] {
        margin-bottom: 4rem;
    }

    .md\:mb-9[b-rldds4xbrk] {
        margin-bottom: 2.25rem;
    }

    .md\:mb-1[b-rldds4xbrk] {
        margin-bottom: 0.25rem;
    }

    .md\:mt-9[b-rldds4xbrk] {
        margin-top: 2.25rem;
    }

    .md\:mb-3[b-rldds4xbrk] {
        margin-bottom: 0.75rem;
    }

    .md\:grid-cols-3[b-rldds4xbrk] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:gap-8[b-rldds4xbrk] {
        gap: 2rem;
    }

    .md\:gap-2\.5[b-rldds4xbrk] {
        gap: 0.625rem;
    }

    .md\:gap-2[b-rldds4xbrk] {
        gap: 0.5rem;
    }

    .md\:gap-5[b-rldds4xbrk] {
        gap: 1.25rem;
    }

    .md\:gap-y-4[b-rldds4xbrk] {
        row-gap: 1rem;
    }

    .md\:gap-y-7[b-rldds4xbrk] {
        row-gap: 1.75rem;
    }

    .md\:gap-x-8[b-rldds4xbrk] {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .md\:gap-y-9[b-rldds4xbrk] {
        row-gap: 2.25rem;
    }

    .md\:px-10[b-rldds4xbrk] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-8[b-rldds4xbrk] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:pt-15[b-rldds4xbrk] {
        padding-top: 3.75rem;
    }

    .md\:pt-11[b-rldds4xbrk] {
        padding-top: 2.75rem;
    }

    .md\:pb-15[b-rldds4xbrk] {
        padding-bottom: 3.75rem;
    }

    .md\:text-4xl[b-rldds4xbrk] {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-xl[b-rldds4xbrk] {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-2xl[b-rldds4xbrk] {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-lg[b-rldds4xbrk] {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-39px[b-rldds4xbrk] {
        font-size: 2.4375rem;
    }

    .md\:font-bold[b-rldds4xbrk] {
        font-weight: 700;
    }

    .md\:font-normal[b-rldds4xbrk] {
        font-weight: 400;
    }

    .md\:font-semibold[b-rldds4xbrk] {
        font-weight: 600;
    }

    .md\:leading-10[b-rldds4xbrk] {
        line-height: 2.5rem;
    }

    .md\:leading-7[b-rldds4xbrk] {
        line-height: 1.75rem;
    }

    .md\:leading-5[b-rldds4xbrk] {
        line-height: 1.25rem;
    }

    .md\:tracking-tighter[b-rldds4xbrk] {
        letter-spacing: -0.05em;
    }

    .md\:text-white[b-rldds4xbrk] {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4[b-rldds4xbrk] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


section:nth-child(even)[b-rldds4xbrk] {
    background-color: #F86469;
}

section:nth-child(odd)[b-rldds4xbrk] {
    background-color: #FFF5F5;
}

.leading-14px[b-rldds4xbrk] {
    line-height: 14px;
}

.text-gray-50[b-rldds4xbrk] {
    color: #F8FAFC;
}

.text-black-900[b-rldds4xbrk] {
    color: #0F172A;
}

.text-black-800[b-rldds4xbrk] {
    color: #475569;
}

.text-black-700[b-rldds4xbrk] {
    color: #64748B;
}

.grid-1fr-auto[b-rldds4xbrk] {
    grid-template-columns: 1fr auto;
}

.bg-theme-color[b-rldds4xbrk] {
    background-color: #F86469;
}

.bg-theme-color-light[b-rldds4xbrk] {
    background-color: #FA8589;
}

.text-theme-color[b-rldds4xbrk] {
    color: #FC6166;
}

.text-theme-green[b-rldds4xbrk] {
    color: #10B981;
}

.text-theme-green-light[b-rldds4xbrk] {
    color: #6EE7B7;
}

.border-theme-color[b-rldds4xbrk] {
    border: 1.79934px solid #FC6166;
}

.profile-picture[b-rldds4xbrk] {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.euro-icon[b-rldds4xbrk] {
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
}

.who-logo[b-rldds4xbrk] {
    width: 98px;
    max-width: 98px;
    min-width: 98px;
    height: 98px;
    max-height: 98px;
    min-height: 98px;
}

.feature-icon[b-rldds4xbrk] {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

@media screen and (min-width:768px) {
    .who-logo[b-rldds4xbrk] {
        width: 147px;
        max-width: 147px;
        min-width: 147px;
        height: 147px;
        max-height: 147px;
        min-height: 147px;
    }

    .feature-icon[b-rldds4xbrk] {
        width: 81px;
        max-width: 81px;
        min-width: 81px;
        height: 81px;
        max-height: 81px;
        min-height: 81px;
    }

    .profile-picture[b-rldds4xbrk] {
        height: 110px;
        min-height: 110px;
        max-height: 110px;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
    }

    .euro-icon[b-rldds4xbrk] {
        height: 39px;
        min-height: 39px;
        max-height: 39px;
        width: 39px;
        min-width: 39px;
        max-width: 39px;
    }
}
/* FlexMetZorg/Pages/Register.razor.rz.scp.css */
.flex-one[b-61lr7ftpk6] {
    flex: 1;
}

.position-relative[b-61lr7ftpk6] {
    position: relative;
}

.container[b-61lr7ftpk6] {
    padding: 28px;
}


.left-panel[b-61lr7ftpk6] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-61lr7ftpk6] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-61lr7ftpk6] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-61lr7ftpk6] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-61lr7ftpk6] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .tabs-container[b-61lr7ftpk6] {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-opacity: 0.5;
    margin-bottom: 24px;
}

    .right-panel .tabs-container .tab[b-61lr7ftpk6] {
        font: normal normal normal 10px/13px Montserrat;
        color: #000000;
        opacity: 0.34;
        cursor: pointer;
    }

        .right-panel .tabs-container .tab.active[b-61lr7ftpk6] {
            font: normal normal bold 12px/15px Montserrat;
            opacity: 1;
            color: #f86469;
        }

            .right-panel .tabs-container .tab.active[b-61lr7ftpk6]::after {
                content: "";
                width: 100%;
                border-bottom: 3px solid #f86469;
                display: block;
                position: relative;
                top: 1.5px;
            }

.right-panel .field[b-61lr7ftpk6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field label[b-61lr7ftpk6] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-61lr7ftpk6] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-61lr7ftpk6] {
        top: 6px;
    }

    .right-panel .field img[b-61lr7ftpk6] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-61lr7ftpk6] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-61lr7ftpk6] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-61lr7ftpk6] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-61lr7ftpk6] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-61lr7ftpk6] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-61lr7ftpk6] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

@media screen and (min-width:770px) {
    .container[b-61lr7ftpk6] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-61lr7ftpk6] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-61lr7ftpk6] {
            display: block;
        }

        .left-panel h1[b-61lr7ftpk6] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-61lr7ftpk6] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-61lr7ftpk6] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-61lr7ftpk6] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .tabs-container[b-61lr7ftpk6] {
            margin-bottom: 45px;
        }

            .right-panel .tabs-container .tab[b-61lr7ftpk6] {
                font: normal normal normal 24px/29px Montserrat;
            }

                .right-panel .tabs-container .tab.active[b-61lr7ftpk6] {
                    font: normal normal bold 24px/29px Montserrat;
                }

        .right-panel .field label[b-61lr7ftpk6] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-61lr7ftpk6] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-61lr7ftpk6] {
            top: 16px;
        }

        .right-panel .field img[b-61lr7ftpk6] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-61lr7ftpk6] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-61lr7ftpk6] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-61lr7ftpk6] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-61lr7ftpk6] {
            font: normal normal normal 16px/24px Montserrat;
        }
}
/* FlexMetZorg/Pages/SelectBid.razor.rz.scp.css */
/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*[b-c8kiby45lp],
[b-c8kiby45lp]::before,
[b-c8kiby45lp]::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

[b-c8kiby45lp]::before,
[b-c8kiby45lp]::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html[b-c8kiby45lp] {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body[b-c8kiby45lp] {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr[b-c8kiby45lp] {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title])[b-c8kiby45lp] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1[b-c8kiby45lp],
h2[b-c8kiby45lp],
h3[b-c8kiby45lp],
h4[b-c8kiby45lp],
h5[b-c8kiby45lp],
h6[b-c8kiby45lp] {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a[b-c8kiby45lp] {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b[b-c8kiby45lp],
strong[b-c8kiby45lp] {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code[b-c8kiby45lp],
kbd[b-c8kiby45lp],
samp[b-c8kiby45lp],
pre[b-c8kiby45lp] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small[b-c8kiby45lp] {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub[b-c8kiby45lp],
sup[b-c8kiby45lp] {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub[b-c8kiby45lp] {
    bottom: -0.25em;
}

sup[b-c8kiby45lp] {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table[b-c8kiby45lp] {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

/*button,
input,
optgroup,
select,
textarea {
    font-family: inherit;*/
    /* 1 */
    /*font-size: 100%;*/
    /* 1 */
    /*font-weight: inherit;*/
    /* 1 */
    /*line-height: inherit;*/
    /* 1 */
    /*color: inherit;*/
    /* 1 */
    /*margin: 0;*/
    /* 2 */
    /*padding: 0;*/
    /* 3 */
/*}*/

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

/*button,
select {
    text-transform: none;
}*/

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

/*button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;*/
    /* 1 */
    /*background-color: transparent;*/
    /* 2 */
    /*background-image: none;*/
    /* 2 */
/*}*/

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring[b-c8kiby45lp] {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid[b-c8kiby45lp] {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress[b-c8kiby45lp] {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

[b-c8kiby45lp]::-webkit-inner-spin-button,
[b-c8kiby45lp]::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'][b-c8kiby45lp] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

[b-c8kiby45lp]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

[b-c8kiby45lp]::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary[b-c8kiby45lp] {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote[b-c8kiby45lp],
dl[b-c8kiby45lp],
dd[b-c8kiby45lp],
h1[b-c8kiby45lp],
h2[b-c8kiby45lp],
h3[b-c8kiby45lp],
h4[b-c8kiby45lp],
h5[b-c8kiby45lp],
h6[b-c8kiby45lp],
hr[b-c8kiby45lp],
figure[b-c8kiby45lp],
p[b-c8kiby45lp],
pre[b-c8kiby45lp] {
    margin: 0;
}

fieldset[b-c8kiby45lp] {
    margin: 0;
    padding: 0;
}

legend[b-c8kiby45lp] {
    padding: 0;
}

ol[b-c8kiby45lp],
ul[b-c8kiby45lp],
menu[b-c8kiby45lp] {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea[b-c8kiby45lp] {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input[b-c8kiby45lp]::-moz-placeholder, textarea[b-c8kiby45lp]::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input:-ms-input-placeholder[b-c8kiby45lp], textarea:-ms-input-placeholder[b-c8kiby45lp] {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input[b-c8kiby45lp]::placeholder,
    textarea[b-c8kiby45lp]::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

/*button,
[role="button"] {
    cursor: pointer;
}*/

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled[b-c8kiby45lp] {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img[b-c8kiby45lp],
svg[b-c8kiby45lp],
video[b-c8kiby45lp],
canvas[b-c8kiby45lp],
audio[b-c8kiby45lp],
iframe[b-c8kiby45lp],
embed[b-c8kiby45lp],
object[b-c8kiby45lp] {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img[b-c8kiby45lp],
video[b-c8kiby45lp] {
    max-width: 100%;
    height: auto;
}

*[b-c8kiby45lp], [b-c8kiby45lp]::before, [b-c8kiby45lp]::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

[b-c8kiby45lp]::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

[b-c8kiby45lp]::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.mb-9[b-c8kiby45lp] {
    margin-bottom: 2.25rem;
}

.mb-11[b-c8kiby45lp] {
    margin-bottom: 2.75rem;
}

.mt-11[b-c8kiby45lp] {
    margin-top: 2.75rem;
}

.mb-6[b-c8kiby45lp] {
    margin-bottom: 1.5rem;
}

.mb-4[b-c8kiby45lp] {
    margin-bottom: 1rem;
}

.mb-3[b-c8kiby45lp] {
    margin-bottom: 0.75rem;
}

.mt-10[b-c8kiby45lp] {
    margin-top: 2.5rem;
}

.mb-5[b-c8kiby45lp] {
    margin-bottom: 1.25rem;
}

.mb-0\.5[b-c8kiby45lp] {
    margin-bottom: 0.125rem;
}

.mb-0[b-c8kiby45lp] {
    margin-bottom: 0px;
}

.mt-8[b-c8kiby45lp] {
    margin-top: 2rem;
}

.mb-8[b-c8kiby45lp] {
    margin-bottom: 2rem;
}

.mb-2[b-c8kiby45lp] {
    margin-bottom: 0.5rem;
}

.mt-4[b-c8kiby45lp] {
    margin-top: 1rem;
}

.flex[b-c8kiby45lp] {
    display: flex;
}

.table[b-c8kiby45lp] {
    display: table;
}

.grid[b-c8kiby45lp] {
    display: grid;
}

.h-full[b-c8kiby45lp] {
    height: 100%;
}

.max-h-24[b-c8kiby45lp] {
    max-height: 6rem;
}

.grow[b-c8kiby45lp] {
    flex-grow: 1;
}

.grid-cols-2[b-c8kiby45lp] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col[b-c8kiby45lp] {
    flex-direction: column;
}

.items-center[b-c8kiby45lp] {
    align-items: center;
}

.justify-center[b-c8kiby45lp] {
    justify-content: center;
}

.gap-2\.5[b-c8kiby45lp] {
    gap: 0.625rem;
}

.gap-2[b-c8kiby45lp] {
    gap: 0.5rem;
}

.gap-3[b-c8kiby45lp] {
    gap: 0.75rem;
}

.gap-1\.5[b-c8kiby45lp] {
    gap: 0.375rem;
}

.gap-1[b-c8kiby45lp] {
    gap: 0.25rem;
}

.gap-0\.5[b-c8kiby45lp] {
    gap: 0.125rem;
}

.gap-0[b-c8kiby45lp] {
    gap: 0px;
}

.gap-5[b-c8kiby45lp] {
    gap: 1.25rem;
}

.gap-4[b-c8kiby45lp] {
    gap: 1rem;
}

.gap-y-3[b-c8kiby45lp] {
    row-gap: 0.75rem;
}

.gap-y-7[b-c8kiby45lp] {
    row-gap: 1.75rem;
}

.rounded-lg[b-c8kiby45lp] {
    border-radius: 0.5rem;
}

.rounded-xl[b-c8kiby45lp] {
    border-radius: 0.75rem;
}

.bg-white[b-c8kiby45lp] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-4[b-c8kiby45lp] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2\.5[b-c8kiby45lp] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-2[b-c8kiby45lp] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-10[b-c8kiby45lp] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.px-3[b-c8kiby45lp] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pb-15[b-c8kiby45lp] {
    padding-bottom: 3.75rem;
}

.pt-15[b-c8kiby45lp] {
    padding-top: 3.75rem;
}

.pt-6[b-c8kiby45lp] {
    padding-top: 1.5rem;
}

.text-center[b-c8kiby45lp] {
    text-align: center;
}

.text-base[b-c8kiby45lp] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm[b-c8kiby45lp] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs[b-c8kiby45lp] {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl[b-c8kiby45lp] {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-lg[b-c8kiby45lp] {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-33px[b-c8kiby45lp] {
    font-size: 2.065rem;
}

.font-semibold[b-c8kiby45lp] {
    font-weight: 600;
}

.font-bold[b-c8kiby45lp] {
    font-weight: 700;
}

.font-medium[b-c8kiby45lp] {
    font-weight: 500;
}

.font-light[b-c8kiby45lp] {
    font-weight: 300;
}

.font-normal[b-c8kiby45lp] {
    font-weight: 400;
}

.leading-8[b-c8kiby45lp] {
    line-height: 2rem;
}

.leading-5[b-c8kiby45lp] {
    line-height: 1.25rem;
}

.leading-4[b-c8kiby45lp] {
    line-height: 1rem;
}

.leading-6[b-c8kiby45lp] {
    line-height: 1.5rem;
}

.tracking-tight[b-c8kiby45lp] {
    letter-spacing: -0.025em;
}

.text-white-900[b-c8kiby45lp] {
    --tw-text-opacity: 1;
    color: rgb(254 240 240 / var(--tw-text-opacity));
}

.text-gray-50[b-c8kiby45lp] {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
}

html[b-c8kiby45lp] {
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    html[b-c8kiby45lp] {
        font-family: 'Inter var', sans-serif;
    }
}

.hover\:cursor-pointer:hover[b-c8kiby45lp] {
    cursor: pointer;
}

.hover\:shadow-lg:hover[b-c8kiby45lp] {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.search-box[b-c8kiby45lp] {
    position: relative;
    flex: 1;
}

    .search-box img[b-c8kiby45lp] {
        position: absolute;
        top: 15px;
        left: 14.6px;
    }

.search-input[b-c8kiby45lp] {
    padding: 16px 15px 15px 49.68px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8.0226px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #64748B;
    width: 100%;
}

    .search-input[b-c8kiby45lp]::placeholder {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #64748B;
    }

@media (min-width: 768px) {
    .md\:col-span-2[b-c8kiby45lp] {
        grid-column: span 2 / span 2;
    }

    .md\:mt-16[b-c8kiby45lp] {
        margin-top: 4rem;
    }

    .md\:mb-10[b-c8kiby45lp] {
        margin-bottom: 2.5rem;
    }

    .md\:mb-6[b-c8kiby45lp] {
        margin-bottom: 1.5rem;
    }

    .md\:mb-4[b-c8kiby45lp] {
        margin-bottom: 1rem;
    }

    .md\:mb-16[b-c8kiby45lp] {
        margin-bottom: 4rem;
    }

    .md\:mb-9[b-c8kiby45lp] {
        margin-bottom: 2.25rem;
    }

    .md\:mb-1[b-c8kiby45lp] {
        margin-bottom: 0.25rem;
    }

    .md\:mt-9[b-c8kiby45lp] {
        margin-top: 2.25rem;
    }

    .md\:mb-3[b-c8kiby45lp] {
        margin-bottom: 0.75rem;
    }

    .md\:grid-cols-3[b-c8kiby45lp] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:gap-8[b-c8kiby45lp] {
        gap: 2rem;
    }

    .md\:gap-2\.5[b-c8kiby45lp] {
        gap: 0.625rem;
    }

    .md\:gap-2[b-c8kiby45lp] {
        gap: 0.5rem;
    }

    .md\:gap-5[b-c8kiby45lp] {
        gap: 1.25rem;
    }

    .md\:gap-y-4[b-c8kiby45lp] {
        row-gap: 1rem;
    }

    .md\:gap-y-7[b-c8kiby45lp] {
        row-gap: 1.75rem;
    }

    .md\:gap-x-8[b-c8kiby45lp] {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .md\:gap-y-9[b-c8kiby45lp] {
        row-gap: 2.25rem;
    }

    .md\:px-10[b-c8kiby45lp] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-8[b-c8kiby45lp] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:pt-15[b-c8kiby45lp] {
        padding-top: 3.75rem;
    }

    .md\:pt-11[b-c8kiby45lp] {
        padding-top: 2.75rem;
    }

    .md\:pb-15[b-c8kiby45lp] {
        padding-bottom: 3.75rem;
    }

    .md\:text-4xl[b-c8kiby45lp] {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-xl[b-c8kiby45lp] {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-2xl[b-c8kiby45lp] {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-lg[b-c8kiby45lp] {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-39px[b-c8kiby45lp] {
        font-size: 2.4375rem;
    }

    .md\:font-bold[b-c8kiby45lp] {
        font-weight: 700;
    }

    .md\:font-normal[b-c8kiby45lp] {
        font-weight: 400;
    }

    .md\:font-semibold[b-c8kiby45lp] {
        font-weight: 600;
    }

    .md\:leading-10[b-c8kiby45lp] {
        line-height: 2.5rem;
    }

    .md\:leading-7[b-c8kiby45lp] {
        line-height: 1.75rem;
    }

    .md\:leading-5[b-c8kiby45lp] {
        line-height: 1.25rem;
    }

    .md\:tracking-tighter[b-c8kiby45lp] {
        letter-spacing: -0.05em;
    }

    .md\:text-white[b-c8kiby45lp] {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .search-box img[b-c8kiby45lp] {
        top: 18px;
        left: 25px;
    }

    .search-input[b-c8kiby45lp] {
        padding: 16px 16px 18px 64px;
        font-size: 18px;
        line-height: 22px;
    }

        .search-input[b-c8kiby45lp]::placeholder {
            font-size: 18px;
            line-height: 22px;
        }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4[b-c8kiby45lp] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


section:nth-child(even)[b-c8kiby45lp] {
    background-color: #F86469;
}

section:nth-child(odd)[b-c8kiby45lp] {
    background-color: #FFF5F5;
}

.leading-14px[b-c8kiby45lp] {
    line-height: 14px;
}

.text-gray-50[b-c8kiby45lp] {
    color: #F8FAFC;
}

.text-black-900[b-c8kiby45lp] {
    color: #0F172A;
}

.text-black-800[b-c8kiby45lp] {
    color: #475569;
}

.text-black-700[b-c8kiby45lp] {
    color: #64748B;
}

.grid-1fr-auto[b-c8kiby45lp] {
    grid-template-columns: 1fr auto;
}

.bg-theme-color[b-c8kiby45lp] {
    background-color: #F86469;
}

.bg-theme-color-light[b-c8kiby45lp] {
    background-color: #FA8589;
}

.text-theme-color[b-c8kiby45lp] {
    color: #FC6166;
}

.text-theme-green[b-c8kiby45lp] {
    color: #10B981;
}

.text-theme-green-light[b-c8kiby45lp] {
    color: #6EE7B7;
}

.border-theme-color[b-c8kiby45lp] {
    border: 1.79934px solid #FC6166;
}

.profile-picture[b-c8kiby45lp] {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.euro-icon[b-c8kiby45lp] {
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
}

.feature-icon[b-c8kiby45lp] {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

@media screen and (min-width:768px) {
    .feature-icon[b-c8kiby45lp] {
        width: 81px;
        max-width: 81px;
        min-width: 81px;
        height: 81px;
        max-height: 81px;
        min-height: 81px;
    }

    .profile-picture[b-c8kiby45lp] {
        height: 110px;
        min-height: 110px;
        max-height: 110px;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
    }

    .euro-icon[b-c8kiby45lp] {
        height: 39px;
        min-height: 39px;
        max-height: 39px;
        width: 39px;
        min-width: 39px;
        max-width: 39px;
    }
}

/*Modal CSS Styling*/
.main-container[b-c8kiby45lp] {
    max-width: min-content;
    background-color: #fef2f2;
}

section[b-c8kiby45lp] {
    display: flex;
    flex-direction: column;
    gap: 41px;
    align-items: center;
    padding: 28px 8px 73.57px 8px;
}

    section.first[b-c8kiby45lp] {
        background-color: #FEF2F2;
        border-radius: 20px;
    }

    section.second[b-c8kiby45lp] {
        background-color: #F8FAFC;
        border-radius: 0;
    }

    section.third[b-c8kiby45lp] {
        background-color: #F8FAFC;
        border-radius: 0 0 20px 20px;
    }

.details-container[b-c8kiby45lp] {
    margin-top: 41px;
}

h1[b-c8kiby45lp] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 17px;
}

p[b-c8kiby45lp] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #64748B;
    margin-bottom: 20px;
}

.primary-select[b-c8kiby45lp] {
    margin-bottom: 39px;
}

    .primary-select select[b-c8kiby45lp] {
        padding: 11.95px 42px 12.05px 9px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 13.9141px;
        line-height: 19px;
        color: #F86469;
        border: 1px solid #F86469;
        border-radius: 6.64635px;
        background-color: transparent;
    }

.secondary-select select[b-c8kiby45lp] {
    padding: 15px 42px 16px 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.025em;
    color: #94A3B8;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background-color: transparent;
    width: 90%;
}

.secondary-select[b-c8kiby45lp]::before {
    content: 'Reden:';
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #474554;
    margin-bottom: 10px;
}

.button[b-c8kiby45lp] {
    padding: 10px 20px 12px 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #F8FAFC;
    background-color: #F86469;
    width: fit-content;
    border-radius: 8px;
    cursor: pointer;
}

.primary-textarea[b-c8kiby45lp] {
    margin-top: 36px;
}

    .primary-textarea textarea[b-c8kiby45lp] {
        padding: 12px 20px 12px 14px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.025em;
        color: #94A3B8;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        background-color: transparent;
        min-height: 170px;
        width: 90%;
    }

        .primary-textarea textarea[b-c8kiby45lp]::placeholder {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: -0.025em;
            color: #94A3B8;
        }

    .primary-textarea p[b-c8kiby45lp] {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #474554;
        margin-bottom: 14px;
    }

@media screen and (min-width:768px) {
    .main-container[b-c8kiby45lp] {
        max-width: initial;
    }

    section[b-c8kiby45lp] {
        flex-direction: row;
        gap: 27px;
        align-items: initial;
        padding: 56px;
    }

        section.first[b-c8kiby45lp] {
            border: 1px solid #FECACA;
            border-bottom: none;
            border-radius: 17px 17px 0 0;
        }

        section.second[b-c8kiby45lp] {
            border: 1px solid #E2E8F0;
            border-bottom: none;
            border-radius: 17px 17px 0 0;
        }

        section.third[b-c8kiby45lp] {
            border: 1px solid #E2E8F0;
            border-top: none;
            border-radius: 0 0 17px 17px;
        }

    .details-container[b-c8kiby45lp] {
        margin-top: 0;
        margin-bottom: 17px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    h1[b-c8kiby45lp] {
        font-size: 25.0035px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    p[b-c8kiby45lp] {
        font-size: 14.9543px;
        margin-bottom: 27px;
    }

    .primary-select[b-c8kiby45lp] {
        margin-bottom: 87px;
    }

    .secondary-select select[b-c8kiby45lp] {
        padding: 15px 42px 19px 14px;
        font-size: 16px;
        line-height: 19px;
        width: 90%;
        max-width: 415px;
    }

    .secondary-select[b-c8kiby45lp]::before {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .primary-textarea[b-c8kiby45lp] {
        display: initial;
    }
}
/* FlexMetZorg/Shared/AddressBankInfo.razor.rz.scp.css */
.flex-one[b-tjkwzc0a1h] {
    flex: 1;
}

.position-relative[b-tjkwzc0a1h] {
    position: relative;
}

.container[b-tjkwzc0a1h] {
    padding: 28px;
}


.left-panel[b-tjkwzc0a1h] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-tjkwzc0a1h] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-tjkwzc0a1h] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-tjkwzc0a1h] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-tjkwzc0a1h] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-tjkwzc0a1h] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.right-panel .field2[b-tjkwzc0a1h] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field2 label[b-tjkwzc0a1h] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

.right-panel .field label[b-tjkwzc0a1h] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

.right-panel .field input[b-tjkwzc0a1h] {
    border: 2px solid #E2E2E5;
    font: normal normal normal 14px/18px Montserrat;
    color: #545151;
    padding: 9px;
    padding-right: 65px;
    border-radius: 4px;
    width: 100%;
}

.right-panel .field img.company-name-input-svg[b-tjkwzc0a1h] {
    top: 6px;
}

.right-panel .field img[b-tjkwzc0a1h] {
    position: absolute;
    right: 8px;
    top: 10px;
}

.right-panel .field.checkbox-container[b-tjkwzc0a1h] {
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

    .right-panel .field.checkbox-container .checkbox[b-tjkwzc0a1h] {
        max-width: 16px;
        max-height: 16px;
        min-width: 16px;
        min-height: 16px;
        border: 1px solid #F86469;
        border-radius: 4px;
    }

    .right-panel .field.checkbox-container p[b-tjkwzc0a1h] {
        color: #545151;
        opacity: 0.5;
        font-family: Montserrat;
        font: normal normal normal 8px/24px Montserrat;
    }

.right-panel .register-btn[b-tjkwzc0a1h] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-tjkwzc0a1h] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-tjkwzc0a1h] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-tjkwzc0a1h] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-tjkwzc0a1h] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-tjkwzc0a1h] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-tjkwzc0a1h] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-tjkwzc0a1h] {
            display: block;
        }

        .left-panel h1[b-tjkwzc0a1h] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-tjkwzc0a1h] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-tjkwzc0a1h] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-tjkwzc0a1h] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-tjkwzc0a1h] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field2 label[b-tjkwzc0a1h] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-tjkwzc0a1h] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-tjkwzc0a1h] {
            top: 16px;
        }

        .right-panel .field img[b-tjkwzc0a1h] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-tjkwzc0a1h] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-tjkwzc0a1h] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-tjkwzc0a1h] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-tjkwzc0a1h] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-tjkwzc0a1h] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/CompanyInfo.razor.rz.scp.css */
.flex-one[b-s0tvmofqu1] {
    flex: 1;
}

.position-relative[b-s0tvmofqu1] {
    position: relative;
}

.container[b-s0tvmofqu1] {
    padding: 28px;
}


.left-panel[b-s0tvmofqu1] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-s0tvmofqu1] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-s0tvmofqu1] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-s0tvmofqu1] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-s0tvmofqu1] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-s0tvmofqu1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.right-panel .field2[b-s0tvmofqu1] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
}

.right-panel .field2 label[b-s0tvmofqu1] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

    .right-panel .field label[b-s0tvmofqu1] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-s0tvmofqu1] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-s0tvmofqu1] {
        top: 6px;
    }

    .right-panel .field img[b-s0tvmofqu1] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-s0tvmofqu1] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-s0tvmofqu1] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-s0tvmofqu1] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-s0tvmofqu1] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-s0tvmofqu1] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-s0tvmofqu1] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-s0tvmofqu1] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-s0tvmofqu1] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-s0tvmofqu1] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-s0tvmofqu1] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-s0tvmofqu1] {
            display: block;
        }

        .left-panel h1[b-s0tvmofqu1] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-s0tvmofqu1] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-s0tvmofqu1] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-s0tvmofqu1] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-s0tvmofqu1] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field2 label[b-s0tvmofqu1] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-s0tvmofqu1] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-s0tvmofqu1] {
            top: 16px;
        }

        .right-panel .field img[b-s0tvmofqu1] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-s0tvmofqu1] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-s0tvmofqu1] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-s0tvmofqu1] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-s0tvmofqu1] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-s0tvmofqu1] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/CompanyInfoView.razor.rz.scp.css */
.flex-one[b-xih10rpkeb] {
    flex: 1;
}

.position-relative[b-xih10rpkeb] {
    position: relative;
}

.container[b-xih10rpkeb] {
    padding: 28px;
}


.left-panel[b-xih10rpkeb] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-xih10rpkeb] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-xih10rpkeb] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-xih10rpkeb] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-xih10rpkeb] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-xih10rpkeb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.right-panel .field2[b-xih10rpkeb] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field2 label[b-xih10rpkeb] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

.right-panel .field label[b-xih10rpkeb] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

.right-panel .field input[b-xih10rpkeb] {
    border: 2px solid #E2E2E5;
    font: normal normal normal 14px/18px Montserrat;
    color: #545151;
    padding: 9px;
    padding-right: 65px;
    border-radius: 4px;
    width: 100%;
}

.right-panel .field img.company-name-input-svg[b-xih10rpkeb] {
    top: 6px;
}

.right-panel .field img[b-xih10rpkeb] {
    position: absolute;
    right: 8px;
    top: 10px;
}

.right-panel .field.checkbox-container[b-xih10rpkeb] {
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

    .right-panel .field.checkbox-container .checkbox[b-xih10rpkeb] {
        max-width: 16px;
        max-height: 16px;
        min-width: 16px;
        min-height: 16px;
        border: 1px solid #F86469;
        border-radius: 4px;
    }

    .right-panel .field.checkbox-container p[b-xih10rpkeb] {
        color: #545151;
        opacity: 0.5;
        font-family: Montserrat;
        font: normal normal normal 8px/24px Montserrat;
    }

.right-panel .register-btn[b-xih10rpkeb] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-xih10rpkeb] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-xih10rpkeb] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-xih10rpkeb] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-xih10rpkeb] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-xih10rpkeb] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-xih10rpkeb] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-xih10rpkeb] {
            display: block;
        }

        .left-panel h1[b-xih10rpkeb] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-xih10rpkeb] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-xih10rpkeb] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-xih10rpkeb] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-xih10rpkeb] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field2 label[b-xih10rpkeb] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-xih10rpkeb] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-xih10rpkeb] {
            top: 16px;
        }

        .right-panel .field img[b-xih10rpkeb] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-xih10rpkeb] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-xih10rpkeb] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-xih10rpkeb] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-xih10rpkeb] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-xih10rpkeb] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/DashboardItems/Card.razor.rz.scp.css */
.card[b-djjx1r4cq8] {
    border-radius: 11px;
    box-shadow: 0px 0px 12px #0000000F;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.card-header[b-djjx1r4cq8] {
    background-color: #F86469;
    font: normal normal bold 10px/17px Montserrat;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border-radius: 11px 11px 0 0;
    padding-block: 12px;
}

.card-body[b-djjx1r4cq8] {
    border-radius: 0 0 11px 11px;
    padding: 5px;
    background-color: white;
    flex: 1;
    min-height: 0;
}

@media screen and (min-width:769px) {
    .card-header[b-djjx1r4cq8] {
        font: normal normal bold 16px/16px Montserrat;
    }
}
/* FlexMetZorg/Shared/DashboardItems/CardBodyTemplate.razor.rz.scp.css */
.card-custom-body[b-461y6imoia] {
    padding: 12px 8px 12px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .card-custom-body > img[b-461y6imoia] {
        width: 30px;
    }

    .card-custom-body > div[b-461y6imoia] {
        font: normal normal bold 16px/27px Montserrat;
        letter-spacing: 0px;
        color: #F86469;
    }

    .card-custom-body > svg[b-461y6imoia] {
        margin-left: auto;
    }

    .card-custom-body > div.countdown[b-461y6imoia] {
        position: absolute;
        bottom: 5px;
        right: 5px;
        gap: 14px;
        font: normal normal 400 17px/19px Montserrat;
        color: #393838;
        display: none;
    }

.countdown > div:first-child[b-461y6imoia], .countdown > div > div:first-child[b-461y6imoia], .colon[b-461y6imoia] {
    opacity: 0.24;
}

.countdown > div:first-child[b-461y6imoia] {
    font: normal normal 400 9px/17px Montserrat;
}

.countdown > div > div:last-child[b-461y6imoia] {
    font: normal normal normal 9px/11px Montserrat;
    color: #F86469;
    opacity: 1;
}

@media screen and (min-width:769px) {
    .card-custom-body[b-461y6imoia] {
        padding: 12px 12px 12px 20px;
        gap: 5px;
    }

        .card-custom-body > div[b-461y6imoia] {
            font: normal normal bold 24px/27px Montserrat;
        }

        .card-custom-body > img[b-461y6imoia] {
            width: unset;
        }

        .card-custom-body > div.countdown[b-461y6imoia] {
            display: flex;
        }
}
/* FlexMetZorg/Shared/DashboardItems/SyncfusionAreaChart.razor.rz.scp.css */
.container[b-oyjuvi4p2q] {
    position: relative;
}

.options[b-oyjuvi4p2q] {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

    .options > div[b-oyjuvi4p2q] {
        font: normal normal bold 8px/10px Montserrat;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

        .options > div > div[b-oyjuvi4p2q], .options > div > select[b-oyjuvi4p2q], .legend > div[b-oyjuvi4p2q] {
            font: normal normal 400 10px/10px Montserrat;
            color: #545151;
        }

.year[b-oyjuvi4p2q] {
    align-items: center;
}

    .year > div[b-oyjuvi4p2q] {
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .year > div > svg[b-oyjuvi4p2q] {
            height: 7px;
        }

select[b-oyjuvi4p2q] {
    background-color: white;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 1px 2px 1px 5px;
}

.rate > select[b-oyjuvi4p2q] {
    padding-right: 10px;
    ;
}

.function > select[b-oyjuvi4p2q] {
    padding-right: 20px;
    ;
}

.chart-container[b-oyjuvi4p2q] {
    position: absolute;
    left: -10px;
    height: 120px;
    max-height: 120px;
    width: calc(100% + 10px);
}

.legend[b-oyjuvi4p2q] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 120px;
}

    .legend > div[b-oyjuvi4p2q] {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .legend > div > svg[b-oyjuvi4p2q] {
            height: 5px;
        }

@media screen and (min-width:769px) {
    .options[b-oyjuvi4p2q] {
        gap: 60px;
        margin-bottom: 15px;
        margin-left: 30px;
    }

        .options > div[b-oyjuvi4p2q] {
            font: normal normal bold 15px/27px Montserrat;
        }

            .options > div > div[b-oyjuvi4p2q], .options > div > select[b-oyjuvi4p2q], .legend > div[b-oyjuvi4p2q] {
                font: normal normal 400 16px/18px Montserrat;
            }

    .year > div[b-oyjuvi4p2q] {
        gap: 10px;
    }

        .year > div > svg[b-oyjuvi4p2q] {
            height: unset;
        }

    .rate > select[b-oyjuvi4p2q] {
        padding-right: 30px;
        ;
    }

    .function > select[b-oyjuvi4p2q] {
        padding-right: 60px;
        ;
    }

    .chart-container[b-oyjuvi4p2q] {
        position: unset;
        height: unset;
        max-height: unset;
        width: unset;
    }

    .legend[b-oyjuvi4p2q] {
        margin-top: 0;
    }

        .legend > div[b-oyjuvi4p2q] {
            align-items: flex-end;
        }

            .legend > div > svg[b-oyjuvi4p2q] {
                height: 20px;
            }
}
/* FlexMetZorg/Shared/DashboardItems/SyncfusionColumnChart.razor.rz.scp.css */
.chart-container[b-9onde5kwa8] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .chart-container > div[b-9onde5kwa8] {
        min-height: 0;
    }

        .chart-container > div:last-child[b-9onde5kwa8] {
            width: calc(100% + 27px);
            height: calc(100% - 27px);
            position: absolute;
            top: 27px;
            left: -27px;
        }

.chart-label[b-9onde5kwa8] {
    display: flex;
    justify-content: center;
}

    .chart-label > div[b-9onde5kwa8] {
        font: normal normal bold 13px/22px Montserrat;
        text-transform: uppercase;
    }

        .chart-label > div:first-child[b-9onde5kwa8] {
            color: #F86469;
        }

        .chart-label > div:last-child[b-9onde5kwa8] {
            color: #545151;
            /*margin-top: 5px;*/
        }

@media screen and (min-width:769px) {
    .chart-container[b-9onde5kwa8] {
        margin-top: 15px;
        margin-right: 10px;
        height: calc(100% - 15px); /* margin subtracted from height */
        position: unset;
    }

        .chart-container > div:last-child[b-9onde5kwa8] {
            position: unset;
            width: unset;
            height: unset;
        }

    .chart-label > div[b-9onde5kwa8] {
        font: normal normal bold 29px/29px Montserrat;
    }

        .chart-label > div:last-child[b-9onde5kwa8] {
            color: #545151;
            /*margin-top: 13px;*/
        }
}
/* FlexMetZorg/Shared/DashboardItems/WheelChart.razor.rz.scp.css */
.box[b-pkk96kpwla] {
    background: #fff;
    width: fit-content;
}

    .box .percent[b-pkk96kpwla] {
        position: relative;
    }

        .box .percent svg[b-pkk96kpwla] {
            width: 45px;
            height: 45px;
        }

            .box .percent svg circle[b-pkk96kpwla] {
                width: 150px;
                height: 150px;
                fill: none;
                stroke-width: 4;
                stroke: #000;
                transform: translate(5px, 5px);
                stroke-dasharray: 113;
                stroke-dashoffset: 440;
                cx: 18px;
                cy: 18px;
                r: 18px;
            }

                .box .percent svg circle:nth-child(1)[b-pkk96kpwla] {
                    stroke-dashoffset: 0;
                    stroke: #e2e2e5;
                }

                .box .percent svg circle:nth-child(2)[b-pkk96kpwla] {
                    stroke-dashoffset: calc(113px - ((113 * var(--percentage)) / 100));
                    stroke: #f86469;
                }

        .box .percent .number[b-pkk96kpwla] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .box .percent .number h3[b-pkk96kpwla] {
                font: normal normal bold 4px/6px Roboto;
                color: #f86469;
            }

    .box .text[b-pkk96kpwla] {
        text-align: center;
        font: normal normal normal 3px/6px Roboto;
        color: #000;
        padding: 5;
    }


@media screen and (min-width:769px) {
    .box .percent svg[b-pkk96kpwla] {
        width: 150px;
        height: 150px;
    }

        .box .percent svg circle[b-pkk96kpwla] {
            stroke-width: 10;
            stroke-dasharray: 440;
            cx: 70px;
            cy: 70px;
            r: 70px;
        }

            .box .percent svg circle:nth-child(2)[b-pkk96kpwla] {
                stroke-dashoffset: calc(440px - ((440 * var(--percentage)) / 100));
                stroke: #f86469;
            }

    .box .percent .number h3[b-pkk96kpwla] {
        font: normal normal bold 18px/27px Roboto;
    }

    .box .text[b-pkk96kpwla] {
        font: normal normal normal 16px/27px Roboto;
        padding: 10px 0 0;
    }
}
/* FlexMetZorg/Shared/DetailCard.razor.rz.scp.css */
/* .custom-card {
    background: #FFFFFF;
    border-radius: 13.3784px;

    padding: 40px 12px;
} */
/* FlexMetZorg/Shared/HourlyRates.razor.rz.scp.css */
.flex-one[b-w862pqesk1] {
    flex: 1;
}

.position-relative[b-w862pqesk1] {
    position: relative;
}

.container[b-w862pqesk1] {
    padding: 28px;
}


.left-panel[b-w862pqesk1] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-w862pqesk1] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-w862pqesk1] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-w862pqesk1] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-w862pqesk1] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-w862pqesk1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field label[b-w862pqesk1] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-w862pqesk1] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-w862pqesk1] {
        top: 6px;
    }

    .right-panel .field img[b-w862pqesk1] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-w862pqesk1] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-w862pqesk1] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-w862pqesk1] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-w862pqesk1] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-w862pqesk1] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-w862pqesk1] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-w862pqesk1] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-w862pqesk1] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-w862pqesk1] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-w862pqesk1] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-w862pqesk1] {
            display: block;
        }

        .left-panel h1[b-w862pqesk1] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-w862pqesk1] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-w862pqesk1] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-w862pqesk1] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-w862pqesk1] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-w862pqesk1] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-w862pqesk1] {
            top: 16px;
        }

        .right-panel .field img[b-w862pqesk1] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-w862pqesk1] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-w862pqesk1] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-w862pqesk1] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-w862pqesk1] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-w862pqesk1] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/HourOverview.razor.rz.scp.css */
.dashboard-body[b-8da1s7042s] {
    padding-top: 83px;
}

.main-heading[b-8da1s7042s] {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 27px 0px 25px 0px;
}

/* ====================================================dashboard main section */
.dashboard-main-section[b-8da1s7042s] {
    background: #F5F5F5;

}

.dashboard-main-section-p[b-8da1s7042s] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.main-section-main[b-8da1s7042s] {
    padding-top: 80px;

}

.watch-card[b-8da1s7042s] {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
}

.watch-card-img[b-8da1s7042s] {
    width: 59px;
    height: 59px;
    display: flex;
    flex-shrink: 0 !important;
}

.watch-card-img img[b-8da1s7042s] {
    width: 59px;
    height: 59px;
    object-fit: cover;
    display: flex;
    flex-shrink: 0 !important;
}

.watch-card--text[b-8da1s7042s] {
    margin-left: 10px;
}

.watch-card--text h2[b-8da1s7042s] {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 32px;
    color: #000000;
    text-decoration: none !important;

}

.watch-card--text p[b-8da1s7042s] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none !important;

    color: #6B7280;

}

.card-dropdown button[b-8da1s7042s] {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #22C55E;
    background-color: transparent;
    border: none;
}

.text-decoration-none[b-8da1s7042s] {
    text-decoration: none !important;
}

/* ===================================================================slider cards */
.slider-row[b-8da1s7042s] {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
    border-radius: 6px;
    padding: 10px 3px 10px 15px;
    display: flex;
    gap: 8px;
    overflow-x: scroll;
    max-width:70vw;
}

.slider-row > .item[b-8da1s7042s] {
    flex: 1;
    min-width: 120px;
}

.slider-card[b-8da1s7042s] {
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 10px 20px 10px;
    height: 240px;
    max-width: 196px;
    position: relative;
}

.online-icon[b-8da1s7042s] {
    width: 12px;
    height: 12px;
    background: #22C55E;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    right: -4px;
}

.new-tag[b-8da1s7042s] {
    width: 41px;
    height: 17px;
    background: #E1E1FE;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 7px;
}

.slider-card img[b-8da1s7042s] {
    width: 68px !important;
    height: 68px;
    border-radius: 100%;
    object-fit: cover;
}

.slider-card h1[b-8da1s7042s] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.slider-card p[b-8da1s7042s] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;

}

.slider-card h2[b-8da1s7042s] {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    color: #22C55E;
}

.slider-btn-fill[b-8da1s7042s] {
    padding: 8px 16px;
    background: #F86469;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    border: none !important;
    white-space: nowrap;
}

.slider-btn-blank[b-8da1s7042s] {
    padding: 8px 16px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #F86469;
    border: none !important;
}

.owl-carousel .owl-stage-outer[b-8da1s7042s] {
    padding: 5px 0px 5px 0px !important;
}

.owl-nav[b-8da1s7042s] {
    display: none;
}

.backdrop[b-8da1s7042s] {
    background-color: rgba(0, 0, 0, 0.81);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
}

/* =====================================================dashboard tabs */
.Dashboard-tab[b-8da1s7042s] {
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: white;
}

.Dashboard-tab button[b-8da1s7042s] {
    padding: 10px 16px;
    border: none !important;
    border-right: 1px solid #D1D5DB !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    background-color: white;
}

.tabcontent[b-8da1s7042s] {
    /* display: none; */
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
    border-radius: 6px;
    padding: 27px 35px;
    margin-bottom: 15px;
}

.active-tab[b-8da1s7042s] {
    background: #F86469 !important;
    color: white !important;
}

.table>:not(caption)>*>*[b-8da1s7042s] {
    border-bottom: 0px !important;
}

.tab-table thead tr th[b-8da1s7042s] {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 0px !important;

}

.tab-table tbody tr td[b-8da1s7042s] {
    padding: 0px !important;
    padding-top: 30px !important;
}

.tab-table tbody tr td p[b-8da1s7042s] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.table-status[b-8da1s7042s] {
    padding: 0px 8px;
    gap: 8px;
    max-width: 112px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.bg-gray[b-8da1s7042s] {
    background: #84A59D !important;
}

.tab-table tbody tr td a[b-8da1s7042s] {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4B4EFC;
    text-decoration: none;
}

.bg-yellow[b-8da1s7042s] {
    background: #F6BD60;
    width: fit-content !important;
}

.bg-pink[b-8da1s7042s] {
    background: #F28482;
    width: fit-content !important;
}

.bg-light[b-8da1s7042s] {
    background: #F5CAC3 !important;
    width: fit-content !important;
}

/* =========================================================main section side col */
.main-sec-col2[b-8da1s7042s] {
    padding-top: 0px;
}

.side-col[b-8da1s7042s] {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 9px;
}

.side-cards-row[b-8da1s7042s] {
    padding: 18px 14px 25px 14px;
    background: #F9FAFB;
    border-radius: 3.4777px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0px 11.5923px 14.4904px -2.89809px rgba(16, 24, 40, 0.1), 0px 4.63694px 5.79617px -3.4777px rgba(16, 24, 40, 0.1);
    border-radius: 3.4777px;
    margin-bottom: 10px;
    cursor: pointer;
}

.side-cards-col[b-8da1s7042s] {
    width: 50%;
}

.status[b-8da1s7042s] {
    padding: 1.15923px 5.79617px !important;
    background-color: #F6BD60;
    border-radius: 13.9108px;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    width: fit-content !important;
}

.side-cards-col h1[b-8da1s7042s] {
    font-style: normal;
    font-weight: 700;
    font-size: 13.9108px;
    line-height: 19px;
    color: #000000;

}

.side-cards-col h2[b-8da1s7042s] {
    font-style: normal;
    font-weight: 700;
    font-size: 9.27387px !important;
    line-height: 14px;
    color: #000000;
}

.side-cards-col p[b-8da1s7042s] {
    font-style: normal;
    font-weight: 400;
    font-size: 6.95541px;
    line-height: 12px;
    color: #000000;
}

.side-price[b-8da1s7042s] {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 10px;
    line-height: 12px;
    color: #22C55E !important;
}

/* ==========================================================table mobile view */
.desktop-table[b-8da1s7042s] {
    display: none;
}

.table-card[b-8da1s7042s] {
    background: #FFFFFF;
    border-radius: 6.3961px;
    padding: 12px;
    margin-bottom: 13px;

}

.table-card img[b-8da1s7042s] {
    width: 40.94px;
    height: 40.94px;
    object-fit: cover;
    border-radius: 100%;
}

.table-card h1[b-8da1s7042s] {
    font-weight: 400;
    font-size: 12.6433px;
    line-height: 19px;
    color: #000000;
}

.table-card p[b-8da1s7042s] {
    font-weight: 400;
    font-size: 11.0629px;
    line-height: 16px;
    color: #6B7280;
}

.table-card h2[b-8da1s7042s] {
    font-weight: 500;
    font-size: 11.0629px;
    line-height: 16px;
    color: #6B7280;
}

.table-card h3[b-8da1s7042s] {
    font-style: normal;
    font-weight: 600;
    font-size: 15.3506px;
    line-height: 27px;
    color: #22C55E;
}

.table-card h4[b-8da1s7042s] {
    font-weight: 500;
    font-size: 11.0629px;
    line-height: 16px;
    color: #6B7280;
}

.new-tag2[b-8da1s7042s] {
    height: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 9.48246px;
    line-height: 16px;
    color: #000000;
    background: #E1E1FE;
    border-radius: 17.9091px;
    padding: 0px 2px;
    width: fit-content;
}

.tab-select[b-8da1s7042s] {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #F86469;
    border: 1px solid #F86469;
    border-radius: 5px;
    height: 30px;
    padding: 2px 10px;
    width: fit-content;
    background-color: transparent;
}

.tab-select:active[b-8da1s7042s] {
    outline: none !important;
    box-shadow: none !important;

}

.dropdown-menu[b-8da1s7042s] {
    position: absolute !important;
    top: 17px !important;
    left: -50px !important;
    transform: unset !important;
}

@media only screen and (min-width:1700px) {
    .watch-card-img[b-8da1s7042s] {
        width: 59px;
        height: 59px;
        display: flex;
        flex-shrink: 0 !important;
    }
}

@media only screen and (min-width:1700px) {
    .status[b-8da1s7042s] {
        padding: 1.15923px 5.79617px !important;

        font-size: 14px !important;
    }
}

@media only screen and (min-width:1400px) {
    .main-section-main[b-8da1s7042s] {
        padding-top: 120px;
    }

    .main-sec-col2[b-8da1s7042s] {
        padding-top: 43px;
    }

}

@media only screen and (max-width:1700px) {
    .status[b-8da1s7042s] {
        font-size: 10px !important;
    }

    .side-cards-col h1[b-8da1s7042s] {
        font-style: normal;
        font-weight: 700;
        font-size: 11.9108px;
    }
}

@media only screen and (max-width:1470px) {
    .watch-card--text h2[b-8da1s7042s] {
        font-size: 20px;
    }
}



@media only screen and (max-width:1400px) {
    .watch-card--text h2[b-8da1s7042s] {
        font-size: 24px;
    }

    .dashboard-header[b-8da1s7042s] {
        padding: 0px 17px;
    }

    .user-dropdown[b-8da1s7042s] {
        display: none;
    }

    .sidebar-icon[b-8da1s7042s] {
        display: block;
    }
}

@media only screen and (max-width:991px) {
    .watch-card[b-8da1s7042s] {
        margin-bottom: 15px;
    }

    .main-section-main[b-8da1s7042s] {
        padding-top: 25px;

    }

    .dashboard-main-section-p[b-8da1s7042s] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width:767px) {
    /* =====================watch cards */

    .watch-card[b-8da1s7042s] {
        padding: 7px;
    }

    .watch-card-img[b-8da1s7042s] {
        width: 44px;
        height: 44px;
    }

    .watch-card-img img[b-8da1s7042s] {
        width: 44px;
        height: 44px;
    }

    .watch-card--text[b-8da1s7042s] {
        margin-left: 10px;
        text-decoration: none !important;

    }

    .watch-card--text h2[b-8da1s7042s] {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        text-decoration: none !important;

    }

    .watch-card--text p[b-8da1s7042s] {
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        text-decoration: none !important;

        color: #6B7280;

    }

    .card-dropdown button[b-8da1s7042s] {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #22C55E;
        background-color: transparent;
        border: none;
    }




    /* ====================slider */
    .slider-card[b-8da1s7042s] {
        height: 170px;
        padding: 12px 10px 20px 10px;
    }

    .slider-card img[b-8da1s7042s] {
        width: 42px !important;
        height: 42px;
        border-radius: 100%;
        object-fit: cover;
    }

    .slider-card h1[b-8da1s7042s] {
        font-weight: 400;
        font-size: 10px;
        color: #000000;
        line-height: 16px;
    }

    .slider-card p[b-8da1s7042s] {
        font-weight: 500;
        font-size: 9px;
        color: #6B7280;
        line-height: 10px !important;

    }

    .slider-card h2[b-8da1s7042s] {
        font-weight: 400;
        font-size: 10px;
        color: #22C55E;
        line-height: 10px !important;
    }

    .slider-btn-fill[b-8da1s7042s] {
        padding: 4px 4px;
        background: #F86469;
        border-radius: 6px;
        font-weight: 500;
        font-size: 12px;
        color: white;
        border: none !important;
    }

    .slider-btn-blank[b-8da1s7042s] {
        padding: 4px 4px;
        background: #FEF0F1;
        border-radius: 6px;
        font-weight: 500;
        font-size: 12px;
        color: #F86469;
        border: none !important;
    }

    .slider-row[b-8da1s7042s] {
        padding: 10px 3px 10px 10px;
        height: 200px;

    }

    .new-tag[b-8da1s7042s] {
        width: 24px;
        height: 15px;
        background: #E1E1FE;
        font-size: 8px;
    }

    .main-heading[b-8da1s7042s] {
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin: 23px 0px 23px 0px !important;
    }

    .dashboard-main-section-p[b-8da1s7042s] {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .card-dropdown[b-8da1s7042s] {
        margin-bottom: -20px;
    }

    .logo-div img[b-8da1s7042s] {
        height: 27px;
        width: auto;
    }

    .sidebar-icon img[b-8da1s7042s] {
        height: 27px !important;
        width: auto !important;
    }

    .side-cards-col h1[b-8da1s7042s] {
        font-style: normal;
        font-weight: 700;
        font-size: 13.9108px;
    }
}

@media only screen and (max-width:400px) {
    .table-card h3[b-8da1s7042s] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.3506px;
        line-height: 27px;
        color: #22C55E;
    }

    .table-card h4[b-8da1s7042s] {
        font-weight: 500;
        font-size: 9.0629px;
        line-height: 16px;
        color: #6B7280;
    }
}

@media only screen and (max-width:340px) {
    .table-card h3[b-8da1s7042s] {
        font-style: normal;
        font-weight: 600;
        font-size: 10.3506px;
        line-height: 27px;
        color: #22C55E;
    }

    .table-card h4[b-8da1s7042s] {
        font-weight: 500;
        font-size: 8.0629px;
        line-height: 16px;
        color: #6B7280;
    }

    .side-cards-col h1[b-8da1s7042s] {
        font-size: 11px;
    }
}

@media only screen and (min-width:767px) {
    .desktop-table[b-8da1s7042s] {
        display: block;
    }

    .mobile-table-view[b-8da1s7042s] {
        display: none;
    }

    .slider-row[b-8da1s7042s] {
        gap: 12px;
    }
    
    .slider-row > .item[b-8da1s7042s] {
        min-width: 195px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/HoursRegistered.razor.rz.scp.css */
.modal-dialog-width[b-0vqghilkz5] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-0vqghilkz5] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-0vqghilkz5] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-0vqghilkz5] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-0vqghilkz5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-0vqghilkz5] {
    width: 65%;
}

.modal-section-header--col-2[b-0vqghilkz5] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-0vqghilkz5],
.modal-section-header--col-2 h2[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-0vqghilkz5],
.modal-section-header--col-2 p[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-0vqghilkz5] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-0vqghilkz5],
.modal-section-body--col-2[b-0vqghilkz5] {
    width: 50%;
}

.modal-span[b-0vqghilkz5] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-0vqghilkz5] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-0vqghilkz5] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-0vqghilkz5] {
    margin: 25px 0px;
}

.modal-table-text[b-0vqghilkz5] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-0vqghilkz5] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-0vqghilkz5] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-0vqghilkz5] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-0vqghilkz5] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-0vqghilkz5] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-0vqghilkz5] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-0vqghilkz5] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-0vqghilkz5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-0vqghilkz5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-0vqghilkz5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-0vqghilkz5] {
    position: relative;
}

.header-input input[b-0vqghilkz5] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-0vqghilkz5],
input:active[b-0vqghilkz5] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-0vqghilkz5] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-0vqghilkz5]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-0vqghilkz5] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-0vqghilkz5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-0vqghilkz5] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-0vqghilkz5]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-0vqghilkz5] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-0vqghilkz5] {
    width: 48% !important;
}

input[type="datetime-local"][b-0vqghilkz5] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-0vqghilkz5]::-webkit-inner-spin-button,
input[type="datetime-local"][b-0vqghilkz5]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-0vqghilkz5]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-0vqghilkz5] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-0vqghilkz5] {
    position: relative;

}

.custom-select select[b-0vqghilkz5] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-0vqghilkz5] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-0vqghilkz5],
.select-selected[b-0vqghilkz5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-0vqghilkz5] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-0vqghilkz5] {
    display: none;
}

.select-items div[b-0vqghilkz5] {
    padding: 5px;
}

.select-items div:hover[b-0vqghilkz5],
.same-as-selected[b-0vqghilkz5] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-0vqghilkz5] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-0vqghilkz5] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-0vqghilkz5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-0vqghilkz5] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-0vqghilkz5] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-0vqghilkz5] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-0vqghilkz5] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-0vqghilkz5] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-0vqghilkz5] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-0vqghilkz5] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-0vqghilkz5] {
    width: 90px;
    height: 83px;
}

.bg-red[b-0vqghilkz5] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-0vqghilkz5] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-0vqghilkz5] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-0vqghilkz5] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-0vqghilkz5] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-0vqghilkz5] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-0vqghilkz5] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-0vqghilkz5] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-0vqghilkz5] {
        max-width: 100%;
    }

    .modal-section-body[b-0vqghilkz5] {
        padding: 15px;
    }

    .modal-section-header[b-0vqghilkz5] {
        padding: 15px
    }

    .modal-section-header-red[b-0vqghilkz5] {
        padding: 15px;
    }

    .input-row[b-0vqghilkz5] {
        flex-direction: column;
    }

    .dateTime-input[b-0vqghilkz5] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-0vqghilkz5] {
        width: 100% !important;
    }

    .dateTime-input[b-0vqghilkz5] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-0vqghilkz5] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-0vqghilkz5] {
        width: 100%;
    }

    .modal-section-header--col-2[b-0vqghilkz5] {
        width: 100%;
    }

    .modal-section-body--col-1[b-0vqghilkz5],
    .modal-section-body--col-2[b-0vqghilkz5] {
        width: 100%;
    }

    .pop-header-img[b-0vqghilkz5] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-0vqghilkz5] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-0vqghilkz5] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-0vqghilkz5] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-0vqghilkz5] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-0vqghilkz5] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-0vqghilkz5] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-0vqghilkz5] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-0vqghilkz5] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-0vqghilkz5] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-0vqghilkz5] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/Modal1.razor.rz.scp.css */
.modal-dialog-width[b-hb4lmkokm5] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-hb4lmkokm5] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-hb4lmkokm5] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-hb4lmkokm5] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-hb4lmkokm5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-hb4lmkokm5] {
    width: 65%;
}

.modal-section-header--col-2[b-hb4lmkokm5] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-hb4lmkokm5],
.modal-section-header--col-2 h2[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-hb4lmkokm5],
.modal-section-header--col-2 p[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-hb4lmkokm5] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-hb4lmkokm5],
.modal-section-body--col-2[b-hb4lmkokm5] {
    width: 50%;
}

.modal-span[b-hb4lmkokm5] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-hb4lmkokm5] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-hb4lmkokm5] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-hb4lmkokm5] {
    margin: 25px 0px;
}

.modal-table-text[b-hb4lmkokm5] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-hb4lmkokm5] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-hb4lmkokm5] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-hb4lmkokm5] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-hb4lmkokm5] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-hb4lmkokm5] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-hb4lmkokm5] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-hb4lmkokm5] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-hb4lmkokm5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-hb4lmkokm5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-hb4lmkokm5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-hb4lmkokm5] {
    position: relative;
}

.header-input input[b-hb4lmkokm5] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-hb4lmkokm5],
input:active[b-hb4lmkokm5] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-hb4lmkokm5] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-hb4lmkokm5]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-hb4lmkokm5] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-hb4lmkokm5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-hb4lmkokm5] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-hb4lmkokm5]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-hb4lmkokm5] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-hb4lmkokm5] {
    width: 48% !important;
}

input[type="datetime-local"][b-hb4lmkokm5] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-hb4lmkokm5]::-webkit-inner-spin-button,
input[type="datetime-local"][b-hb4lmkokm5]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-hb4lmkokm5]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-hb4lmkokm5] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-hb4lmkokm5] {
    position: relative;

}

.custom-select select[b-hb4lmkokm5] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-hb4lmkokm5] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-hb4lmkokm5],
.select-selected[b-hb4lmkokm5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-hb4lmkokm5] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-hb4lmkokm5] {
    display: none;
}

.select-items div[b-hb4lmkokm5] {
    padding: 5px;
}

.select-items div:hover[b-hb4lmkokm5],
.same-as-selected[b-hb4lmkokm5] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-hb4lmkokm5] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-hb4lmkokm5] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-hb4lmkokm5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-hb4lmkokm5] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-hb4lmkokm5] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-hb4lmkokm5] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-hb4lmkokm5] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-hb4lmkokm5] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-hb4lmkokm5] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-hb4lmkokm5] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-hb4lmkokm5] {
    width: 90px;
    height: 83px;
}

.bg-red[b-hb4lmkokm5] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-hb4lmkokm5] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-hb4lmkokm5] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-hb4lmkokm5] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-hb4lmkokm5] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-hb4lmkokm5] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-hb4lmkokm5] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-hb4lmkokm5] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-hb4lmkokm5] {
        max-width: 100%;
    }

    .modal-section-body[b-hb4lmkokm5] {
        padding: 15px;
    }

    .modal-section-header[b-hb4lmkokm5] {
        padding: 15px
    }

    .modal-section-header-red[b-hb4lmkokm5] {
        padding: 15px;
    }

    .input-row[b-hb4lmkokm5] {
        flex-direction: column;
    }

    .dateTime-input[b-hb4lmkokm5] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-hb4lmkokm5] {
        width: 100% !important;
    }

    .dateTime-input[b-hb4lmkokm5] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-hb4lmkokm5] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-hb4lmkokm5] {
        width: 100%;
    }

    .modal-section-header--col-2[b-hb4lmkokm5] {
        width: 100%;
    }

    .modal-section-body--col-1[b-hb4lmkokm5],
    .modal-section-body--col-2[b-hb4lmkokm5] {
        width: 100%;
    }

    .pop-header-img[b-hb4lmkokm5] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-hb4lmkokm5] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-hb4lmkokm5] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-hb4lmkokm5] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-hb4lmkokm5] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-hb4lmkokm5] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-hb4lmkokm5] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-hb4lmkokm5] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-hb4lmkokm5] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-hb4lmkokm5] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-hb4lmkokm5] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/Modal2.razor.rz.scp.css */
.modal-dialog-width[b-y6cctg6iuc] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-y6cctg6iuc] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-y6cctg6iuc] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-y6cctg6iuc] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-y6cctg6iuc] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-y6cctg6iuc] {
    width: 65%;
}

.modal-section-header--col-2[b-y6cctg6iuc] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-y6cctg6iuc],
.modal-section-header--col-2 h2[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-y6cctg6iuc],
.modal-section-header--col-2 p[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-y6cctg6iuc] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-y6cctg6iuc],
.modal-section-body--col-2[b-y6cctg6iuc] {
    width: 50%;
}

.modal-span[b-y6cctg6iuc] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-y6cctg6iuc] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-y6cctg6iuc] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-y6cctg6iuc] {
    margin: 25px 0px;
}

.modal-table-text[b-y6cctg6iuc] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-y6cctg6iuc] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-y6cctg6iuc] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-y6cctg6iuc] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-y6cctg6iuc] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-y6cctg6iuc] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-y6cctg6iuc] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-y6cctg6iuc] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-y6cctg6iuc] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-y6cctg6iuc] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-y6cctg6iuc] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-y6cctg6iuc] {
    position: relative;
}

.header-input input[b-y6cctg6iuc] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-y6cctg6iuc],
input:active[b-y6cctg6iuc] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-y6cctg6iuc] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-y6cctg6iuc]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-y6cctg6iuc] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-y6cctg6iuc] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-y6cctg6iuc] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-y6cctg6iuc]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-y6cctg6iuc] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-y6cctg6iuc] {
    width: 48% !important;
}

input[type="datetime-local"][b-y6cctg6iuc] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-y6cctg6iuc]::-webkit-inner-spin-button,
input[type="datetime-local"][b-y6cctg6iuc]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-y6cctg6iuc]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-y6cctg6iuc] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-y6cctg6iuc] {
    position: relative;

}

.custom-select select[b-y6cctg6iuc] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-y6cctg6iuc] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-y6cctg6iuc],
.select-selected[b-y6cctg6iuc] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-y6cctg6iuc] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-y6cctg6iuc] {
    display: none;
}

.select-items div[b-y6cctg6iuc] {
    padding: 5px;
}

.select-items div:hover[b-y6cctg6iuc],
.same-as-selected[b-y6cctg6iuc] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-y6cctg6iuc] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-y6cctg6iuc] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-y6cctg6iuc] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-y6cctg6iuc] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-y6cctg6iuc] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-y6cctg6iuc] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-y6cctg6iuc] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-y6cctg6iuc] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-y6cctg6iuc] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-y6cctg6iuc] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-y6cctg6iuc] {
    width: 90px;
    height: 83px;
}

.bg-red[b-y6cctg6iuc] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-y6cctg6iuc] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-y6cctg6iuc] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-y6cctg6iuc] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-y6cctg6iuc] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-y6cctg6iuc] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-y6cctg6iuc] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-y6cctg6iuc] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-y6cctg6iuc] {
        max-width: 100%;
    }

    .modal-section-body[b-y6cctg6iuc] {
        padding: 15px;
    }

    .modal-section-header[b-y6cctg6iuc] {
        padding: 15px
    }

    .modal-section-header-red[b-y6cctg6iuc] {
        padding: 15px;
    }

    .input-row[b-y6cctg6iuc] {
        flex-direction: column;
    }

    .dateTime-input[b-y6cctg6iuc] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-y6cctg6iuc] {
        width: 100% !important;
    }

    .dateTime-input[b-y6cctg6iuc] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-y6cctg6iuc] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-y6cctg6iuc] {
        width: 100%;
    }

    .modal-section-header--col-2[b-y6cctg6iuc] {
        width: 100%;
    }

    .modal-section-body--col-1[b-y6cctg6iuc],
    .modal-section-body--col-2[b-y6cctg6iuc] {
        width: 100%;
    }

    .pop-header-img[b-y6cctg6iuc] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-y6cctg6iuc] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-y6cctg6iuc] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-y6cctg6iuc] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-y6cctg6iuc] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-y6cctg6iuc] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-y6cctg6iuc] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-y6cctg6iuc] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-y6cctg6iuc] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-y6cctg6iuc] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-y6cctg6iuc] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/Modal3.razor.rz.scp.css */
.modal-dialog-width[b-ey6toqzwv9] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-ey6toqzwv9] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-ey6toqzwv9] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-ey6toqzwv9] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-ey6toqzwv9] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-ey6toqzwv9] {
    width: 65%;
}

.modal-section-header--col-2[b-ey6toqzwv9] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-ey6toqzwv9],
.modal-section-header--col-2 h2[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-ey6toqzwv9],
.modal-section-header--col-2 p[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-ey6toqzwv9] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-ey6toqzwv9],
.modal-section-body--col-2[b-ey6toqzwv9] {
    width: 50%;
}

.modal-span[b-ey6toqzwv9] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-ey6toqzwv9] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-ey6toqzwv9] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-ey6toqzwv9] {
    margin: 25px 0px;
}

.modal-table-text[b-ey6toqzwv9] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-ey6toqzwv9] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-ey6toqzwv9] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-ey6toqzwv9] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-ey6toqzwv9] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-ey6toqzwv9] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-ey6toqzwv9] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-ey6toqzwv9] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-ey6toqzwv9] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-ey6toqzwv9] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-ey6toqzwv9] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-ey6toqzwv9] {
    position: relative;
}

.header-input input[b-ey6toqzwv9] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-ey6toqzwv9],
input:active[b-ey6toqzwv9] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-ey6toqzwv9] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-ey6toqzwv9]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-ey6toqzwv9] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-ey6toqzwv9] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-ey6toqzwv9] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-ey6toqzwv9]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-ey6toqzwv9] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-ey6toqzwv9] {
    width: 48% !important;
}

input[type="datetime-local"][b-ey6toqzwv9] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-ey6toqzwv9]::-webkit-inner-spin-button,
input[type="datetime-local"][b-ey6toqzwv9]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-ey6toqzwv9]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-ey6toqzwv9] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-ey6toqzwv9] {
    position: relative;

}

.custom-select select[b-ey6toqzwv9] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-ey6toqzwv9] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-ey6toqzwv9],
.select-selected[b-ey6toqzwv9] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-ey6toqzwv9] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-ey6toqzwv9] {
    display: none;
}

.select-items div[b-ey6toqzwv9] {
    padding: 5px;
}

.select-items div:hover[b-ey6toqzwv9],
.same-as-selected[b-ey6toqzwv9] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-ey6toqzwv9] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-ey6toqzwv9] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-ey6toqzwv9] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-ey6toqzwv9] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-ey6toqzwv9] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-ey6toqzwv9] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-ey6toqzwv9] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-ey6toqzwv9] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-ey6toqzwv9] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-ey6toqzwv9] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-ey6toqzwv9] {
    width: 90px;
    height: 83px;
}

.bg-red[b-ey6toqzwv9] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-ey6toqzwv9] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-ey6toqzwv9] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-ey6toqzwv9] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-ey6toqzwv9] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-ey6toqzwv9] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-ey6toqzwv9] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-ey6toqzwv9] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-ey6toqzwv9] {
        max-width: 100%;
    }

    .modal-section-body[b-ey6toqzwv9] {
        padding: 15px;
    }

    .modal-section-header[b-ey6toqzwv9] {
        padding: 15px
    }

    .modal-section-header-red[b-ey6toqzwv9] {
        padding: 15px;
    }

    .input-row[b-ey6toqzwv9] {
        flex-direction: column;
    }

    .dateTime-input[b-ey6toqzwv9] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-ey6toqzwv9] {
        width: 100% !important;
    }

    .dateTime-input[b-ey6toqzwv9] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-ey6toqzwv9] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-ey6toqzwv9] {
        width: 100%;
    }

    .modal-section-header--col-2[b-ey6toqzwv9] {
        width: 100%;
    }

    .modal-section-body--col-1[b-ey6toqzwv9],
    .modal-section-body--col-2[b-ey6toqzwv9] {
        width: 100%;
    }

    .pop-header-img[b-ey6toqzwv9] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-ey6toqzwv9] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-ey6toqzwv9] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-ey6toqzwv9] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-ey6toqzwv9] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-ey6toqzwv9] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-ey6toqzwv9] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-ey6toqzwv9] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-ey6toqzwv9] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-ey6toqzwv9] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-ey6toqzwv9] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/Modal4.razor.rz.scp.css */
.modal-dialog-width[b-g5lzktxd5b] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-g5lzktxd5b] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-g5lzktxd5b] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-g5lzktxd5b] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-g5lzktxd5b] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-g5lzktxd5b] {
    width: 65%;
}

.modal-section-header--col-2[b-g5lzktxd5b] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-g5lzktxd5b],
.modal-section-header--col-2 h2[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-g5lzktxd5b],
.modal-section-header--col-2 p[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-g5lzktxd5b] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-g5lzktxd5b],
.modal-section-body--col-2[b-g5lzktxd5b] {
    width: 50%;
}

.modal-span[b-g5lzktxd5b] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-g5lzktxd5b] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-g5lzktxd5b] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-g5lzktxd5b] {
    margin: 25px 0px;
}

.modal-table-text[b-g5lzktxd5b] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-g5lzktxd5b] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-g5lzktxd5b] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-g5lzktxd5b] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-g5lzktxd5b] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-g5lzktxd5b] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-g5lzktxd5b] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-g5lzktxd5b] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-g5lzktxd5b] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-g5lzktxd5b] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-g5lzktxd5b] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-g5lzktxd5b] {
    position: relative;
}

.header-input input[b-g5lzktxd5b] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-g5lzktxd5b],
input:active[b-g5lzktxd5b] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-g5lzktxd5b] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-g5lzktxd5b]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-g5lzktxd5b] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-g5lzktxd5b] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-g5lzktxd5b] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-g5lzktxd5b]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-g5lzktxd5b] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-g5lzktxd5b] {
    width: 48% !important;
}

input[type="datetime-local"][b-g5lzktxd5b] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-g5lzktxd5b]::-webkit-inner-spin-button,
input[type="datetime-local"][b-g5lzktxd5b]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-g5lzktxd5b]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-g5lzktxd5b] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-g5lzktxd5b] {
    position: relative;

}

.custom-select select[b-g5lzktxd5b] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-g5lzktxd5b] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-g5lzktxd5b],
.select-selected[b-g5lzktxd5b] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-g5lzktxd5b] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-g5lzktxd5b] {
    display: none;
}

.select-items div[b-g5lzktxd5b] {
    padding: 5px;
}

.select-items div:hover[b-g5lzktxd5b],
.same-as-selected[b-g5lzktxd5b] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-g5lzktxd5b] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-g5lzktxd5b] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-g5lzktxd5b] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-g5lzktxd5b] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-g5lzktxd5b] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-g5lzktxd5b] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-g5lzktxd5b] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-g5lzktxd5b] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-g5lzktxd5b] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-g5lzktxd5b] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-g5lzktxd5b] {
    width: 90px;
    height: 83px;
}

.bg-red[b-g5lzktxd5b] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-g5lzktxd5b] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-g5lzktxd5b] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-g5lzktxd5b] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-g5lzktxd5b] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-g5lzktxd5b] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-g5lzktxd5b] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-g5lzktxd5b] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-g5lzktxd5b] {
        max-width: 100%;
    }

    .modal-section-body[b-g5lzktxd5b] {
        padding: 15px;
    }

    .modal-section-header[b-g5lzktxd5b] {
        padding: 15px
    }

    .modal-section-header-red[b-g5lzktxd5b] {
        padding: 15px;
    }

    .input-row[b-g5lzktxd5b] {
        flex-direction: column;
    }

    .dateTime-input[b-g5lzktxd5b] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-g5lzktxd5b] {
        width: 100% !important;
    }

    .dateTime-input[b-g5lzktxd5b] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-g5lzktxd5b] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-g5lzktxd5b] {
        width: 100%;
    }

    .modal-section-header--col-2[b-g5lzktxd5b] {
        width: 100%;
    }

    .modal-section-body--col-1[b-g5lzktxd5b],
    .modal-section-body--col-2[b-g5lzktxd5b] {
        width: 100%;
    }

    .pop-header-img[b-g5lzktxd5b] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-g5lzktxd5b] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-g5lzktxd5b] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-g5lzktxd5b] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-g5lzktxd5b] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-g5lzktxd5b] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-g5lzktxd5b] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-g5lzktxd5b] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-g5lzktxd5b] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-g5lzktxd5b] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-g5lzktxd5b] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/HourOverviewPopUps/Modal5.razor.rz.scp.css */
.modal-dialog-width[b-e1v9i5c0bw] {
    max-width: 475px;
    font-family: 'Inter', sans-serif;
}

.modal-dialog-width-sm[b-e1v9i5c0bw] {
    max-width: 348px;
    font-family: 'Inter', sans-serif;
}

.modal-section-header[b-e1v9i5c0bw] {
    background: #F9FAFB;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 25px;
}

.modal-tag[b-e1v9i5c0bw] {
    padding: 3px 9px;
    background: #22C55E;
    border-radius: 22.2249px;
    width: fit-content;
}

.modal-tag p[b-e1v9i5c0bw] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-heading[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 700;
    font-size: 22.2249px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-section-header--col-1[b-e1v9i5c0bw] {
    width: 65%;
}

.modal-section-header--col-2[b-e1v9i5c0bw] {
    width: 35%;
}

.modal-section-header--col-1 h2[b-e1v9i5c0bw],
.modal-section-header--col-2 h2[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 0;
}

.modal-section-header--col-1 p[b-e1v9i5c0bw],
.modal-section-header--col-2 p[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0;

}

.modal-section-body[b-e1v9i5c0bw] {
    background-color: white;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

/* modal body */
.modal-section-body--col-1[b-e1v9i5c0bw],
.modal-section-body--col-2[b-e1v9i5c0bw] {
    width: 50%;
}

.modal-span[b-e1v9i5c0bw] {
    font-weight: 400;
    font-size: 12.9645px;
    color: #6B7280;
}

.modal-text[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;
    margin-top: 5px;
}

.modal-seprator[b-e1v9i5c0bw] {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 0px;
}

.table>:not(caption)>*>*[b-e1v9i5c0bw] {
    padding: 7px;
    background-color: transparent !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.modal-table[b-e1v9i5c0bw] {
    margin: 25px 0px;
}

.modal-table-text[b-e1v9i5c0bw] {
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.modal-table-text h1[b-e1v9i5c0bw] {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #FD9B07;
}

.modal-heading-secondary[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 800;
    font-size: 25.929px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #22C55E;

}

.modal-btn[b-e1v9i5c0bw] {
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
    padding: 8px 20px;

}

.modal-btn:hover[b-e1v9i5c0bw] {
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
    padding: 8px 20px;

}

/* ===========================================modal2 */
.bg-yellow[b-e1v9i5c0bw] {
    background-color: #FBBF24;
}

.modal-btn-fill[b-e1v9i5c0bw] {
    padding: 8px 20px;
    background: #F15757;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: none;
}

.modal-btn-fill:hover[b-e1v9i5c0bw] {
    padding: 8px 20px;
    background: #FEF0F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F15757;
    border: none;
}

/* ================================popup 3 */
.modal-section-header-red[b-e1v9i5c0bw] {
    background: #FEF2F2;
    border-radius: 6px 6px 0px 0px;
    padding: 25px;
}

.modal-section-header-red h1[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #EF4444;

}

.modal-section-header-red span[b-e1v9i5c0bw] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F87171;
}

.modal-section-header-red p[b-e1v9i5c0bw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.heading-text[b-e1v9i5c0bw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.header-input[b-e1v9i5c0bw] {
    position: relative;
}

.header-input input[b-e1v9i5c0bw] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0F172A;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 10px 70px 10px;
}

input:focus[b-e1v9i5c0bw],
input:active[b-e1v9i5c0bw] {
    outline: none !important;
    box-shadow: none !important;
}

.file-icon[b-e1v9i5c0bw] {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-input input[b-e1v9i5c0bw]::placeholder {

    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-feature-settings: 'salt'on;
    color: #0F172A;
}

.modal-form[b-e1v9i5c0bw] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.modal-form label[b-e1v9i5c0bw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827 !important;
    margin-bottom: 3px;
}

.modal-form .modal-form-input[b-e1v9i5c0bw] {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.modal-form .modal-form-input[b-e1v9i5c0bw]::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;

}

.arrow-icon[b-e1v9i5c0bw] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.dateTime-input[b-e1v9i5c0bw] {
    width: 48% !important;
}

input[type="datetime-local"][b-e1v9i5c0bw] {
    -webkit-appearance: none;
}

input[type="datetime-local"][b-e1v9i5c0bw]::-webkit-inner-spin-button,
input[type="datetime-local"][b-e1v9i5c0bw]::-webkit-calendar-picker-indicator {
    color: white !important;
    opacity: 0 !important;
    background-color: black !important;
    fill: white !important;
    stroke: white !important;
    z-index: 10;
    filter: invert(1);
    -webkit-opacity: 0 !important;
    border: none !important;
    background-image: none !important;
    -webkit-appearance: none;
}

input[type="datetime-local"][b-e1v9i5c0bw]::after {
    display: none !important;
    border: none !important;
    background-image: none !important;
}

.input-row[b-e1v9i5c0bw] {
    display: flex;
    justify-content: space-between;
}

/* ===========================select input */
.custom-select[b-e1v9i5c0bw] {
    position: relative;

}

.custom-select select[b-e1v9i5c0bw] {
    display: none;
    /*hide original SELECT element: */
}

.select-selected[b-e1v9i5c0bw] {
    background-color: white;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #111827 !important;
    font-size: 14px !important;
}

.select-items div[b-e1v9i5c0bw],
.select-selected[b-e1v9i5c0bw] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.select-items[b-e1v9i5c0bw] {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 14px;
}

.select-hide[b-e1v9i5c0bw] {
    display: none;
}

.select-items div[b-e1v9i5c0bw] {
    padding: 5px;
}

.select-items div:hover[b-e1v9i5c0bw],
.same-as-selected[b-e1v9i5c0bw] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================================quantitty */
.btn-number[b-e1v9i5c0bw] {
    background: #6B7280;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 400;

}

.btn-number:hover[b-e1v9i5c0bw] {
    background: #6B7280 !important;
    color: white !important;

}

.add-btn[b-e1v9i5c0bw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F86469;
    background-color: transparent;
    border: none;
}

.input-number[b-e1v9i5c0bw] {
    border: none !important;
    width: 40px !important;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;

}

.currency-icon[b-e1v9i5c0bw] {
    font-weight: 700;
    font-size: 18px;
    color: #22C55E;
}

.modal-textarea[b-e1v9i5c0bw] {
    background: #FFFFFF;
    width: 100% !important;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* =======================================popup4 */
.pass-code-heading[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 600;
    font-size: 14.8166px;
    line-height: 22px;
    color: #000000;
}

.pass-code-number[b-e1v9i5c0bw] {
    font-style: normal;
    font-weight: 400;
    font-size: 11.1124px;
    line-height: 19px;
    color: #000000;
}

.header-description p[b-e1v9i5c0bw] {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.9645px;
    line-height: 19px;
    color: #6B7280;

}

.header-description h2[b-e1v9i5c0bw] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14.8166px;
    line-height: 22px;
    color: #111827;

}

.pop-header-img[b-e1v9i5c0bw] {
    width: 90px;
    height: 83px;
    display: flex;
    flex-shrink: 0 !important;
    object-fit: cover;
    margin-right: 6px;

}

.pop-header-img img[b-e1v9i5c0bw] {
    width: 90px;
    height: 83px;
}

.bg-red[b-e1v9i5c0bw] {
    background: #EF4444;
    border-radius: 22.2249px;

}

/* ======================================pop6 */
.modal-notice[b-e1v9i5c0bw] {
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-notice img[b-e1v9i5c0bw] {
    width: 48px;
    height: 48px;
}

.modal-notice h1[b-e1v9i5c0bw] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0F172A;

}

.modal-notice p[b-e1v9i5c0bw] {
    font-weight: 400;
    font-size: 10.4364px;
    line-height: 13px;
    color: #0F172A;
}

.notice-btn-fill[b-e1v9i5c0bw] {
    padding: 12px 18px;
    height: 41px;
    background: #F86469;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #FFFFFF;
    width: 100%;
}

.notice-btn-blank[b-e1v9i5c0bw] {
    padding: 12px 18px;
    height: 41px;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: none !important;
    color: #000000;
    width: 100%;
}

.notice-btn-blank:hover[b-e1v9i5c0bw] {
    background-color: #F86469;
    color: white;
}







@media only screen and (max-width:560px) {
    .modal-dialog-width[b-e1v9i5c0bw] {
        max-width: 100%;
    }

    .modal-section-body[b-e1v9i5c0bw] {
        padding: 15px;
    }

    .modal-section-header[b-e1v9i5c0bw] {
        padding: 15px
    }

    .modal-section-header-red[b-e1v9i5c0bw] {
        padding: 15px;
    }

    .input-row[b-e1v9i5c0bw] {
        flex-direction: column;
    }

    .dateTime-input[b-e1v9i5c0bw] {
        width: 100% !important;
    }

    .modal-form .modal-form-input[b-e1v9i5c0bw] {
        width: 100% !important;
    }

    .dateTime-input[b-e1v9i5c0bw] {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:424px) {
    .modal-flex[b-e1v9i5c0bw] {
        flex-direction: column;
    }

    .modal-section-header--col-1[b-e1v9i5c0bw] {
        width: 100%;
    }

    .modal-section-header--col-2[b-e1v9i5c0bw] {
        width: 100%;
    }

    .modal-section-body--col-1[b-e1v9i5c0bw],
    .modal-section-body--col-2[b-e1v9i5c0bw] {
        width: 100%;
    }

    .pop-header-img[b-e1v9i5c0bw] {
        width: 80px;
        height: 73px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-e1v9i5c0bw] {
        width: 80px;
        height: 73px;
    }
}

@media only screen and (max-width:390px) {

    .add-btn-div[b-e1v9i5c0bw] {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pop-header-img[b-e1v9i5c0bw] {
        width: 70px;
        height: 63px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-e1v9i5c0bw] {
        width: 70px;
        height: 63px;
    }

    .bg-red p[b-e1v9i5c0bw] {
        background: #EF4444;
        font-size: 12px !important;
    }

}

@media only screen and (max-width:370px) {

    .pop-header-img[b-e1v9i5c0bw] {
        width: 60px;
        height: 53px;
        display: flex;
        flex-shrink: 0 !important;
        object-fit: cover;
        margin-right: 6px;

    }

    .pop-header-img img[b-e1v9i5c0bw] {
        width: 60px;
        height: 53px;
    }

    .pass-code-heading[b-e1v9i5c0bw] {
        font-style: normal;
        font-weight: 600;
        font-size: 12.8166px;
        line-height: 22px;
        color: #000000;
    }

    .pass-code-number[b-e1v9i5c0bw] {
        font-style: normal;
        font-weight: 400;
        font-size: 10.1124px;
        line-height: 19px;
        color: #000000;
    }

    .heading-sm h1[b-e1v9i5c0bw] {
        font-size: 18px;
    }
}
/* FlexMetZorg/Shared/MarketPlaceItemPopUp.razor.rz.scp.css */
.container[b-mhvyeacaq0] {
    background-color: #F8FAFC;
    padding: 19px 19px 53px 19px;
    max-width: min-content;
    min-width: 381px;
}

.card-container[b-mhvyeacaq0] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 21px;
}

.column[b-mhvyeacaq0] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card[b-mhvyeacaq0] {
    width: 100%;
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 19px;
    padding: 14px 15px 35px 15px;
}

.card-name[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0F172A;
    margin-bottom: 23px;
}

.organization-logo[b-mhvyeacaq0] {
    width: 129px;
    height: 129px;
    margin-bottom: 12px;
    margin-inline: auto;
}

.organization-name[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0F172A;
    margin-bottom: 44px;
    text-align: center;
}

h1[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0F172A;
    margin-bottom: 23px;
}

.organization-details[b-mhvyeacaq0] {
    display: grid;
    grid-template-columns: 164px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    row-gap: 22px;
    margin-bottom: 50px;
}

.detail-name[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #475569;
}

.detail-value[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #64748B;
}

.organizarion-summary[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #64748B;
}

.select-container[b-mhvyeacaq0] {
    margin-bottom: 25px;
}

.input-container[b-mhvyeacaq0] {
    margin-bottom: 16px;
}

.rate-filter-container[b-mhvyeacaq0] {
    margin-top: 28px;
    margin-bottom: 36px;
}

.paragraph-regular-font[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #474554;
}

.select-container select[b-mhvyeacaq0], .date-container input[b-mhvyeacaq0], textarea[b-mhvyeacaq0], .input-container input[b-mhvyeacaq0] {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background-color: transparent;
    padding: 15px 14px 16px 14px;
    width: 100%;
}

.gray-font[b-mhvyeacaq0] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.025em;
    color: #94A3B8;
}

.checkbox-container[b-mhvyeacaq0] {
    display: flex;
    justify-content: space-between;
}

.checkbox-switch[b-mhvyeacaq0] {
    position: relative;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    background: #F86469;
    border-radius: 12px;
    margin-left: auto;
}

    .checkbox-switch[b-mhvyeacaq0]::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        position: absolute;
        right: 2px;
        bottom: 2px;
    }

.card input[type=checkbox][b-mhvyeacaq0], .checkbox-switch[b-mhvyeacaq0] {
    margin-bottom: 27px;
}

.checkbox-container input[b-mhvyeacaq0] {
    margin-left: auto;
}

.margin-bottom-date-1[b-mhvyeacaq0] {
    margin-bottom: 11px;
}

.margin-bottom-date-2[b-mhvyeacaq0] {
    margin-bottom: 37px;
}

.rate-filters[b-mhvyeacaq0] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 22px;
}

.filter[b-mhvyeacaq0] {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.025em;
    color: #94A3B8;
    padding: 12px 7px 13px 7px;
}

    .filter.selected[b-mhvyeacaq0] {
        background: #F86469;
        border: 1px solid #FEF0F0;
        color: #FFFFFF;
    }

.action-container[b-mhvyeacaq0] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.button[b-mhvyeacaq0] {
    background: #F86469;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F8FAFC;
    padding: 13px 14px 16px 18px;
}

    .button.inverted[b-mhvyeacaq0] {
        background-color: transparent;
        border: 1px solid #F86469;
        color: #F86469;
    }

.even-columns[b-mhvyeacaq0] {
    display: flex;
    gap: 6px;
}

    .even-columns > .select-container[b-mhvyeacaq0] {
        flex: 1;
    }

@media screen and (min-width: 768px) {
    .container[b-mhvyeacaq0] {
        padding: 43px 25px 41px 38px;
        max-width: initial;
    }

    .card-container[b-mhvyeacaq0] {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 34px;
    }

    .column[b-mhvyeacaq0] {
        gap: 17px;
    }

        .column.expand-horizontal[b-mhvyeacaq0] {
            flex: 1;
        }

    .card[b-mhvyeacaq0] {
        padding: 23px 19px 33px 23px;
    }

    .card-name[b-mhvyeacaq0] {
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 20px;
    }

    .organization-logo[b-mhvyeacaq0] {
        width: 147px;
        height: 147px;
        margin-bottom: 18px;
    }

    .organization-name[b-mhvyeacaq0] {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 65px;
    }

    h1[b-mhvyeacaq0] {
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    .organization-details[b-mhvyeacaq0] {
        grid-template-columns: 222px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        row-gap: 17px;
        margin-bottom: 39px;
    }

    .detail-name[b-mhvyeacaq0] {
        font-size: 18px;
        line-height: 22px;
    }

    .detail-value[b-mhvyeacaq0] {
        font-size: 18px;
        line-height: 22px;
    }

    .organizarion-summary[b-mhvyeacaq0] {
        font-size: 18px;
        line-height: 22px;
        max-width: 38ch;
    }

    .paragraph-regular-font[b-mhvyeacaq0] {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

    .select-container select[b-mhvyeacaq0] {
        padding: 15px 14px 19px 14px;
    }

    .gray-font[b-mhvyeacaq0] {
        font-size: 16px;
        line-height: 19px;
    }

    .margin-bottom-date-1[b-mhvyeacaq0] {
        margin-bottom: 16px;
    }

    .margin-bottom-date-2[b-mhvyeacaq0] {
        margin-bottom: 36px;
    }

    .rate-filters[b-mhvyeacaq0] {
        margin-top: 27px;
        gap: 12px;
    }

    .rate-filter-container[b-mhvyeacaq0] {
        margin-top: 28px;
        margin-bottom: 36px;
        margin-top: 33px;
        margin-bottom: 45px;
    }

    .filter[b-mhvyeacaq0] {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 7px 13px 7px;
    }

    .button[b-mhvyeacaq0] {
        font-size: 20px;
        line-height: 28px;
        padding: 13px 23px 12px 30px;
    }

    .even-columns[b-mhvyeacaq0] {
        gap: 18px;
    }
}
/* FlexMetZorg/Shared/NavMenuDashboard.razor.rz.scp.css */
/* ------------------------------- Main ------------------------------- */

nav[b-p31u4z779j] {
    display: none;
    flex-direction: column;
    background-color: #f86469;
    /* min-height: 100%; */
    padding: 10px 0 10px 6px;
    border-radius: 18px 0 0 18px;
}

    nav > div[b-p31u4z779j] {
        /* flex: 1; */
        display: flex;
        align-items: center;
    }

.spacer[b-p31u4z779j] {
    background-color: white;
    height: 5%;
}

    .spacer > div[b-p31u4z779j] {
        width: 100%;
        background-color: #f86469;
        height: 100%;
    }

    .spacer.before-active > div[b-p31u4z779j] {
        border-radius: 0 0 50px 0;
    }

    .spacer.after-active > div[b-p31u4z779j] {
        border-radius: 0 50px 0 0;
    }

.nav-link-container[b-p31u4z779j] {
    padding: 10px 30px;
    border-radius: 43% 0 0 47%;
}

    .nav-link-container.active[b-p31u4z779j] {
        background-color: white;
    }

@media screen and (min-width: 769px) {
    nav[b-p31u4z779j] {
        display: flex;
    }
}
/* FlexMetZorg/Shared/NewDashboardTest.razor.rz.scp.css */
/* ------------------------------- Nav ------------------------------- */

nav[b-r6cbdadkfz] {
    display: none;
    flex-direction: column;
    background-color: #f86469;
    /* min-height: 100%; */
    padding: 10px 0 10px 6px;
    border-radius: 18px 0 0 18px;
}

    nav > div[b-r6cbdadkfz] {
        /* flex: 1; */
        display: flex;
        align-items: center;
    }

.spacer[b-r6cbdadkfz] {
    background-color: white;
    height: 5%;
}

    .spacer > div[b-r6cbdadkfz] {
        width: 100%;
        background-color: #f86469;
        height: 100%;
    }

    .spacer.before-active > div[b-r6cbdadkfz] {
        border-radius: 0 0 50px 0;
    }

    .spacer.after-active > div[b-r6cbdadkfz] {
        border-radius: 0 50px 0 0;
    }

.nav-link-container[b-r6cbdadkfz] {
    padding: 10px 30px;
    border-radius: 43% 0 0 47%;
}

    .nav-link-container.active[b-r6cbdadkfz] {
        background-color: white;
    }

.collapsed-nav[b-r6cbdadkfz] {
    display: block;
}

@media screen and (min-width: 769px) {
    nav[b-r6cbdadkfz] {
        display: flex;
    }

    .flex-one[b-r6cbdadkfz] {
        flex-direction: row !important;
    }

    .collapsed-nav[b-r6cbdadkfz] {
        display: none;
    }
}


/* ------------------------------- Utility classes ------------------------------- */
.display-flex[b-r6cbdadkfz] {
    display: flex;
}

.flex-one[b-r6cbdadkfz] {
    flex: 1;
    flex-direction: column;
}

/* ------------------------------- Main ------------------------------- */
.dashboardcontainer[b-r6cbdadkfz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

main[b-r6cbdadkfz] {
    box-shadow: 0px 0px 24px #00000014;
    display: flex;
    margin: 40px 16px 32px 16px;
    border-radius: 13px;
    background-color: white;
}

.body[b-r6cbdadkfz] {
    background-color: white;
    border-radius: 40px 18px 18px 40px;
    flex: 1;
    max-width: 100%;
}

@media screen and (min-width:769px) {
    main[b-r6cbdadkfz] {
        border-radius: 18px;
        margin: 70px;
        background-color: #F86469;
    }
}

.dashboardcontainer[b-r6cbdadkfz] {
    padding: 16px 12px 25px 12px;
}

.profile-container[b-r6cbdadkfz] {
    display: flex;
    margin-bottom: 12px;
}

.user-profile-information[b-r6cbdadkfz] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    margin-right: 2px;
}

.user-profile-picture + p[b-r6cbdadkfz] {
    display: none;
}

.user-profile-information > div:first-child[b-r6cbdadkfz] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-profile-picture[b-r6cbdadkfz] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #f86469;
}

.user-full-name[b-r6cbdadkfz] {
    color: #000000;
    white-space: nowrap;
    font: normal normal bold 14px/14px Montserrat;
    margin-bottom: 4px;
}

.user-qualification[b-r6cbdadkfz] {
    font: normal normal bold 12px/12px Montserrat;
    color: #393838;
    white-space: nowrap;
    margin-bottom: 4px;
}

.user-regions[b-r6cbdadkfz] {
    font: normal normal 400 10px/10px Montserrat;
    color: #393838;
    white-space: nowrap;
}

.profile-actions[b-r6cbdadkfz] {
    display: flex;
    align-items: flex-end;
}

    .profile-actions .button[b-r6cbdadkfz] {
        font: normal normal bold 16px/19px Montserrat;
        color: #000000;
        text-transform: uppercase;
        background-color: #e2e2e5;
        border-radius: 8px;
        height: fit-content;
        padding: 11px 30px;
        margin-right: auto;
        cursor: pointer;
        display: none;
    }

.user-details .user-description[b-r6cbdadkfz] {
    display: none;
}

.user-description.mobile[b-r6cbdadkfz] {
    font: normal normal normal 12px/18px Montserrat;
    color: #545151;
    margin-bottom: 24px;
}

.cards-row[b-r6cbdadkfz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.data-row[b-r6cbdadkfz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 135px 1fr; */
    grid-template-rows: 160px 1fr;
    column-gap: 15px;
    row-gap: 25px;
}

.data-grid[b-r6cbdadkfz] {
    grid-column: span 2;
    grid-row: -1;
}

.tabs-container[b-r6cbdadkfz] {
    display: flex;
    gap: 1rem;
    position: relative;
    border-opacity: 0.5;
    margin-bottom: 24px;
}

    .tabs-container .tab[b-r6cbdadkfz] {
        font: normal normal normal 10px/13px Montserrat;
        color: #000000;
        opacity: 0.34;
        cursor: pointer;
    }

        .tabs-container .tab.active[b-r6cbdadkfz] {
            font: normal normal bold 12px/15px Montserrat;
            opacity: 1;
            color: #f86469;
        }

            .tabs-container .tab.active[b-r6cbdadkfz]::after {
                content: "";
                width: 100%;
                border-bottom: 3px solid #f86469;
                display: block;
                position: relative;
                top: 1.5px;
            }

@media screen and (min-width: 769px) {
    .container[b-r6cbdadkfz] {
        padding: 64px 25px 40px 25px;
    }

    .dashboardcontainer[b-r6cbdadkfz] {
        margin: 2rem;
    }

    .profile-container[b-r6cbdadkfz] {
        margin-bottom: 40px;
    }

    .user-profile-information[b-r6cbdadkfz] {
        flex-direction: column;
        gap: 0px;
        margin-right: 70px;
    }

        .user-profile-information img[b-r6cbdadkfz] {
            width: 182px;
            height: 182px;
            margin-bottom: 19px;
        }

    .user-profile-picture + p[b-r6cbdadkfz] {
        display: block;
    }

    .user-full-name.mobile[b-r6cbdadkfz] {
        display: none;
    }

    .user-full-name[b-r6cbdadkfz] {
        font: normal normal bold 24px/24px Montserrat;
    }

    .user-qualification[b-r6cbdadkfz] {
        font: normal normal bold 19px/19px Montserrat;
        margin-bottom: 7px;
    }

    .user-regions[b-r6cbdadkfz] {
        font: normal normal normal 16px/16px Montserrat;
        text-align: center;
    }

    .user-details .user-description[b-r6cbdadkfz] {
        display: block;
    }

    .user-description[b-r6cbdadkfz] {
        font: normal normal normal 18px/27px Montserrat;
        color: #545151;
    }

        .user-description.mobile[b-r6cbdadkfz] {
            display: none;
        }

    .profile-actions[b-r6cbdadkfz] {
        gap: 10px;
    }

        .profile-actions .button[b-r6cbdadkfz] {
            display: block;
            gap: 20px;
        }

    .cards-row[b-r6cbdadkfz] {
        margin-top: 40px;
        display: flex;
        gap: 35px;
        margin-bottom: 40px;
    }

    .data-row[b-r6cbdadkfz] {
        display: grid;
        grid-template-columns: 75% 25%;
        grid-template-rows: 350px 350px 1fr;
        column-gap: 20px;
        row-gap: 40px;
    }

    .data-grid[b-r6cbdadkfz] {
        grid-row: span 3;
        grid-column: span 1;
    }

    .tabs-container[b-r6cbdadkfz] {
        margin-bottom: 45px;
    }

        .tabs-container .tab[b-r6cbdadkfz] {
            font: normal normal normal 24px/29px Montserrat;
        }

            .tabs-container .tab.active[b-r6cbdadkfz] {
                font: normal normal bold 24px/29px Montserrat;
            }
}
/* FlexMetZorg/Shared/PersonalInfo.razor.rz.scp.css */
.flex-one[b-hnfu007uq7] {
    flex: 1;
}

.position-relative[b-hnfu007uq7] {
    position: relative;
}

.container[b-hnfu007uq7] {
    padding: 28px;
}


.left-panel[b-hnfu007uq7] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-hnfu007uq7] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-hnfu007uq7] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-hnfu007uq7] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-hnfu007uq7] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-hnfu007uq7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field label[b-hnfu007uq7] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-hnfu007uq7] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-hnfu007uq7] {
        top: 6px;
    }

    .right-panel .field img[b-hnfu007uq7] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-hnfu007uq7] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-hnfu007uq7] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-hnfu007uq7] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-hnfu007uq7] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-hnfu007uq7] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-hnfu007uq7] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-hnfu007uq7] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-hnfu007uq7] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-hnfu007uq7] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-hnfu007uq7] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-hnfu007uq7] {
            display: block;
        }

        .left-panel h1[b-hnfu007uq7] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-hnfu007uq7] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-hnfu007uq7] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-hnfu007uq7] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-hnfu007uq7] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-hnfu007uq7] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-hnfu007uq7] {
            top: 16px;
        }

        .right-panel .field img[b-hnfu007uq7] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-hnfu007uq7] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-hnfu007uq7] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-hnfu007uq7] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-hnfu007uq7] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-hnfu007uq7] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/Settings.razor.rz.scp.css */
.flex-one[b-cdx0566sby] {
    flex: 1;
}

.position-relative[b-cdx0566sby] {
    position: relative;
}

.container[b-cdx0566sby] {
    padding: 28px;
}


.left-panel[b-cdx0566sby] {
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

    .left-panel img[b-cdx0566sby] {
        display: none;
        width: 90%;
        align-self: center;
    }

    .left-panel h1[b-cdx0566sby] {
        font: normal normal bold 32px/39px Montserrat;
        color: #F86469;
    }

    .left-panel h2[b-cdx0566sby] {
        font: normal normal bold 14px/24px Montserrat;
        color: #545151;
    }

    .left-panel p[b-cdx0566sby] {
        font: normal normal normal 12px/24px Montserrat;
        color: #545151;
    }

.right-panel .field[b-cdx0566sby] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .right-panel .field label[b-cdx0566sby] {
        font: normal normal bold 14px/18px Montserrat;
        color: #545151;
    }

    .right-panel .field input[b-cdx0566sby] {
        border: 2px solid #E2E2E5;
        font: normal normal normal 14px/18px Montserrat;
        color: #545151;
        padding: 9px;
        padding-right: 65px;
        border-radius: 4px;
        width: 100%;
    }

    .right-panel .field img.company-name-input-svg[b-cdx0566sby] {
        top: 6px;
    }

    .right-panel .field img[b-cdx0566sby] {
        position: absolute;
        right: 8px;
        top: 10px;
    }

    .right-panel .field.checkbox-container[b-cdx0566sby] {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

        .right-panel .field.checkbox-container .checkbox[b-cdx0566sby] {
            max-width: 16px;
            max-height: 16px;
            min-width: 16px;
            min-height: 16px;
            border: 1px solid #F86469;
            border-radius: 4px;
        }

        .right-panel .field.checkbox-container p[b-cdx0566sby] {
            color: #545151;
            opacity: 0.5;
            font-family: Montserrat;
            font: normal normal normal 8px/24px Montserrat;
        }

.right-panel .register-btn[b-cdx0566sby] {
    font: normal normal normal 16px/19px Montserrat;
    color: #FFFFFF;
    background-color: #F86469;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
    margin-block: 24px;
    cursor: pointer;
    width: 100%;
}

.right-panel p:last-child[b-cdx0566sby] {
    font: normal normal normal 14px/24px Montserrat;
    color: #545151;
}

    .right-panel p:last-child span[b-cdx0566sby] {
        font: normal normal bold 16px/24px Montserrat;
        color: #F86469;
    }

.e-input-group .e-input-group-icon:last-child[b-cdx0566sby] {
    font-size: 12px;
    background-color: darkgray;
}

.personnalInfoLabel[b-cdx0566sby] {
    font: normal normal bold 14px/18px Montserrat;
    color: #545151;
}

@media screen and (min-width:770px) {
    .container[b-cdx0566sby] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        max-width: 100vw;
    }

    .left-panel[b-cdx0566sby] {
        background: transparent linear-gradient(269deg, #FFFFFF 0%, #FEF6F6 100%) 0% 0% no-repeat padding-box;
        padding: 64px 24px 64px 75px;
        margin: 0;
    }

        .left-panel img[b-cdx0566sby] {
            display: block;
        }

        .left-panel h1[b-cdx0566sby] {
            font: normal normal bold 58px/71px Montserrat;
        }

        .left-panel h2[b-cdx0566sby] {
            font: normal normal bold 24px/32px Montserrat;
        }

        .left-panel p[b-cdx0566sby] {
            font: normal normal 400 18px/32px Montserrat;
        }

    .right-panel[b-cdx0566sby] {
        padding: 64px 75px 64px 24px;
    }

        .right-panel .field label[b-cdx0566sby] {
            font: normal normal bold 24px/29px Montserrat;
        }

        .right-panel .field input[b-cdx0566sby] {
            font: normal normal 400 24px/29px Montserrat;
            padding: 14px;
        }

        .right-panel .field img.company-name-input-svg[b-cdx0566sby] {
            top: 16px;
        }

        .right-panel .field img[b-cdx0566sby] {
            right: 16px;
            top: 22px;
        }

        .right-panel .field.checkbox-container .checkbox[b-cdx0566sby] {
            max-width: 24px;
            max-height: 24px;
            min-width: 24px;
            min-height: 24px;
        }

        .right-panel .field.checkbox-container p[b-cdx0566sby] {
            color: #545151;
            opacity: 0.5;
            font: initial;
            font-family: Montserrat;
        }

        .right-panel .register-btn[b-cdx0566sby] {
            font: normal normal normal 24px/29px Montserrat;
        }

        .right-panel p:last-child[b-cdx0566sby] {
            font: normal normal normal 16px/24px Montserrat;
        }

    .personnalInfoLabel[b-cdx0566sby] {
        font: normal normal bold 24px/29px Montserrat;
    }
}
/* FlexMetZorg/Shared/UserCard.razor.rz.scp.css */
.card[b-vuzxjfsw76] {
    background-color: #FFFFFF;

    box-shadow: 0px 3.6231px 69.7447px rgba(0, 0, 0, 0.08);
    border-radius: 18.1155px;

    padding: 39.85px 23.67px 67.03px 27.17px;

    width: fit-content;
}

.user-info[b-vuzxjfsw76] {
    display: flex;
    flex-direction: column;
    gap: 3px;

    align-items: center;
    justify-content: center;

    margin-bottom: 33.44px;
}

.profile-picture[b-vuzxjfsw76] {
    width: 99.64px;
    min-width: 99.64px;
    max-width: 99.64px;

    height: 99.64px;
    min-height: 99.64px;
    max-height: 99.64px;

    margin-bottom: 11.5px;
}

h1[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18.1155px;
    line-height: 25px;
    color: #0F172A;
}

h2[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.304px;
    line-height: 20px;
    color: #64748B;
}

ul[b-vuzxjfsw76] {
    margin-bottom: 32.61px;
}

li[b-vuzxjfsw76] {
    display: grid;
    grid-template-columns: 35.33px 208.33px 1fr;
    column-gap: 17.21px;

    align-items: center;

    margin-bottom: 8.15px;
}

li:last-of-type[b-vuzxjfsw76] {
    margin-bottom: 0px;
}

li .description[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.304px;
    line-height: 20px;
    color: #64748B;
}

li.active .description[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16.304px;
    line-height: 20px;
    color: #0F172A;
}

li .value[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.304px;
    line-height: 20px;
    color: #6EE7B7;
}

li.active .value[b-vuzxjfsw76] {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16.304px;
    line-height: 20px;
    color: #10B981;
}

li img[b-vuzxjfsw76] {
    width: 35.33px;
    min-width: 35.33px;
    max-width: 35.33px;

    height: 35.33px;
    min-height: 35.33px;
    max-height: 35.33px;

    opacity: 50%;
}

li.active img[b-vuzxjfsw76] {
    opacity: 100%;
}

.button[b-vuzxjfsw76] {
    background: #F86469;
    border-radius: 7.2462px;

    padding: 11.78px 10.23px 10.23px 10.23px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18.1155px;
    line-height: 25px;
    color: #F8FAFC;

    text-align: center;

    cursor: pointer;
}

@media screen and (min-width:768px) {
    .card[b-vuzxjfsw76] {
        box-shadow: 0px 4px 77px rgba(0, 0, 0, 0.08);
        border-radius: 20px;

        padding: 44px 26px 74px 30px;
    }

    .user-info[b-vuzxjfsw76] {
        gap: 4px;
    
        margin-bottom: 39px;
    }

    .profile-picture[b-vuzxjfsw76] {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
    
        height: 110px;
        min-height: 110px;
        max-height: 110px;
    
        margin-bottom: 12px;
    }

    h1[b-vuzxjfsw76] {
        font-size: 20px;
        line-height: 28px;
    }

    h2[b-vuzxjfsw76] {
        font-size: 18px;
        line-height: 22px;
    }

    ul[b-vuzxjfsw76] {
        margin-bottom: 34px;
    }

    li[b-vuzxjfsw76] {
        grid-template-columns: 39px 230px 1fr;
        column-gap: 19px;
    
        margin-bottom: 9px;
    }

    li .description[b-vuzxjfsw76] {
        font-size: 18px;
        line-height: 22px;
    }

    li.active .description[b-vuzxjfsw76] {
        font-size: 18px;
        line-height: 22px;
    }

    li .value[b-vuzxjfsw76] {
        font-size: 18px;
        line-height: 22px;
    }

    li.active .value[b-vuzxjfsw76] {
        font-size: 18px;
        line-height: 22px;
    }

    li img[b-vuzxjfsw76] {
        width: 39px;
        min-width: 39px;
        max-width: 39px;
    
        height: 39px;
        min-height: 39px;
        max-height: 39px;
    }

    .button[b-vuzxjfsw76] {
        border-radius: 8px;

        padding: 13px 12px 12px 12px;

        font-size: 20px;
        line-height: 28px;
    }
}
/* FlexMetZorg/Shared/UserDash.razor.rz.scp.css */
p[b-r897uhbzo0] {
    margin: 0;
}

.red-background[b-r897uhbzo0] {
    padding-top: 175px;
    background-color: var(--clr-primary);
    margin-bottom: -32px;
}

.profile-overview-content[b-r897uhbzo0] {
    display: flex;
    gap: 7px;
    align-items: flex-end;

    padding-left: 20px;
    padding-right: 15px;
}

.profile-picture[b-r897uhbzo0] {
    width: 90px;
    min-width: 90px;
    max-width: 90px;

    height: 90px;
    min-height: 90px;
    max-height: 90px;
}

.profile-picture img[b-r897uhbzo0] {
    border-radius: 50%;
}

.profile-overview-content .profile-name[b-r897uhbzo0] {
    margin-bottom: 8px;
}

.profile-overview-content .btn[b-r897uhbzo0] {
    margin-left: auto;
    margin-bottom: 8px;
}

.main-content[b-r897uhbzo0] {
    padding: 38px 16px 69px 16px;
}

.mb-11px[b-r897uhbzo0] {
    margin-bottom: 11px;
}

.mt-20px-m[b-r897uhbzo0] {
    margin-top: 20px;
}

.mt-20px[b-r897uhbzo0] {
    margin-top: 20px;
}

.pills-container[b-r897uhbzo0] {
    display: flex;
    gap: 8px;
}

.light-heading[b-r897uhbzo0] {
    color: #9CA3AF;
    font-size: var(--fs-base);
    line-height: var(--fs-base);
}

.cards[b-r897uhbzo0] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.card[b-r897uhbzo0] {
    padding: 17px 9px 12px 16px;

    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
}

.two-columns[b-r897uhbzo0] {
    display: flex;
    gap: 13px;
}

.four-rows[b-r897uhbzo0] {
    display: flex;
    flex-direction: column;
}

.four-columns[b-r897uhbzo0] {
    display: flex;
    gap: 13px;
}

.flex-1[b-r897uhbzo0] {
    flex: 1;
}

.i-size-large[b-r897uhbzo0] {
    width: 41px;
    min-width: 41px;
    max-width: 41px;
  
    height: 41px;
    min-height: 41px;
    max-height: 41px;
}

.two-columns-wide[b-r897uhbzo0] {
    display: flex;
    justify-content: space-between;
}

.mt-24px[b-r897uhbzo0] {
    margin-top: 24px;
}

.mb-28px[b-r897uhbzo0] {
    margin-bottom: 28px;
}

.mt-8px[b-r897uhbzo0] {
    margin-top: 8px;
}

.mb-8px[b-r897uhbzo0] {
    margin-bottom: 8px;
}

@media (min-width: 50em) {
    .red-background[b-r897uhbzo0] {
        margin-bottom: -80px;
    }
    .profile-picture[b-r897uhbzo0] {
        width: 154px;
        min-width: 154px;
        max-width: 154px;
    
        height: 154px;
        min-height: 154px;
        max-height: 154px;
    }
    .location[b-r897uhbzo0] {
        display: flex;
        gap: 10%;
    }
    
    .location > div:first-child[b-r897uhbzo0] {
        flex: 1;
    }
    .mt-20px-m[b-r897uhbzo0] {
        margin-top: 0;
    }
    .main-content-columns[b-r897uhbzo0] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .cards[b-r897uhbzo0] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}
