@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/DropzoneCropper.razor.rz.scp.css */
.dropzone[b-ay53xuuo67] {
    background: #fff;
    border: 1px dashed #2BC4D6;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    position: relative;
}

.dropzone-header[b-ay53xuuo67] {
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
    flex-direction: column;
}
.dropzone h4[b-ay53xuuo67] {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #2BC4D6;
    text-transform: none;
}

.dropzone p[b-ay53xuuo67] {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #A6A6A6;
    margin: 0;
}

.dropzone small[b-ay53xuuo67] {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1;
    color: #A6A6A6;
}

[b-ay53xuuo67] input[type=file] {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.dropzone h4[b-ay53xuuo67] {

}

.opcity-0[b-ay53xuuo67] {
    opacity: 0;
    height: 0;
    padding: 0;
}

.col-md-12[b-ay53xuuo67] {
    overflow: hidden;
}

.body-crop[b-ay53xuuo67] {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #2BC4D6;
}
.upload-msg[b-ay53xuuo67] {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1;
    color: #4F4F4F;
    margin-bottom: .25rem;
}



[b-ay53xuuo67] .cr-boundary {
    max-width: 100% !important;
    max-height: calc(100vh - 16rem);
    min-height: 20rem;
    min-width: 20rem;
}

img[b-ay53xuuo67] {
    width:100%;
    border-radius: .5rem;
}

.img-result[b-ay53xuuo67]  img {
    width: 100%;
}

@media (max-width: 640.98px) {
    :: deep .croppie-container .cr-boundary[b-ay53xuuo67] {
        border-radius: 0.5rem;
        height: 20rem !important;
        width: 20rem !important;
    }
}
/* /Components/Layout/HeaderComponent.razor.rz.scp.css */
.top-row[b-38uceml60e] {
    background-color: rgba(239, 237, 232, 70%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;    
    display: flex;
    align-items: center;
    border-radius: 0 0 0 0.5rem;
}

.block-left[b-38uceml60e] {
    display: flex;
    flex-direction: column;
    padding: .5rem 1rem;
}
.block-right[b-38uceml60e] {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.breadcrumb[b-38uceml60e] {
    font-size: .75rem;
}

h2[b-38uceml60e] {
    margin-bottom: 0;
    line-height: 1;
}

    .top-row[b-38uceml60e]  a, .top-row[b-38uceml60e]  .btn-link {
        white-space: nowrap;       
        text-decoration: none;
    }

        .top-row[b-38uceml60e]  a:hover, .top-row[b-38uceml60e]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-38uceml60e]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-38uceml60e] {
        justify-content: space-between;
    }

        .top-row[b-38uceml60e]  a, .top-row[b-38uceml60e]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .top-row[b-38uceml60e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-38uceml60e]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
    
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b69wmhpibc] {
    position: relative;
    display: flex;
    flex-direction: column;    
}

main[b-b69wmhpibc] {
    flex: 1;
}


@media (min-width: 641px) {
    .page[b-b69wmhpibc] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-b69wmhpibc] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-b69wmhpibc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ������� ����� �������� */
.sidebar[b-9ysk71b1m8] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(180deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

    .sidebar.collapsed[b-9ysk71b1m8] {
        width: 80px;
    }

    .sidebar.expanded[b-9ysk71b1m8] {
        width: 280px;
    }

/* ��������� �������� */
.sidebar-header[b-9ysk71b1m8] {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.1);
    min-height: 70px;
}

.sidebar-brand[b-9ysk71b1m8] {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    gap: 0.75rem;
}

.logo-container[b-9ysk71b1m8] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar-logo[b-9ysk71b1m8] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.brand-text[b-9ysk71b1m8] {
    transition: opacity 0.3s, transform 0.3s;
    flex: 1;
    min-width: 0;
}

