@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Authentication/Components/AuthenticationPopup.razor.rz.scp.css */
.container-overlay[b-lochgfxz62] {
    width: 100vw;
    height: 100vh;
    z-index: 505;
    background-color: var(--main-bg);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.container[b-lochgfxz62] {
    width: 650px;
    background-color: var(--tertiary-bg);
    border-radius: 12px;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 25px;
    user-select: none;
    max-height: 95%;
    overflow-y: auto;
}


[b-lochgfxz62] .subtle {
    color: var(--font-color-subtle);
    font-weight: initial;
    font-size: 14px
}

/* Top Area */
[b-lochgfxz62] .generic-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    position: relative;
}

[b-lochgfxz62] .alert-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: initial;
}

    [b-lochgfxz62] .alert-circle.neutral {
        background-color: var(--neutral-color);
    }

    [b-lochgfxz62] .alert-circle.dangerous {
        background-color: var(--negative-color);
    }

    [b-lochgfxz62] .alert-circle.safe {
        background-color: var(--positive-color);
    }

    [b-lochgfxz62] .alert-circle svg {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(110%) contrast(101%);
        height: 25px;
        width: 25px;
    }

[b-lochgfxz62] .alert-text {
    color: var(--font-color-subtle-attention);
    font-size: 16px;
    font-weight: bold;
}

    [b-lochgfxz62] .alert-text .absolute {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-block: auto;
        transform: translate(-50%, -50%);
    }

    [b-lochgfxz62] .alert-text p:not(:last-of-type) {
        margin-bottom: 25px;
    }

[b-lochgfxz62] .buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

[b-lochgfxz62] button {
    flex: 1;
    border: none;
    outline: none;
    padding-block: 10px;
    color: var(--font-color-attention);
    border-radius: 8px;
    cursor: pointer;
    transition: 100ms all ease-in;
    font-weight: bold;
    font-size: 1.4rem;
}

    [b-lochgfxz62] button:hover {
        filter: brightness(1.15);
    }

    [b-lochgfxz62] button.safe {
        color: #fff;
        background-color: var(--positive-color);
    }

    [b-lochgfxz62] button.dangerous {
        color: #fff;
        background-color: var(--negative-color);
    }

    [b-lochgfxz62] button.neutral {
        background-color: var(--neutral-color);
    }

        [b-lochgfxz62] button.neutral:hover {
            filter: brightness(1.05);
        }
