/* /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;
    box-sizing: border-box;
    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;
    margin: 0px;
    -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: 960px) {

    .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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mv6qv776cy],
.components-reconnect-repeated-attempt-visible[b-mv6qv776cy],
.components-reconnect-failed-visible[b-mv6qv776cy],
.components-pause-visible[b-mv6qv776cy],
.components-resume-failed-visible[b-mv6qv776cy],
.components-rejoining-animation[b-mv6qv776cy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-retrying[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-failed[b-mv6qv776cy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mv6qv776cy] {
    display: block;
}


#components-reconnect-modal[b-mv6qv776cy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mv6qv776cy 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-mv6qv776cy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mv6qv776cy 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-mv6qv776cy]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-mv6qv776cy 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-mv6qv776cy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mv6qv776cy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mv6qv776cy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mv6qv776cy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mv6qv776cy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mv6qv776cy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mv6qv776cy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mv6qv776cy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mv6qv776cy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mv6qv776cy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mv6qv776cy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mv6qv776cy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mv6qv776cy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /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 */
.btn:focus-visible[b-ffxnokzccx] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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;
    }

.copy-url-button[b-ffxnokzccx] {
    padding: .375rem .75rem;
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    border-radius: .25rem;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent; 
    font-size: 1rem;
    font-weight: 400;
}

.copy-url-button:hover[b-ffxnokzccx] {
    background-color: #e5e4e4;
}

.copy-url-button-text[b-ffxnokzccx] {
    margin-bottom: 0px;
}

.copy-url-button.url-copied .copy-url-button-text[b-ffxnokzccx] {
    height: 0px;
    visibility: hidden;
}

[b-ffxnokzccx] .copy-url-button-checkmark {
    display: none;
}

[b-ffxnokzccx] .copy-url-button.url-copied .copy-url-button-checkmark {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0px auto;
    display: block;
    color: #6C757D;
}

    [b-ffxnokzccx] .copy-url-button.url-copied .copy-url-button-checkmark > path {
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 40;
        stroke-dashoffset: 40;
        animation: draw-checkmark-b-ffxnokzccx 0.35s ease-out forwards;
    }

