/* /Core/Components/BadgedNavbarLink.razor.rz.scp.css */
/* /Core/Components/BaseInputWrapper.razor.rz.scp.css */
.base-input-wrapper__row[b-u0zljnbjxr] {
    display: flex;
    align-items: center;
}

.base-input-wrapper__label[b-u0zljnbjxr] {
    white-space: nowrap;
    margin-right: 16px;
}

.base-input-wrapper__input[b-u0zljnbjxr] {
    flex: 1;
}
/* /Core/Components/CodeInput.razor.rz.scp.css */
.pincode[b-08vr5x7692] {
    text-align: center;
    padding: 20px 0;
}
.pincode input[type="number"][b-08vr5x7692] {
    display: inline-block;
    width: 100px;
    height: 70px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #5a5a5a;
    color: #000;
    padding: 16px 0px;
    margin: 0 10px;
    font-size: 50px;
    font-weight: 700;
    outline: none;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.pincode input[type="number"][b-08vr5x7692]::-webkit-outer-spin-button,
.pincode input[type="number"][b-08vr5x7692]::-webkit-inner-spin-button {
    display: none;
}

.pincode input[type="number"]:focus[b-08vr5x7692] {
    border: 2px solid #1dd216;
}
/* /Core/Components/DateTimeOffsetInput.razor.rz.scp.css */
/* /Core/Components/KeyValuePairInput.razor.rz.scp.css */
/* /Core/Components/MainLayout.razor.rz.scp.css */
.page[b-4sxtgatm8x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4sxtgatm8x] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-4sxtgatm8x], article[b-4sxtgatm8x] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Core/Components/Navbar.razor.rz.scp.css */
.navbar-footer[b-4nnoqb1kxh] {
    margin-top: 0;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.footer-logo-link[b-4nnoqb1kxh] {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-link:hover[b-4nnoqb1kxh] {
    background-color: rgba(0, 0, 0, 0.04);
}

.dark-mode .footer-logo-link:hover[b-4nnoqb1kxh] {
    background-color: rgba(255, 255, 255, 0.08);
}

.footer-logo[b-4nnoqb1kxh] {
    height: 24px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
}

.mud-drawer--closed .footer-logo[b-4nnoqb1kxh] {
    height: 18px;
    max-width: 50px;
}
/* /Core/Components/NavbarGroup.razor.rz.scp.css */
/* /Core/Components/NavbarIconButton.razor.rz.scp.css */
/* /Core/Components/NavbarLink.razor.rz.scp.css */
/* /Core/Components/Pages/EntityAddFormPage.razor.rz.scp.css */
.add-page-title[b-k0hulp637q] {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
/* /Core/Components/Pages/EntityUpdateFormPage.razor.rz.scp.css */
.edit-page-title[b-bvxm77twoo] {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
/* /Core/Components/Pages/PageFilters.razor.rz.scp.css */
.page-filters[b-f0fio3lg27] {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.page-filters-items[b-f0fio3lg27] {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 16px;
    flex: 1;
}

@media (max-width: 600px) {
    .page-filters[b-f0fio3lg27] {
        flex-direction: column;
        align-items: stretch;
    }

    .page-filters-items[b-f0fio3lg27] {
        flex-direction: column;
        flex: unset;
    }

    .page-filters-apply[b-f0fio3lg27] {
        align-self: flex-end;
    }
}
/* /Core/Components/Pages/PageHeader.razor.rz.scp.css */
.page-header[b-53jj9sx1sv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.page-header-title[b-53jj9sx1sv] {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.page-header-actions[b-53jj9sx1sv] {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* /Core/Components/Select/CarSuggestSelectItem.razor.rz.scp.css */
.car-suggest-select-item[b-3oxecneyj5] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.car-suggest-select-item__brand[b-3oxecneyj5] {
    overflow: hidden;
    color: var(--mud-palette-text-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Core/Components/Select/CompanyAddressSuggestSelect.razor.rz.scp.css */
[b-0crqetr9wn] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input span {
    flex: 1;
}

[b-0crqetr9wn] .mud-autocomplete .mud-popover .mud-list .mud-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-popover .mud-list .mud-list-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-popover .mud-list .mud-list-item .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-0crqetr9wn] .mud-autocomplete .mud-popover .mud-list .mud-list-item .mud-list-item-text {
    flex: 1;
} 
/* /Core/Components/Select/CompanyAddressSuggestSelectWithAdd.razor.rz.scp.css */
[b-hh0wpjbsoh] .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

[b-hh0wpjbsoh] .icon-column svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
} 
/* /Core/Components/Select/CounterpartyAddressSuggestSelect.razor.rz.scp.css */
[b-9cdygccayz] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-9cdygccayz] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-9cdygccayz] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-9cdygccayz] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input span {
    flex: 1;
}

[b-9cdygccayz] .mud-autocomplete .mud-popover .mud-list .mud-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

[b-9cdygccayz] .mud-autocomplete .mud-popover .mud-list .mud-list-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-9cdygccayz] .mud-autocomplete .mud-popover .mud-list .mud-list-item .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-9cdygccayz] .mud-autocomplete .mud-popover .mud-list .mud-list-item .mud-list-item-text {
    flex: 1;
} 
/* /Core/Components/Select/NullableCompanyAddressSuggestSelect.razor.rz.scp.css */
[b-wflsixn7mc] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input span {
    flex: 1;
}

[b-wflsixn7mc] .mud-autocomplete .mud-popover .mud-list .mud-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-popover .mud-list .mud-list-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-popover .mud-list .mud-list-item .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-wflsixn7mc] .mud-autocomplete .mud-popover .mud-list .mud-list-item .mud-list-item-text {
    flex: 1;
} 
/* /Core/Components/Select/NullableCounterpartyAddressSuggestSelect.razor.rz.scp.css */
[b-aflj86myru] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-aflj86myru] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-aflj86myru] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-aflj86myru] .mud-autocomplete .mud-input-control .mud-input-slot .mud-input-slot-input span {
    flex: 1;
}