/* /Authentication/Components/UserProfile.razor.rz.scp.css */
.user-profile[b-1og1bvzqtf] {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.avatar-container[b-1og1bvzqtf] {
    max-width: 100%;
}

img[b-1og1bvzqtf] {
    max-width: 32px;
    border-radius: 100%;
}
/* /Components/AreaTitle.razor.rz.scp.css */
.area-title[b-4s9sohp87v] {
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
    padding-bottom: 0.25rem;
    font-weight: 300;
}
/* /Components/Button.razor.rz.scp.css */


.button-wrapper[b-lghme8xm9x] {
    display: flex;
    justify-content: center;
    width: 100%;
}

button[b-lghme8xm9x] {
    width: 50%;
    padding-block: 1rem;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #000;
    font-weight: 500;
    letter-spacing: 1.5px;
    word-spacing: 8px;
    cursor: pointer;
}

button:hover[b-lghme8xm9x] {
    background-color: #000;
    color: #fff;
}
/* /Components/ErrorCatcher.razor.rz.scp.css */
.hidden[b-6d5kwdnhes] {
    display: none;
}

.friendly[b-6d5kwdnhes] {
    font-weight: bold;
    font-size: 1.2rem;
}

.exception-container[b-6d5kwdnhes] {
    max-width: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid #ff0000;
    background-color: #ffd1d1;
}

.detailed[b-6d5kwdnhes] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

    .detailed > div:first-of-type[b-6d5kwdnhes] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .detailed > div:first-of-type p[b-6d5kwdnhes] {
            font-style: italic;
        }

button[b-6d5kwdnhes] {
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    background-color: #fff;
}

    button:hover[b-6d5kwdnhes] {
        cursor: pointer;
        background-color: #e4e4e4;
    }

.stacktrace[b-6d5kwdnhes] {
    background-color: #e4e4e4;
    padding: .5rem;
    line-height: 1.5;
    font-style: italic;
    position: absolute;
    top: 50px;
}

pre[b-6d5kwdnhes] {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
}
/* /Components/Loading.razor.rz.scp.css */
.loading-container[b-e08cccghit] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-container.absolute[b-e08cccghit] {
    position: absolute;
    top: 0;
    left: 0;
}

.loading-container.blur[b-e08cccghit] {
    backdrop-filter: blur(3px);
}

.loading-container p[b-e08cccghit] {
    font-weight: 600;
    font-size: 1.5rem;
    border-bottom: 2px solid #ccc;
}
/* /Components/ResponseHandler.razor.rz.scp.css */
.friendly[b-jxh059isz5] {
    font-weight: bold;
    font-size: 1.2rem;
}

.response-container[b-jxh059isz5] {
    max-width: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid #ff0000;
    background-color: #ffd1d1;
}
/* /Customer/Components/ComplaintCodeInput.razor.rz.scp.css */
.wrapper[b-9tg9puczsr] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.input-container[b-9tg9puczsr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2rem;
}

label[b-9tg9puczsr] {
    font-weight: 600;
}

input[b-9tg9puczsr] {
    min-width: 800px;
    padding-inline: .75rem;
    padding-block: .5rem;
    border-radius: 8px;
    outline-color: transparent;
    border: 2px solid #ccc;
}

input:focus[b-9tg9puczsr], input:active[b-9tg9puczsr] {
    outline-color: darkorange;
}
/* /Customer/Components/ComplaintSubmissionInput.razor.rz.scp.css */
.complaint-submission-wrapper[b-3yqnsfzsv4] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

header[b-3yqnsfzsv4] {
    padding: 1.5rem;
    /*background-color: #f1f1f1;*/
    background-color: #262626;
    color: #fff;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
}

.complaint-submission-content-container[b-3yqnsfzsv4] {
    padding: 1.5rem;
    padding-top: 1rem;
    background-color: #e7e7e7;
}

.complaint-submission-content-container[b-3yqnsfzsv4], .complaint-submission-content-container[b-3yqnsfzsv4]  form {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
    gap: 1rem;
}

.complaint-submission-content[b-3yqnsfzsv4] {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-inline: .5rem;
}

aside[b-3yqnsfzsv4] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
   /* width: 250px;*/
/*    flex-direction: column;
    justify-content: flex-end;*/
}

    aside button[b-3yqnsfzsv4] {
        padding-block: 1rem;
        padding-inline: 3rem;
        background-color: #672e9c;
        border: 2px solid #a066d5;
        font-weight: bold;
        color: #fff;
        outline-color: transparent;
        cursor: pointer;
        border-radius: .5rem;
        transition: 250ms all ease-in-out;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }

    aside button:not(.disabled):hover[b-3yqnsfzsv4] {
        transform: scale(.98);
        box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    aside button:focus[b-3yqnsfzsv4] {
        outline-color: #000;
    }

    aside button.disabled[b-3yqnsfzsv4] {
        cursor: not-allowed;
        border-color: transparent;
        background-color: #d1ced5;
        color: #575757;
    }

label[b-3yqnsfzsv4] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-weight: bold;
}

label > *[b-3yqnsfzsv4] {
    font-weight: unset;
}

[b-3yqnsfzsv4] input[type="file"] {
    background-color: #fff;
}

[b-3yqnsfzsv4] input[type="file"]:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.radio-container[b-3yqnsfzsv4] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.radio-container > p[b-3yqnsfzsv4] {
    font-weight: bold;
}

