@import 'MOSTComputers.UI.Web.Blazor.Client.12020yozrh.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-section[b-o3282x8gsw] {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.login-card[b-o3282x8gsw] {
    width: 100%;
    max-width: 360px;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    padding: 22px 24px;
    background: var(--bg-card);
    color: var(--text-main);
    font-family: system-ui, sans-serif;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.login-logo[b-o3282x8gsw] {
    text-align: center;
    margin-bottom: 6px;
}

    .login-logo img[b-o3282x8gsw] {
        width: 120px;
        display: inline-block;
        border-radius: 6px;
        user-select: none;
    }

.login-header[b-o3282x8gsw] {
    text-align: center;
    margin-bottom: 12px;
}

    .login-header h1[b-o3282x8gsw] {
        font-size: 21px;
        margin: 0 0 4px;
        font-weight: 600;
    }

    .login-header p[b-o3282x8gsw] {
        font-size: 12px;
        margin: 0;
        color: var(--text-muted);
    }

[b-o3282x8gsw] .login-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field[b-o3282x8gsw] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .form-field label[b-o3282x8gsw] {
        font-size: 12px;
        color: var(--text-muted);
    }

[b-o3282x8gsw] .form-field-input {
    padding: 6px 9px;
    font-size: 13px;
    border-radius: var(--radius-input);
    border: 1px solid #d1d5db;
    outline: none;
}

    [b-o3282x8gsw] .form-field-input:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 1px rgba(201,48,44,0.25);
    }

.login-remember-row[b-o3282x8gsw] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 3px 0 3px;
    font-size: 12px;
}

[b-o3282x8gsw] .login-remember-row-input {
    width: 13px;
    height: 13px;
    accent-color: var(--accent);
}

.login-submit-btn[b-o3282x8gsw] {
    margin-top: 4px;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 500;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: 0.12s;
}

    .login-submit-btn:hover[b-o3282x8gsw] {
        background: var(--accent-hover);
    }

.login-links-row[b-o3282x8gsw] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 11.5px;
}

    .login-links-row a[b-o3282x8gsw] {
        color: var(--accent);
        text-decoration: none;
    }

        .login-links-row a:hover[b-o3282x8gsw] {
            text-decoration: underline;
        }

.login-footer-note[b-o3282x8gsw] {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    color: var(--text-muted);
}
/* /Components/Account/Pages/Manage/AdminAccountsPanel.razor.rz.scp.css */
p[b-j8amig7m7k], h1[b-j8amig7m7k], h2[b-j8amig7m7k], h3[b-j8amig7m7k], h4[b-j8amig7m7k], h5[b-j8amig7m7k], h6[b-j8amig7m7k] {
    margin-bottom: 0px;
}

button:not(:focus-visible)[b-j8amig7m7k] {
    box-shadow: none !important;
}

.admin-accounts-panel[b-j8amig7m7k] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.accounts-list[b-j8amig7m7k] {
    width: 100%;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
    margin: 0px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

.account-list-item[b-j8amig7m7k] {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .account-list-item:hover[b-j8amig7m7k] {
        background-color: #f5f5f5;
    }

.account-list-add-button-item[b-j8amig7m7k] {
    width: 100%;
    padding: 0.5em 1em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.account-add-button[b-j8amig7m7k] {
    width: 100%;
    line-height: 1.5em;
}

.user-id-text[b-j8amig7m7k] {
    width: min-content;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    margin-right: 1em;
}

.user-name-text[b-j8amig7m7k] {
    min-width: 20%;
    width: min-content;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    margin-right: 1em;
}

.user-roles-button[b-j8amig7m7k] {
    margin: 0.5em 1em 0.5em auto;
}

.user-change-password-popup-button[b-j8amig7m7k] {
    margin: 0.5em 1em;
}

.user-delete-button[b-j8amig7m7k] {
    margin-left: 0.5em;
    color: white;
}

[b-j8amig7m7k] .standard-popup-header {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

[b-j8amig7m7k] .standard-popup-header-text {
    height: min-content;
    color: black;
    margin-right: 1em;
    text-align: center;
    text-wrap: nowrap;
}

[b-j8amig7m7k] .standard-popup-body {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    overflow-y: auto;
}
[b-j8amig7m7k] .standard-popup-body-with-centered-content {
    min-height: max-content;
    justify-content: center;
    align-items: center;
}

[b-j8amig7m7k] .user-roles-change-button {
    margin-left: auto;
}

[b-j8amig7m7k] .user-roles-list {
    width: 100%;
    overflow-y: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

[b-j8amig7m7k] .user-role-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    [b-j8amig7m7k] .user-role-list-item:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

[b-j8amig7m7k] .user-role-text {
    margin-right: auto;
}

[b-j8amig7m7k] .user-role-checkbox {
}

[b-j8amig7m7k] .user-edit-popup-item {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1em;
}

[b-j8amig7m7k] .user-change-password-input {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: medium;
    margin-right: 1em;
}

[b-j8amig7m7k] .user-change-password-button {
}

[b-j8amig7m7k] .delete-popup-confirmation-text {
    margin-bottom: 1em;
}

[b-j8amig7m7k] .delete-user-button {
    width: 100%;
}

[b-j8amig7m7k].create-account-field {
    margin-bottom: 0.4em;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    gap: 0px 0.5em;
}

    [b-j8amig7m7k] .create-account-field label {
        min-width: 5em;
        font-size: 12px;
        color: var(--text-muted);
    }

[b-j8amig7m7k] .create-account-field-input {
    padding: 3px 6px;
    font-size: 13px;
    border-radius: var(--radius-input);
    border: 1px solid #d1d5db;
    outline: none;
}

    [b-j8amig7m7k] .create-account-field-input:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
    }

[b-j8amig7m7k] .create-account-remember-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 3px 0 3px;
    font-size: 12px;
}

[b-j8amig7m7k] .create-account-roles-container {
    width: 100%;
}

[b-j8amig7m7k] .create-user-button {
    width: calc(100% - 4em);
    margin: 2em 1em;
}

[b-j8amig7m7k] .create-account-claims-container {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 2em 1em;
}

[b-j8amig7m7k] .user-claims-list {
    width: 100%;
    overflow-y: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

[b-j8amig7m7k] .user-claim-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
}

[b-j8amig7m7k] .user-claim-type-input {
    flex: 1 1 auto;
    margin-right: 0.5em;
}

[b-j8amig7m7k] .user-claim-value-input {
    flex: 1 1 auto;
}

[b-j8amig7m7k] .add-user-claim-button {
    width: 100%;
    margin-top: 1em;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k3ng6uo9es] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k3ng6uo9es] {
    flex: 1;
}

article[b-k3ng6uo9es] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 640.98px) {
    
}

@media (min-width: 641px) {
    article[b-k3ng6uo9es] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-k3ng6uo9es] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-k3ng6uo9es] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-with-scrollable-part-container[b-xt671vawyf] {
    min-width: min-content;
}

