/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Buttons/Icon/EzpIconButton.razor.rz.scp.css */
button[b-ylkiramsjf] {
    background-color: #2B64F6;
    border: none;
    border-radius: 5px;
}

button:disabled[b-ylkiramsjf] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Buttons/Link/EzpLinkButton.razor.rz.scp.css */
[b-t5k8bgxlja] .link-button {
    text-decoration: none;
    color: black;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Counter.razor.rz.scp.css */
div button img[b-awzgvd6o83]{
    height: 100%
}

button[b-awzgvd6o83] {
    border: none;
    background: transparent;
    
}

.inactive[b-awzgvd6o83] {
    opacity: 40%;
}

div[b-awzgvd6o83] {
    display: flex;
    justify-content: center;
}

input[b-awzgvd6o83]{
    width: 30px;
    border: none;
    text-align: center;
    font-size: 1.5em
}

input:focus[b-awzgvd6o83]{
    outline: none;
    border: none;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Dropdown/EzpDropdownMenu.razor.rz.scp.css */
.dropdown[b-4yojuf2jje] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-4yojuf2jje] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 112px;
    max-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    flex-direction: column;
    right: -16px;
    align-content: space-evenly;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/EzpConfirmDialog.razor.rz.scp.css */
.confirm-dialog-overlay[b-2rep6uyb8y],
.confirm-dialog-container[b-2rep6uyb8y],
.confirm-dialog-content[b-2rep6uyb8y] {
    display: flex;
}

.confirm-dialog-overlay[b-2rep6uyb8y],
.confirm-dialog-container[b-2rep6uyb8y] {
    align-items: center;
    justify-content: center;
}

.confirm-dialog-overlay[b-2rep6uyb8y],
.confirm-dialog-content[b-2rep6uyb8y] {
    height: 100%;
}

p[b-2rep6uyb8y], button[b-2rep6uyb8y] {
    font-family: 'Robotomono-Regular', monospace;
}

.confirm-dialog-overlay[b-2rep6uyb8y] {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.confirm-dialog-container[b-2rep6uyb8y] {
    margin: 15% auto;
    border: 1px solid #333;
    width: 95%;
    min-height: 30vh;
    background: white;
}

.confirm-dialog-content[b-2rep6uyb8y] {
    flex-direction: column;
    padding: 10px 30px;
    justify-content: center;
}

p[b-2rep6uyb8y] {
    font-size: 1.2em;
    text-align: center;
}

button[b-2rep6uyb8y] {
    height: 54px;
    border: none;
    font-size: 1.5em;
    margin: 5px 0;
    border-radius: 5px;
}

button.confirm-button[b-2rep6uyb8y] {
    background-color: #2B64F6;
    color: white;
}

button.cancel-button[b-2rep6uyb8y] {
    background-color: transparent;
    text-decoration: underline;
}

/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/EzpNotification.razor.rz.scp.css */
.toast-message-container[b-f3sqmd2gx1] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-f3sqmd2gx1 0.5s ease-out, slide-out-b-f3sqmd2gx1 0.5s ease-in 2s forwards;
}

.toast-message-box[b-f3sqmd2gx1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-family: RobotoMono-Regular, monospace;
}

.toast-message-success[b-f3sqmd2gx1] {
    background-color: #28a745;
}

.toast-message-failure[b-f3sqmd2gx1] {
    background-color: #dc3545;
}

.toast-message-alert[b-f3sqmd2gx1] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-f3sqmd2gx1] {
    background-color: #ff8800;
}

.toast-message-default[b-f3sqmd2gx1] {
    background-color: #17a2b8;
}

.toast-close-button[b-f3sqmd2gx1] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.toast-close-button:hover[b-f3sqmd2gx1] {
    color: #000;
}