[b-aflj86myru] .mud-autocomplete .mud-popover .mud-list .mud-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

[b-aflj86myru] .mud-autocomplete .mud-popover .mud-list .mud-list-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

[b-aflj86myru] .mud-autocomplete .mud-popover .mud-list .mud-list-item .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    width: 20px;
}

[b-aflj86myru] .mud-autocomplete .mud-popover .mud-list .mud-list-item .mud-list-item-text {
    flex: 1;
} 
/* /Core/Components/Select/NullableStringArraySelect.razor.rz.scp.css */
/* /Core/Components/Select/NullableSuggestSelect.razor.rz.scp.css */
/* /Core/Components/Select/NullableSuggestSelectByTenantId.razor.rz.scp.css */
/* /Core/Components/Select/NullableSuggestSelectWithAdd.razor.rz.scp.css */
/* /Core/Components/Select/SuggestSelect.razor.rz.scp.css */
/* /Core/Components/Select/SuggestSelectWithAdd.razor.rz.scp.css */
/* /Core/Components/Spinner.razor.rz.scp.css */
.spinner-overlay[b-ansggh9qkt] {
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.spinner-container[b-ansggh9qkt] {
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
}
/* /Core/Components/Stepper/VerticalStepper.razor.rz.scp.css */
.circle[b-zul8fhcvyb] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}
/* /Core/Components/StringArrayInput.razor.rz.scp.css */
/* /Core/Components/TooltipOrValue/TooltipOrValueString.razor.rz.scp.css */
/* /Core/Components/TooltipOrValue/_base/TooltipWithText.razor.rz.scp.css */
/* /Pages/Audit/Events/Components/JsonTreeNode.razor.rz.scp.css */
.json-tree-node[b-n9490fczan] {
    margin-left: calc(max(var(--json-level), 0) * 16px);
}

.json-tree-row[b-n9490fczan] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

.json-tree-key[b-n9490fczan] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.json-tree-separator[b-n9490fczan],
.json-tree-value[b-n9490fczan] {
    color: var(--mud-palette-text-secondary);
}
/* /Pages/Audit/Events/Components/JsonTreeView.razor.rz.scp.css */
.json-tree-view[b-pua3tj3eee] {
    min-width: 280px;
    max-width: 460px;
}

.json-tree-content[b-pua3tj3eee] {
    position: relative;
    line-height: 1.4rem;
}

.json-tree-content-collapsed[b-pua3tj3eee] {
    max-height: 4.2rem;
    overflow: hidden;
}

.json-tree-content-collapsed[b-pua3tj3eee]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.4rem;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%) 100%);
    content: "";
    pointer-events: none;
}

.json-tree-raw[b-pua3tj3eee] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--mud-palette-text-secondary);
}

.json-tree-empty[b-pua3tj3eee] {
    color: var(--mud-palette-text-secondary);
}

