@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Components/AddFustStockDialog.razor.rz.scp.css */
[b-2in6crz4sj] .hidden-radio::part(control) {
    display: none;
}

[b-2in6crz4sj] .hidden-radio {
    padding-left: 0;
}

[b-2in6crz4sj] .radio-group .hidden-radio + .hidden-radio {
    margin-left: 8px;
}

.submit-button[b-2in6crz4sj] {
    min-width: 120px;
    position: relative;
}

.button-content[b-2in6crz4sj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.spinner[b-2in6crz4sj] {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin-b-2in6crz4sj 0.8s linear infinite;
}

@keyframes spin-b-2in6crz4sj {
    to {
        transform: rotate(360deg);
    }
}

.success-overlay[b-2in6crz4sj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fade-out-b-2in6crz4sj 5s forwards;
}

.success-message[b-2in6crz4sj] {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
}

@keyframes fade-out-b-2in6crz4sj {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.form-container[b-2in6crz4sj] {
    position: relative;
}

.recently-added-container[b-2in6crz4sj]  .highlight-new,
.recently-added-container[b-2in6crz4sj]  .highlight-new * {
    background-color: #1F6B5D !important;
    color: #ffffff; !important;
    animation: highlightFade-b-2in6crz4sj 3s ease-out !important;
}

.recently-added-container[b-2in6crz4sj]  tr {
    background-color: transparent !important;
}

@keyframes highlightFade-b-2in6crz4sj {
    0% { background-color: #1F6B5D !important; }
    60% { background-color: #1F6B5D !important; }
    100% { background-color: transparent !important; }
}

[b-2in6crz4sj] .validation-message {
    color: var(--error);
    font-size: 0.875rem;
    margin-top: 4px;
}
/* /Components/CalculatorDialog.razor.rz.scp.css */
.calculator-container[b-a2mj0gsmwx] {
    padding: 16px;
    width: 330px;
}

.calculator-layout[b-a2mj0gsmwx] {
    display: flex;
    gap: 16px;
}

.number-grid[b-a2mj0gsmwx] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.number-pad[b-a2mj0gsmwx] {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    gap: 6px;
}

.bottom-row[b-a2mj0gsmwx] {
    display: flex;
    gap: 6px;
}

.operator-grid[b-a2mj0gsmwx] {
    display: grid;
    grid-template-columns: 64px;
    grid-gap: 6px;
}

.button-row[b-a2mj0gsmwx] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 16px;
}
/* /Components/Localization.razor.rz.scp.css */
.language-selector[b-rfd5k9c4e4] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.language-selector.expanded[b-rfd5k9c4e4] {
    flex-direction: row;
}

.language-selector.collapsed[b-rfd5k9c4e4] {
    flex-direction: column;
    align-items: center;
}

.flag-button[b-rfd5k9c4e4] {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0 10px;
    padding: 0;
    transition: transform 0.2s ease;
}

.flag-button:hover[b-rfd5k9c4e4] {
    transform: scale(1.1);
}

.flag[b-rfd5k9c4e4] {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.flag-button:active[b-rfd5k9c4e4] {
    transform: scale(0.95);
}
/* /Components/SyncDataSplashScreen.razor.rz.scp.css */
.my-splash[b-45eb9jztgd] {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: rgb(73, 72, 71);
    --accent-fill-rest: #d3d3d3;
    user-select: none;
}

.my-splash h1[b-45eb9jztgd] {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin: 40px 0 0 0;
    user-select: none;
}

.my-splash h2[b-45eb9jztgd] {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 24px 0 50px 0;
    user-select: none;
}

.my-splash h3[b-45eb9jztgd] {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    user-select: none;
}
.my-splash p[b-45eb9jztgd] {
    user-select: none;
}

.my-splash .icon[b-45eb9jztgd] {
    width: 150px;
    margin: 20px 0 0 0;
}
/* /Components/Version.razor.rz.scp.css */
.version[b-13zpxv6q1a] {
    font-size: 8pt;
    color: #ffffff;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
a[b-a4ub3fz56q] {
    color: var(--fill-color);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navmenu[b-shapdk3u41] {
    background-color: #1F6B5D !important;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.nav-menu-spacer[b-shapdk3u41] {
    flex-grow: 1;
}
/* /Pages/FustAdministration.razor.rz.scp.css */
.selected-container[b-dhbzj9wo5d]  .selected-row,
.selected-container[b-dhbzj9wo5d]  .selected-row * {
    color: #ffffff !important;
    background-color: #1F6B5D !important;
}

.counted-container[b-dhbzj9wo5d]  .highlight-notaccepted,
.counted-container[b-dhbzj9wo5d]  .highlight-notaccepted *,
.notcounted-container[b-dhbzj9wo5d]  .highlight-notaccepted,
.notcounted-container[b-dhbzj9wo5d]  .highlight-notaccepted *{
    background-color: #F1807E !important;
}

.input-override[b-dhbzj9wo5d] {
    cursor: text !important;
}
/* /Pages/FustDifference.razor.rz.scp.css */
[b-ecf4q10qs2] .select-box ::part(listbox) {
    position: sticky;
}

[b-ecf4q10qs2] fluent-data-grid-cell.overflow-column {
    overflow: visible;
    min-width: 0;
    flex: 1; 
}

[b-ecf4q10qs2] fluent-text-field[style*="visibility: hidden"] {
    width: 100%;
    min-width: 0;
    visibility: hidden !important;
    margin: 0;
    height: 32px;
}

[b-ecf4q10qs2] fluent-select {
    width: 100%;
    min-width: 0;
}

.alert-danger[b-ecf4q10qs2] {
    border: 1px dashed #FF0000;
    padding: 5px;
    background: #F1807E;
}

.fixed-button-container[b-ecf4q10qs2] {
    position: fixed;
    bottom: 0;
    left: 275px;
    right: 0;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
    display: block;
}

.fixed-button-container.menu-collapsed[b-ecf4q10qs2] {
    left: 84px;
}

.button-wrapper[b-ecf4q10qs2] {
    padding: 16px 24px; 
}

@media (max-width: 768px) {
    .fixed-button-container[b-ecf4q10qs2] {
        left: 0;
    }
}

@media screen and (max-height: 450px) {
    .fixed-button-container[b-ecf4q10qs2] {
        display: none;
    }
}

.scrollable-grid[b-ecf4q10qs2] {
    height: 250px; 
    overflow-y: scroll; 
    position: relative;
}

[b-ecf4q10qs2] fluent-select::part(listbox) {
    display: none;
}

[b-ecf4q10qs2] .batchSelectButton[aria-expanded="true"]::part(listbox) {
    display: flex;
}
/* /Pages/FustManager.razor.rz.scp.css */
.selected-container[b-y2ohiyy3wv]  .selected-row,
.selected-container[b-y2ohiyy3wv]  .selected-row * {
    color: #ffffff !important;
    background-color: #1F6B5D !important;
}

.input-override[b-y2ohiyy3wv] {
    cursor: text !important;
}

.counted-container[b-y2ohiyy3wv]  .highlight-notaccepted,
.counted-container[b-y2ohiyy3wv]  .highlight-notaccepted *,
.notcounted-container[b-y2ohiyy3wv]  .highlight-notaccepted,
.notcounted-container[b-y2ohiyy3wv]  .highlight-notaccepted *{
    background-color: #F1807E !important;
}
/* /Pages/FustProductOverview.razor.rz.scp.css */
.selected-container[b-8aiig02bh6]  .selected-row,
.selected-container[b-8aiig02bh6]  .selected-row * {
    background-color: #1F6B5D !important;
    color: #ffffff !important;
}
/* /Pages/FustStockCount.razor.rz.scp.css */
[b-y9w9ii6jsd] .hidden-radio::part(control) {
    display: none;
}

[b-y9w9ii6jsd] .hidden-radio {
    padding-left: 0;
}

[b-y9w9ii6jsd] .radio-group .hidden-radio + .hidden-radio {
    margin-left: 8px;
}

.submit-button[b-y9w9ii6jsd] {
    min-width: 120px;
    position: relative;
}

.button-content[b-y9w9ii6jsd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.spinner[b-y9w9ii6jsd] {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin-b-y9w9ii6jsd 0.8s linear infinite;
}

@keyframes spin-b-y9w9ii6jsd {
    to {
     transform: rotate(360deg);
    }
}

.success-overlay[b-y9w9ii6jsd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fade-out-b-y9w9ii6jsd 5s forwards;
}

.success-message[b-y9w9ii6jsd] {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
}

@keyframes fade-out-b-y9w9ii6jsd {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.form-container[b-y9w9ii6jsd] {
    position: relative;
}

.recently-added-container[b-y9w9ii6jsd]  .highlight-new,
.recently-added-container[b-y9w9ii6jsd]  .highlight-new * {
    background-color: #1F6B5D !important;
    color: #ffffff; !important;
    animation: highlightFade-b-y9w9ii6jsd 3s ease-out !important;
}

.recently-added-container[b-y9w9ii6jsd]  tr {
    background-color: transparent !important;
}

@keyframes highlightFade-b-y9w9ii6jsd {
    0% { background-color: #1F6B5D !important; }
    60% { background-color: #1F6B5D !important; }
    100% { background-color: transparent !important; }
}

[b-y9w9ii6jsd] .validation-message {
    color: var(--error);
    font-size: 0.875rem;
    margin-top: 4px;
}
/* /Pages/FustStockOverview.razor.rz.scp.css */
.selected-container[b-2zkymesai9]  .selected-row,
.selected-container[b-2zkymesai9]  .selected-row * {
    background-color: #1F6B5D !important;
    color: #ffffff !important;
}
/* /Pages/ManageSites.razor.rz.scp.css */
.site-container[b-i6luuvs0o3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.site-card[b-i6luuvs0o3] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.site-card h4[b-i6luuvs0o3] {
    margin: 0;
}

.site-card p[b-i6luuvs0o3] {
    margin: 0.5rem 0;
}

.fluent-button[b-i6luuvs0o3] {
    margin-right: 0.5rem;
}
