/* _content/Spinlock.Service/Pages/Documents/DocumentsPage.razor.rz.scp.css */



#doc-list[b-hm3va2w3n9] {
    /*height: 50vh;*/
    /*overflow-y: scroll;*/
}
/* _content/Spinlock.Service/Pages/Home/CompanyDetailItem.razor.rz.scp.css */
.title[b-b5vh4zs0e4] {
    width: 120px;
}
/* _content/Spinlock.Service/Pages/Home/CompanyDetailsChangePage.razor.rz.scp.css */

article[b-7xiqm2476r]{
    max-width:50rem;
}

[b-7xiqm2476r] textarea {
    height: 10rem;    
}
/* _content/Spinlock.Service/Pages/Home/Home.razor.rz.scp.css */
body[b-zn9k4ha9v1] {
}

table.technicians tr > td:first-child>div[b-zn9k4ha9v1],
table.technicians tr > th:first-child>div[b-zn9k4ha9v1] {
    background-color: red;
    max-width: 100px;
}


.technicians[b-zn9k4ha9v1] {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-gap: 1.5em;
    row-gap: 0.25em;
}
/* _content/Spinlock.Service/Pages/Insurance/InsuranceUploadPage.razor.rz.scp.css */
.insurance[b-10mnx2j2qc] {
    max-width:700px;
}
/* _content/Spinlock.Service/Pages/SerialLookup/ProductVideos.razor.rz.scp.css */


.youtube-video[b-gbv6uy09w0] {
    aspect-ratio: 16 / 9;
    width: 100%;
}
/* _content/Spinlock.Service/Pages/SerialLookup/SerialLookup.razor.rz.scp.css */



.results[b-kgq3fm35lu] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 8px; /* or any other value */
}

.narrow-card[b-kgq3fm35lu]{
    max-width:34rem;
}

.alert[b-kgq3fm35lu]{
    max-width:40rem;
}
/* _content/Spinlock.Service/Pages/SparesList.razor.rz.scp.css */
.parts-grid[b-dxljm404bt]{
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}


.thumbnail-container[b-dxljm404bt] {
    position: relative;
    display: inline-block;
}

.full-size[b-dxljm404bt] {
    position: absolute;
    top: 0;
    left: 100%; /* display the full-size image to the right of the thumbnail */
    display: none;
    z-index: 100; /* to ensure it's above other content */
    max-width: 500px; /* or any desired size */
    height: auto;
    border: 1px solid #ddd; /* optional styling */
}

.thumbnail-container:hover .full-size[b-dxljm404bt] {
    display: block;
}
/* _content/Spinlock.Service/Pages/TermsAndConditions/TermsAndConditionsAcceptancePage.razor.rz.scp.css */
body[b-jn1ueoc6d4] {
}


/* _content/Spinlock.Service/Pages/TestPage.razor.rz.scp.css */
.cont[b-cfktg4eit4]{
    border:1px solid red;
    display:flex;
    flex-direction:column;
}
/* _content/Spinlock.Service/Shared/MainLayout.razor.rz.scp.css */
.page[b-q737gjr8f9] {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
}

main[b-q737gjr8f9] {
    flex: 1;
}

.sidebar[b-q737gjr8f9] {
    background-image: linear-gradient(180deg, #161616 0%, #333 50%);
}

h3[b-q737gjr8f9]{
    border:1px solid red;
}

.top-row[b-q737gjr8f9] {
    background-color: #f7f7f7;    
    border-bottom: 1px solid #d6d5d5;
    
    height: 3.5rem;
 
 
}

    .top-row[b-q737gjr8f9]  a, .top-row .btn-link[b-q737gjr8f9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-q737gjr8f9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-q737gjr8f9] {
        display: none;
    }

    .top-row.auth[b-q737gjr8f9] {
        justify-content: space-between;
    }

    .top-row a[b-q737gjr8f9], .top-row .btn-link[b-q737gjr8f9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q737gjr8f9] {
        flex-direction: row;
    }

    .sidebar[b-q737gjr8f9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q737gjr8f9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-q737gjr8f9], article[b-q737gjr8f9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Spinlock.Service/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-blrizxo5fh] {
    background-color: rgb(255, 255, 255);
}

.top-row[b-blrizxo5fh] {
    height: 3.5rem;
    background-color: rgba(0,0,0, 1.0);
}

.navbar-brand[b-blrizxo5fh] {
    font-size: 1.1rem;
}

.bi[b-blrizxo5fh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-blrizxo5fh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-blrizxo5fh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-blrizxo5fh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-blrizxo5fh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-blrizxo5fh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-blrizxo5fh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-blrizxo5fh] {
        display: none;
    }

    .collapse[b-blrizxo5fh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-blrizxo5fh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