.json-tree-toggle[b-pua3tj3eee] {
    margin-top: 4px;
    min-width: auto;
    padding: 0;
}
/* /Pages/Audit/Events/Events.razor.rz.scp.css */
.audit-json-column[b-cya692soab] {
    min-width: 320px;
    vertical-align: top;
}
/* /Pages/Authorization/ForgotPasswordPage.razor.rz.scp.css */
/* /Pages/Authorization/ResetPasswordPage.razor.rz.scp.css */
/* /Pages/Authorization/TenantSignUpPage.razor.rz.scp.css */
/* /Pages/Authorization/_components/CompanyContacts.razor.rz.scp.css */
/* /Pages/Authorization/_components/CompanyInfo.razor.rz.scp.css */
/* /Pages/Authorization/_components/CompanyPostalAddress.razor.rz.scp.css */
/* /Pages/Authorization/_components/CompanyRegistrationAddress.razor.rz.scp.css */
/* /Pages/Authorization/_components/UserRegistration.razor.rz.scp.css */
.smart-captcha[b-5lele6zsmc]{
    min-height: 100px;
}
/* /Pages/Authorization/_components/UserRegistrationSuccess.razor.rz.scp.css */
.registration-success[b-4wuaa1c0ys] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/Authorization/_components/WaitingForCompanyRegistration.razor.rz.scp.css */
.registration-wait[b-374gffxjsk] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/Chat/Components/ChatListPanel.razor.rz.scp.css */
.chat-list-toolbar[b-72795e6yil] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--pr-color-border-default);
    flex-shrink: 0;
}

/* Убираем лишний margin у MudTextField в тулбаре */
.chat-list-toolbar[b-72795e6yil]  .mud-input-control {
    margin-bottom: 0 !important;
}

.status-dot[b-72795e6yil] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 5px;
}

.status-dot--online[b-72795e6yil] {
    background-color: #4caf50;
}

.status-dot--offline[b-72795e6yil] {
    background-color: #9e9e9e;
}
/* /Pages/Chat/Components/ChatMessageInput.razor.rz.scp.css */
.chat-input-bar[b-x5w9tmemxk] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin: 0 16px;
    border-radius: 12px;
    border: 1px solid var(--pr-color-border-default);
    background-color: var(--pr-color-bg-card);
    min-height: 48px;
}

/* Убираем лишние отступы MudTextField внутри инпут-бара */
.chat-input-bar[b-x5w9tmemxk]  .mud-input-control {
    margin-bottom: 0 !important;
}

.chat-input-bar[b-x5w9tmemxk]  .mud-input-slot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: unset !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

.chat-input-bar[b-x5w9tmemxk]  .mud-input {
    padding: 0 !important;
    margin: 0 !important;
}

.chat-input-bar[b-x5w9tmemxk]  .mud-input-helper-text {
    display: none !important;
}
/* /Pages/Chat/Components/ChatMessageItem.razor.rz.scp.css */
/* Строка сообщения — определяет выравнивание */
.message-row[b-ta4uxndiwe] {
    display: flex;
    margin-bottom: 4px;
    padding: 0 4px;
}

.message-row--own[b-ta4uxndiwe] {
    justify-content: flex-end;
}

.message-row--other[b-ta4uxndiwe] {
    justify-content: flex-start;
}

/* Пузырь */
.message-bubble[b-ta4uxndiwe] {
    max-width: 70%;
    min-width: 80px;
    padding: 8px 12px 6px;
    border-radius: 16px;
    word-break: break-word;
    position: relative;
}

.message-bubble--own[b-ta4uxndiwe] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    border-bottom-right-radius: 4px;
}

.message-bubble--other[b-ta4uxndiwe] {
    background-color: var(--pr-color-brand-soft);
    color: var(--pr-color-text-primary);
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Имя отправителя (только для чужих) */
.message-sender[b-ta4uxndiwe] {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 3px;
    opacity: 0.85;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Онлайн-точка */
.online-dot[b-ta4uxndiwe] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.online-dot--active[b-ta4uxndiwe] {
    background-color: #4caf50;
}

.online-dot--inactive[b-ta4uxndiwe] {
    background-color: #9e9e9e;
}

/* Текст сообщения */
.message-text[b-ta4uxndiwe] {
    font-size: 0.9rem;
    line-height: 1.4;
    white-space: pre-wrap;
}

/* Мета: время + статус */
.message-meta[b-ta4uxndiwe] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin-top: 4px;
}

.message-time[b-ta4uxndiwe] {
    font-size: 0.7rem;
    opacity: 0.7;
    white-space: nowrap;
}

/* Вложение внутри пузыря */
.bubble-attachment[b-ta4uxndiwe] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 4px;
    cursor: pointer;
    transition: opacity 0.15s ease;
    width: fit-content;
    max-width: 100%;
}

.bubble-attachment:hover[b-ta4uxndiwe] {
    opacity: 0.8;
    text-decoration: none !important;
}