@keyframes draw-checkmark-b-ffxnokzccx {
    to {
        stroke-dashoffset: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
button:not(:focus-visible)[b-nfd48avf21], .btn:not(:focus-visible)[b-nfd48avf21] {
    box-shadow: none !important;
}

[b-nfd48avf21] p {
    margin-bottom: 0;
}

[b-nfd48avf21] input[type=number] {
    -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%;
}

    .search-button.loading[b-nfd48avf21] {
        display: none;
    }

.search-button-loader[b-nfd48avf21] {
    display: none;
}

    .search-button-loader.loading[b-nfd48avf21] {
        display: unset;
    }

.product-table-manufacturer-select[b-nfd48avf21] {
    min-width: 9.75em;
}

.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;
}

.search-help-popup-content[b-nfd48avf21] {
    padding: 0.25rem 0.75rem;
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.no-wrap-text[b-nfd48avf21] {
    text-wrap-mode: nowrap;
}

[b-nfd48avf21] .products-data-table {
    width: 100%;
    max-height: 100%;
    font-size: smaller;
    overflow-x: auto;
    background-color: var(--products-table-header-background-color, #FFFFFF);
}

[b-nfd48avf21] .products-data-table-head {
    position: sticky;
    top: 0;
    background-color: inherit;
}

[b-nfd48avf21] .product-promotions-promotion-status-image {
    max-width: 4em;
    max-height: 1.5em;
}

[b-nfd48avf21] .product-promotions {
    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;
}

[b-nfd48avf21] .product-promotion {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

[b-nfd48avf21] .product-promotion-period {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

[b-nfd48avf21] .product-promotion-discount {
    white-space: nowrap;
}

[b-nfd48avf21] .product-list-item {
    
}


[b-nfd48avf21] .product-list-item-column {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: start;
}

[b-nfd48avf21] .product-list-item-column-button {
    padding: 0px;
    margin: 0px;
    line-height: 1.25em;
    text-align: start;
    font-size: inherit;
}

[b-nfd48avf21] .product-list-item-column-interactable-item {
    border-width: 0.1em;
    padding: 0.1em;
    border-style: solid;
    border-color: transparent;
    box-shadow: none !important;
}

    [b-nfd48avf21] .product-list-item-column-interactable-item:focus-visible {
        border-color: black;
    }

[b-nfd48avf21] .product-list-item-quantity-input {
    width: 2em;
    height: 1.25em;
    margin: 0px;
}

[b-nfd48avf21] .product-list-item-price {
    white-space: nowrap;
}

[b-nfd48avf21] .product-list-item-secondary-price {
    white-space: nowrap;
    margin-left: 0.5em;
}

[b-nfd48avf21] .product-list-item-invalid-ean-code {
    color: red;
}

[b-nfd48avf21] .product-list-item-images-container {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

[b-nfd48avf21] .product-list-item-image {
    max-width: 10em;
    max-height: 6em;
    object-fit: contain;
    margin-right: 0.25em;
}

[b-nfd48avf21] .group-promotion-display-container {
    width: 100%;
    height: 100%;
    padding: 0.25em 0px 0px 0.2em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow-y: auto;
}
/* /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/ProductData.razor.rz.scp.css */
.product-data-header[b-a0qkgydm3d] {
    width: 100%;
    height: 100%;
    margin-bottom: 1em;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header-text-container[b-a0qkgydm3d] {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-and-manufacturer-container[b-a0qkgydm3d] {
    margin-bottom: 0.25em;
}
/* /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;
}

.product-data-table-column-with-sort-options[b-ijchbbce8x] {
    text-wrap-mode: nowrap;
}

.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/Pages/PromotionGroupsEditor.razor.rz.scp.css */
[b-94hf8b4y1i] p {
    margin-bottom: 0px;
}

.promotion-group-editor-layout[b-94hf8b4y1i] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promotion-group-editor-menu[b-94hf8b4y1i] {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 1rem;
}

.group-promotion-search-input[b-94hf8b4y1i] {
    flex-grow: 1;
    margin-right: 2.5rem;
    border-width: 0.05rem;
    border-style: solid;
    border-radius: 0.25rem;
}

.promotion-group-select[b-94hf8b4y1i] {
    min-width: 9.75em;
    margin-right: 0.5rem;
}

.group-promotion-only-active-promotions-checkbox-container[b-94hf8b4y1i] {
    margin-right: 1rem;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.group-promotion-only-active-promotions-checkbox[b-94hf8b4y1i] {
    margin-left: 0.5rem;
}

.promotion-editor-display[b-94hf8b4y1i] {
    width: 100%;
    flex-grow: 1;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow-y: auto;
}

.group-promotion-search-button[b-94hf8b4y1i],
.group-promotion-add-button[b-94hf8b4y1i],
.promotion-group-add-button[b-94hf8b4y1i] {
    height: min-content;
    padding: 0.25rem 0.35rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    background: #0078d4;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.group-promotion-search-button[b-94hf8b4y1i],
.group-promotion-add-button[b-94hf8b4y1i] {
    margin-right: 0.5rem;
}

.group-promotion-add-button-text[b-94hf8b4y1i],
.group-promotion-search-button-text[b-94hf8b4y1i] {
    margin: 0px;
    font-size: 0.9rem;
}

.promotion-list-container[b-94hf8b4y1i] {
    width: 35%;
    border-right: 3px solid black;
    overflow-y: auto;
}

[b-94hf8b4y1i] .promotion-edit-panel-container {
    flex: 1;
    padding-bottom: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem;
}
/* /Components/Pages/Promotions.razor.rz.scp.css */
.group-promotions-page[b-qmg4iog82r] {
    width: 100%;
    padding: 0.25em 0px 0px 0.2em;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow-y: auto;
}
/* /Components/Pages/SingleGroupPromotions.razor.rz.scp.css */
.single-group-promotions-page[b-293g4qau8t] {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    overflow: auto;
}

.single-group-no-promotions-text-container[b-293g4qau8t] {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.single-group-no-promotions-text[b-293g4qau8t] {
    margin-bottom: 0px;
}

.single-group-promotion[b-293g4qau8t]  img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* /Components/Primitives/Carousel.razor.rz.scp.css */
.custom-carousel[b-lsih323ok0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-carousel-viewport[b-lsih323ok0] {
    position: relative;
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.custom-carousel-slide[b-lsih323ok0] {
    flex: 0 0 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.custom-carousel-control[b-lsih323ok0] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 3;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    filter: none;
    opacity: 1 !important;
    background-image: none;
    padding: 0px;
    cursor: pointer;
    font-size: 52px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

    .custom-carousel-control:hover[b-lsih323ok0] {
        color: #BD1105;
    }

.custom-prev[b-lsih323ok0] {
    left: 0.25em;
}

.custom-next[b-lsih323ok0] {
    right: 0.25em;
}

/* indicators */

.custom-carousel-indicators-container[b-lsih323ok0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custom-carousel-indicators[b-lsih323ok0] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    align-items: center;
    gap: 0.5em;
    z-index: 4;
}

.custom-dot[b-lsih323ok0] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: none;
    cursor: pointer;
}

    .custom-dot.active[b-lsih323ok0] {
        background: #fff;
    }
/* /Components/Primitives/DropdownSelect.razor.rz.scp.css */
.dropdown-select[b-rd0oy9esq9] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-select-top-selected-items-container[b-rd0oy9esq9] {
    width: 100%
}

.dropdown-select-dropdown[b-rd0oy9esq9] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    display: none;
}

.dropdown-select-dropdown.open[b-rd0oy9esq9] {
    display: block;
}
/* /Components/Primitives/Popup.razor.rz.scp.css */
.popup-overlay[b-2ule202qtt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

    .popup-overlay.show[b-2ule202qtt] {
        display: flex;
        flex-direction: column;
    }

.popup-dialog[b-2ule202qtt] {
    position: fixed !important;
    inset: 0 !important;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    border-radius: 8px;
    border-width: 0px;
}

.popup-content[b-2ule202qtt] {
    background-color: white;
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    /* margins come from PopupMarginOptions inline style */
}

.popup-header[b-2ule202qtt] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header-content[b-2ule202qtt] {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-close-button[b-2ule202qtt] {
    min-width: 1em;
    min-height: 1em;
    width: 1em;
    height: 1em;
    font-size: 1em;
    border-radius: .25rem;
    padding: 0.25em 0.25em;
    cursor: pointer;
    box-shadow: none !important;
}

    .popup-close-button:focus-visible[b-2ule202qtt] {
        outline: 2px solid #000000;
        outline-offset: 2px;
    }

.popup-body[b-2ule202qtt] {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.popup-footer[b-2ule202qtt] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #ddd;
    text-align: left;
}

.popup-header-title[b-2ule202qtt] {
    margin-left: 10px;
}

.popup-header-name[b-2ule202qtt] {
    margin-left: 35px;
}

.popup-footer[b-2ule202qtt] {
    padding: 0px;
}
/* /Components/Primitives/PopupFullScreenButton.razor.rz.scp.css */
.popup-full-screen-button[b-6msh8fsowb] {
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.6px !important;
}

    .popup-full-screen-button:not(:focus-visible)[b-6msh8fsowb] {
        box-shadow: none !important
    }
/* /Components/Primitives/ValidationMessages.razor.rz.scp.css */
.validation-list[b-g7s5mngixi] {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .validation-list li[b-g7s5mngixi] {
        font-size: 0.9rem;
        color: #dc3545;
        margin-left: 0px;
        margin-bottom: 0.25rem;
        padding: 0px;
        white-space: break-spaces;
        position: relative;
    }
/* /Components/Product/Image/ProductImagesList.razor.rz.scp.css */
.product-images-list-container[b-ebvnc2rg1n] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-images-list[b-ebvnc2rg1n] {
    height: 13em;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    overflow-x: auto;
}

.product-images-list-item[b-ebvnc2rg1n] {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 20%;
}

.product-images-list-item-image-button[b-ebvnc2rg1n] {
    flex-grow: 1;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    box-shadow: none !important;
}

.product-images-date-container[b-ebvnc2rg1n] {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-images-view-html-button[b-ebvnc2rg1n] {
    box-shadow: none !important;
}

    .product-images-view-html-button.unoriginal[b-ebvnc2rg1n] {
        background-color: #F7B9B9;
        border-color: #F7B9B9;
    }

.product-html-container[b-ebvnc2rg1n] {
    overflow-y: auto;
}

[b-ebvnc2rg1n] .product-html-container p > b {
    overflow-wrap: anywhere;
    white-space-collapse: break-spaces;
    text-wrap-mode: wrap;
}
/* /Components/Product/ProductData.razor.rz.scp.css */
p[b-69wpotdgnr] {
    margin-bottom: 0px;
}

h1[b-69wpotdgnr], h2[b-69wpotdgnr], h3[b-69wpotdgnr], h4[b-69wpotdgnr], h5[b-69wpotdgnr], h6[b-69wpotdgnr] {
    margin-bottom: 0px;
}

.main-info-and-images-container[b-69wpotdgnr] {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(60%, 83.333%) minmax(16.667%, max-content);
    grid-template-rows: auto auto;
}

.name-column[b-69wpotdgnr] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3em;
}

.main-info-and-download-buttons-container[b-69wpotdgnr] {
    display: flex;
    flex-direction: row;
}

.main-info-container[b-69wpotdgnr] {
    display: flex;
    justify-content: start;
}

.name-and-partnumber-container[b-69wpotdgnr] {
    margin-right: 0.5em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: max-content;
}

.main-product-info-text[b-69wpotdgnr] {
    margin-bottom: 0.5em;
}

.invalid-ean-code[b-69wpotdgnr] {
    color: red;
}

.download-buttons-container[b-69wpotdgnr] {
    height: min-content;
    display: flex;
    flex-direction: row;
}

.download-button[b-69wpotdgnr] {
    color: white;
    background-color: #6C757D;
    border-color: #6C757D;
}

.download-button:focus[b-69wpotdgnr] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.download-product-xml-button[b-69wpotdgnr] {
    margin-right: 0.5rem;
}

.copy-link-button-text.link-copied[b-69wpotdgnr] {
    height: 0px;
    visibility: hidden;
}

[b-69wpotdgnr] .copy-link-button-checkmark {
    display: none;
}

    [b-69wpotdgnr] .copy-link-button-checkmark.link-copied {
        width: 1.4rem;
        height: 1.4rem;
        margin: 0px auto;
        display: block;
    }

    [b-69wpotdgnr] .copy-link-button-checkmark.link-copied > path {
        stroke-dasharray: 40;
        stroke-dashoffset: 40;
        animation: draw-checkmark-b-69wpotdgnr 0.35s ease-out forwards;
    }

@keyframes draw-checkmark-b-69wpotdgnr {
    to {
        stroke-dashoffset: 0;
    }
}

.images-column[b-69wpotdgnr] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-container[b-69wpotdgnr] {
    min-width: 35%;
    max-width: 45%;
    min-height: 15em;
    max-height: 18em;
}

.carousel-item[b-69wpotdgnr] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-html-content-item[b-69wpotdgnr] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-html-content-item-promo-marker[b-69wpotdgnr] {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0.3rem;
    margin-left: 0.5rem;
    color: #FFFFFF;
    background-color: #BD1105;
    font-size: 1rem;
    z-index: 1;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2), 6px 6px 6px 0 rgba(0, 0, 0, 0.19);
}

.carousel-html-content-container[b-69wpotdgnr] {
    width: fit-content;
    height: fit-content;
}

.carousel-item-image[b-69wpotdgnr] {
    max-width: 100%;
    max-height: 100%;
}

.carousel-indicator[b-69wpotdgnr] {
    width: 6em;
    min-width: fit-content;
    height: 4em;
    padding: 0.5em 1em;
    margin: 0.25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-indicator:hover[b-69wpotdgnr] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.15rem #0E0D0D;
    }

    .carousel-indicator:focus[b-69wpotdgnr] {
        box-shadow: none;
    }

    .carousel-indicator.active-carousel-indicator[b-69wpotdgnr] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #BD1105;
    }

.carousel-indicator-image[b-69wpotdgnr] {
    max-width: 100%;
    max-height: 100%;
}

.carousel-indicator-html-content-item[b-69wpotdgnr] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicator-html-content-container[b-69wpotdgnr] {
    width: fit-content;
    height: fit-content;
    pointer-events: none;
}

.price-and-promotion-container[b-69wpotdgnr] {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: start;
}

.price-wrapper[b-69wpotdgnr] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price[b-69wpotdgnr] {
    width: 100%;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    text-align: right;
    height: fit-content;
    padding: 0.5em;
    font-size: 1.1em;
    margin-top: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.promotion-picture-container[b-69wpotdgnr] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0.25em;
}

.promotions[b-69wpotdgnr] {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0.5em;
    font-size: 0.9em;
    margin-top: 0px;
}

.promotion[b-69wpotdgnr] {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.promotion-period[b-69wpotdgnr] {
    width: 100%;
    height: fit-content;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.promotion-type-text[b-69wpotdgnr] {
    margin-right: 0.25em;
}

.price-display-span[b-69wpotdgnr] {
    margin-left: 15px;
}

.secondary-price-display-span[b-69wpotdgnr] {
    white-space: nowrap;
    font-size: 14px;
}

@media (max-width: 992px) {
    .price-wrapper[b-69wpotdgnr] {
        align-items: flex-start !important;
        padding-left: 2rem;
    }
}

@media (max-width: 685px) {
    .main-info-and-images-container[b-69wpotdgnr] {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
    }

    .name-column[b-69wpotdgnr] {
        grid-row: 1;
    }

    .main-info-and-download-buttons-container[b-69wpotdgnr] {
        flex-direction: column-reverse;
    }

    .main-info-container[b-69wpotdgnr] {
        justify-content: center;
    }

    .name-and-partnumber-container[b-69wpotdgnr] {
        width: 100%;
    }

    .download-buttons-container[b-69wpotdgnr] {
        margin-bottom: 0.5em;
        justify-content: center;
    }

    .images-column[b-69wpotdgnr] {
        grid-row: 3;
        margin-bottom: 1em;
    }

    .carousel-container[b-69wpotdgnr] {
        max-width: 100%
    }

    .price-and-promotion-container[b-69wpotdgnr] {
        grid-column: initial;
        grid-row: 2;
        margin-bottom: 1em;
    }

    .price-wrapper[b-69wpotdgnr] {
        padding-left: 0rem;
    }
}

.props-section-container[b-69wpotdgnr] {
    width: 100%;
    padding: 1.5em 0em 3em 0em;
}

.props-section[b-69wpotdgnr] {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
}

@media (max-width: 1600px) {
    .props-section[b-69wpotdgnr] {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1200px) {
    .props-section[b-69wpotdgnr] {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 650px) {
    .props-section[b-69wpotdgnr] {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.props-section-item[b-69wpotdgnr] {
    padding: 0px 0px 0px 20px;
    margin-bottom: 0.4rem;
    white-space: normal;
    text-indent: -1rem;
    break-inside: avoid;
}

.props-section-item-value-text[b-69wpotdgnr] {
    overflow-wrap: anywhere;
    white-space-collapse: break-spaces;
    text-wrap-mode: wrap;
    text-indent: -0px !important;
}

.links-section-container[b-69wpotdgnr] {
    width: 100%;
    padding-top: 1.5em;
    margin-bottom: 1em;
}

.links-section[b-69wpotdgnr] {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.links-section-item[b-69wpotdgnr] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.related-link[b-69wpotdgnr] {
    min-width: 0px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-decoration: none;
}

@media (min-width: 576px) {
    .links-section-item[b-69wpotdgnr] {
        flex-wrap: wrap;
    }
}
/* /Components/Product/ProductHtmlAndImages.razor.rz.scp.css */
.product-id-heading[b-2z42d8i7w7] {
    color: darkgray;
}

.product-images-list[b-2z42d8i7w7] {
    display: flex;
    flex-direction: row;
    list-style: none;
}

.product-images-list-item[b-2z42d8i7w7] {
    position: relative;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    min-width: 20%;
}

.product-image-active-button-container[b-2z42d8i7w7] {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0px;
    pointer-events: none;
    user-select: none;
}

.product-image-active-button[b-2z42d8i7w7] {
    pointer-events: none;
    user-select: none;
}

[b-2z42d8i7w7] .product-html-container p > b {
    overflow-wrap: anywhere;
    white-space-collapse: break-spaces;
    text-wrap-mode: wrap;
}
/* /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/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/Property/ProductPropertiesTable.razor.rz.scp.css */
.property-value[b-oot8nntuv2] {
    overflow-wrap: anywhere;
    white-space-collapse: break-spaces;
    text-wrap-mode: wrap;
}
/* /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;
}

.header-product-id-text[b-m2n5bt7oyw] {
    margin-right: 0.5rem;
}

.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;
}

.properties-list-divider[b-m2n5bt7oyw] {
    display: flex;
    margin-bottom: 0.5rem;
}
.properties-list-divider-line[b-m2n5bt7oyw] {
    width: 100%;
    margin: auto 0.5rem auto 0.25rem;
}

.product-documents-list[b-m2n5bt7oyw] {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product-document-list-item[b-m2n5bt7oyw] {
    margin-bottom: 0.75rem;
    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;
}
/* /Components/PromotionGroups/GroupPromotionAddRelatedProductsPopup.razor.rz.scp.css */
.related-products-popup-body[b-usywvmvotc] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-products-popup-search-header[b-usywvmvotc] {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.manufacturer-select[b-usywvmvotc] {
    margin-right: 1rem;
}

.search-input[b-usywvmvotc] {
    flex-grow: 1;
    margin-right: 1rem;
}

.available-only-container[b-usywvmvotc] {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.available-only-checkbox[b-usywvmvotc] {
    margin-left: 0.5rem;
}

.related-product-search-header-items-divider[b-usywvmvotc] {
    margin-left: auto;
}

.related-product-search-button[b-usywvmvotc] {
    height: min-content;
    margin-left: 2rem;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.35rem;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    background: #25b822;
    color: #ffffff;
    cursor: pointer;
}

.related-product-search-button.loading .related-product-search-button-text[b-usywvmvotc] {
    height: 0px;
    visibility: hidden;
}

.related-product-search-button .round-loader-default[b-usywvmvotc] {
    display: none;
    height: 1.5rem;
    width: 1.5rem;
    padding: unset;
    border-width: 3px;
}

    .related-product-search-button.loading .round-loader-default[b-usywvmvotc] {
        display: block;
    }

.related-product-search-results-container[b-usywvmvotc] {
    overflow-y: auto;
}
/* /Components/PromotionGroups/GroupPromotionAddRelatedProductsSearchResults.razor.rz.scp.css */
.related-product-search-results-table[b-3uftncgacs] {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.related-product-search-result[b-3uftncgacs] {
    padding: 0.25rem 0.5rem;
}

    .related-product-search-result.related-product-search-result-inactive[b-3uftncgacs] {
        color: #989898;
    }

    .related-product-search-result:hover[b-3uftncgacs] {
        background-color: #e5e4e4;
    }

    .related-product-search-result.related-product-search-result-inactive:hover[b-3uftncgacs] {
        background-color: #ffcaca;
    }

.related-product-search-result-entry-with-margin[b-3uftncgacs] {
    padding-right: 2rem;
}
/* /Components/PromotionGroups/GroupPromotionEditor.razor.rz.scp.css */
.promotion-edit-panel[b-g0bc35g3yt] {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.promotion-edit-actions[b-g0bc35g3yt] {
    margin-bottom: 0.75rem;
    display: flex;
    gap: 0.75rem;
}

.promotion-save-button[b-g0bc35g3yt] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #28a745;
    color: #fff;
    border: none;
    padding: 0.5rem 1.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.promotion-group-edit-button[b-g0bc35g3yt] {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 0.5rem 1.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.promotion-save-button-text[b-g0bc35g3yt] {
    margin-bottom: 0px;
    white-space: nowrap;
}

.promotion-save-button.loading > .promotion-save-button-text[b-g0bc35g3yt] {
    height: 0px;
    visibility: hidden;
}

.promotion-save-button-loader[b-g0bc35g3yt] {
    display: none;
    height: 1.5em;
    width: 1.5em;
    padding: initial;
    border-width: 3px;
}

    .promotion-save-button.loading > .promotion-save-button-loader[b-g0bc35g3yt] {
        display: unset;
    } 

.promotion-id-text[b-g0bc35g3yt] {
    margin: 0px 0.5rem 0px auto;
}

.promotion-group-editor-reset-button[b-g0bc35g3yt] {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 0.5rem 1.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.promotion-edit-fields[b-g0bc35g3yt] {
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
}

.promotion-edit-row[b-g0bc35g3yt] {
    width: 100%;
    padding: 0px 0px 0.5rem 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

    .promotion-edit-row.multiple-fields[b-g0bc35g3yt] {
        gap: 1rem;
    }

.promotion-edit-row-item[b-g0bc35g3yt] {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
}

    .promotion-edit-row-item.center-content[b-g0bc35g3yt] {
        -webkit-align-items: center;
        align-items: center;
    }

.promotion-edit-input-label[b-g0bc35g3yt] {
    padding-right: 0.5rem;
}

.promotion-edit-input[b-g0bc35g3yt] {
    flex-grow: 1;
    border: 0.0625rem solid #bbbbbb;
    border-radius: 0.25rem;
}

.promotion-edit-date-input[b-g0bc35g3yt] {
    padding-left: 0.2rem;
}

.promotion-edit-html-content[b-g0bc35g3yt] {
    padding: 1px 2px;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word;
}

[b-g0bc35g3yt] .promotion-edit-html-content-image-span {
    white-space: nowrap;
    word-break: keep-all;
    background-color: #ffee10;
}

.promotion-edit-checkbox[b-g0bc35g3yt] {
    height: 1.125rem;
}

.promotion-edit-file-select-button[b-g0bc35g3yt],
.promotion-edit-open-related-products-popup-button[b-g0bc35g3yt] {
    height: min-content;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.35rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    background: #25b822;
    color: #ffffff;
    cursor: pointer;
}

.promotion-edit-file-input[b-g0bc35g3yt] {
    display: none;
}

.promotion-edit-image-list[b-g0bc35g3yt] {
    margin: 0.5rem 0px 0.5rem 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
}

.promotion-edit-related-products-container[b-g0bc35g3yt] {
    width: 100%;
    margin: 0.5rem 0px 0px 0px;
    padding: 0px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.promotion-edit-related-products-search[b-g0bc35g3yt] {
    margin-bottom: 0.75rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* /Components/PromotionGroups/GroupPromotionEditorImage.razor.rz.scp.css */
.promotion-edit-image-list-item[b-gvjiw8u0e1] {
    height: min-content;
    position: relative;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    padding: 0.6rem;
    background-color: #fafafa;
}

.promotion-edit-image-list-item:hover[b-gvjiw8u0e1] {
    background-color: #e5e4e4;
}

.promotion-edit-image-copy-confirmation-container[b-gvjiw8u0e1] {
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    user-select: none;
}

.promotion-edit-image-delete-button[b-gvjiw8u0e1] {
    width: 0.3em;
    height: 0.3em;
    pointer-events: none;
}

.promotion-edit-image-delete-button-container[b-gvjiw8u0e1] {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    user-select: none;
}

.promotion-edit-image-delete-button[b-gvjiw8u0e1] {
    width: 0.3em;
    height: 0.3em;
    pointer-events: all;
}

.promotion-edit-image[b-gvjiw8u0e1] {
    display: block;
    max-height: 7rem;
    width: auto;
    border-radius: 0.125rem;
    object-fit: contain;
}

/* /Components/PromotionGroups/GroupPromotionEditorRelatedProduct.razor.rz.scp.css */
.promotion-edit-related-products-table[b-89kxs6xcn8] {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.promotion-edit-related-product[b-89kxs6xcn8] {
    border-bottom: 1px solid #515050;
    padding: 0.2rem 0.4rem;
    margin: 0px;
}

.promotion-edit-related-product-entry[b-89kxs6xcn8] {
    padding-right: 0.5rem;
}

.promotion-edit-related-product-text[b-89kxs6xcn8] {
    margin-bottom: 0px;
}

.promotion-edit-related-product-remove-button[b-89kxs6xcn8] {
    width: 1.25rem;
    height: 1.25rem;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.25rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    background: red;
    color: #ffffff;
    cursor: pointer;
}

    .promotion-edit-related-product-remove-button svg line[b-89kxs6xcn8] {
        stroke: currentColor;
        stroke-width: 15;
        stroke-linecap: round;
    }
/* /Components/PromotionGroups/GroupPromotionList.razor.rz.scp.css */
.promotions-list[b-huiht1g742] {
    width: 100%;
    overflow-y: auto;
    list-style: none;
    border-right: 2px;
    padding: 0px;
    margin: 0px 0px 1rem 0px;
    overflow-y: auto;
}

.promotion-list-item[b-huiht1g742] {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

    .promotion-list-item:hover[b-huiht1g742] {
        background-color: #e5e4e4;
    }

.promotion-item-left[b-huiht1g742] {
    margin-right: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.promotion-item-right[b-huiht1g742] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: right;
}
/* /Components/PromotionGroups/PromotionGroupEditorPopup.razor.rz.scp.css */
.promotion-group-save-button[b-xr5gu0rppx] {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #28a745;
    color: #fff;
    border: none;
    padding: 0.5rem 1.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.promotion-group-save-button-text[b-xr5gu0rppx] {
    margin-bottom: 0px;
    white-space: nowrap;
}

.promotion-group-save-button.loading > .promotion-group-save-button-text[b-xr5gu0rppx] {
    height: 0px;
    visibility: hidden;
}

.promotion-group-save-button-loader[b-xr5gu0rppx] {
    display: none;
    height: 1.5em;
    width: 1.5em;
    padding: initial;
    border-width: 3px;
}

    .promotion-group-save-button.loading > .promotion-group-save-button-loader[b-xr5gu0rppx] {
        display: unset;
    } 


.promotion-group-edit-fields[b-xr5gu0rppx] {
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
}

.promotion-group-edit-row[b-xr5gu0rppx] {
    width: 100%;
    padding: 0px 0px 0.5rem 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.promotion-group-edit-input-label[b-xr5gu0rppx] {
    padding-right: 0.5rem;
}

.promotion-group-edit-input[b-xr5gu0rppx] {
    flex-grow: 1;
    border: 0.0625rem solid #bbbbbb;
    border-radius: 0.25rem;
}

.promotion-group-edit-logo-change-button[b-xr5gu0rppx] {
    height: min-content;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.35rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    background: #25b822;
    color: #ffffff;
    cursor: pointer;
}

.promotion-group-edit-logo-input[b-xr5gu0rppx] {
    display: none;
}

.promotion-group-logo-image-display[b-xr5gu0rppx] {
    width: fit-content;
    height: fit-content;
}
/* /Components/PromotionGroups/PromotionGroupEditorPopupImage.razor.rz.scp.css */
.promotion-group-edit-logo-image-container[b-d12nundk9m] {
    width: fit-content;
    height: min-content;
    position: relative;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    padding: 0.6rem;
    background: #fafafa;
}

.promotion-group-edit-logo-image[b-d12nundk9m] {
    display: block;
    max-height: 7rem;
    width: auto;
    border-radius: 0.125rem;
    object-fit: contain;
}

.promotion-group-edit-image-delete-button-container[b-d12nundk9m] {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 0.1rem;
    top: 0.1rem;
    pointer-events: none;
    user-select: none;
}

.promotion-group-edit-image-delete-button[b-d12nundk9m] {
    width: 0.3em;
    height: 0.3em;
    pointer-events: all;
}
/* /Components/Promotions/GroupPromotionsDisplay.razor.rz.scp.css */
.group-promotions-container[b-2zidnxts9n] {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow-y: auto;
}

.promotion-groups-list[b-2zidnxts9n] {
    width: 20%;
    min-width: 6rem;
    height: 100%;
    padding: 0px;
    margin: 0px 1em 0px 0px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    list-style: none;
}

.promotion-group-item[b-2zidnxts9n] {
    width: 100%;
    min-height: 3.9em;
    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-2zidnxts9n] {
        border-color: #878787;
    }

    .promotion-group-item.selected .promotion-group-item-image-button[b-2zidnxts9n] {
        border-color: black;
    }

    .promotion-group-item:hover .promotion-group-item-group-name-button[b-2zidnxts9n] {
        border-color: #878787;
    }

    .promotion-group-item.selected .promotion-group-item-group-name-button[b-2zidnxts9n] {
        border-color: black;
    }

.promotion-group-item-image-button[b-2zidnxts9n] {
    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-2zidnxts9n] {
        border-color: #878787;
        outline: none;
    }

.promotion-group-item-group-name-button[b-2zidnxts9n] {
    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-2zidnxts9n] {
        border-color: black;
    }

.promotion-group-item-group-name[b-2zidnxts9n] {
    font-size: 1.25rem;
    margin-bottom: 0px;
}

@media (max-width: 952px) {
    .promotion-group-item-group-name[b-2zidnxts9n] {
        font-size: 1.15rem;
    }
}

@media (max-width: 550px) {
    .promotion-group-item-group-name[b-2zidnxts9n] {
        font-size: 1.05rem;
    }
}

.promotion-images-container[b-2zidnxts9n] {
    flex-grow: 1;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.promotion-group-images-container[b-2zidnxts9n] {
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

    .promotion-group-images-container:not(.active)[b-2zidnxts9n] {
        display: none;
    }

.promotion-group-image-item[b-2zidnxts9n] {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 1em;
}

.promotion-group-image-item[b-2zidnxts9n]  img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.promotion-group-image[b-2zidnxts9n] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