.radio-input-container[b-3yqnsfzsv4] {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

    .radio-input-container label[b-3yqnsfzsv4] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        font-weight: unset;
        padding-inline: .3rem;
        padding-block: .15rem;
        cursor: pointer;
        border-radius: 8px;
    }

.radio-input-container label:hover[b-3yqnsfzsv4] {
    /*background-color: #e2e2e2;*/
}

[b-3yqnsfzsv4] input, [b-3yqnsfzsv4] textarea {
    border: 1px solid #ccc;
    padding-block: .5rem;
    padding-inline: .75rem;
}

.selected-item[b-3yqnsfzsv4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .selected-item button[b-3yqnsfzsv4] {
        width: 250px;
        border: 1px solid #ccc;
        padding-block: .5rem;
        cursor: pointer;
    }

    .selected-item:hover button[b-3yqnsfzsv4] {
        background-color: #ffffff;
        font-weight: inherit;
    }

    .selected-item:hover[b-3yqnsfzsv4] {
        font-weight: bold;
        background-color: #dbdbdb;
    }

.item-label[b-3yqnsfzsv4] {
    flex-direction: row;
    gap: .5rem;
}
/* /Customer/Components/ItemSelection/ComplaintItemSelection.razor.rz.scp.css */
.item-selection[b-18tnq65fpd] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.item[b-18tnq65fpd] {
    background-color: #fff;
    padding: 1rem;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item:hover[b-18tnq65fpd] {
    font-weight: bold;
    box-shadow: 2px 1px 1px 5px #00000005;
}

    .item .action button[b-18tnq65fpd] {
        padding: .5rem 1rem;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 5px;
        cursor: pointer;
    }

    .item .action button:hover[b-18tnq65fpd] {
        background-color: #e7e7e7;
        border: 1px solid #ccc;
    }
/* /Customer/Components/ItemSelection/ComplaintItemSelectionPagination.razor.rz.scp.css */
.pagination[b-fxndi43s9q] {
    display: flex;
    gap: .5rem;
    padding: 1rem;
    padding-left: 0;
}

.pagination > div[b-fxndi43s9q] {
    display: flex;
    align-items: center;
}

.navigation[b-fxndi43s9q] {
    flex: 1;
    gap: 1rem;
}

    .navigation button[b-fxndi43s9q] {
        background-color: #fff;
        padding: 1rem;
        border: 2px solid transparent;
        font-weight: 500;
        cursor: pointer;
        border-radius: 4px;
        transition: 150ms all ease-in-out;
    }

        .navigation button:hover[b-fxndi43s9q] {
            background-color: #f1f1f1;
            border: 2px solid #fff;
            border-radius: 8px;
        }

.info[b-fxndi43s9q] {
    flex: 3;
    display: flex;
    justify-content: flex-end;
}


/* /Customer/Pages/ComplaintStatus.razor.rz.scp.css */
.status-wrapper[b-9ls3y4vn7a] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;

    width: 100%;
    height: 100vh;

    font-size: 5rem;
}

.status-wrapper > p:first-of-type[b-9ls3y4vn7a] {
    text-decoration: underline;
}

    .status-wrapper > p:not(:first-of-type)[b-9ls3y4vn7a] {
        font-size: 2rem;
        font-style: italic;
    }
/* /Extra/Pages/VersionPage.razor.rz.scp.css */
.versions-page[b-caek5t8j5o] {
    background-color: #e4e4e4;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 3rem;
    gap: 2rem;
}

.versions-page[b-caek5t8j5o] >  .area-title {
    font-size: 4rem;
    border-bottom: none;
}

.top-info[b-caek5t8j5o] {
    font-style: italic;
}

.version[b-caek5t8j5o] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.changes[b-caek5t8j5o] {
    margin-left: 2rem;
}

.changes p:not(:last-of-type)[b-caek5t8j5o] {
    margin-bottom: .5rem;
}
/* /Manage/Components/Breadcrumb.razor.rz.scp.css */

.breadcrumb[b-t9fvzl0iif] {
    display: flex;
    gap: .25rem;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #989898;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    flex: 1;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 9%);
    background-color: #f3f3f3;
}

    .breadcrumb.active[b-t9fvzl0iif] {
        background-color: #fff;
    }

    .breadcrumb:hover[b-t9fvzl0iif] {
        background-color: #f8f8f8;
    }

.icon[b-t9fvzl0iif] {
    width: 1rem;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    order: 2;
    border: 1px solid #e8e8e8;
    background-color: #9b9b9b;
}

.completed .icon[b-t9fvzl0iif] {
    background-color: #6db76f;
    border-color: transparent;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 19%);
}
/* /Manage/Components/ComplaintCodeCreationSidebar.razor.rz.scp.css */
.info-container[b-opno6qeb7t] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-title[b-opno6qeb7t] {
    font-weight: 500;
    font-size: 1.1rem;
}