.message-bubble--own .bubble-attachment[b-ta4uxndiwe] {
    background-color: rgba(255, 255, 255, 0.18);
    color: var(--mud-palette-primary-text);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.message-bubble--other .bubble-attachment[b-ta4uxndiwe] {
    background-color: rgba(59, 124, 74, 0.1);
    color: var(--pr-color-text-primary);
    border: 1px solid rgba(59, 124, 74, 0.2);
}
/* /Pages/Chat/Components/ChatMessagesPanel.razor.rz.scp.css */
.chat-header-avatar-wrapper[b-67xen1c8ds] {
    position: relative;
    flex-shrink: 0;
}

.header-status-dot[b-67xen1c8ds] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--mud-palette-appbar-background, #fff);
}

.header-status-dot--online[b-67xen1c8ds] {
    background-color: #4caf50;
}

.header-status-dot--offline[b-67xen1c8ds] {
    background-color: #9e9e9e;
}
/* /Pages/CompanyBalance/Invoice/Invoice.razor.rz.scp.css */
/* /Pages/CompanyBalance/Transactions/Transactions.razor.rz.scp.css */
/* /Pages/Documents/Documents/Documents.razor.rz.scp.css */
/* /Pages/Documents/DocumentTemplates/DocumentTemplates.razor.rz.scp.css */
/* /Pages/Documents/MedJournals/MedJournal.razor.rz.scp.css */
/* /Pages/Documents/PaperWayBillsContractRequests/Dialogs/SupplementaryAgreementsDialog.razor.rz.scp.css */
[b-zrgjqxnmjs] .mud-table-container {
    overflow: auto !important;
    max-height: 400px;
}

[b-zrgjqxnmjs] .mud-table {
    overflow: visible !important;
}

[b-zrgjqxnmjs] .mud-table-head {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--mud-palette-surface);
}
/* /Pages/Documents/PaperWayBillsContractRequests/DocumentsCostCalculation.razor.rz.scp.css */
/* /Pages/Documents/PaperWayBillsContractRequests/PaperWayBillsContractRequests.razor.rz.scp.css */
.highlight[b-dj9d2yh75q] {
    font-weight: bold;
}
/* /Pages/Documents/PaperWayBillsContractRequests/_components/ContractStatusWithSupplementary.razor.rz.scp.css */
.contract-status-container[b-bs6kd1ipc7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contract-status-item[b-bs6kd1ipc7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contract-status-item.highlight[b-bs6kd1ipc7] {
    font-weight: bold;
}

.supplementary-arrow[b-bs6kd1ipc7] {
    min-width: 24px;
    height: 24px;
    padding: 0;
    margin-left: auto;
}

.supplementary-arrow:hover[b-bs6kd1ipc7] {
    background-color: var(--mud-palette-primary-hover);
    color: var(--mud-palette-primary-text);
}
/* /Pages/Documents/PaperWayBillsContractRequests/_components/DocumentsCostCalculationCarsTable.razor.rz.scp.css */
/* /Pages/Documents/PaperWayBillsContractRequests/_components/DocumentsCostCalculationDriversTable.razor.rz.scp.css */
/* /Pages/Documents/TechJournals/TechJournal.razor.rz.scp.css */
/* /Pages/Documents/WayBillsJournals/WayBillsJournal.razor.rz.scp.css */
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/DriverLicense/UpdateEmployeeCardDriverLicenseInfo.razor.rz.scp.css */
.section[b-goryof21gh] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-goryof21gh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-goryof21gh] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions button[b-goryof21gh] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-goryof21gh] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-goryof21gh] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-goryof21gh] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-goryof21gh] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/Inn/UpdateEmployeeCardInnInfo.razor.rz.scp.css */
.section[b-y55sumb7ia] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-y55sumb7ia] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-y55sumb7ia] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions button[b-y55sumb7ia] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-y55sumb7ia] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-y55sumb7ia] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-y55sumb7ia] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-y55sumb7ia] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/MilitaryPassport/UpdateEmployeeCardMilitaryPassportInfo.razor.rz.scp.css */
.section[b-hirxzkk8th] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-hirxzkk8th] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-hirxzkk8th] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions button[b-hirxzkk8th] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-hirxzkk8th] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-hirxzkk8th] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-hirxzkk8th] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-hirxzkk8th] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/Passport/UpdateEmployeeCardPassportInfo.razor.rz.scp.css */
.section[b-4cafdopin9] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-4cafdopin9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-4cafdopin9] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions button[b-4cafdopin9] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-4cafdopin9] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-4cafdopin9] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-4cafdopin9] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-4cafdopin9] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/Snils/UpdateEmployeeCardSnilsInfo.razor.rz.scp.css */
.section[b-2qef9kevsz] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-2qef9kevsz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-2qef9kevsz] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions button[b-2qef9kevsz] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-2qef9kevsz] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-2qef9kevsz] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-2qef9kevsz] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-2qef9kevsz] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/UpdateEmployeeCardHeader.razor.rz.scp.css */
.header[b-nvf2omaer4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex[b-nvf2omaer4] {
    display: flex;
    align-items: center;
}

.header-left[b-nvf2omaer4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 16px;
}

.profile__name[b-nvf2omaer4] {
    margin: 0;
    font-size: 1.5rem;
}

.profile__sub[b-nvf2omaer4] {
    margin: 0;
    font-size: 0.875rem;
    color: #555555;
}

.header-center[b-nvf2omaer4] {
    display: flex;
    gap: 16px;
}

.header-center-item[b-nvf2omaer4] {
    display: flex;
    flex-direction: column;
}

.profile__label[b-nvf2omaer4] {
    font-size: 0.75rem;
    color: #555555;
    font-weight: 700;
}

.profile__value[b-nvf2omaer4] {
    font-size: 0.875rem;
    color: #1f1f1f;
}

.close[b-nvf2omaer4] {
    background: transparent;
    border: none;
    font-size: 3.5rem;
    cursor: pointer;
    color: #555555;
    margin-right: 16px;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/Components/UpdateEmployeeCardMainInfo.razor.rz.scp.css */
.sidebar[b-bxjzeqgpap] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 16px;
    overflow-y: auto;
}

.sidebar h3[b-bxjzeqgpap] {
    margin: 0;
    font-size: 1.125rem;
}

.sidebar .profile__sub[b-bxjzeqgpap] {
    margin-bottom: 16px;
}

.sidebar .btn--secondary[b-bxjzeqgpap] {
    width: 100%;
    text-align: left;
}

.profile__label[b-bxjzeqgpap] {
    font-size: 0.75rem;
    color: #555555;
}

.profile__value[b-bxjzeqgpap] {
    font-size: 0.875rem;
    color: #1f1f1f;
}

.checkbox-group[b-bxjzeqgpap] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-group label[b-bxjzeqgpap] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #1f1f1f;
}