.custom-navbar[b-xt671vawyf] {
    background-color: rgb(189, 17, 5);
    color: #FFFFFF;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    padding: 0px;
}

.nav-with-scrollable-part[b-xt671vawyf] {
   
    display: flex;
    flex-direction: row;
    min-width: min-content;
    height: 40px;
}

.navbar-brand[b-xt671vawyf] {
    width: max-content;
    height: inherit;
    padding-top: .1125rem;
    padding-bottom: .1125rem;
    margin: 0px 1rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    color: white;
}

.navbar-brand-image[b-xt671vawyf] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.navbar-brand-image-small[b-xt671vawyf] {
    display: none;
}

.navbar-brand-contacts[b-xt671vawyf] {
    min-width: min-content;
    height: inherit;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0rem 0px;
}

    .navbar-brand-contacts > span[b-xt671vawyf] {
        white-space: nowrap;
        font-size: 0.6rem;
    }

.navbar-toggler-container[b-xt671vawyf] {
    display: none;
}

.navbar-toggler[b-xt671vawyf] {
    margin-left: auto;
    appearance: none;
    cursor: pointer;
    width: 2.5em;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-toggler:focus-visible[b-xt671vawyf] {
        -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    }

.navbar-toggler:checked[b-xt671vawyf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.hidden-navbar-toggler[b-xt671vawyf] {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.nav-scrollable[b-xt671vawyf] {
    margin-left: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.nav-end-data-container[b-xt671vawyf] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.nav-item[b-xt671vawyf] {
    font-size: 0.9em;
}

    .nav-item > form[b-xt671vawyf] {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .nav-item[b-xt671vawyf]  a.active {
        background-color: #6c0300;
    }

    .nav-item[b-xt671vawyf]  .nav-link {
        color: #FFFFFF;
        background: none;
        border: none;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 0.15em 1.2em
    }

    .nav-item[b-xt671vawyf]  .nav-link-nowrap {
        text-wrap-mode: nowrap;
    }

    .nav-item[b-xt671vawyf]  .nav-link:hover {
        background-color: #8f0602;
    }

.nav-inactive-item[b-xt671vawyf] {
    font-size: 0.9em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.nav-user-name-item[b-xt671vawyf] {
    margin: 0em 1.2em;
}

.nav-inactive-item > p[b-xt671vawyf] {
    margin: 0px;
}

@media (max-width: 920px) {

    .nav-with-scrollable-part[b-xt671vawyf] {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-brand-image-small[b-xt671vawyf] {
        display: unset;
    }

    .navbar-brand-image-big[b-xt671vawyf] {
        display: none;
    }

    .navbar-toggler-container[b-xt671vawyf] {
        height: inherit;
        padding: 0.4rem 0.5rem;
        margin-right: 1rem;
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
    }

    .nav-scrollable[b-xt671vawyf] {
        width: 100%;
        flex-grow: initial;
        flex-direction: column;
        background-color: inherit;
        z-index: 10;
        margin-bottom: 0.5em;
        margin-left: 0rem;
    }

    .nav-end-data-container[b-xt671vawyf] {
        flex-grow: initial;
    }

    .hidden-navbar-toggler:not(:checked) ~ .nav-scrollable[b-xt671vawyf] {
        display: none;
    }

    .nav-item[b-xt671vawyf]  .nav-link {
        text-align: start;
    }
}
/* /Components/Pages/ContactsPage.razor.rz.scp.css */

.contact-section[b-1gzqe5kwcl] {
    padding: 28px 12px 36px;
}

.contact-container[b-1gzqe5kwcl] {
    max-width: 980px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-main);
    font-size: 13px;
    line-height: 1.4;
}

.contact-header[b-1gzqe5kwcl] {
    margin-bottom: 18px;
    text-align: center;
}

h1[b-1gzqe5kwcl] {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 6px;
}

.contact-subtitle[b-1gzqe5kwcl] {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    font-weight: 500;
}

/* GRID – 3 карти вляво, карта вдясно, ширина колкото формата */
.contact-grid[b-1gzqe5kwcl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: 12px;
    margin: 0 auto 14px;
    max-width: 640px;
    align-items: stretch;
}

@media (max-width: 800px) {
    .contact-grid[b-1gzqe5kwcl] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 100%;
    }
}

.contact-card[b-1gzqe5kwcl] {
    background-color: var(--bg-card);
    border-radius: var(--radius-card);
    padding: 8px 10px 9px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-soft);
    transition: box-shadow .12s ease, transform .08s ease;
}

    .contact-card:hover[b-1gzqe5kwcl] {
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
        transform: translateY(-1px);
    }

/* основната карта с контакти */
.office-card[b-1gzqe5kwcl] {
    background-color: #fff7f7;
}

.card-header[b-1gzqe5kwcl] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

    .card-header h2[b-1gzqe5kwcl] {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.icon-wrapper[b-1gzqe5kwcl] {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .icon-wrapper svg[b-1gzqe5kwcl] {
        width: 15px;
        height: 15px;
        stroke: var(--accent);
        stroke-width: 1.5px;
        fill: none;
    }

.contact-card p[b-1gzqe5kwcl] {
    margin: 2px 2px 6px 2px;
    font-size: 13px;
    line-height: 1.35;
}

    .contact-card p strong[b-1gzqe5kwcl] {
        font-weight: 600;
    }

.contact-card a[b-1gzqe5kwcl] {
    color: var(--link);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

    .contact-card a:hover[b-1gzqe5kwcl] {
        text-decoration: underline;
    }

.contact-row[b-1gzqe5kwcl] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 2px;
}

.contact-row-label[b-1gzqe5kwcl] {
    min-width: 70px;
    font-weight: 600;
    padding-top: 1px;
    font-size: 12px;
    color: #111827;
}

.fax-list a[b-1gzqe5kwcl] {
    display: inline-block;
}

.fax-separator[b-1gzqe5kwcl] {
    margin: 0 5px;
    color: var(--text-muted);
}

/* позиции */
.office-card[b-1gzqe5kwcl] {
    grid-column: 1;
    grid-row: 1;
    width: 86%;
}

.service-card[b-1gzqe5kwcl] {
    grid-column: 1;
    grid-row: 2;
    width: 86%;
}

.address-card[b-1gzqe5kwcl] {
    grid-column: 1;
    grid-row: 3;
    width: 86%;
}

.map-card[b-1gzqe5kwcl] {
    grid-column: 2;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
    width: 115%;
    margin: 0px 22px 0px -48px
}

.map-links-row[b-1gzqe5kwcl] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    margin: 0 0 4px;
}

.map-card .map-frame-wrapper[b-1gzqe5kwcl] {
    flex: 1;
    margin-top: 4px;
}

.map-card .map-iframe[b-1gzqe5kwcl] {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border-radius: 8px;
    border: 1px solid var(--border-soft);
}

@media (max-width: 800px) {
    .map-card[b-1gzqe5kwcl] {
        grid-column: 1;
        grid-row: auto;
    }

        .map-card .map-iframe[b-1gzqe5kwcl] {
            height: 220px;
        }
}

/* FORM – max-width 640px, същото като contact-grid */
.contact-form-card[b-1gzqe5kwcl] {
    background-color: var(--bg-card);
    border-radius: 10px;
    padding: 14px 14px 16px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-soft);
    max-width: 640px;
    margin: 0 auto;
}

.contact-form-title[b-1gzqe5kwcl] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 4px;
}

    .contact-form-title h2[b-1gzqe5kwcl] {
        font-size: 14px;
        margin: 0;
        font-weight: 600;
    }

.form-required-note[b-1gzqe5kwcl] {
    font-size: 11px;
    color: var(--text-muted);
    margin: 0 0 8px;
}

.contact-form[b-1gzqe5kwcl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
}

@media (max-width: 800px) {
    .contact-form[b-1gzqe5kwcl] {
        grid-template-columns: 1fr;
    }
}

.form-field[b-1gzqe5kwcl] {
    display: flex;
    flex-direction: column;
}

.contact-form input[b-1gzqe5kwcl],
.contact-form textarea[b-1gzqe5kwcl],
.contact-form select[b-1gzqe5kwcl] {
    padding: 6px 8px;
    border-radius: var(--radius-input);
    border: 1px solid #d1d5db;
    font-size: 12.5px;
    background-color: #ffffff;
    min-height: 28px;
}

.contact-form select[b-1gzqe5kwcl] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-form textarea[b-1gzqe5kwcl] {
    resize: vertical;
    min-height: 70px;
    grid-column: 1 / -1;
}

.gdpr-wrapper[b-1gzqe5kwcl] {
    grid-column: 1 / -1;
    margin: 6px 0 -4px;
}

.gdpr-label[b-1gzqe5kwcl] {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 11px;
    color: var(--text-muted);
    align-items: center;
}

    .gdpr-label input[b-1gzqe5kwcl] {
        margin-top: 1px;
        width: 13px;
        height: 13px;
        accent-color: var(--accent);
    }

.contact-btn[b-1gzqe5kwcl] {
    grid-column: 1 / -1;
    padding: 7px 18px;
    border-radius: 999px;
    background-color: var(--accent);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

@media (max-width: 800px) {
    .contact-btn[b-1gzqe5kwcl] {
        width: 100%;
    }
}
/* /Components/Pages/Documents.razor.rz.scp.css */
button:not(:focus-visible)[b-iqk1lqv92p], .btn:not(:focus-visible)[b-iqk1lqv92p] {
    box-shadow: none !important;
}

p[b-iqk1lqv92p] {
    margin-bottom: 0px;
}

.documents-page[b-iqk1lqv92p] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.documents-page-menus-container[b-iqk1lqv92p] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.documents-search-menu[b-iqk1lqv92p] {
    margin-bottom: 0.5em;
    row-gap: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.documents-customer-search-container[b-iqk1lqv92p] {
    flex-grow: 1;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.documents-customer-search-input-container[b-iqk1lqv92p] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.documents-search-by-number-input[b-iqk1lqv92p] {
    width: 8em;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    margin-right: 0.5em;
}

    .documents-search-by-number-input[b-iqk1lqv92p]::-webkit-outer-spin-button,
    .documents-search-by-number-input[b-iqk1lqv92p]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.documents-customer-search-input[b-iqk1lqv92p] {
    flex-grow: 1;
    margin-right: 0.5em;
}

.documents-customer-search-transliterate-button[b-iqk1lqv92p] {
    border-radius: 0%;
    padding: 0.1em 0.5em;
    margin: 0.2em 0.25em 0.2em 0em;
}

.documents-search-container[b-iqk1lqv92p] {
    flex-grow: 1;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.documents-search-input-container[b-iqk1lqv92p] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.documents-search-input[b-iqk1lqv92p] {
    flex-grow: 1;
    margin-right: 0.5em;
}

.documents-invalid-user-container[b-iqk1lqv92p] {
    flex-grow: 1;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.documents-customer-search-results-container[b-iqk1lqv92p] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

[b-iqk1lqv92p] .documents-customer-search-results {
    width: 100%;
    background-color: inherit;
    z-index: 2;
}

[b-iqk1lqv92p] .documents-customer-search-results-dropdown-list {
    max-height: 15em;
    border: 1px gray solid;
}

.document-customer-list-item[b-iqk1lqv92p] {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
}

    .document-customer-list-item:hover[b-iqk1lqv92p] {
        background-color: lightgray;
    }

    .document-customer-list-item.selected[b-iqk1lqv92p] {
        background-color: gray;
    }
    
.document-customer-no-items-div[b-iqk1lqv92p] {
    width: 100%;
    padding: 0.5em 0.5em;
    background-color: white;
}

.document-customer-search-dates-container[b-iqk1lqv92p] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.document-customer-search-date-container[b-iqk1lqv92p] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.document-customer-search-date-label[b-iqk1lqv92p] {
    margin-right: 0.25em;
    margin-bottom: 0px;
}

.document-search-results-container[b-iqk1lqv92p] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}

.document-search-results-table-container[b-iqk1lqv92p] {
    width: 35%;
    border-right: 3px solid black;
    overflow-y: auto;
}
    .document-search-results-table-container.loading[b-iqk1lqv92p] {
        height: 100%;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.document-search-results-table[b-iqk1lqv92p] {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    overflow-y: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    background-color: #FFFFFF;
}

    .document-search-results-table th[b-iqk1lqv92p], .document-search-results-table td[b-iqk1lqv92p] {
        border: none;
    }

    .document-search-results-table tr[b-iqk1lqv92p] {
        border: none;
    }

    .document-search-results-table.loading[b-iqk1lqv92p]
    {
        display: none;
    }

.document-search-results-table-head[b-iqk1lqv92p] {
    position: sticky;
    top: 0;
    background-color: inherit;
    white-space: nowrap;
    z-index: 1;
}

.document-search-results-table-head-row[b-iqk1lqv92p] {
    white-space: nowrap;
}

.document-search-results-table-head-row-centered-item[b-iqk1lqv92p] {
    text-align: center;
}

.document-search-result-item[b-iqk1lqv92p] {
    border-top: 1px darkgray solid !important
}

    .document-search-result-item > td[b-iqk1lqv92p] {
        padding-bottom: 0.20em;
    }

    .document-search-result-item:hover[b-iqk1lqv92p] {
        background-color: lightgray;
    }
    
    .document-search-result-item.document-search-result-item-selected[b-iqk1lqv92p] {
        background-color: gray;
    }

    .document-search-result-item.document-search-result-item-selected-for-group-export[b-iqk1lqv92p] {
        background-color: #F7C0BC;
    }

    .document-search-result-item.document-search-result-item-selected.document-search-result-item-selected-for-group-export[b-iqk1lqv92p] {
        background-color: #D3ADAA;
    }

.document-search-result-invoice-name-info[b-iqk1lqv92p] {
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.document-search-result-invoice-download-status-info[b-iqk1lqv92p] {
    min-width: 15%;
    text-align: center;
}

.document-search-result-invoice-download-status-text[b-iqk1lqv92p] {
    flex-wrap: nowrap;
    margin: 0 0.35em;
}

.document-search-result-invoice-total-price-info[b-iqk1lqv92p] {
    min-width: 15%;
    text-align: center;
}

.document-search-result-invoice-total-price-text[b-iqk1lqv92p] {
    white-space: nowrap;
    margin: 0 0.35em;
}

.document-search-result-invoice-payment-status-info[b-iqk1lqv92p] {
    text-align: center;
    padding-right: 0.3em;
}

.document-search-results-table-head-downloads-column[b-iqk1lqv92p] {
    padding: 0 0.5em;
}

.document-search-result-warranty-card-name-info[b-iqk1lqv92p] {
    height: 100%;
    flex-grow: 1;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.document-search-result-warranty-card-download-status-info[b-iqk1lqv92p] {
    min-width: 15%;
    text-align: center;
}

.document-search-result-warranty-card-download-status-text[b-iqk1lqv92p] {
    white-space: nowrap;
    margin: 0 0.35em;
}

.document-search-result-warranty-card-warranty-info-container[b-iqk1lqv92p] {
    min-width: 15%;
    padding-right: 0.3em;
    text-align: center;
}

.document-search-result-warranty-card-warranty-info[b-iqk1lqv92p] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.document-empty-search-result-placeholder-item[b-iqk1lqv92p] {

}

.document-selected-data-container[b-iqk1lqv92p] {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.document-view-container[b-iqk1lqv92p] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.document-export-options-container[b-iqk1lqv92p] {
    width: 100%;
    max-height: min-content;
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-bottom: 0.5em;
}

.document-download-pdf-button[b-iqk1lqv92p] {
    margin-right: 0.5em;
}

.document-export-button-with-loader[b-iqk1lqv92p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.document-export-button-with-loader-text.loading[b-iqk1lqv92p] {
    height: 0px;
    visibility: hidden;
}

.document-export-buttons-loader[b-iqk1lqv92p] {
    display: none;
    height: 1.5em;
    width: 1.5em;
    padding: initial;
    border-width: 3px;
}

    .document-export-buttons-loader.loading[b-iqk1lqv92p] {
        display: unset;
    }

.document-view[b-iqk1lqv92p] {
    width: 100%;
    height: 100%;
}

.download-confirmation-popup-content[b-iqk1lqv92p] {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.download-confirmation-popup-download-info-text[b-iqk1lqv92p] {
    font-size: large;
    white-space: normal;
    text-align: center;
    margin-bottom: 0.5em;
}

.download-confirmation-popup-download-info-date-text[b-iqk1lqv92p] {
    text-wrap-mode: nowrap;
}

.download-confirmation-popup-download-question-text[b-iqk1lqv92p] {
    font-size: medium;
    white-space: normal;
    text-align: center;
}

.download-confirmation-popup-buttons-container[b-iqk1lqv92p] {
    margin-top: 2em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.download-confirmation-popup-download-button[b-iqk1lqv92p] {
    margin-right: 0.8em;
}

[b-iqk1lqv92p] .last-download-popup-body {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

[b-iqk1lqv92p] .last-download-popup-text {
    text-align: center;
    text-wrap: wrap;
}
/* /Components/Pages/DownloadXml.razor.rz.scp.css */
.download-xml-page[b-ffxnokzccx] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.download-xml-option-container[b-ffxnokzccx] {
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

    .download-xml-option-container.loading[b-ffxnokzccx] {
        display: none;
    }

.download-xml-option-category-select[b-ffxnokzccx] {
    height: fit-content;
}

.download-xml-option-manufacturer-select[b-ffxnokzccx] {
    height: fit-content;
}

.download-xml-loader[b-ffxnokzccx] {
    display: none;
}

    .download-xml-loader.loading[b-ffxnokzccx] {
        display: unset;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
button:not(:focus-visible)[b-nfd48avf21], .btn:not(:focus-visible)[b-nfd48avf21] {
    box-shadow: none !important;
}

p[b-nfd48avf21] {
    margin-bottom: 0;
}

input[type=number][b-nfd48avf21] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.home-page[b-nfd48avf21] {
    width: 100%;
    min-width: min-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;

    --products-table-header-background-color: #FFFFFF;
}

.home-page-header[b-nfd48avf21] {
    width: 100%;
}

.header-items-list[b-nfd48avf21] {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    flex-wrap: wrap;
}

.header-list-item[b-nfd48avf21] {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}

.header-search-input-list-item[b-nfd48avf21] {
    flex-grow: 1;
    flex-wrap: nowrap;
    margin-right: 0.5em;
}

.search-input[b-nfd48avf21] {
    width: 100%;
}

.header-search-input-help-button[b-nfd48avf21] {
    border: 1px solid black;
    border-radius: 0px;
    padding: 0.1125em 0.125em;
    background-color: transparent;
}

.header-search-button-list-item[b-nfd48avf21] {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-button[b-nfd48avf21] {
    width: 100%;
}

.product-table-manufacturer-select[b-nfd48avf21] {
/*    width: 7em;*/
}

.header-result-count-list-item[b-nfd48avf21] {
    margin-left: 0.25em;
}

.header-show-images-list-item[b-nfd48avf21] {
    white-space: nowrap;
    margin-left: 0.25em;
    margin-right: 0.5em;
}

.header-show-images-label[b-nfd48avf21] {
    margin-right: 0.25em;
}

.header-order-summary-list-item[b-nfd48avf21] {
    margin-left: auto;
    display: flex;
    justify-content: end;
}

.products-data-container[b-nfd48avf21] {
    min-width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    overflow-x: auto;
    overflow-y: auto;
}

.products-data-table[b-nfd48avf21] {
    width: 100%;
    max-height: 100%;
    font-size: smaller;
    overflow-x: auto;
    background-color: var(--products-table-header-background-color, #FFFFFF);
}

.products-data-table-head[b-nfd48avf21] {
    position: sticky;
    top: 0;
    background-color: inherit;
}

[b-nfd48avf21] .product-promotions-promotion-status-image {
    max-width: 4em;
    max-height: 1.5em;
}

.product-promotions[b-nfd48avf21] {
    width: 100%;
    max-width: 11em;
    height: fit-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.5em;
    font-size: 0.9em;
    margin-top: 0px;
}

.product-promotion[b-nfd48avf21] {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.product-promotion-period[b-nfd48avf21] {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-promotion-discount[b-nfd48avf21] {
    white-space: nowrap;
}

.product-list-item[b-nfd48avf21] {
    
}


.product-list-item-column[b-nfd48avf21] {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: start;
}

.product-list-item-column-button[b-nfd48avf21] {
    padding: 0px;
    margin: 0px;
    line-height: 1.25em;
    text-align: start;
    font-size: inherit;
}

.product-list-item-column-interactable-item[b-nfd48avf21] {
    border-width: 0.1em;
    padding: 0.1em;
    border-style: solid;
    border-color: transparent;
    box-shadow: none !important;
}

    .product-list-item-column-interactable-item:focus-visible[b-nfd48avf21] {
        border-color: black;
    }

.product-list-item-quantity-input[b-nfd48avf21] {
    width: 2em;
    height: 1.25em;
    margin: 0px;
}

.product-list-item-price[b-nfd48avf21] {
    white-space: nowrap;
}

.product-list-item-secondary-price[b-nfd48avf21] {
    white-space: nowrap;
    margin-left: 0.25em;
}

.product-list-item-invalid-ean-code[b-nfd48avf21] {
    color: red;
}

.product-list-item-images-container[b-nfd48avf21] {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.product-list-item-image[b-nfd48avf21] {
    max-width: 10em;
    max-height: 6em;
    object-fit: contain;
    margin-right: 0.25em;
}
/* /Components/Pages/ImageHtmlCharacteristicsMatch.razor.rz.scp.css */
.selected-drag-item[b-s5p52mdplb] {
    background-color: #F7C0BC;
}

.missing-drag-item[b-s5p52mdplb] {
    background-color: yellow;
    color: red;
}

.relationship-drop-target[b-s5p52mdplb] {
    background-color: #F8D0AD;
}
/* /Components/Pages/LegacyXmlCharacteristicsMatch.razor.rz.scp.css */
.selected-drag-item[b-tgc1vmz3yn] {
    background-color: #F7C0BC;
}

.missing-drag-item[b-tgc1vmz3yn] {
    background-color: yellow;
    color: red;
}

.relationship-drop-target[b-tgc1vmz3yn] {
    background-color: #F8D0AD;
}
/* /Components/Pages/ProductBarcodeScanner.razor.rz.scp.css */
.product-barcode-reader-video-and-overlay-container[b-xjzeranxcx] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .product-barcode-reader-video-and-overlay-container.started-scan[b-xjzeranxcx] {
        position: relative;
    }

.product-barcode-reader-video-container[b-xjzeranxcx] {
    display: flex;
    overflow: clip;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-barcode-reader-video[b-xjzeranxcx] {
    min-width: 300px;
    min-height: 300px;
    width: min-content;
    height: min-content;
    max-width: 100%;
    max-height: 100%;
}

.product-barcode-reader-scan-overlay[b-xjzeranxcx] {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-barcode-reader-scan-overlay.started-scan[b-xjzeranxcx] {
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .product-barcode-reader-scan-overlay .product-barcode-reader-scan-overlay-visible-part[b-xjzeranxcx] {
        width: 40%;
        height: 40%;
    }

    .product-barcode-reader-scan-overlay.started-scan .product-barcode-reader-scan-overlay-visible-part[b-xjzeranxcx] {
        background-color: transparent;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
        pointer-events: none;
    }

.product-barcode-reader-scan-overlay-visible-part-content[b-xjzeranxcx] {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-barcode-reader-scan-overlay.started-scan .product-barcode-reader-scan-overlay-visible-part-content[b-xjzeranxcx] {
    display: none;
}
/* /Components/Pages/ProductEditor.razor.rz.scp.css */
body > div[b-ijchbbce8x] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

    body > div > main[b-ijchbbce8x] {
        display: flex;
        flex-direction: column;
        flex: 1;
        overflow-y: auto;
    }

        body > div > main > article[b-ijchbbce8x] {
            display: flex;
            flex-direction: column;
            flex: 1;
            overflow-y: auto;
        }

p[b-ijchbbce8x] {
    margin-bottom: 0px;
}

button:not(:focus-visible)[b-ijchbbce8x], .btn:not(:focus-visible)[b-ijchbbce8x] {
    box-shadow: none !important;
}

[b-ijchbbce8x] .whitespace-nowrap {
    white-space: nowrap;
}

.product-editor-page[b-ijchbbce8x] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    --products-table-header-background-color: #FFFFFF;
}

.product-editor-page-header[b-ijchbbce8x] {
    width: 100%;
}

.header-list[b-ijchbbce8x] {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0.5em;
}

.header-list-item[b-ijchbbce8x] {
    display: flex;
    align-items: center;
}

.header-user-input-list-item[b-ijchbbce8x] {
    flex-grow: 1;
    margin: 0em 0.5em;
}

.user-input[b-ijchbbce8x] {
    width: 100%;
}

.header-search-button-list-item[b-ijchbbce8x] {
    justify-content: center;
    margin-right: 0.5em;
}

.search-button[b-ijchbbce8x] {
    width: 100%;
}

.product-data-table-scrollable-container[b-ijchbbce8x] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.product-data-table[b-ijchbbce8x] {
    width: 100%;
    max-height: 100%;
    background-color: var(--products-table-header-background-color);
}

.product-data-table-head[b-ijchbbce8x] {
    position: sticky;
    top: 0;
    background: inherit;
}

.legacy-xml-product-loader[b-ijchbbce8x] {
    width: 1em;
}

.price-list-show-stop[b-ijchbbce8x] {
    background-color: #FF0000;
    max-width: 2.7rem;
}

.product-data-table-entry[b-ijchbbce8x] {
}

    .product-data-table-entry.product-item-selected-for-change[b-ijchbbce8x] {
        background-color: #F7C0BC;
    }

[b-ijchbbce8x] .product-image-file-active-button-container {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    user-select: none;
}

[b-ijchbbce8x] .product-image-file-active-button {
    pointer-events: none;
}
/* /Components/Product/Promotion/Files/PromotionFileList.razor.rz.scp.css */
.promotion-file-list[b-xperdiwx6r] {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.promotion-file-list-item[b-xperdiwx6r] {
    display: flex;
    padding: 0.25em 0px;
}

.promotion-file-selected-list-item[b-xperdiwx6r] {
    background-color: #F7C0BC;
}
    .promotion-file-list-item:not(.promotion-file-selected-list-item):hover[b-xperdiwx6r] {
        background-color: antiquewhite;
    }

.promotion-file-data-entry[b-xperdiwx6r] {
    max-height: 4em;
}

.promotion-file-data-container[b-xperdiwx6r] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

[b-xperdiwx6r] .promotion-file {
    max-width: 100%;
}
/* /Components/Product/Promotion/Files/PromotionFileSingleEditorPopup.razor.rz.scp.css */
button:not(:focus-visible)[b-00wsn90vuh], .btn:not(:focus-visible)[b-00wsn90vuh] {
    box-shadow: none !important;
}

p[b-00wsn90vuh] {
    margin-bottom: 0px;
}

.promotion-file-single-editor-popup-header[b-00wsn90vuh] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.promotion-file-single-editor-popup-header-text[b-00wsn90vuh] {
    white-space: nowrap;
}

.header-modified-date-text[b-00wsn90vuh] {
    white-space: nowrap;
    color: darkgray;
    font-size: smaller;
}

.save-button-container[b-00wsn90vuh] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0.5em;
}

.promotion-file-single-editor-popup-body-container[b-00wsn90vuh] {
    width: 100%;
}

.promotion-file-single-editor-popup-body[b-00wsn90vuh] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-width: 2px;
}

/* /Components/Product/Promotion/Files/PromotionProductFileEditorPopup.razor.rz.scp.css */
button:not(:focus-visible)[b-x513njybh6], .btn:not(:focus-visible)[b-x513njybh6] {
    box-shadow: none !important;
}

.promotion-product-file-editor-header[b-x513njybh6] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-text-container[b-x513njybh6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.popup-header-text[b-x513njybh6] {
    margin-right: 1em;
}

.add-button-container[b-x513njybh6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0.25em;
}

.add-button[b-x513njybh6] {
    aspect-ratio: 1 / 1;
}

.promotion-product-file-editor-body[b-x513njybh6] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-width: 2px;
}

.info-promotion-container[b-x513njybh6] {
    display: flex;
    flex-direction: row;
}

.info-promotion-expire-date[b-x513njybh6] {
    padding-left: 0.5em;
}

.promotion-product-files-table-container[b-x513njybh6] {
    flex-grow: 1;
}

.promotion-product-files-table[b-x513njybh6] {
    width: 100%;
    height: min-content;
}

.promotion-product-file-active-input[b-x513njybh6] {
    pointer-events: none;
}

.promotion-product-file-file-column[b-x513njybh6] {
    max-width: 6em;
    max-height: 3em;
    padding-right: 1em;
}

.promotion-product-file-edit-button[b-x513njybh6] {
    width: auto;
    display: flex;
    padding: 0.2em;
}

.promotion-product-file-edit-button-image[b-x513njybh6] {
    height: 1em;
}
/* /Components/Product/Promotion/Files/PromotionProductFileSingleEditorPopup.razor.rz.scp.css */
button:not(:focus-visible)[b-108v2mdu2w], .btn:not(:focus-visible)[b-108v2mdu2w] {
    box-shadow: none !important;
}

p[b-108v2mdu2w] {
    margin-bottom: 0px;
}

.promotion-product-file-single-editor-header[b-108v2mdu2w] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-name-text[b-108v2mdu2w] {
    margin-right: 1em;
}

.header-product-id-text[b-108v2mdu2w] {
    margin-right: 1em;
}

.header-modified-container[b-108v2mdu2w] {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 1em;
}

.header-modified-date-text[b-108v2mdu2w] {
    white-space: nowrap;
    color: darkgray;
    font-size: smaller;
}

.save-button-container[b-108v2mdu2w] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0.5em;
}

.promotion-product-file-single-editor-body[b-108v2mdu2w] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-width: 2px;
}

.body-inputs-container[b-108v2mdu2w] {
    flex-grow: 1;
    overflow-y: auto;
}

.basic-input-container[b-108v2mdu2w] {
    margin-bottom: 0.5em;
}

.basic-input-label[b-108v2mdu2w] {
    margin-right: 0.5em;
}

.file-select-container[b-108v2mdu2w] {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.file-search-container[b-108v2mdu2w] {
    width: 100%;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.file-search-active-on-label[b-108v2mdu2w] {
    height: min-content;
    align-self: center;
}

.file-search-active-on-input[b-108v2mdu2w] {
    margin-left: 0.25em;
    margin-bottom: 0.5em;
}

.file-search-text-input[b-108v2mdu2w] {
    flex: 0 1 auto;
}

.file-search-button-container[b-108v2mdu2w] {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    padding-left: 2em;
}

.file-search-list-container[b-108v2mdu2w] {
    width: 100%;
    flex-grow: 1;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
}
/* /Components/Product/Promotion/Groups/PromotionGroupImages.razor.rz.scp.css */
.promotion-group-images-container[b-71f2nzocd9] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promotion-group-image-item[b-71f2nzocd9] {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 1em;
}

.promotion-group-image[b-71f2nzocd9] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* /Components/Product/Promotion/Groups/PromotionGroupImagesViewer.razor.rz.scp.css */
.promotion-group-images-viewer[b-l5nj1oygc0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.promotion-groups-list[b-l5nj1oygc0] {
    height: 100%;
    overflow-y: auto;
}

.promotion-group-item[b-l5nj1oygc0] {
    width: 100%;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px lightgray solid;
}

    .promotion-group-item:hover .promotion-group-item-image-button[b-l5nj1oygc0] {
        border-color: #878787;
    }

    .promotion-group-item.selected .promotion-group-item-image-button[b-l5nj1oygc0] {
        border-color: black;
    }

.promotion-group-item-image-button[b-l5nj1oygc0] {
    width: 100%;
    flex-grow: 1;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 3em;
    box-shadow: none !important;
}
    .promotion-group-item-image-button:focus-visible[b-l5nj1oygc0] {
        border-color: black;
    }

.promotion-group-item-group-name-button[b-l5nj1oygc0] {
    width: 100%;
    flex-grow: 1;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

    .promotion-group-item-group-name-button:focus-visible[b-l5nj1oygc0] {
        border-color: black;
    }

.promotion-images-container[b-l5nj1oygc0] {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
}
/* /Components/Product/Promotion/PromotionOnOneLine.razor.rz.scp.css */
p[b-pcgg2c4wjl], h1[b-pcgg2c4wjl], h2[b-pcgg2c4wjl], h3[b-pcgg2c4wjl], h4[b-pcgg2c4wjl], h5[b-pcgg2c4wjl], h6[b-pcgg2c4wjl] {
    margin-bottom: 0px;
}

.promotion-on-one-line[b-pcgg2c4wjl] {
    display: flex;
    flex-wrap: wrap;
}

.promotion-text[b-pcgg2c4wjl] {
    width: max-content;
    margin-right: 0.75em;
}

.promotion-required-product-ids-list[b-pcgg2c4wjl] {
    width: min-content;
    display: inline-flex;
    list-style: none;
}

.promotion-required-product-id-list-item[b-pcgg2c4wjl] {
    margin: 0em 0.5em;
}

.promotion-required-product-id-text[b-pcgg2c4wjl] {
    width: min-content;
}
/* /Components/Product/SingleProductEditorPopup.razor.rz.scp.css */
p[b-m2n5bt7oyw] {
    margin-bottom: 0px;
}

button:not(:focus-visible)[b-m2n5bt7oyw], .btn:not(:focus-visible)[b-m2n5bt7oyw] {
    box-shadow: none !important;
}

.single-product-editor-popup-header[b-m2n5bt7oyw] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-editor-popup-header-item[b-m2n5bt7oyw] {
    margin-left: 0.5em;
}

.product-new-status-select[b-m2n5bt7oyw] {
    margin-right: 1em;
}

.single-product-editor-popup-header-buttons-container[b-m2n5bt7oyw] {
    display: flex;
    flex-wrap: nowrap;
}

[b-m2n5bt7oyw] .image-file-hidden-input {
    width: 0px;
}

.save-button-and-loader-container[b-m2n5bt7oyw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.save-button-container[b-m2n5bt7oyw] {
    height: 100%;
}

    .save-button-container.loading[b-m2n5bt7oyw] {
        height: 0px;
        visibility: hidden;
    }

.save-button[b-m2n5bt7oyw] {
    height: 100%;
    white-space: nowrap;
}

.save-button-loader[b-m2n5bt7oyw] {
    width: 1em;
    height: 1em;
}

.round-loader-default[b-m2n5bt7oyw] {
    display: none;
}

.round-loader-default.loading[b-m2n5bt7oyw] {
    display: unset;
}

.single-product-editor-popup-body[b-m2n5bt7oyw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-width: 2px;
}

.main-product-info-container[b-m2n5bt7oyw] {
    width: 100%;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
}

.main-product-info-text[b-m2n5bt7oyw] {
    margin-right: 1em;
}

.images-list-container[b-m2n5bt7oyw] {
    width: 100%;
    margin-bottom: 0.5em;
    height: 13em;
}

.images-list[b-m2n5bt7oyw] {
    width: 100%;
    height: 100%;
    padding: 0.5em 0.5em;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
}

.image-list-item[b-m2n5bt7oyw] {
    min-width: 20%;
    position: relative;
    margin-right: 0.5em;
    display: flex;
    flex-direction: column;
}

.image-button[b-m2n5bt7oyw] {
    flex-grow: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
}

    .image-button.without-image[b-m2n5bt7oyw] {
        background-color: gray;
    }

.image-active-checkbox-container[b-m2n5bt7oyw] {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    user-select: none;
}

.image-active-checkbox[b-m2n5bt7oyw] {
    pointer-events: all;
}

.image-delete-button-container[b-m2n5bt7oyw] {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    right: 0px;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    user-select: none;
}

.image-delete-button[b-m2n5bt7oyw] {
    width: 0.3em;
    height: 0.3em;
    pointer-events: all;
}

.image-date-text[b-m2n5bt7oyw] {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
}

.promotion-product-file-name-container[b-m2n5bt7oyw] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.promotion-product-file-name-text[b-m2n5bt7oyw] {
    margin-right: 0.25em;
}

.promotion-product-file-name[b-m2n5bt7oyw] {
    text-align: center;
    text-decoration: none;
}

.image-file-name-container[b-m2n5bt7oyw] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-file-name[b-m2n5bt7oyw] {
    text-align: center;
    text-decoration: none;
}

.file-empty-placeholder[b-m2n5bt7oyw] {
    width: 100%;
    height: 1.5em;
}

.image-add-button-list-item[b-m2n5bt7oyw] {
    position: relative;
    min-width: 10%;
}

.image-add-button[b-m2n5bt7oyw] {
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: black;
}

.promotion-data-container[b-m2n5bt7oyw] {
    width: 100%;
}

.info-promotion-container[b-m2n5bt7oyw] {
    display: flex;
    flex-direction: row;
}

.info-promotion-expire-date[b-m2n5bt7oyw] {
    padding-left: 0.5em;
}

.promotion-on-one-line-container[b-m2n5bt7oyw] {
    margin: 0.25em 0px;
}

.search-string-table-container[b-m2n5bt7oyw] {
    width: 100%;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.properties-list-container[b-m2n5bt7oyw] {
    width: 100%;
    padding-bottom: 1.5em;
}

.properties-list[b-m2n5bt7oyw] {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

.properties-list-item[b-m2n5bt7oyw] {
    width: 100%;
}

.property-table[b-m2n5bt7oyw] {
    width: 100%;
    margin: 0px 0px 0.3em 0px;
}

.property-data-row[b-m2n5bt7oyw] {
    margin-bottom: 0.25em;
}

.property-td-alignedOnTop[b-m2n5bt7oyw] {
    vertical-align: top;
}

.property-value-td[b-m2n5bt7oyw] {
    width: 100%;
    padding: 1px 1em 0px 0px;
}

.property-value-textarea-container[b-m2n5bt7oyw] {
    width: 100%;
    height: 100%;
}

.property-value-textarea[b-m2n5bt7oyw] {
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    padding: 2px 2px;
    border-width: 0.8px;
    min-height: calc(1.5em + 4px + 1.6px);
    resize: none;
    scrollbar-width: none;
}

.product-xmlPlacement-checkbox[b-m2n5bt7oyw] {
    margin-right: 20px;
}

.property-is-active-td[b-m2n5bt7oyw] {
    margin-left: 1em;
}
.property-characteristic-td[b-m2n5bt7oyw] {
    width: 20%;
    padding-right: 20px;
}

.property-delete-button-td[b-m2n5bt7oyw] {
    width: 6%;
    direction: rtl;
}

.product-documents-list[b-m2n5bt7oyw] {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product-document-list-item[b-m2n5bt7oyw] {
    display: flex;
    margin-bottom: 0.75em;
}

.product-document-file-name-text[b-m2n5bt7oyw] {
    margin-right: 0.5em;
}

.product-document-description-input[b-m2n5bt7oyw] {
    width: 40%;
    min-width: 12em;
    line-height: 1.4rem;
    font-size: 0.9rem;
    margin-right: 0.5em;
}

.product-document-view-button[b-m2n5bt7oyw] {
    margin-left: auto;
    margin-right: 0.5em;
}

.product-document-copy-url-button[b-m2n5bt7oyw] {
    margin-right: 0.5em;
}

[b-m2n5bt7oyw] .product-data-popup-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

[b-m2n5bt7oyw] .product-data-popup-header-text {
    margin-right: 0.5em;
    margin-bottom: 0em;
}

[b-m2n5bt7oyw] .search-string-data-popup-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

[b-m2n5bt7oyw] .search-string-data-popup-header-text {
    margin-right: 0.5em;
    margin-bottom: 0em;
}

[b-m2n5bt7oyw] .product-document-pdf-display-container {
    height: 100%;
    display: flex;
}

[b-m2n5bt7oyw] .product-document-pdf-display {
    flex-grow: 1;
}

[b-m2n5bt7oyw] .data-changed-popup {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[b-m2n5bt7oyw] .data-changed-popup-unsaved-changes-text {
    margin-bottom: 1em;
}

[b-m2n5bt7oyw] .data-changed-popup-option-buttons-container {
    display: flex;
    flex-direction: row;
}

[b-m2n5bt7oyw] .data-changed-popup-option-button-container {
    display: flex;
    flex-direction: row;
    margin-right: 1.5em;
}

[b-m2n5bt7oyw] .data-changed-popup-option-button-container.last {
    margin-right: 0em;
}
/* /Components/Product/Xml/ProductXmlInTextarea.razor.rz.scp.css */
.product-xml-text-area-container[b-v816k3zuaf] {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-xml-text-area[b-v816k3zuaf] {
    flex-shrink: 0;
    flex-grow: 1;
}