.info[b-opno6qeb7t] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.complaints-code-generation-container[b-opno6qeb7t]  button {
    width: 100%;
}

aside[b-opno6qeb7t] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* /Manage/Components/ComplaintCodePresentation.razor.rz.scp.css */
.output[b-2cr4lrnv33] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

    .output > div[b-2cr4lrnv33] {
        display: grid;
        gap: .5rem;
    }

    .output label[b-2cr4lrnv33] {
        font-weight: 500;
    }

.code[b-2cr4lrnv33] {
    background-color: #f1f1f1;
    padding-inline: 2.5rem;
    padding-block: .75rem;
    font-style: italic;
    user-select: all;
    text-align: center;
    flex: 1;
}

.complaints-code-section[b-2cr4lrnv33] {
    min-height: 350px;
}

.container[b-2cr4lrnv33] {
    display: flex;
    gap: 1rem;
}

.container button[b-2cr4lrnv33] {
    width: 50px;
    border: 1px solid #ccc;
    background-color: transparent;
    transition: 250ms all ease-in-out;
}

.container button:hover[b-2cr4lrnv33] {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
/* /Manage/Components/CustomerEmailInput.razor.rz.scp.css */
.email-container[b-smdzxm779e] {
    display: grid;
    gap: .5rem;
    margin-left: 1px;
}

.customer-email[b-smdzxm779e] {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    padding: .5rem 1rem;
    gap: 1rem;
}

.customer-email > div[b-smdzxm779e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

    .customer-email .error-message[b-smdzxm779e] {
        font-style: italic;
    }

    .customer-email input[type="email"][b-smdzxm779e] {
        border: 1px solid #ccc;
        width: 100%;
        padding: .5rem 1rem;
    }

.customer-email .button[b-smdzxm779e] {
    display: flex;
    transition: 150ms all ease-in-out;
}

    .customer-email .button:hover[b-smdzxm779e] {
        transform: scale(.9);
        cursor: pointer;
    }

.email-container > .button[b-smdzxm779e] {
    background-color: #f8f8f8;
    width: fit-content;
    padding: .5rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    gap: 1rem;
    display: flex;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 6%);
}

    .email-container > .button:hover[b-smdzxm779e] {
        background-color: #fff;
        box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    }
/* /Manage/Components/DashboardStats.razor.rz.scp.css */

.card-container[b-fnt3jmnkiy] {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card[b-fnt3jmnkiy] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 1px 3px #00000007;
    padding: 2rem;
    align-items: center;
    gap: 1rem;
    border-radius: .5rem;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card p:first-of-type[b-fnt3jmnkiy] {
        font-weight: 500;
    }

[b-fnt3jmnkiy] .language-usage-pie-chart {
    max-width: 400px;
    margin: 0 auto;
    height: 400px;
}


[b-fnt3jmnkiy] .trend-line-chart {
}

.chart-container[b-fnt3jmnkiy] {
    display: grid;
    grid-template-columns: 1fr 4fr;
}
/* /Manage/Components/Navigation.razor.rz.scp.css */
header[b-v9fds7opo6] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    --width: 250px;

    min-width: var(--width);
    width: var(--width);
    max-width: var(--width);
}

.user-data[b-v9fds7opo6] {
    display: flex;
    gap: .75rem;
}

.avatar-container[b-v9fds7opo6] {
    flex-shrink: 0;
}

.avatar-container img[b-v9fds7opo6] {
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}

nav[b-v9fds7opo6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
}

nav[b-v9fds7opo6]  .icon-container  {
    flex: 1;
    width: 32px;
    display: flex;
    justify-content: center;
}

nav[b-v9fds7opo6]  a p {
    flex: 5;
    text-align: left;
}

nav[b-v9fds7opo6]  a {
    display: flex;
    gap: 1rem;
    padding-inline: 1rem;
    padding-block: 1rem;
    border-bottom: 3px solid transparent;
    width: 100%;
    text-decoration: none;
}

    nav[b-v9fds7opo6]  a:hover, nav[b-v9fds7opo6]  a.active {
        background-color: #fff;
        border-radius: 10px;
        border-bottom: 3px solid #ccc;
        font-weight: 500;
        color: inherit;
    }
/* /Manage/ManageLayout.razor.rz.scp.css */
.page-manage[b-7bshdq7s7n] {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;

    display: flex;
    padding-top: 1rem;

    background-color: #e8e8e8;
    font-family: "Roboto", sans-serif
}

    .page-manage[b-7bshdq7s7n] >  * {
        padding: 1.5rem;
    }

    .page-manage main[b-7bshdq7s7n] {
        /*background-color: #fff;*/
        background-color: #fafafa;
        width: 100%;
        border-top-left-radius: 1rem;
        overflow-y: auto;
        border: 2px solid #ccc;
    }
/* /Manage/Pages/ComplaintCode.razor.rz.scp.css */

.container[b-fv53kywgdd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info[b-fv53kywgdd] {
    display: grid;
    gap: .2rem;
}

.info > p:first-of-type[b-fv53kywgdd] {
    font-weight: 500;
}

.info a[b-fv53kywgdd] {
    color: dodgerblue;
    padding-block: .5rem;
    display: block;
    justify-self: baseline;
}

.info a:hover[b-fv53kywgdd] {
    color: royalblue;
}
/* /Manage/Pages/ComplaintCodes.razor.rz.scp.css */

.create-container[b-v2b05vobof] {
    height: 50px;
    width: 50px;
    border: 2px solid #e8e8e8;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px 0px #00000033;
    transition: 250ms all ease-in-out;
    
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 100%;

    position: absolute;
    bottom: 2rem;
    right: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

    .create-container a[b-v2b05vobof] {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }

    .create-container:hover[b-v2b05vobof] {
        box-shadow: 0 0 7px 6px #00000020;
        transform: scale(1.05);
    }

.verification-codes[b-v2b05vobof] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.verification-code[b-v2b05vobof] {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

    .verification-code a[b-v2b05vobof] {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-decoration: none;
        color: inherit;
        padding: 1rem;
        padding-block: .75rem;
        transition: 250ms all ease-in-out;
        border-radius: 10px;
    }

.verification-code-container[b-v2b05vobof] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .verification-code-container .verification-code a[b-v2b05vobof] {
        padding: 1rem;
        box-shadow: 3px 3px 6px 1px rgb(0 0 0 / 10%);
        border-radius: .5rem;
        background-color: #fff;
    }

        .verification-code-container .verification-code a:hover[b-v2b05vobof] {
            background-color: #ffffff !important;
            box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 12%);
            outline: 1px solid #000;
        }

.customer-details[b-v2b05vobof] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.verification-code label[b-v2b05vobof] {
    text-decoration: underline;
}

.verification-code-container > p[b-v2b05vobof] {
    font-style: italic;
    font-size: .9rem;
}

.verification-code .code[b-v2b05vobof] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.status-indicator[b-v2b05vobof] {
    height: 24px;
    width: 24px;
    border-radius: 100%;
}

.status-indicator.status-not-used[b-v2b05vobof] { background-color: darkblue; }
.status-indicator.status-visited[b-v2b05vobof] { background-color: darkorange; }
.status-indicator.status-used[b-v2b05vobof] { background-color: green; }
.status-indicator.status-revoked[b-v2b05vobof] { background-color: red; }
/* /Manage/Pages/ComplaintCodesCreate.razor.rz.scp.css */


.create-page[b-z8t9pw2f6x] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}


.header[b-z8t9pw2f6x] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.customer-container[b-z8t9pw2f6x] {
    max-height: 65vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-block: .5rem;
    /*gap: .25rem;*/
}


.customer[b-z8t9pw2f6x] {
    display: flex;
    gap: 1rem;
    /*justify-content: space-between;*/
    /*padding: .5rem 1rem;*/
    padding: 1rem;
    background-color: #e8e8e8;
    margin: 0px 2px;
}

.customer > *:first-of-type[b-z8t9pw2f6x] {
    flex: 1;
}

.customer:nth-of-type(2n+1)[b-z8t9pw2f6x] {
    background-color: #fff;
}

.customer.selected[b-z8t9pw2f6x] {
    outline: 2px solid darkgreen;
    z-index: 100;
    background-color: #ecffec;
    font-weight: bold;
}


.customer:first-of-type[b-z8t9pw2f6x] {
    margin-top: 2px;
}

.customer:last-of-type[b-z8t9pw2f6x] {
    margin-bottom: 2px;
}

.customer:hover[b-z8t9pw2f6x] {
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    outline: 2px solid darkorange;
    z-index: 100;
}

input[type="search"][b-z8t9pw2f6x] {
    font-size: 1.2rem;
    padding-inline: .75rem;
    padding-block: .25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.complaints-code-generation-container[b-z8t9pw2f6x] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 2rem;
}

button[b-z8t9pw2f6x] {
    width: 750px;
    padding: .5rem 1rem;
    cursor: pointer;
}


.company-selection select[b-z8t9pw2f6x] {
    width: 100%;
    padding-inline: .75rem;
    padding-block: .3rem;
    border: 1px solid #ccc;
}

section.breadcrumbs[b-z8t9pw2f6x] {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.seperator[b-z8t9pw2f6x] {
    font-weight: bold;
    color: #989898;
}

footer.navigation[b-z8t9pw2f6x] {
    position: fixed;
    bottom: 1rem;
    display: flex;
    gap: 2rem;
    z-index: 200;
}

footer.navigation button[b-z8t9pw2f6x] {
    width: 150px;
    background-color: #f5f5f5;
    border: 1px solid rgb(223, 223, 223);
    z-index: 200;
    border-radius: 2px;
}

    footer.navigation button:hover[b-z8t9pw2f6x] {
        border-color: #2a94db;
    }

section.creation[b-z8t9pw2f6x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.creation-section[b-z8t9pw2f6x] {
    display: flex;
    gap: 2rem;
} 

.creation-section section[b-z8t9pw2f6x] {
    flex: 3;
}

.creation-section[b-z8t9pw2f6x]  aside {
    flex: 1;
}

.input-container textarea[b-z8t9pw2f6x] {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px 2px #00000010;
    resize: vertical;
    padding: 1rem;
}

.input-container textarea:focus[b-z8t9pw2f6x] {
    outline: none;
    border-color: #000;
    border-radius: .5rem;
}
/* /Manage/Pages/Dashboard.razor.rz.scp.css */
.dashboard-wrapper[b-5t4805cy5d] {
    display: grid;
    gap: 3rem;
}

.dashboard-stats[b-5t4805cy5d] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