.checkbox-group input[b-bxjzeqgpap] {
    margin-right: 8px;
}
/* /Pages/Nsi/Employees/Dialogs/UpdateEmployeeCard/UpdateEmployeeCard.razor.rz.scp.css */
.overlay[b-0ke6f84ckd] {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal[b-0ke6f84ckd] {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.left-side[b-0ke6f84ckd] {
    width: 30%
}

.modal__body[b-0ke6f84ckd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 16px;
    gap: 16px;
}

.sidebar[b-0ke6f84ckd] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 16px;
    overflow-y: auto;
}

.sidebar h3[b-0ke6f84ckd] {
    margin: 0;
    font-size: 1.125rem;
}

.sidebar .profile__sub[b-0ke6f84ckd] {
    margin-bottom: 16px;
}

.sidebar .btn--secondary[b-0ke6f84ckd] {
    width: 100%;
    text-align: left;
}

.checkbox-group[b-0ke6f84ckd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-group label[b-0ke6f84ckd] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-primary);
}

.checkbox-group input[b-0ke6f84ckd] {
    margin-right: 8px;
}

.content[b-0ke6f84ckd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
}

.section[b-0ke6f84ckd] {
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-modal);
}

.section__header[b-0ke6f84ckd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.section__title[b-0ke6f84ckd] {
    margin: 0;
    font-size: 1rem;
}

.section__actions button[b-0ke6f84ckd] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: var(--text-secondary);
}