.brand-title[b-9ysk71b1m8] {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-subtitle[b-9ysk71b1m8] {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-top: 0.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar.collapsed .brand-text[b-9ysk71b1m8] {
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
    position: absolute;
}

.sidebar-toggle[b-9ysk71b1m8] {
    color: rgba(255,255,255,0.6);
    padding: 0.375rem;
    border-radius: 6px;
    transition: all 0.2s;
    flex-shrink: 0;
}

    .sidebar-toggle:hover[b-9ysk71b1m8] {
        color: white;
        background: rgba(255,255,255,0.1);
    }

.sidebar.collapsed .sidebar-toggle[b-9ysk71b1m8] {
    display: none;
}

/* ������ �������������� � ��������� ��������� */
.sidebar-expand-btn[b-9ysk71b1m8] {
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

    .sidebar-expand-btn .btn[b-9ysk71b1m8] {
        color: rgba(255,255,255,0.6);
        padding: 0.5rem;
        border-radius: 6px;
        transition: all 0.2s;
        width: 100%;
    }

        .sidebar-expand-btn .btn:hover[b-9ysk71b1m8] {
            color: white;
            background: rgba(255,255,255,0.1);
        }

/* �������� ���� */
.sidebar-nav[b-9ysk71b1m8] {
    padding: 1rem 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-9ysk71b1m8] .nav-link {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.8);
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    gap: 0.75rem;
    margin: 0.125rem 0;
    cursor: pointer;
    position: relative;
}

    .nav-link:hover[b-9ysk71b1m8] {
        color: white;
        background: rgba(255,255,255,0.05);
        border-left-color: #4dabf7;
    }

    .nav-link.active[b-9ysk71b1m8] {
        color: white !important;
        background: rgba(255,255,255,0.1);
        border-left-color: #339af0;
    }

.nav-icon[b-9ysk71b1m8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

    .nav-icon i[b-9ysk71b1m8] {
        font-size: 1.25rem;
        color: white;
    }

/* ������� ��� ������� � ��������� ��������� */
.icon-label[b-9ysk71b1m8] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #339af0;
    color: white;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    font-size: 0.625rem;
    white-space: nowrap;
    margin-top: 0.25rem;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 1001;
    font-weight: 500;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.sidebar.collapsed .nav-link:hover .icon-label[b-9ysk71b1m8] {
    opacity: 1;
}

.sidebar.expanded .icon-label[b-9ysk71b1m8] {
    display: none;
}

/* ��� ��������� ��� ������� - ������ ���������� ������� � ��������� ��������� */
.sidebar.collapsed .nav-item:not(.has-submenu) .nav-link:hover .icon-label[b-9ysk71b1m8],
.sidebar.collapsed .nav-item:not(.has-submenu) .nav-link.active .icon-label[b-9ysk71b1m8] {
    opacity: 1;
    background: #228be6;
}

.nav-content[b-9ysk71b1m8] {
    flex: 1;
    min-width: 0;
    transition: opacity 0.3s;
}

.sidebar.collapsed .nav-content[b-9ysk71b1m8] {
    opacity: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
}

.nav-text[b-9ysk71b1m8] {
    display: block;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: white;
}

.nav-description[b-9ysk71b1m8] {
    display: block;
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.125rem;
    line-height: 1.2;
    color: rgba(255,255,255,0.8);
}

.submenu-icon[b-9ysk71b1m8] {
    transition: transform 0.3s ease;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    flex-shrink: 0;
}

    .submenu-icon.rotated[b-9ysk71b1m8] {
        transform: rotate(180deg);
    }

/* ������� */
.submenu[b-9ysk71b1m8] {
    list-style: none;
    padding-left: 0;
    margin: 0;
    background: rgba(0,0,0,0.15);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

    .submenu .nav-link[b-9ysk71b1m8] {
        padding-left: 3rem;
        border-left: none;
        font-size: 0.875rem;
    }

    .submenu .nav-icon i[b-9ysk71b1m8] {
        font-size: 1rem;
    }

    .submenu .nav-text[b-9ysk71b1m8] {
        font-size: 0.875rem;
    }

    .submenu .nav-description[b-9ysk71b1m8] {
        font-size: 0.6875rem;
    }

/* ��������� ���� */
.mobile-menu-toggle[b-9ysk71b1m8] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: #339af0;
    border: none;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

    .mobile-menu-toggle:hover[b-9ysk71b1m8] {
        background: #228be6;
    }

/* ������������ */
@media (max-width: 768px) {
    .sidebar[b-9ysk71b1m8] {
        transform: translateX(-100%);
        width: 280px !important;
    }

        .sidebar.mobile-open[b-9ysk71b1m8] {
            transform: translateX(0);
        }

    .mobile-menu-toggle[b-9ysk71b1m8] {
        display: flex;
    }

    .sidebar-toggle[b-9ysk71b1m8] {
        display: none;
    }

    .sidebar-expand-btn[b-9ysk71b1m8] {
        display: none;
    }

    .sidebar.collapsed .nav-content[b-9ysk71b1m8] {
        opacity: 1;
        width: auto;
        pointer-events: auto;
        position: static;
    }

    .icon-label[b-9ysk71b1m8] {
        display: none !important;
    }
}

/* ������ ��������� */
.sidebar[b-9ysk71b1m8]::-webkit-scrollbar {
    width: 6px;
}

.sidebar[b-9ysk71b1m8]::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

.sidebar[b-9ysk71b1m8]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
}

    .sidebar[b-9ysk71b1m8]::-webkit-scrollbar-thumb:hover {
        background: rgba(255,255,255,0.3);
    }

/* �������� */
@keyframes fadeIn-b-9ysk71b1m8 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu[b-9ysk71b1m8] {
    animation: fadeIn-b-9ysk71b1m8 0.2s ease;
}

/* ������� */
.sidebar .d-flex[b-9ysk71b1m8] {
    display: flex;
}

.sidebar .justify-content-between[b-9ysk71b1m8] {
    justify-content: space-between;
}

.sidebar .align-items-center[b-9ysk71b1m8] {
    align-items: center;
}

.sidebar .w-100[b-9ysk71b1m8] {
    width: 100%;
}

.sidebar .ms-auto[b-9ysk71b1m8] {
    margin-left: auto;
}

.sidebar .ms-2[b-9ysk71b1m8] {
    margin-left: 0.5rem;
}

.sidebar .gap-2[b-9ysk71b1m8] {
    gap: 0.5rem;
}

/* ���� ��� ������� */
.submenu[b-9ysk71b1m8] {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
/* /Components/Pages/ProductPages/Edit.razor.rz.scp.css */
.dropzone[b-u0ybmjdow5] {
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    padding: 2rem;
    text-align: center;
    background-color: #f8f9fa;
    cursor: pointer;
    position: relative;
}

    .dropzone input[type=file][b-u0ybmjdow5] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

    .dropzone:hover[b-u0ybmjdow5] {
        background-color: #e9ecef;
        border-color: #adb5bd;
    }

.image-card[b-u0ybmjdow5] {
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
}

    .image-card:hover[b-u0ybmjdow5] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .image-card.selected[b-u0ybmjdow5] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .image-card .card-img-top[b-u0ybmjdow5] {
        height: 150px;
        object-fit: contain;
        transition: transform 0.3s;
    }

    .image-card:hover .card-img-top[b-u0ybmjdow5] {
        transform: scale(1.05);
    }

.form-check-center[b-u0ybmjdow5] {
    display: flex;
    align-items: center;
}


.btn-close-white[b-u0ybmjdow5] {
    filter: invert(1) grayscale(100%) brightness(200%);
}
/* Стили для модальных окон */
.modal-backdrop[b-u0ybmjdow5] {
    background-color: rgba(0,0,0,0.5);
}

.modal-content[b-u0ybmjdow5] {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: none;
}

/* Стили для выпадающих списков с кнопками добавления */
.input-group .btn-outline-secondary[b-u0ybmjdow5] {
    border-left: 0;
}

.input-group .form-control[b-u0ybmjdow5] {
    border-right: 0;
}

.input-group .btn-outline-secondary:hover[b-u0ybmjdow5] {
    background-color: #f8f9fa;
    color: #0d6efd;
}

/* Стили для изображений */
.image-card.selected[b-u0ybmjdow5] {
    border: 2px solid #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}

.image-card:hover[b-u0ybmjdow5] {
    transform: translateY(-2px);
    transition: transform 0.2s;
    cursor: pointer;
}
/* /Components/Pages/ProductPages/Index.razor.rz.scp.css */

/* Адаптивные стили */
@media (max-width: 768px) {
    .container-fluid[b-3b2gas2ddz] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .card-body[b-3b2gas2ddz] {
        padding: 1rem !important;
    }

    .table-responsive[b-3b2gas2ddz] {
        font-size: 0.85rem;
    }

    .btn-group-sm .btn[b-3b2gas2ddz] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .product-thumbnail[b-3b2gas2ddz] {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 576px) {
    .card-footer[b-3b2gas2ddz] {
        flex-direction: column;
        gap: 1rem;
    }

    .product-image-container[b-3b2gas2ddz] {
        width: 35px !important;
        height: 35px !important;
    }
}

/* Стили для изображений товаров */
.product-image-container[b-3b2gas2ddz] {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

    .product-image-container.no-image[b-3b2gas2ddz] {
        background-color: #f0f0f0;
        color: #adb5bd;
    }

.product-thumbnail[b-3b2gas2ddz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

    .product-thumbnail:hover[b-3b2gas2ddz] {
        transform: scale(1.1);
    }

/* Стили для рейтинга */
.rating[b-3b2gas2ddz] {
    line-height: 1;
}

    .rating i[b-3b2gas2ddz] {
        font-size: 0.9rem;
    }

/* Стили для таблицы */
.table td[b-3b2gas2ddz], .table th[b-3b2gas2ddz] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-3b2gas2ddz] {
    background-color: rgba(0, 123, 255, 0.05);
}

/* Стили для статусов */
.badge[b-3b2gas2ddz] {
    font-size: 0.75em;
    padding: 0.35em 0.65em;
}

/* Анимация для кнопок */
.btn[b-3b2gas2ddz] {
    transition: all 0.2s;
}

    .btn:hover[b-3b2gas2ddz] {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

/* Стили для карточек статистики */
.card .icon[b-3b2gas2ddz] {
    opacity: 0.7;
}

/* Стили для выпадающих списков */
.form-select-sm[b-3b2gas2ddz] {
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Стили для поиска */
.input-group-sm .form-control[b-3b2gas2ddz] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.input-group-text[b-3b2gas2ddz] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

/* /Components/Pages/ShopPages/Create.razor.rz.scp.css */
.card.active[b-v7pwsyszk2] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    border: var(--bs-border-width) solid #86b7fe;
}

.metro-list[b-v7pwsyszk2] {
    display: flex;
    gap: .5rem;
    margin-bottom: .5rem;
}

    .metro-list label[b-v7pwsyszk2] {
        color: #fff;
        border-radius: .25rem;
        cursor: pointer;
        padding: .25rem .5rem;
        align-items: center;
        display: flex;
        gap: .25rem;
    }
/* /Components/Pages/ShopPages/Edit.razor.rz.scp.css */
.card.active[b-xwkb2gxviv] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    border: var(--bs-border-width) solid #86b7fe;
}
.metro-list[b-xwkb2gxviv] {
    display:flex;
    gap: .5rem;
    margin-bottom: .5rem;

}
    .metro-list label[b-xwkb2gxviv] {
        color: #fff;
        border-radius: .25rem;
        cursor: pointer;
        padding: .25rem .5rem;
        align-items: center;
        display: flex;
        gap: .25rem;
    }

/* Стили для оптимизированного отображения */
.photo-block .card[b-xwkb2gxviv] {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid transparent;
    overflow: hidden;
    height: 100%;
}

    .photo-block .card:hover[b-xwkb2gxviv] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .photo-block .card.active[b-xwkb2gxviv] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    }

.photo-block .card-img[b-xwkb2gxviv] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.photo-block .card:hover .card-img[b-xwkb2gxviv] {
    transform: scale(1.05);
}

.card-badge[b-xwkb2gxviv] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.dropzone[b-xwkb2gxviv] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    background-color: #f8f9fa;
    transition: all 0.3s;
    cursor: pointer;
}

    .dropzone:hover[b-xwkb2gxviv] {
        border-color: #0d6efd;
        background-color: #f0f7ff;
    }

.dropzone-header h4[b-xwkb2gxviv] {
    margin-bottom: 0.5rem;
    color: #495057;
}

.dropzone-header p[b-xwkb2gxviv] {
    margin: 0.5rem 0;
    color: #6c757d;
}

.dropzone-header small[b-xwkb2gxviv] {
    display: block;
    margin-top: 0.5rem;
    color: #6c757d;
}

.dropzone-header .text-info[b-xwkb2gxviv] {
    color: #0dcaf0 !important;
    font-size: 0.9em;
}

.modal-backdrop[b-xwkb2gxviv] {
    opacity: 0.8 !important;
}
/* /Components/Pages/ShopPages/Index.razor.rz.scp.css */
.shop-image-container[b-oj75cck4kv] {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shop-image-container.no-image[b-oj75cck4kv] {
        background: #e9ecef;
        color: #6c757d;
    }

.shop-thumbnail[b-oj75cck4kv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-photo-badge[b-oj75cck4kv] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255, 193, 7, 0.9);
    color: #212529;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
}

.address-text[b-oj75cck4kv] {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating[b-oj75cck4kv] {
    display: flex;
    align-items: center;
}

    .rating i[b-oj75cck4kv] {
        margin-right: 1px;
    }

.table > :not(caption) > * > *[b-oj75cck4kv] {
    vertical-align: middle;
}

.icon[b-oj75cck4kv] {
    opacity: 0.7;
}

.btn-group-sm > .btn[b-oj75cck4kv] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .shop-image-container[b-oj75cck4kv] {
        width: 40px;
        height: 40px;
    }

    .btn-group[b-oj75cck4kv] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .btn-group-sm > .btn[b-oj75cck4kv] {
        padding: 0.125rem 0.25rem;
        font-size: 0.75rem;
    }

    .table th[b-oj75cck4kv], .table td[b-oj75cck4kv] {
        padding: 0.5rem;
    }

    .address-text[b-oj75cck4kv] {
        max-width: 150px;
    }
}
/* /Components/Pages/StocksPagesOld/Create.razor.rz.scp.css */
.shop-list[b-ryx5ahhax5] {
    display:flex;
    gap: 1rem;
    flex-direction: column;
}


.shop-list-header[b-ryx5ahhax5],
.shop-list-body[b-ryx5ahhax5] {
    display: flex;
    gap: .5rem;    
    flex-wrap: wrap;
}

.shop-list-header label[b-ryx5ahhax5],
    .shop-list-body label[b-ryx5ahhax5] {
        color: #000;
        border-radius: .25rem;
        cursor: pointer;
        padding: .25rem .5rem;
        align-items: center;
        display: flex;
        gap: .25rem;
        background: #fff;
        border: 1px solid #000;
        font-size: .75rem;
    }
    .shop-list-header label[b-ryx5ahhax5] {
        color: #fff;
        border: none;
        background: #1b6ec2;
    }
/* /Components/Pages/StocksPagesOld/Edit.razor.rz.scp.css */
.shop-list[b-4atzolicip] {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}


.shop-list-header[b-4atzolicip],
.shop-list-body[b-4atzolicip] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

    .shop-list-header label[b-4atzolicip],
    .shop-list-body label[b-4atzolicip] {
        color: #000;
        border-radius: .25rem;
        cursor: pointer;
        padding: .25rem .5rem;
        align-items: center;
        display: flex;
        gap: .25rem;
        background: #fff;
        border: 1px solid #000;
        font-size: .75rem;
    }

    .shop-list-header label[b-4atzolicip] {
        color: #fff;
        border: none;
        background: #1b6ec2;
    }

.tab-header[b-4atzolicip] {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}
