/* _content/FitmentPortal/Components/Details.razor.rz.scp.css */
.back-button[b-aq90zr5331] {
    display: flex;
    margin-top: .25rem;
    margin-bottom: .25rem;
    color: #4a5add;
    font-weight: bold;
}

.section-title[b-aq90zr5331] {
    font-size: 1.25rem;
    color: #4a5add;
}

.grid-exclusion-border[b-aq90zr5331] {
    border: 1px solid #4a5add;
}

.grid-title[b-aq90zr5331] {
    color: white;
    font-size: 1.25rem;
    background: #4a5add;
    font-weight: bold;
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-title-reverse[b-aq90zr5331] {
    color: #4a5add;
    font-size: 1.25rem;
    background: white;
    font-weight: bold;
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-add-button[b-aq90zr5331] {
    display: flex;
    justify-content: flex-end;
    font-size: 1.15rem;
    color: #4a5add;
    align-items: center;
}

.grid-separater[b-aq90zr5331] {
    text-align: center;
    font-size: 3rem;
}
/* _content/FitmentPortal/Components/DetailsAdd.razor.rz.scp.css */
.detail-add-label[b-39nf5raxs0] {
    width: 20rem;
    font-weight: bold;
}
/* _content/FitmentPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hd0e6g9h5q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hd0e6g9h5q] {
    flex: 1;
}

.sidebar[b-hd0e6g9h5q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hd0e6g9h5q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hd0e6g9h5q]  a, .top-row[b-hd0e6g9h5q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hd0e6g9h5q]  a:hover, .top-row[b-hd0e6g9h5q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hd0e6g9h5q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hd0e6g9h5q] {
        justify-content: space-between;
    }

    .top-row[b-hd0e6g9h5q]  a, .top-row[b-hd0e6g9h5q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hd0e6g9h5q] {
        flex-direction: row;
    }

    .sidebar[b-hd0e6g9h5q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hd0e6g9h5q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hd0e6g9h5q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hd0e6g9h5q], article[b-hd0e6g9h5q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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

    #blazor-error-ui .dismiss[b-hd0e6g9h5q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FitmentPortal/Components/Pages/Splash.razor.rz.scp.css */
.t5-flex-center[b-021flnmia9] {
    display: flex;
    flex-direction: column;
    margin: 0 10rem;
}

.margin-top[b-021flnmia9] {
    margin-top: 1.5rem;
}

.align-center[b-021flnmia9] {
    text-align: center;
}

.center-vertical[b-021flnmia9] {
    /*min-height: 100%;*/ /* Fallback for browsers do NOT support vh unit */
    /*min-height: 100vh;*/ /* These two lines are counted as one :-)       */
    /*min-width: 100%;
    min-width: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.fade-in[b-021flnmia9] {
    animation: fadeIn-b-021flnmia9 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
}

@keyframes fadeIn-b-021flnmia9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#turn5-splash-img[b-021flnmia9] {
    max-width: 100%;
    height: auto;
}

#btn-enter[b-021flnmia9] {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 40px;
}

#scroll-to-request-form[b-021flnmia9] {
    cursor: pointer;
    font-size: 1.25rem;
    margin-top: 1rem;
    color: #787878;
    font-style: italic;
}

#in_notes[b-021flnmia9] {
    height: 10rem;
}

#splash-subheader[b-021flnmia9] {
    font-size: 1rem;
}

@media screen and (max-width: 766px) {
    .t5-flex-center[b-021flnmia9] {
        margin: 0;
    }
}

#main-wrapper[b-021flnmia9] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98vh;
}

.custom-page-body[b-021flnmia9] {
    height: 100%;
}

.custom-minimized-window-container[b-021flnmia9] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 0.75rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
}

.custom-minimized-window[b-021flnmia9] {
    font-size: 1.25rem;
    background-color: rgba(234,100,26);
    color: white;
    padding: 5px;
    font-weight: bold;
    box-shadow: 2px 3px 9px 1px lightgray;
}

.custom-icon-size[b-021flnmia9] {
    font-size: 1.5rem;
    cursor: pointer;
}

.cursor-pointer[b-021flnmia9] {
    cursor: pointer;
}
/* _content/FitmentPortal/Components/Search.razor.rz.scp.css */
.main-content[b-3rzeuc6zwn] {
    margin-top: 1rem;
}

.search-bar[b-3rzeuc6zwn] {
    display: flex;
    align-items: center;
}

.checkbox-text[b-3rzeuc6zwn] {
    width: 100%;
    margin-left: 5px;
    font-size: 1.25rem;
    margin-top: 2px;
}

.filter-header[b-3rzeuc6zwn] {
    display: flex;
    justify-content: space-between;
}

.filter-list[b-3rzeuc6zwn] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select-none[b-3rzeuc6zwn] {
    user-select: none;
}

.filter-dropdown[b-3rzeuc6zwn] {
    display: flex;
    align-items: center;
}

.fake-hyperlink[b-3rzeuc6zwn] {
    color: #0645AD; /* standard blue for links */
    text-decoration: underline;
}

/* Small devices (phones) */
@media (max-width: 576px) {
    .filter-list[b-3rzeuc6zwn] {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .filter-dropdown[b-3rzeuc6zwn] {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .filter-header[b-3rzeuc6zwn] {
        display: flex;
        flex-direction: column-reverse;
    }

    .search-bar[b-3rzeuc6zwn] {
        display: flex;
        align-items: center;
        width: 100%;
    }
}
/* _content/FitmentPortal/Components/Shared/SingleResponseModal.razor.rz.scp.css */
#body-content[b-bmf415fumj] {
    font-size: 110%;
    text-align: center;
}

.t5-text-align-center[b-bmf415fumj] {
    text-align: center;
}

.t5-yes-no-button[b-bmf415fumj] {
    font-size: 110%;
    margin: 10px;
    width: 40%;
}
/* _content/FitmentPortal/Components/Shared/YesNoModal.razor.rz.scp.css */
#body-content[b-jmkzhp0cz0] {
    font-size: 110%;
    text-align: center;
}

.t5-text-align-center[b-jmkzhp0cz0] {
    text-align: center;
}

.t5-yes-no-button[b-jmkzhp0cz0] {
    font-size: 110%;
    margin: 10px;
    width: 40%;
}

#t5-loading-icon[b-jmkzhp0cz0] {
    width: 100%;
    height: 100px;
    text-align: center;
}
/* _content/FitmentPortal/Components/Upload.razor.rz.scp.css */
.dropzone[b-f94n7ikftm] {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

    .dropzone.dragover[b-f94n7ikftm] {
        background-color: #f0f8ff;
    }