.section__body[b-0ke6f84ckd] {
    padding: 12px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section__row[b-0ke6f84ckd] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.status[b-0ke6f84ckd] {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
}

.status--ok[b-0ke6f84ckd] {
    color: var(--success);
}

.status--expired[b-0ke6f84ckd] {
    color: var(--danger);
    margin-left: 8px;
}

.btn[b-0ke6f84ckd] {
    padding: 8px 12px;
    font-size: 0.875rem;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
}

.btn--primary[b-0ke6f84ckd] {
    background: var(--accent);
    color: #fff;
}

@media (max-width: 768px) {
    .modal__body[b-0ke6f84ckd] {
        flex-direction: column;
    }

    .sidebar[b-0ke6f84ckd] {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 16px;
    }
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/DiagnosticCard/UpdateCarCardDiagnosticCardInfo.razor.rz.scp.css */
.section[b-8u2pk6p9w3] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-8u2pk6p9w3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-8u2pk6p9w3] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-8u2pk6p9w3] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-8u2pk6p9w3] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-8u2pk6p9w3] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-8u2pk6p9w3] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-8u2pk6p9w3] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-8u2pk6p9w3] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/Sts/UpdateCarCardStsInfo.razor.rz.scp.css */
.section[b-co0xspjai4] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-co0xspjai4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-co0xspjai4] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-co0xspjai4] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-co0xspjai4] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-co0xspjai4] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-co0xspjai4] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-co0xspjai4] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-co0xspjai4] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/UpdateCarCardHeader.razor.rz.scp.css */
.header[b-sj2l79u12e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex[b-sj2l79u12e] {
    display: flex;
    align-items: center;
}

.header-left[b-sj2l79u12e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 16px;
}

.profile__name[b-sj2l79u12e] {
    margin: 0;
    font-size: 1.5rem;
}

.profile__sub[b-sj2l79u12e] {
    margin: 0;
    font-size: 0.875rem;
    color: #555555;
}

.header-center[b-sj2l79u12e] {
    display: flex;
    gap: 6rem;
}

.header-center-item[b-sj2l79u12e] {
    display: flex;
    flex-direction: column;
}

.profile__label[b-sj2l79u12e] {
    font-size: 0.75rem;
    color: #555555;
    font-weight: 700;
}

.profile__value[b-sj2l79u12e] {
    font-size: 0.875rem;
    color: #1f1f1f;
}

.close[b-sj2l79u12e] {
    background: transparent;
    border: none;
    font-size: 3.5rem;
    cursor: pointer;
    color: #555555;
    margin-right: 16px;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/UpdateCarCardMainInfo.razor.rz.scp.css */
.sidebar[b-np6czdvcs6] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 16px;
    overflow-y: auto;
}

.sidebar h3[b-np6czdvcs6] {
    margin: 0;
    font-size: 1.125rem;
}

.sidebar .profile__sub[b-np6czdvcs6] {
    margin-bottom: 16px;
}

.sidebar .btn--secondary[b-np6czdvcs6] {
    width: 100%;
    text-align: left;
}

.profile__label[b-np6czdvcs6] {
    font-size: 0.75rem;
    color: #555555;
}

.profile__value[b-np6czdvcs6] {
    font-size: 0.875rem;
    color: #1f1f1f;
}

.checkbox-group[b-np6czdvcs6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-group label[b-np6czdvcs6] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #1f1f1f;
}

.checkbox-group input[b-np6czdvcs6] {
    margin-right: 8px;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/VehicleInsurancePolicy/UpdateCarCardVehicleInsurancePoliciesInfo.razor.rz.scp.css */
.section[b-x7oif7r9u3] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-x7oif7r9u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-x7oif7r9u3] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-x7oif7r9u3] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-x7oif7r9u3] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-x7oif7r9u3] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-x7oif7r9u3] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-x7oif7r9u3] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-x7oif7r9u3] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/VehicleInsurancePolicy/UpdateCarCardVehicleInsurancePoliciesInfoElement.razor.rz.scp.css */
.section[b-hs9btjgkog] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-hs9btjgkog] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-hs9btjgkog] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-hs9btjgkog] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-hs9btjgkog] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-hs9btjgkog] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-hs9btjgkog] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4px;
    gap: 5rem;
}

.section__row span:first-child[b-hs9btjgkog] {
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-hs9btjgkog] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span.expiration-value[b-hs9btjgkog]{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
}

.section__row span.expiration-value svg.mud-icon-root[b-hs9btjgkog]{
    width: 15px;
    height: 15px;
}

.section__row span.expiration-value.expiration-is-close[b-hs9btjgkog] {
    color: #BC4446;
}

.section__row span.expiration-value.expiration-is-not-close[b-hs9btjgkog] {
    color: #4A9246;
}

/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/VehiclePass/UpdateCarCardVehiclePassInfo.razor.rz.scp.css */
.section[b-5jk3edt6cb] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-5jk3edt6cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-5jk3edt6cb] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-5jk3edt6cb] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-5jk3edt6cb] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-5jk3edt6cb] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-5jk3edt6cb] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-5jk3edt6cb] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-5jk3edt6cb] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/Components/VehiclePass/UpdateCarCardVehiclePassInfoElement.razor.rz.scp.css */
.section[b-hcx7myvh2i] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}

.section__header[b-hcx7myvh2i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.section__title[b-hcx7myvh2i] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 24px;
    color: #000000;
}