@keyframes slide-in-b-f3sqmd2gx1 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-f3sqmd2gx1 {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Forms/EzpInputSelect.razor.rz.scp.css */
p[b-tbe8vo2iv1] {
    font-family: RobotoMono-Regular, serif;
    font-size: 10px;
    color: #BEBEBE;
}

label[b-tbe8vo2iv1] {
    font-family: RobotoMono-Regular, serif;
    font-size: 14px;
    color: #BEBEBE;
}

.input-box[b-tbe8vo2iv1] {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    gap: 8px;
}

[b-tbe8vo2iv1] .input-select {
    min-height: 36px;
    padding: 0 16px;
    font-size: 16px;
    font-family: RobotoMono-Regular, serif;
    box-sizing: border-box;
    border-color: #E7EAED;
    border-width: 1px;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
}

option[b-tbe8vo2iv1]:before {
    font-size: 16px;
    font-family: OpenSans-Regular, serif;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Common/Forms/EzpInputText.razor.rz.scp.css */
p[b-95fn8ygrur] {
    font-family: RobotoMono-Regular, serif;
    font-size: 10px;
    color: #BEBEBE;
}

label[b-95fn8ygrur] {
    font-family: RobotoMono-Regular, serif;
    font-size: 14px;
    color: #BEBEBE;
}

.input-box[b-95fn8ygrur] {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    gap: 8px;
}

[b-95fn8ygrur] .input-text {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
    font-family: RobotoMono-Regular, serif;
    box-sizing: border-box;
    border-color: #E7EAED;
    border-width: 1px;
    border-radius: 5px;
    background-color: transparent;
}

[b-95fn8ygrur] .input-text:active {
    border-color: #2B64F6;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/EzpTable.razor.rz.scp.css */
table[b-z86pdc8m6f] {
    font-family: OpenSans-Regular, serif;
    width: 100%;
    border-collapse: collapse;
}

td[b-z86pdc8m6f], th[b-z86pdc8m6f] {
    text-align: center;
    padding: 8px;
}

tr[b-z86pdc8m6f] {
    border-style: none none solid none;
    border-width: 1px;
    border-color: black;
}

tr:last-child[b-z86pdc8m6f] {
    border-style: none;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Headers/Header.razor.rz.scp.css */
header[b-9dnxfgk2rp] {
    position: sticky;
    top: 0;
    background-color: white;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

img[b-9dnxfgk2rp] {
    padding: 8px 0;
    height: 36px;
    width: 36px;
}

.div-icon[b-9dnxfgk2rp] {
    display: flex; 
    padding-left: 16px;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Headers/HeaderShoppingCart.razor.rz.scp.css */
button[b-fg4wo668as]{
    border: none;
}

select[b-fg4wo668as] {
    width: 100%;
    height: 24px;
    font-family: 'RobotoMono-Regular';
    padding: 0 8px;
    border: none;
    border-bottom: 1.5px solid
}

select:focus[b-fg4wo668as]{
    outline: none;
    box-shadow: none;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Headers/SettingsHeader.razor.rz.scp.css */
header[b-x5yphrotus] {
    top: 0;
    background-color: white;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

img[b-x5yphrotus] {
    padding: 8px 0;
    height: 36px;
    width: 36px;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/LoadingSpinner.razor.rz.scp.css */
.loader[b-nabr8lechy] {
    color: #FFF;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-family: RobotoMono-regular;
    box-sizing: border-box;
    left: -10px;
}

    .loader[b-nabr8lechy]::after {
        content: '';
        width: 5px;
        height: 5px;
        background: currentColor;
        position: absolute;
        bottom: 5px;
        right: -10px;
        box-sizing: border-box;
        animation: animloader-b-nabr8lechy 1s linear infinite;
    }

@keyframes animloader-b-nabr8lechy {
    0% {
        box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 10px 0 white, 20px 0 rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 10px 0 white, 20px 0 white;
    }
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/NavMenu.razor.rz.scp.css */
/* The side navigation menu */
.sidenav[b-mg4nehfggs] {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /*background: white;*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: flex;
    flex-direction: column;
    background: transparent;
    backdrop-filter: blur(10px);
}

/* The navigation menu links */
.sidenav a[b-mg4nehfggs] {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover[b-mg4nehfggs] {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn[b-mg4nehfggs] {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

a[b-mg4nehfggs] {
    color: blue;
    text-decoration: none; /* no underline */
}

/*
!* Style page content - use this if you want to push the page content to the right when you open the side navigation *!
#main {
    transition: margin-left .5s;
    padding: 20px;
}
*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav[b-mg4nehfggs] {padding-top: 15px;}
    .sidenav a[b-mg4nehfggs] {font-size: 18px;}
} 
/* _content/EzPartsWeb.NextMobile/Components/Elements/Nodes/Card/EzpCardView.razor.rz.scp.css */
[b-3147udxh0a] a {
    text-decoration: none;
    color: black;
}

.catalog-cards[b-3147udxh0a] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
}

.card[b-3147udxh0a] {
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 4px;
    flex: 1 1 calc(66% - 16px);
    box-sizing: border-box;
    text-align: center;
    font-family: RobotoMono-Regular, "sans-serif";
}

@media only screen and (min-width: 400px) {
    .card[b-3147udxh0a] {
        flex: 1 1 calc(50% - 16px);
    }
}

@media only screen and (min-width: 768px) {
    .card[b-3147udxh0a] {
        flex: 1 1 calc(33.33% - 16px);
    }
}

.card-image[b-3147udxh0a] {
    width: 100%;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Nodes/List/EzpListView.razor.rz.scp.css */
[b-yuix0hwuf8] a {
    color: inherit;
    text-decoration: none;
}

.catalog-element[b-yuix0hwuf8] {
    display: flex;
    width: 100%;
    overflow: hidden;
    font-family: RobotoMono-Regular, "sans-serif";
    text-wrap: nowrap;
    height: 48px;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    background: white;
}

.node[b-yuix0hwuf8] {
    margin-left: 10px;
    width: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

img[b-yuix0hwuf8] {
    margin-right: 8px;
    margin-left: 16px;
}

.filler[b-yuix0hwuf8] {
    width: 100%;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/PartViews/EzpAddToCartWindow.razor.rz.scp.css */
.cart-part-window[b-qo5c3v4e4r] {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: flex;
    align-items: center;
    font-family: RobotoMono-Regular, serif;
}

.body-form[b-qo5c3v4e4r] {
    width: 95%;
    height: 50vh;
    background: white;
    margin: auto;
    padding: 12px;
}
.caption[b-qo5c3v4e4r] {
    height: 20%;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/PartViews/EzpPartsCard.razor.rz.scp.css */
.cards[b-oelolhw4p2] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
}

.card[b-oelolhw4p2] {
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
    text-align: left;
}

.selected-card[b-oelolhw4p2] {
    background-color: #f8f8f8;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
    text-align: left;
}

@media (max-width: 768px) {
    .card[b-oelolhw4p2] {
        flex: 1 1 calc(50% - 16px);
    }
}

@media (max-width: 420px) {
    .card[b-oelolhw4p2] {
        flex: 1 1 100%;
    }
}

.grid-container[b-oelolhw4p2] {
    font-family: OpenSans-Regular, serif;
    display: grid;
    grid-template-columns: auto auto;
}

.controls[b-oelolhw4p2] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

[b-oelolhw4p2] .button-control {
    flex-grow: 1;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 8px;
}

.partIcon[b-oelolhw4p2] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/PartViews/EzpPartsList.razor.rz.scp.css */
table[b-4fuam18fw6] {
    width: 90%;
}

th[b-4fuam18fw6] {
    position: sticky;
    top: 0;
}

td[b-4fuam18fw6], th[b-4fuam18fw6] {
    text-align: left;
    padding: 8px;
}

td[b-4fuam18fw6] {
    word-break: break-all;
}

.pagination[b-4fuam18fw6] {
    
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/Search/EzpSearchForm.razor.rz.scp.css */
.searchBlock[b-3limfsfhc5] {
    margin: 0 8px;
}

label[b-3limfsfhc5] {
    font-family: OpenSans-Light, serif;
}

[b-3limfsfhc5] > input {
    height: 40px; 
    margin-top: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAED;
    border-radius: 5px;
    font-family: OpenSans-Regular, serif;
    font-size: 16px;
}

[b-3limfsfhc5] > select {
    height: 40px; 
    margin-top: 8px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAED;
    border-radius: 5px;
    font-family: OpenSans-Regular, serif;
    font-size: 16px;
}

[b-3limfsfhc5] > option {
    background-color: white;
    font-family: OpenSans-Regular, serif;
    font-size: 16px;
}

.searchForm[b-3limfsfhc5] {
    min-width: 300px;
}

.searchTextLabel[b-3limfsfhc5] {
    display: flex;
    flex-direction: column;
}

.searchOptionLabel[b-3limfsfhc5] {
    display: flex;
    flex-direction: column;
}

.searchSubmit[b-3limfsfhc5] {
    width: 100px;
    background-color: #2B64F6;
    color: white;
    border: none;
    padding: 16px 0;
    margin-top: 16px;
}

[b-3limfsfhc5] .invalid {
    border-color: red;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/ShoppingCart/ShoppingCartAddItemDialog.razor.rz.scp.css */
/* Общие стили */
.dialog-flex-center[b-6aqtpbf6o4] {
    display: flex;
    align-items: center;
}

.dialog-flex-column[b-6aqtpbf6o4] {
    display: flex;
    flex-direction: column;
}

.dialog-full-width[b-6aqtpbf6o4] {
    width: 100%;
}

.dialog-roboto-font[b-6aqtpbf6o4] {
    font-family: 'RobotoMono-Regular';
}

/* Основные стили */
.dialog-overlay[b-6aqtpbf6o4] {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: flex;
    align-items: center;
}

.dialog-modal[b-6aqtpbf6o4] {
    margin: 15% auto;
    border: 1px solid #333;
    width: 95%;
    height: 50vh;
    background: white;
}

.dialog-modal-content[b-6aqtpbf6o4] {
    height: 100%;
    padding: 0 30px;
}

.dialog-title[b-6aqtpbf6o4] {
    height: 20%;
}

.dialog-title span[b-6aqtpbf6o4] {
    font-size: 24px;
}

.dialog-input-container[b-6aqtpbf6o4] {
    height: 20%;
    position: relative;
}

.dialog-input-container input[b-6aqtpbf6o4] {
    height: 70%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 8px;
    font-size: 24px;
}

.dialog-container[b-6aqtpbf6o4] {
    position: relative;
    width: 100%;
}

.dialog-dropdown-list[b-6aqtpbf6o4] {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 290%;
    overflow-y: auto;
}

.dialog-dropdown-list li[b-6aqtpbf6o4] {
    padding: 8px 12px;
}

.dialog-dropdown-list li:hover[b-6aqtpbf6o4] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.dialog-counter-container[b-6aqtpbf6o4] {
    height: 20%;
    justify-content: center;
    padding: 5px 0;
}

.dialog-confirm-button[b-6aqtpbf6o4], .dialog-cancel-button[b-6aqtpbf6o4] {
    height: 54px;
    border: none;
    font-size: 1.5em;
    margin: 5px 0;
    border-radius: 5px;
}

.dialog-confirm-button[b-6aqtpbf6o4] {
    background-color: #2B64F6;
    color: white;
}

.dialog-cancel-button[b-6aqtpbf6o4] {
    background-color: transparent;
}

.dialog-cancel-button span[b-6aqtpbf6o4] {
    text-decoration: underline;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/ShoppingCart/ShoppingCartItemView.razor.rz.scp.css */
button[b-c4qcv0265z] {
    border: none;
    background: transparent;
}

.inactive[b-c4qcv0265z]{
    opacity: 40%;
}

#card[b-c4qcv0265z] {
    --header-height: 100px;
    --footer-height: 50px;
    height: calc((100vh - var(--header-height) - var(--footer-height)) / 4);
    min-height: 200px;
}
/* _content/EzPartsWeb.NextMobile/Components/Elements/ShoppingCart/ShoppingCartSaveDialog.razor.rz.scp.css */
span[b-lh3m1lf320], input[b-lh3m1lf320], .modal-button[b-lh3m1lf320], .cancel-button[b-lh3m1lf320] {
    font-family: 'RobotoMono-Regular', serif;
}

span[b-lh3m1lf320], .modal-input-group[b-lh3m1lf320] {
    margin-top: 8px;
}

span[b-lh3m1lf320] {
    color: #BEBEBE;
}

input[b-lh3m1lf320], .overlay[b-lh3m1lf320], .modal-input-group[b-lh3m1lf320] {
    width: 100%;
}

input[b-lh3m1lf320], .modal-button[b-lh3m1lf320], .cancel-button[b-lh3m1lf320] {
    height: 54px;
}

input[b-lh3m1lf320] {
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 8px;
    font-size: 24px;
}

.overlay[b-lh3m1lf320], .modal[b-lh3m1lf320], .modal-content[b-lh3m1lf320] {
    display: flex;
}

.overlay[b-lh3m1lf320], .modal-content[b-lh3m1lf320] {
    height: 100%;
}

.overlay[b-lh3m1lf320] {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    align-items: center;
}

.modal[b-lh3m1lf320] {
    align-items: center;
    justify-content: center;
    margin: 15% auto;
    border: 1px solid #333;
    min-height: 50vh;
    background: white;
}

.modal-content[b-lh3m1lf320] {
    flex-direction: column;
    padding: 10px 30px;
}

.modal-input-group[b-lh3m1lf320] {
    height: 20%;
    position: relative;
}

.modal-button[b-lh3m1lf320], .cancel-button[b-lh3m1lf320] {
    border-radius: 5px;
    font-size: 1.5em;
    margin: 5px 0;
}

.modal-button[b-lh3m1lf320], .inactive[b-lh3m1lf320], .active[b-lh3m1lf320] {
    background-color: #2B64F6;
    color: white;
}

.modal-header-title[b-lh3m1lf320]{
    font-size: 24px;
}

.inactive[b-lh3m1lf320], .active[b-lh3m1lf320], .modal-button[b-lh3m1lf320], .cancel-button[b-lh3m1lf320] {
    border: none;
    outline: none;
}

.cancel-button[b-lh3m1lf320] {
    background-color: transparent;
}

.inactive[b-lh3m1lf320] {
    opacity: 40%;
    cursor: not-allowed;
    pointer-events: none;
}

@media screen and (orientation: landscape) {
    .modal[b-lh3m1lf320] {
        width: 50%;
    }
}

@media screen and (orientation: portrait) {
    .modal[b-lh3m1lf320] {
        width: 95%;
    }
}
/* _content/EzPartsWeb.NextMobile/Components/Pages/Login.razor.rz.scp.css */
body[b-i1dle2vntn] {
    background-color: #929292;
    font-family: OpenSans-Regular, serif;
}

label[b-i1dle2vntn] {
    font-family: OpenSans-Light, serif;
}

button[b-i1dle2vntn] {
    width: 100%;
    border: none;
    padding: 16px 0;
}

.login[b-i1dle2vntn] {
    min-width: 300px;
}

.login-block[b-i1dle2vntn] {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo[b-i1dle2vntn] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.usernameLabel[b-i1dle2vntn] {
    display: flex;
    flex-direction: column;
}

.passwordLabel[b-i1dle2vntn] {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
}

.buttons[b-i1dle2vntn] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.loginButton[b-i1dle2vntn] {
    background-color: #2B64F6;
    color: white;
}

.loginButton:disabled[b-i1dle2vntn] {
    opacity: 0.6;
    cursor: not-allowed;
}

.guestButton[b-i1dle2vntn] {
    background-color: transparent;
    margin-top: 1em;
}

#snackbar[b-i1dle2vntn] {
    font-family: NunitoSans-Regular, serif;
    min-width: 250px;
    margin-left: -125px;
    background-color: #993232;
    color: #fff;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show[b-i1dle2vntn] {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein-b-i1dle2vntn 0.5s, fadeout-b-i1dle2vntn 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-b-i1dle2vntn {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout-b-i1dle2vntn {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* _content/EzPartsWeb.NextMobile/Components/Pages/Search.razor.rz.scp.css */
/* _content/EzPartsWeb.NextMobile/Components/Pages/Settings/Interactive/EzpInteractiveSettings.razor.rz.scp.css */
/* Style the tab */
.tabs[b-jv5l5jbszt] {
    overflow-x: auto;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-around;
}

/* Style the buttons that are used to open the tab content */
.tabs button[b-jv5l5jbszt] {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabs button:hover[b-jv5l5jbszt] {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active[b-jv5l5jbszt] {
    background-color: #ccc;
}

/* Style the tab content */
.tab-content[b-jv5l5jbszt] {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.buttons[b-jv5l5jbszt] {
    margin: 16px;
}

.submit-button[b-jv5l5jbszt] {
    background-color: #2B64F6;
    color: white;
    border: none;
    padding: 16px 0;
    width: 100%;
    border-radius: 5px;
    font-family: RobotoMono-Regular, serif;
    font-size: 20px;
}
/* _content/EzPartsWeb.NextMobile/Components/Pages/ShoppingCart/ShoppingCart.razor.rz.scp.css */
body[b-ldrlkncc81], html[b-ldrlkncc81] {
    overflow: hidden;
}

.container[b-ldrlkncc81], .cart-items[b-ldrlkncc81]{
    height: 100vh;
}

.container[b-ldrlkncc81], .footer[b-ldrlkncc81], .cart-header[b-ldrlkncc81]{
    display: flex;
}

.container[b-ldrlkncc81]{
    flex-direction: column;
}

.inactive[b-ldrlkncc81], button[b-ldrlkncc81]{
    border: none;
}
.footer[b-ldrlkncc81] {
    height: 48px;
    justify-content: space-evenly;
    border-top: 3px solid #d7d7d7b5;
    margin-top: 5px;
}

.inactive[b-ldrlkncc81] {
    opacity: 40%;
    cursor: not-allowed;
    pointer-events: none;
    color: white;
    outline: none;
}


.cart-header[b-ldrlkncc81] {
    width: 100%;
    justify-content: space-between;
    border-bottom: 3px solid #d7d7d7b5;
    margin-bottom: 3px;
}

.cart-info[b-ldrlkncc81] {
    padding-left: 15px;
    width: 50%;
}

.cart-details[b-ldrlkncc81] {
    padding-right: 10px;
}

/* Typography */
p[b-ldrlkncc81] {
    font-family: 'RobotoMono-Regular', monospace;
}

.cart-title[b-ldrlkncc81] {
    margin-bottom: 0;
}

.cart-description[b-ldrlkncc81] {
    font-size: 12px;
    margin-top: 0;
}


.cart-name[b-ldrlkncc81] {
    padding-left: 5px;
}

/* Cart items container */
.cart-items[b-ldrlkncc81] {
    overflow: auto;
}

/* Buttons */
/* Reset and base styles */
button[b-ldrlkncc81]{
    background: transparent;
}

.sc-footer-btn[b-ldrlkncc81] {
    cursor: pointer;
}

.sc-footer-btn img[b-ldrlkncc81] {
    width: 24px;
    height: 24px;
}

/* Border utilities */
.border-separator[b-ldrlkncc81] {
    border: 3px solid #d7d7d7b5;
}
/* _content/EzPartsWeb.NextMobile/Components/Pages/ShoppingCart/ShoppingCartList.razor.rz.scp.css */
button[b-fd0jxg75gg]{
    border: none;
    background-color: transparent;
}

.inactive[b-fd0jxg75gg]{
    opacity: 40%;
    cursor: not-allowed;
    pointer-events: none;
    color: white;
    outline: none;
}

.container[b-fd0jxg75gg] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

body[b-fd0jxg75gg], html[b-fd0jxg75gg] {
    overflow: hidden;
}


.footer[b-fd0jxg75gg] {
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    border-top: 2.5px solid #d7d7d7b5;
    margin-top: 3px;
}

.header[b-fd0jxg75gg]{
    height: 48px;
    margin: 5px 0;
}
/* _content/EzPartsWeb.NextMobile/Components/Pages/Viewers/Schematic.razor.rz.scp.css */
.schematic-container[b-jmuelmkcmn] {
    background-color: #fafafa;
    min-height: 80vh;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
}

[b-jmuelmkcmn] .control-item {
    flex-grow: 1;
    margin-right: 8px;
}

[b-jmuelmkcmn] .control-item:last-child {
    flex-grow: 1;
    margin-right: 0px;
}

.svgWhite[b-jmuelmkcmn] {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(58deg) brightness(101%) contrast(102%);
}

.schematic-header[b-jmuelmkcmn] {
    margin: 8px 0;
    height: 32px;
    text-align: center;
    background-color: #fff;
    font-family: OpenSans-Regular, serif;
}

.schematic-controls[b-jmuelmkcmn] {
    height: 48px;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
}

#schematic[b-jmuelmkcmn] {
    overflow: hidden; 
    position: relative;
}
