@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.g0t05e93zu.bundle.scp.css';

/* /Components/Assistants/ChatAssistant.razor.rz.scp.css */
.chat-assistant[b-v0aff1t4st] {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.02);
    border: 1px solid var(--vierol-blue);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    max-width: 800px;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 calc(4* 0.5px) calc((4* 1px)) rgba(0, 0, 0, 0.14);
}

    .chat-assistant p[b-v0aff1t4st] {
        border-radius: 1.15rem;
        line-height: 1.25;
        max-width: 75%;
        padding: 0.5rem .875rem;
        position: relative;
        word-wrap: break-word;
        font-size: 15px;
    }

        .chat-assistant p[b-v0aff1t4st]::before,
        .chat-assistant p[b-v0aff1t4st]::after {
            bottom: -0.1rem;
            content: "";
            height: 1rem;
            position: absolute;
        }

[b-v0aff1t4st]::-webkit-scrollbar {
    width: 3px;
    margin-right: 5px;
}

[b-v0aff1t4st]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-v0aff1t4st]::-webkit-scrollbar-button{

}

[b-v0aff1t4st]::-webkit-scrollbar-thumb {
    background: #888;
}

    [b-v0aff1t4st]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


p.from-me[b-v0aff1t4st] {
    align-self: flex-end;
    background-color: #248bf5;
    color: #fff;
}

    p.from-me[b-v0aff1t4st]::before {
        border-bottom-left-radius: 0.8rem 0.7rem;
        border-right: 1rem solid #248bf5;
        right: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.from-me[b-v0aff1t4st]::after {
        background-color: #fff;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p[class^="from-"][b-v0aff1t4st] {
    margin: 0.5rem 0;
    width: fit-content;
}

p.from-me ~ p.from-me[b-v0aff1t4st] {
    margin: 0.25rem 0 0;
}

    p.from-me ~ p.from-me:not(:last-child)[b-v0aff1t4st] {
        margin: 0.25rem 0 0;
    }

    p.from-me ~ p.from-me:last-child[b-v0aff1t4st] {
        margin-bottom: 0.5rem;
    }

p.from-them[b-v0aff1t4st] {
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
}

    p.from-them[b-v0aff1t4st]:before {
        border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.from-them[b-v0aff1t4st]::after {
        background-color: #fff;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p[class^="from-"].emoji[b-v0aff1t4st] {
    background: none;
    font-size: 2.5rem;
}

    p[class^="from-"].emoji[b-v0aff1t4st]::before {
        content: none;
    }

.no-tail[b-v0aff1t4st]::before {
    display: none;
}

.margin-b_none[b-v0aff1t4st] {
    margin-bottom: 0 !important;
}

.margin-b_one[b-v0aff1t4st] {
    margin-bottom: 1rem !important;
}

.margin-t_one[b-v0aff1t4st] {
    margin-top: 1rem !important;
}

.typing[b-v0aff1t4st] {
    position: relative;
    margin-bottom: 15px;
}

.typing span[b-v0aff1t4st] {
    content: "";
    -webkit-animation: blink 1.5s infinite;
    animation: blink-b-v0aff1t4st 1.5s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 10px;
    width: 10px;
    background: #3b5998;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.typing span:nth-child(2)[b-v0aff1t4st] {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    margin-left: 15px;
}

.typing span:nth-child(3)[b-v0aff1t4st] {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin-left: 30px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.1;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes blink-b-v0aff1t4st {
    0% {
        opacity: 0.1;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}
/* /Components/CenterPanel.razor.rz.scp.css */
.center-parent[b-chxsfny9wh] {
    display: grid;
    place-items: center;
    height: 100%;
}
.center-child[b-chxsfny9wh] {
    width: 50%;
    height: 50%;
}
/* /Components/ExpertKitItem.razor.rz.scp.css */
.kit-header[b-cl5blj7b52] {
    background-color: var(--vierol-blue-light);
    color: white;
    width: 100%;
    height: 100px;
    padding: 5px;
}
/* /Components/QuestionBadge.razor.rz.scp.css */

.questionBatch[b-cgbp7nldm4] {
    padding: 0 10px;
    color: black;
    display: flex;
    height: 40px;
    box-shadow: var(--elevation-shadow-card-rest);
    border-radius: 8px;
    cursor: pointer;
}
.questionBatch.answered[b-cgbp7nldm4]{
    border-radius: 30px;
}

    .questionBatch.minor[b-cgbp7nldm4] {
        height: 20px;
    }

    .questionBatch.active[b-cgbp7nldm4] {
        border: 1px solid rgb(65,65,65);
    }

    .questionBatch p[b-cgbp7nldm4] {
        margin: auto
    }

    .questionBatch.active p[b-cgbp7nldm4] {
        font-weight: bold;
    }
/* /Components/QuestionField.razor.rz.scp.css */

.questionField[b-93sk1d653z] {
    padding: 0 10px;
    color: black;
    box-shadow: var(--elevation-shadow-card-rest);
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.grid[b-93sk1d653z] {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: min-content;
    grid-gap: 10px;
    margin-bottom: 15px;
}

.flex-grid[b-93sk1d653z] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: end;
}

.c-tag.no-kits[b-93sk1d653z] {
    /*background-color: rgba(0,0,0,0.10);*/
    color: #e6eaef;
    border-color: #f3f3f3;
}

[b-93sk1d653z] .card {
    height: 50px;
    width: 50px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid silver;
}


    [b-93sk1d653z] .card .layer {
        height: 100%;
        width: 100%;
        position: relative;
    }

        [b-93sk1d653z] .card .layer img {
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 1px;
        }
/* /Components/SuggestionPanel.razor.rz.scp.css */

.focused[b-m1j5l4bd61] {
    background-color: rgb(0, 0, 0, 0.1)
}


.delete-hist-button[b-m1j5l4bd61] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

    .delete-hist-button:hover[b-m1j5l4bd61] {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .delete-hist-button img[b-m1j5l4bd61] {
        height: 15px;
    }
/* /Components/TokenBadge.razor.rz.scp.css */

.resultBatch[b-errb1b9m5y] {
    border-radius: 30px;
    padding: 0 10px;
    color: black;
    display: flex;
    box-shadow: var(--elevation-shadow-card-rest);
}

    .resultBatch.medium[b-errb1b9m5y] {
        height: 40px;
    }

        .resultBatch.medium p[b-errb1b9m5y] {
            font-weight: bold !important;
        }

    .resultBatch p[b-errb1b9m5y] {
        margin: auto;
        padding-left: 10px;
    }

    .resultBatch.unidentified[b-errb1b9m5y] {
        text-decoration: line-through;
    }
/* /Dialogs/AddShopDialog.razor.rz.scp.css */
.shop-list[b-x5x95z5bvh] {
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    margin: 0.5rem;
}

.shop-list-item[b-x5x95z5bvh] {
    cursor: pointer;
    padding: 8px;
    background: transparent;
    transition: background 0.2s;
}

    .shop-list-item.selected[b-x5x95z5bvh] {
        background: #eee;
    }

    .shop-list-item:hover[b-x5x95z5bvh] {
        background: #f0f0f0;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.active[b-1du3dt6xzi]{
    border: 1px solid white;
}

input[type="file"][b-1du3dt6xzi] {
    display: none;
}

.custom-file-upload[b-1du3dt6xzi] {
    display: inline-block;
    cursor: pointer;
}

.rec[b-1du3dt6xzi] {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: pulse-b-1du3dt6xzi 1.5s infinite;
    margin: 5px;
}

@keyframes pulse-b-1du3dt6xzi {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
   
/* /Pages/Contact.razor.rz.scp.css */
.registration-body[b-z08p4cvlml]{
    width: 33%;
    box-shadow: var(--minimal-hover-shadow);
    padding: 20px;
}
/* /Pages/DetailPage.razor.rz.scp.css */
.video-container[b-fad5qkrnyg] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

    .video-container iframe[b-fad5qkrnyg] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
/* /Pages/DetailSearch.razor.rz.scp.css */
.result-badge-wrapper[b-vpqeedrt34] {
    display: inline-table;
    vertical-align: middle;
    background-color: var(--vierol-blue);
    border-radius: 14px;
    position: absolute;
    right: 0;
    padding: 5px;
}

.result-badge[b-vpqeedrt34] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
}

.shake[b-vpqeedrt34]{
    animation: tilt-shaking-b-vpqeedrt34 0.25s infinite;
}

@keyframes tilt-shaking-b-vpqeedrt34 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.login-body[b-n22mvtltip] {
    margin: 8%;
    box-shadow: var(--minimal-hover-shadow);
    border-radius: 5px;
    padding: 20px;
}
/* /Pages/Home.razor.rz.scp.css */
.home-main[b-kwj2wxod0m] {
    position: relative;
    height: 100%;
}

.main-category-container[b-kwj2wxod0m] {
    margin-top: 20px;
    position: relative;
    width: 1000px;
    text-align: center;
}

.main-category-container .grid[b-kwj2wxod0m]{
    margin: 10px 0 30px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: min-content;
    grid-gap: 10px;
}

    .main-category-container .grid.smaller[b-kwj2wxod0m] {
        grid-template-columns: repeat(5, auto);
    }

[b-kwj2wxod0m] .main-category-card {
    height: 220px;
    width: 220px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid silver;
    margin: auto;
}

[b-kwj2wxod0m] .main-category-card.smaller {
    height: 170px;
    width: 170px;
}

    [b-kwj2wxod0m] .main-category-card.use-case {
        background-color: rgba(0,46,92, 0.1);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.main-category-card .layer[b-kwj2wxod0m] {
    height: 100%;
    width: 100%;
    position: relative;
}

        .main-category-card .layer .label[b-kwj2wxod0m] {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 100%;
            bottom: 0;
            background-color: white;
            opacity: 0.9;
            font-size: 18px;
            font-weight: bold;
            height: 3rem;
        }

    .main-category-card .layer img[b-kwj2wxod0m] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

.description-container[b-kwj2wxod0m]{
    height: 200px;
    position: relative;
    display: flex;
}

.description-container h1[b-kwj2wxod0m]{
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}

.description-container h2[b-kwj2wxod0m]{
    margin: auto;
    font-size: 1.8rem;
}
/* /Pages/Login.razor.rz.scp.css */
.login-body[b-nf50msjdxx] {
    margin: 8%;
    box-shadow: var(--minimal-hover-shadow);
    border-radius: 5px;
    padding: 20px;
}
/* /Pages/Register.razor.rz.scp.css */
.registration-body[b-usdavq1pv9]{
    width: 33%;
    box-shadow: var(--minimal-hover-shadow);
    padding: 20px;
}
/* /Pages/VinScan.razor.rz.scp.css */
input[type="file"][b-hg4k14ujm2] {
    display: none;
}

.custom-file-upload[b-hg4k14ujm2] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