.section__actions[b-hcx7myvh2i] {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

.section__actions button[b-hcx7myvh2i] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555555;
}


.section__body[b-hcx7myvh2i] {
    background: white;
    margin: 16px;
    border-radius: 8px;
}

.section__row[b-hcx7myvh2i] {
    display: flex;
    margin-bottom: 4px;
}

.section__row span:first-child[b-hcx7myvh2i] {
    min-width: 140px; /* ширина колонки с подписями */
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
}

.section__row span:last-child[b-hcx7myvh2i] {
    flex-grow: 1;
    font-size: 0.75rem;
    color: #000000;
}
/* /Pages/Nsi/Vehicles/Cars/Dialogs/UpdateCarCard/UpdateCarCard.razor.rz.scp.css */
.overlay[b-kf09snh3um] {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal[b-kf09snh3um] {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.left-side[b-kf09snh3um] {
    width: 40%;
}

.modal__body[b-kf09snh3um] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 16px;
    gap: 16px;
}

.sidebar[b-kf09snh3um] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 16px;
    overflow-y: auto;
}

.sidebar h3[b-kf09snh3um] {
    margin: 0;
    font-size: 1.125rem;
}

.sidebar .profile__sub[b-kf09snh3um] {
    margin-bottom: 16px;
}

.sidebar .btn--secondary[b-kf09snh3um] {
    width: 100%;
    text-align: left;
}

.checkbox-group[b-kf09snh3um] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-group label[b-kf09snh3um] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-primary);
}

.checkbox-group input[b-kf09snh3um] {
    margin-right: 8px;
}

.content[b-kf09snh3um] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: 85vh;
}

.section[b-kf09snh3um] {
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-modal);
}

.section__header[b-kf09snh3um] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.section__title[b-kf09snh3um] {
    margin: 0;
    font-size: 1rem;
}

.section__actions button[b-kf09snh3um] {
    background: transparent;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 1rem;
    color: var(--text-secondary);
}

.section__body[b-kf09snh3um] {
    padding: 12px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section__row[b-kf09snh3um] {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.status[b-kf09snh3um] {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
}

.status--ok[b-kf09snh3um] {
    color: var(--success);
}

.status--expired[b-kf09snh3um] {
    color: var(--danger);
    margin-left: 8px;
}

.btn[b-kf09snh3um] {
    padding: 8px 12px;
    font-size: 0.875rem;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
}

.btn--primary[b-kf09snh3um] {
    background: var(--accent);
    color: #fff;
}

@media (max-width: 768px) {
    .modal__body[b-kf09snh3um] {
        flex-direction: column;
    }

    .sidebar[b-kf09snh3um] {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 16px;
    }
}
/* /Pages/Nsi/Vehicles/Cars/_components/AddCarByForm.razor.rz.scp.css */
/* /Pages/Nsi/Vehicles/Cars/_components/AddCarBySts.razor.rz.scp.css */
/* /Pages/Nsi/Vehicles/Cars/_components/AddCarByStsNumber.razor.rz.scp.css */
.sts-upload-section[b-mmlje2jex9] {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-lg);
}

.sts-upload-alert[b-mmlje2jex9] {
    margin: 0;
}

.sts-scans-grid[b-mmlje2jex9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--pr-space-lg);
    align-items: start;
}

.sts-scans-grid--expanded[b-mmlje2jex9] {
    grid-template-columns: minmax(0, 1fr);
}

.sts-scan-panel[b-mmlje2jex9] {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-md);
    min-width: 0;
}

.sts-upload-panel[b-mmlje2jex9] {
    min-width: 0;
}

.sts-upload-panel[b-mmlje2jex9] (.mud-card) {
    margin: 0;
}

.sts-scan-guidance[b-mmlje2jex9] {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-sm);
    padding: var(--pr-space-md);
    border: 1px solid var(--pr-color-border-default);
    border-radius: var(--pr-radius-md);
    background: var(--pr-color-bg-secondary);
}

.sts-hints[b-mmlje2jex9] {
    margin: 0;
    padding-left: var(--pr-space-xl);
    color: var(--pr-color-text-secondary);
    font: var(--pr-type-ui-muted);
}

.sts-hints li + li[b-mmlje2jex9] {
    margin-top: var(--pr-space-xs);
}

.sts-sample[b-mmlje2jex9] {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-sm);
    min-width: 0;
}

.sts-sample-title[b-mmlje2jex9] {
    display: block;
}

.sts-sample-image[b-mmlje2jex9] {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    padding: var(--pr-space-sm);
    border: 1px solid var(--pr-color-border-default);
    border-radius: var(--pr-radius-md);
    background: var(--pr-color-bg-card);
}

@media (max-width: 960px) {
    .sts-scans-grid[b-mmlje2jex9] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Pages/Rates/PapperWayBillPrices/MedPrices/MedPrices.razor.rz.scp.css */
/* /Pages/Rates/PapperWayBillPrices/PapperWayBillPrices.razor.rz.scp.css */
/* /Pages/Rates/PapperWayBillPrices/TechPrices/TechPrices.razor.rz.scp.css */
/* /Pages/Rates/PapperWayBillPrices/VehicleCategoryPrices/VehicleCategoryPrices.razor.rz.scp.css */
/* /Pages/Rates/PapperWayBillRates/PapperWayBillRates.razor.rz.scp.css */
/* /Pages/Rates/SubscriptionPrices/DriverSubscriptionPrices/DriverSubscriptionPrices.razor.rz.scp.css */
/* /Pages/Rates/SubscriptionPrices/SubscriptionPrices.razor.rz.scp.css */
/* /Pages/Rates/SubscriptionPrices/VehicleSubscriptionPrices/VehicleSubscriptionPrices.razor.rz.scp.css */
/* /Pages/Rates/SubscriptionRates/SubscriptionRates.razor.rz.scp.css */
/* /Pages/WayBills/Checks/Checks.razor.rz.scp.css */
/* /Pages/WayBills/Checks/Components/MedChecks/MedChecks.razor.rz.scp.css */
/* /Pages/WayBills/Checks/Components/OdometerChecks/OdometerChecks.razor.rz.scp.css */
/* /Pages/WayBills/Checks/Components/TechChecks/TechChecks.razor.rz.scp.css */
/* /Pages/WayBills/SettingStamps/Dialogs/AddSettingStampDialog.razor.rz.scp.css */
/*Печатный размер изображения 205х80*/
.image-stamp-med[b-4hgvymperr]{
    position: relative;
    width: 410px;
    height: 160px;
    background-image: url("images/svg/stamp_med_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.25rem auto;
    overflow: hidden;
}

/*Печатный размер изображения 145х60*/
.image-stamp-tech[b-4hgvymperr]{
    position: relative;
    width: 290px;
    height: 120px;
    background-image: url("images/svg/stamp_tech_v1_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.25rem auto;
    overflow: hidden;
}
/* /Pages/WayBills/SettingStamps/Dialogs/DeleteSettingStampDialog.razor.rz.scp.css */
/* /Pages/WayBills/SettingStamps/Dialogs/UpdateSettingStampDialog.razor.rz.scp.css */
/*Печатный размер изображения 205х80*/
.image-stamp-med[b-r66nbacmil]{
    position: relative;
    width: 410px;
    height: 160px;
    background-image: url("images/svg/stamp_med_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.25rem auto;
    overflow: hidden;
}

/*Печатный размер изображения 170х70*/
.image-stamp-tech[b-r66nbacmil]{
    position: relative;
    width: 340px;
    height: 140px;
    background-image: url("images/svg/stamp_tech_v1_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.25rem auto;
    overflow: hidden;
}
/* /Pages/WayBills/SettingStamps/SettingStamps.razor.rz.scp.css */
/* /Pages/WayBills/WayBills/WayBills.razor.rz.scp.css */
/* /Shared/Components/LicensePlate.razor.rz.scp.css */
.grz[b-ozilm6275s] {
    display: inline-flex;
    align-items: stretch;
    height: 34px;
    margin-top: 2px;
    border: 1.5px solid #000;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
    line-height: 1;
}

.grz-main[b-ozilm6275s] {
    display: flex;
    align-items: center;
    padding: 0 9px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
}

.grz-region[b-ozilm6275s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px 6px 0;
    border-left: 1.5px solid #000;
}

.grz-region-code[b-ozilm6275s] {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}

.grz-region-country[b-ozilm6275s] {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 1px;
}

.grz-region-rus[b-ozilm6275s] {
    font-size: 8px;
    font-weight: 700;
    color: #000;
}

.grz-flag[b-ozilm6275s] {
    display: inline-block;
    width: 13px;
    height: 9px;
    border: 0.5px solid #000;
    background: linear-gradient(to bottom,
        #fff 0 33.34%,
        #0039a6 33.34% 66.67%,
        #d52b1e 66.67% 100%);
}
/* /Shared/Components/NullableContractStatusSelect.razor.rz.scp.css */
/* /Shared/Components/StatusIcon.razor.rz.scp.css */
/* /Shared/Components/UserSuggest.razor.rz.scp.css */
