@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-bb8htkiwa3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

body[b-bb8htkiwa3] {
    font-family: 'Titillium Web', sans-serif !important;
}

main[b-bb8htkiwa3] {
    flex: 1;
}

.sidebar[b-bb8htkiwa3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bb8htkiwa3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bb8htkiwa3]  a, .top-row[b-bb8htkiwa3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-bb8htkiwa3]  a:hover, .top-row[b-bb8htkiwa3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-bb8htkiwa3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-bb8htkiwa3] {
        justify-content: space-between;
    }

        .top-row[b-bb8htkiwa3]  a, .top-row[b-bb8htkiwa3]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-bb8htkiwa3] {
        flex-direction: row;
    }

    .sidebar[b-bb8htkiwa3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bb8htkiwa3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-bb8htkiwa3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-bb8htkiwa3], article[b-bb8htkiwa3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.modal-header-title[b-bb8htkiwa3] {
    font-size: 2.8rem;
    font-weight: bold;
    color: rgb(241, 147, 31);
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-body-content[b-bb8htkiwa3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.modal-message[b-bb8htkiwa3] {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.8;
    max-width: 600px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logout-button[b-bb8htkiwa3] {
    background: linear-gradient(135deg, rgb(251, 190, 44), rgb(241, 147, 31));
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

    .logout-button:hover[b-bb8htkiwa3] {
        background: linear-gradient(135deg, rgb(241, 147, 31), rgb(251, 190, 44));
        transform: translateY(-3px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .logout-button:active[b-bb8htkiwa3] {
        transform: translateY(2px);
    }

    .logout-button:focus[b-bb8htkiwa3], .logout-button:active[b-bb8htkiwa3], .btn:focus[b-bb8htkiwa3], .btn:active[b-bb8htkiwa3] {
        outline: none !important;
        box-shadow: none !important;
    }

.toast-custom[b-bb8htkiwa3]{
    z-index:12020 !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */


.header-container[b-fy0h6re2cv] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    width: 100% !important;
    position: relative;
}

.header-title[b-fy0h6re2cv] {
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-right: auto;
}

.close-button[b-fy0h6re2cv] {
    position: absolute;
    top: -5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.2s ease;
}

    .close-button:hover[b-fy0h6re2cv] {
        color: var(--Rewista-secondColor);
    }

.buttons[b-fy0h6re2cv] {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}

.notification-button[b-fy0h6re2cv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 8px;
    flex-shrink: 0;
    min-width: 60px;
    max-width: 80px;
    position: relative;
    box-sizing: border-box;
}

    .notification-button i[b-fy0h6re2cv] {
        font-size: 16px;
    }

    .notification-button span[b-fy0h6re2cv] {
        font-size: 14px;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        margin-top: 5px;
    }

    .notification-button.selected span[b-fy0h6re2cv] {
        opacity: 1;
        transform: translateY(0);
    }

    .notification-button[b-fy0h6re2cv]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: currentColor;
        transition: width 0.3s ease;
    }

    .notification-button.selected[b-fy0h6re2cv]::after {
        width: 100%;
    }

    .notification-button.blue[b-fy0h6re2cv] {
        color: #007bff;
    }

    .notification-button.red[b-fy0h6re2cv] {
        color: #dc3545;
    }

    .notification-button.orange[b-fy0h6re2cv] {
        color: #fd7e14;
    }

    .notification-button.green[b-fy0h6re2cv] {
        color: #28a745;
    }

    .notification-button.selected.blue[b-fy0h6re2cv]::after {
        background-color: #007bff;
    }

    .notification-button.selected.red[b-fy0h6re2cv]::after {
        background-color: #dc3545;
    }

    .notification-button.selected.orange[b-fy0h6re2cv]::after {
        background-color: #fd7e14;
    }

    .notification-button.selected.green[b-fy0h6re2cv]::after {
        background-color: #28a745;
    }

.scroll-container[b-fy0h6re2cv] {
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

    .scroll-container[b-fy0h6re2cv]::-webkit-scrollbar {
        width: 3px !important;
    }

    .scroll-container[b-fy0h6re2cv]::-webkit-scrollbar-track {
        background: transparent !important;
        border-radius: 10px !important;
    }

    .scroll-container[b-fy0h6re2cv]::-webkit-scrollbar-thumb {
        background: var(--Rewista-secondColor) !important;
        border-radius: 10px !important;
        border: none;
    }

        .scroll-container[b-fy0h6re2cv]::-webkit-scrollbar-thumb:active {
            background: var(--Rewista-firstColor) !important;
        }
.circle-img[b-fy0h6re2cv] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .circle-img img[b-fy0h6re2cv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
        display: block;
    }

    .circle-img[b-fy0h6re2cv]::after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(251,190,44,0);
        transition: background-color 0.3s ease-in-out;
    }

    .circle-img:hover[b-fy0h6re2cv]::after {
        background-color: rgba(251,190,44,0.3);
    }

/* /Pages/AdminPanel/Notifications/AddRedirectNotification.razor.rz.scp.css */
body[b-1olebqu3y9] {
}
/* /Pages/AdminPanel/Notifications/AddSimpleNotification.razor.rz.scp.css */
body[b-tae0d3cylo] {
}
/* /Pages/AdminPanel/Notifications/AdminPanelNotifications.razor.rz.scp.css */
/* /Pages/AdminPanel/UserTracking/AdminPanelUserTracking.razor.rz.scp.css */
body[b-f2bzznhvnp] {
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Integration/AddIntegration.razor.rz.scp.css */
.tab-header-responsive[b-meeer3zrnp] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.tabs-scrollable[b-meeer3zrnp] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-width: 0;
}

    .tabs-scrollable .dx-tabs[b-meeer3zrnp] {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

.search-container[b-meeer3zrnp] {
    flex: 0 0 auto;
}

.search-box[b-meeer3zrnp] {
    width: 200px;
}

@media (max-width: 768px) {
    .tab-header-responsive[b-meeer3zrnp] {
        flex-direction: column;
        align-items: stretch;
    }

    .tabs-scrollable[b-meeer3zrnp] {
        width: 100%;
    }

    .search-container[b-meeer3zrnp] {
        width: 100%;
    }

    .search-box[b-meeer3zrnp] {
        width: 100% !important;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* /Pages/NoPermission.razor.rz.scp.css */
.not-found-box[b-41t2kfnkwn] {
    background-color: #1a1a1a;
    border: 2px solid #FFBF00;
    border-radius: 30px;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 191, 0, 0.2);
}

.not-found-title[b-41t2kfnkwn] {
    font-size: 2.5rem;
    color: #FFBF00;
    margin-bottom: 15px;
}

.not-found-message[b-41t2kfnkwn] {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 25px;
}

.home-button[b-41t2kfnkwn] {
    background-color: #FFBF00;
    color: #1a1a1a;
    padding: 10px 22px;
    font-size: 0.85rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

    .home-button:hover[b-41t2kfnkwn] {
        background-color: #e6ac00;
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(255, 191, 0, 0.4);
    }

@media (max-width: 600px) {
    .not-found-box[b-41t2kfnkwn] {
        padding: 20px 15px;
    }

    .not-found-title[b-41t2kfnkwn] {
        font-size: 2rem;
    }

    .not-found-message[b-41t2kfnkwn] {
        font-size: 0.95rem;
    }
}
/* /Pages/NotFoundPage.razor.rz.scp.css */
.not-found-box[b-71bvkl0m7s] {
    background-color: #1a1a1a;
    border: 2px solid #FFBF00;
    border-radius: 30px;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 191, 0, 0.2);
}

.not-found-title[b-71bvkl0m7s] {
    font-size: 3rem;
    color: #FFBF00;
    margin-bottom: 15px;
}

.not-found-message[b-71bvkl0m7s] {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 25px;
}

.home-button[b-71bvkl0m7s] {
    background-color: #FFBF00;
    color: #1a1a1a;
    padding: 10px 22px;
    font-size: 0.85rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

    .home-button:hover[b-71bvkl0m7s] {
        background-color: #e6ac00;
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(255, 191, 0, 0.4);
    }

@media (max-width: 600px) {
    .not-found-box[b-71bvkl0m7s] {
        padding: 20px 15px;
    }

    .not-found-title[b-71bvkl0m7s] {
        font-size: 2rem;
    }

    .not-found-message[b-71bvkl0m7s] {
        font-size: 0.95rem;
    }
}
/* /Pages/Operator/Operator.razor.rz.scp.css */
.buttons-container[b-4hcfmlg62y] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.button-config-operator[b-4hcfmlg62y] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 100px;
    padding: 10px;
    text-decoration: none;
    color: var(--Rewista-firstColor);
    background: linear-gradient(135deg, #333, #444);
    border: 2px solid var(--Rewista-secondColor);
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s ease, color 0.3s ease, border 0.3s ease;
    overflow: hidden;
    position: relative;
}

    .button-config-operator[b-4hcfmlg62y]::before {
        content: '';
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewY(45deg);
        transition: top 0.4s ease-in-out;
        z-index: 1;
    }

    .button-config-operator:hover[b-4hcfmlg62y]::before {
        top: 0;
    }

    .button-config-operator:hover[b-4hcfmlg62y] {
        background: var(--Rewista-firstColor);
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        border: 2px solid #fff;
    }

    .button-config-operator span[b-4hcfmlg62y] {
        z-index: 2;
        position: relative;
    }

@media (max-width: 400px) {
    .buttons-container[b-4hcfmlg62y] {
    }

    .button-config-operator[b-4hcfmlg62y] {
        /*width: 100%;*/
    }
}

.info-container[b-4hcfmlg62y] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.info-box[b-4hcfmlg62y] {
    background-color: #fff;
    border: 2px solid var(--Rewista-secondColor);
    border-radius: 15px;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .info-box:hover[b-4hcfmlg62y] {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

.info-title[b-4hcfmlg62y] {
    font-size: 24px;
    font-weight: bold;
    color: var(--Rewista-firstColor);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-list[b-4hcfmlg62y],
.info-steps[b-4hcfmlg62y] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .info-list li[b-4hcfmlg62y],
    .info-steps li[b-4hcfmlg62y] {
        font-size: 16px;
        color: var(--Rewista-thirdColor);
        margin-bottom: 15px;
        line-height: 1.6;
        position: relative;
        padding-left: 30px;
    }

        .info-list li[b-4hcfmlg62y]::before {
            content: "•";
            position: absolute;
            left: 0;
            font-size: 20px;
            color: var(--Rewista-firstColor);
            line-height: 1.6;
        }

    .info-steps li[b-4hcfmlg62y] {
        list-style: decimal inside;
        padding-left: 0;
        color: var(--Rewista-thirdColor);
    }

@media (max-width: 768px) {
    .info-box[b-4hcfmlg62y] {
        width: 100%;
    }

    .info-title[b-4hcfmlg62y] {
        font-size: 20px;
    }

    .info-list li[b-4hcfmlg62y],
    .info-steps li[b-4hcfmlg62y] {
        font-size: 12px;
    }

    .info-container[b-4hcfmlg62y] {
        padding: 2px;
    }
}



.modern-square[b-4hcfmlg62y] {
    width: 30%;
    max-width: 600px;
    height: auto;
    border: 3px solid #FFBF00;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: relative;
    box-shadow: 0 0 15px rgba(255, 191, 0, 0.5), inset 0 0 10px rgba(255, 191, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    min-height: 300px;
}

@media (max-width: 768px) {
    .modern-square[b-4hcfmlg62y] {
        width: 95%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .modern-square[b-4hcfmlg62y] {
        width: 80%; 
    }
}


.modern-submit-button[b-4hcfmlg62y] {
    background: linear-gradient(135deg, #FFBF00, #D99A00);
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    width:100%;
    transition: transform 0.2s ease;
}

    .modern-submit-button:hover[b-4hcfmlg62y] {
        box-shadow: 0 6px 20px rgba(255, 191, 0, 0.7);
        transform: scale(1.05);
        color: #fff;
    }

    .modern-submit-button:active[b-4hcfmlg62y] {
        transform: scale(0.98);
    }

/* /Pages/OrdersMails/OrdersEmails.razor.rz.scp.css */
body[b-2inkn6sv58] {
}
/* /Pages/OrdersMails/OrdersEmailsAccounts.razor.rz.scp.css */
.usermail-form-container[b-3ezot5c1kd], .default-mail-container[b-3ezot5c1kd] {
    width: 25%;
    margin: 0 auto;

}

.combobox-dropdown .dxbl-scroll-viewer > .dxbl-scroll-viewer-content[b-3ezot5c1kd] {
    min-width: 100% !important;
    width: 100% !important;
}
.info-box[b-3ezot5c1kd] {
    background-color: #fff;
    border: 0px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: none;
    flex: 1 1 calc(33.33% - 20px);
}

@media (max-width: 768px) {
    .usermail-form-container[b-3ezot5c1kd], .default-mail-container[b-3ezot5c1kd], .btn-save-default-mail[b-3ezot5c1kd] {
        width: 100%;
    }
}
/* /Pages/OrdersMails/OrdersEmailsTemplates.razor.rz.scp.css */
body[b-is3x3h5gbp] {
}
/* /Pages/Orders/NewOrder.razor.rz.scp.css */
.new-order-wrapper[b-3mk8jsfwzc] {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-order-title[b-3mk8jsfwzc] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: -0.5px;
}

.new-order-card[b-3mk8jsfwzc] {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.field-group[b-3mk8jsfwzc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.field-label[b-3mk8jsfwzc] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
}

.button-wrapper[b-3mk8jsfwzc] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

/* Responsive tweaks */
@media (max-width: 480px) {
    .new-order-title[b-3mk8jsfwzc] {
        font-size: 2rem;
    }

    .new-order-card[b-3mk8jsfwzc] {
        padding: 1.5rem;
    }
}
/* /Pages/Orders/OrderDetail.razor.rz.scp.css */
.info-container[b-rdo3wp1e88] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin: 50px auto;
    justify-content: center;
    align-items: stretch;
}

.info-box[b-rdo3wp1e88] {
    background-color: #fff;
    border: 0px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: none;
    flex: 1 1 calc(33.33% - 20px);
}
.info-box-two-places[b-rdo3wp1e88] {
    max-width: none;
    background-color: #fff;
    border: 0px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    flex: 1 1 calc(66.66% - 20px);
}


@media (max-width: 820px) {
    .info-box[b-rdo3wp1e88] {
        flex: 1 1 100%;
    }
}

@media (min-width: 821px) and (max-width: 1350px) {
    .info-box[b-rdo3wp1e88] {
        flex: 1 1 45%;
    }
}



/* /Pages/Orders/OrderDetailShared/OrderPositions.razor.rz.scp.css */
.packing-modal-header[b-k62n31atkh] {
    min-height: 100px; 
    padding: 1.5rem 1rem;
    display: flex;
    width:100%;
    align-items: center;
    justify-content: center;
}
.packing-modal-header[b-k62n31atkh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.left-header h4[b-k62n31atkh] {
    margin: 0;
    font-size: 1.4rem;
}
.left-header[b-k62n31atkh] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.order-details[b-k62n31atkh] {
    display: flex;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: #555;
    align-items: center;
}

.detail-item[b-k62n31atkh] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}


.camera-btn[b-k62n31atkh] {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .camera-btn:hover[b-k62n31atkh] {
        animation: shake-b-k62n31atkh 0.5s;
    }

@keyframes shake-b-k62n31atkh {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}
.photo-preview[b-k62n31atkh] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #333;
    transition: transform 0.2s ease;
}

    .photo-preview:hover[b-k62n31atkh] {
        transform: scale(1.1);
    }
.photo-wrapper[b-k62n31atkh] {
    position: relative;
    width: 80px;
    height: 80px;
}

.photo-preview[b-k62n31atkh] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #333;
    transition: transform 0.2s ease;
}

    .photo-preview:hover[b-k62n31atkh] {
        transform: scale(1.05);
    }

.refresh-camera-btn[b-k62n31atkh] {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background-color: #28a745;
    border: none;
    border-radius: 50%;
    padding: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: transform 0.3s ease;
    z-index: 10;
}

    .refresh-camera-btn:hover[b-k62n31atkh] {
        transform: rotate(360deg);
    }
.camera-overlay[b-k62n31atkh] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 9999;
    overflow: hidden;
}

    .camera-overlay video[b-k62n31atkh] {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

.camera-dark-layer[b-k62n31atkh] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1;
}

.countdown-overlay[b-k62n31atkh] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: bold;
    color: white;
    animation: pulse-b-k62n31atkh 1s ease-in-out infinite;
}

@keyframes pulse-b-k62n31atkh {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* /Pages/Orders/OrderStatuses.razor.rz.scp.css */
.form-wrapper[b-iyewbj7z8i] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
/* /Pages/Orders/Packing/PackingContainer.razor.rz.scp.css */
.container-packing[b-1ogl8mulk8] {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 50px; 
}

.bottom-panel[b-1ogl8mulk8] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 10;
}


.left-buttons button[b-1ogl8mulk8],
.right-buttons button[b-1ogl8mulk8] {
    margin: 0 5px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline-green[b-1ogl8mulk8] {
    border: 2px solid #28a745;
    background-color: transparent;
    color: #28a745;
}

    .btn-outline-green:hover[b-1ogl8mulk8] {
        background-color: #28a745;
        color: white;
    }

.btn-outline-red[b-1ogl8mulk8] {
    border: 2px solid #dc3545;
    background-color: transparent;
    color: #dc3545;
}

    .btn-outline-red:hover[b-1ogl8mulk8] {
        background-color: #dc3545;
        color: white;
    }

.btn-solid-red[b-1ogl8mulk8] {
    background-color: #dc3545;
    color: white;
    border: 2px solid #dc3545;
}

    .btn-solid-red:hover[b-1ogl8mulk8] {
        background-color: #a71d2a;
        border: 2px solid #a71d2a;
    }
/* /Pages/Orders/Packing/PackingMain.razor.rz.scp.css */
:root[b-su4fpce5md] {
    --Rewista-firstColor: rgb(251, 190, 44);
    --Rewista-secondColor: rgb(247, 170, 27);
    --Rewista-darkColor2: #333;
}

.product-entry[b-su4fpce5md] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    animation: fadeIn-b-su4fpce5md 0.5s ease;
}

.product-details[b-su4fpce5md] {
    flex: 2;
}

.product-title[b-su4fpce5md] {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--Rewista-darkColor2);
}

.product-sku[b-su4fpce5md],
.product-attributes[b-su4fpce5md] {
    display: block;
    font-size: 0.9rem;
    color: gray;
}

.quantity-box[b-su4fpce5md] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
    min-width: 110px;
}

.quantity-btn[b-su4fpce5md] {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.confirm-btn button[b-su4fpce5md] {
    background-color: #fff;
    border: 1px var(--Rewista-secondColor) solid;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0.4rem 0.8rem;
    color: var(--Rewista-secondColor);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

    .confirm-btn button:hover[b-su4fpce5md] {
        background-color: var(--Rewista-secondColor);
        color: white;
        transform: scale(1.05);
    }

.animate-click[b-su4fpce5md] {
    animation: bounceFlash-b-su4fpce5md 0.4s ease-in-out;
}

@keyframes bounceFlash-b-su4fpce5md {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }

    25% {
        transform: scale(1.15);
        box-shadow: 0 0 10px var(--Rewista-secondColor);
    }

    50% {
        transform: scale(0.95);
    }

    75% {
        transform: scale(1.05);
        box-shadow: 0 0 5px var(--Rewista-secondColor);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
}



.qty-grey[b-su4fpce5md] {
    background-color: #aaa;
}

.qty-red1[b-su4fpce5md] {
    background-color: #9b1c1c;
}

.qty-red2[b-su4fpce5md] {
    background-color: #c0392b;
}

.qty-orange1[b-su4fpce5md] {
    background-color: #e63900;
}

.qty-orange2[b-su4fpce5md] {
    background-color: #ff6600;
}

.qty-yellow1[b-su4fpce5md] {
    background-color: #f1c40f;
}

.qty-yellow2[b-su4fpce5md] {
    background-color: var(--Rewista-firstColor);
}

.qty-green1[b-su4fpce5md] {
    background-color: #afeeb0;
}

.qty-green2[b-su4fpce5md] {
    background-color: #27ae60;
}

.qty-purple[b-su4fpce5md] {
    background-color: #df80ff;
}

@keyframes fadeIn-b-su4fpce5md {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-image-box[b-su4fpce5md] {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.product-image[b-su4fpce5md] {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.quantity-value[b-su4fpce5md] {
    transition: transform 0.2s ease;
    display: inline-block;
}

    .quantity-value.pop[b-su4fpce5md] {
        animation: popEffect-b-su4fpce5md 0.3s ease;
    }

@keyframes popEffect-b-su4fpce5md {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/* /Pages/Orders/Packing/PackingStart.razor.rz.scp.css */
.packing-container[b-pco4srjce0] {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.packing-question[b-pco4srjce0] {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.order-number[b-pco4srjce0] {
    font-weight: bold;
    color: #FFBF00;
}

.buttons-container[b-pco4srjce0] {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.btn-decline[b-pco4srjce0],
.btn-accept[b-pco4srjce0] {
    padding: 15px 30px;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.btn-decline[b-pco4srjce0] {
    background-color: #1a1a1a;
    color: white;
}

    .btn-decline:hover[b-pco4srjce0] {
        transform: scale(1.05);
        background-color: #333333;
    }

.btn-accept[b-pco4srjce0] {
    background-color: #FFBF00;
    color: #1a1a1a;
    font-weight: bold;
    position: relative;
}

    .btn-accept:hover[b-pco4srjce0] {
        background-color: #ffcc33;
        transform: scale(1.05);
    }

.qr-button-wrapper[b-pco4srjce0] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-code[b-pco4srjce0] {
    margin-top: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 120px;
}

    .qr-code img[b-pco4srjce0] {
        width: 100%;
        height: auto;
    }

.qr-text[b-pco4srjce0] {
    font-size: 0.8rem;
    margin-top: 5px;
    color: #333;
}
.center-wrapper[b-pco4srjce0] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
    padding: 10px;
}
/* /Pages/Product/ProductTabs/ProductImagesTab.razor.rz.scp.css */
.drop-zone[b-3cop98dfx5] {
    border: 3px dashed #aaa;
    padding: 60px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 16px;
    background-color: #f8f9fa;
    cursor: pointer;
    position: relative;
    width:100%;
    height:100%;
}

    .drop-zone.dragging[b-3cop98dfx5] {
        border-color: #198754;
        background-color: #e7fbe7;
        box-shadow: 0 0 20px rgba(25, 135, 84, 0.5);
    }

    .drop-zone.loading[b-3cop98dfx5] {
        opacity: 0.6;
        pointer-events: none;
    }

.drop-content i[b-3cop98dfx5] {
    margin-bottom: 12px;
}

.preview-container[b-3cop98dfx5] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.preview-box[b-3cop98dfx5] {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.preview-img[b-3cop98dfx5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.delete-btn[b-3cop98dfx5] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.delete-btn:hover[b-3cop98dfx5] {
    filter: brightness(50%);
}
/* /Pages/Settings/ApiSettings.razor.rz.scp.css */
.api-tokens-container[b-4p9ceiw2q2] {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 0.7em;
}

.btn-rewista-copy[b-4p9ceiw2q2] {
    color: var(--Rewista-firstColor);
    border: 1px solid var(--Rewista-firstColor);
    background-color: transparent;
    transition: all 0.3s ease;
}

    .btn-rewista-copy:hover[b-4p9ceiw2q2] {
        background-color: var(--Rewista-firstColor);
        color: #ffffff;
        border-color: var(--Rewista-firstColor);
    }

    .btn-rewista-copy:focus[b-4p9ceiw2q2] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(251, 190, 44, 0.5);
    }


.btn-rewista-visibility[b-4p9ceiw2q2] {
    color: var(--Rewista-darkColor2);
    border: 1px solid var(--Rewista-darkColor2);
    background-color: transparent;
    transition: all 0.3s ease;
}

    .btn-rewista-visibility:hover[b-4p9ceiw2q2] {
        background-color: var(--Rewista-darkColor2);
        color: #ffffff;
        border-color: var(--Rewista-darkColor2);
    }

    .btn-rewista-visibility:focus[b-4p9ceiw2q2] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(68, 68, 68, 0.5);
    }

    .btn-rewista-visibility i[b-4p9ceiw2q2] {
    }

.api-title[b-4p9ceiw2q2] {
    font-size: 1em;
    margin-bottom: 10px;
    color: #333;
}

.api-link[b-4p9ceiw2q2] {
    color: rgb(251, 190, 44);
    text-decoration: none;
    font-weight: bold;
}

    .api-link:hover[b-4p9ceiw2q2] {
        text-decoration: underline;
    }

.api-description[b-4p9ceiw2q2] {
    font-size: 0.85em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.api-highlight[b-4p9ceiw2q2] {
    font-weight: bold;
}
/* /Pages/Settings/CompanyInformation.razor.rz.scp.css */
.photo-circle[b-e2n7oqj1gt] {
    position: relative;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--Rewista-firstColor);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.photo-wrapper[b-e2n7oqj1gt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* lub inna wysokość, np. 100%, 500px itd. */
    width: 100%;
}

.photo-circle:hover[b-e2n7oqj1gt] {
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.photo-img[b-e2n7oqj1gt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    transition: filter 0.3s ease;
}

.photo-circle:hover .photo-img[b-e2n7oqj1gt] {
    filter: brightness(0.5);
}

.photo-hover-overlay[b-e2n7oqj1gt] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-circle:hover .photo-hover-overlay[b-e2n7oqj1gt] {
    opacity: 1;
}

.photo-action[b-e2n7oqj1gt] {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFBF00;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.photo-circle:hover .photo-action[b-e2n7oqj1gt] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    cursor: pointer;
}

.photo-action.top[b-e2n7oqj1gt] {
    top: 0;
}

.photo-action.bottom[b-e2n7oqj1gt] {
    bottom: 0;
}

.photo-action:hover[b-e2n7oqj1gt] {
    background: rgba(255, 191, 0, 0.15);
    color: #fff;
}

.photo-action.bottom:hover[b-e2n7oqj1gt] {
    border-radius: 0 0 50% 50%;
}
/* /Pages/Settings/UserInformation.razor.rz.scp.css */
.photo-circle[b-h2lviubi8n] {
    position: relative;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--Rewista-firstColor);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}
.photo-wrapper[b-h2lviubi8n] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* lub inna wysokość, np. 100%, 500px itd. */
    width: 100%;
}

    .photo-circle:hover[b-h2lviubi8n] {
        transform: scale(1.03);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    }

.photo-img[b-h2lviubi8n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    transition: filter 0.3s ease;
}

.photo-circle:hover .photo-img[b-h2lviubi8n] {
    filter: brightness(0.5);
}

.photo-hover-overlay[b-h2lviubi8n] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-circle:hover .photo-hover-overlay[b-h2lviubi8n] {
    opacity: 1;
}

.photo-action[b-h2lviubi8n] {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFBF00;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.photo-circle:hover .photo-action[b-h2lviubi8n] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    cursor: pointer;
}

.photo-action.top[b-h2lviubi8n] {
    top: 0;
}

.photo-action.bottom[b-h2lviubi8n] {
    bottom: 0;
}

.photo-action:hover[b-h2lviubi8n] {
    background: rgba(255, 191, 0, 0.15);
    color: #fff;
}

.photo-action.bottom:hover[b-h2lviubi8n] {
    border-radius: 0 0 50% 50%;
}
/* /Pages/Workers/EmployeeProfiles.razor.rz.scp.css */
.form-wrapper[b-nq1hjota5f] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.button-row[b-nq1hjota5f] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 1rem;
}
/* /Shared/Controls/Camera/CameraProvider.razor.rz.scp.css */

.camera-overlay[b-jq5lil7r85] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 9999;
    overflow: hidden;
}

    .camera-overlay video[b-jq5lil7r85] {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

.camera-dark-layer[b-jq5lil7r85] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.countdown-overlay[b-jq5lil7r85] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: bold;
    color: white;
    animation: pulse-b-jq5lil7r85 1s ease-in-out infinite;
}

@keyframes pulse-b-jq5lil7r85 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
/* /Shared/Controls/CultureSelector.razor.rz.scp.css */
/* /Shared/Controls/Input/RwCheckbox.razor.rz.scp.css */
.rw-custom-checkbox[b-d93052xamk] {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .rw-custom-checkbox label[b-d93052xamk] {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        gap: 10px;
    }

.hidden-checkbox[b-d93052xamk] {
    display: none;
}

.custom-box[b-d93052xamk] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--Rewista-firstColor);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

.checkmark[b-d93052xamk] {
    color: var(--Rewista-firstColor);
    font-size: 14px;
    animation: fadeIn-b-d93052xamk 0.2s ease-in-out;
}

.checkbox-label[b-d93052xamk] {
    color: #333;
    font-size: 1rem;
}

.checkbox-hint[b-d93052xamk] {
    display: block;
    font-size: 0.85rem;
    color: #777;
    margin-left: 2.2rem;
}

.field__validation-message[b-d93052xamk] {
    color: red;
    font-size: 0.85rem;
    margin-left: 2.2rem;
}

@keyframes fadeIn-b-d93052xamk {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Shared/Controls/Input/RwColorInput.razor.rz.scp.css */
.rw-form-group[b-v12p7gol7o] {
    position: relative;
    min-height: 40px;
}

.rw-auth-input[b-v12p7gol7o] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid var(--Rewista-firstColor);
    border-radius: 5px;
    background: #fff;
    color: #000;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    height: 40px;
}


.rw-floating-label label[b-v12p7gol7o] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rw-floating-label input:focus + label[b-v12p7gol7o],
.rw-floating-label input:not(:placeholder-shown) + label[b-v12p7gol7o] {
    top: -12px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}

@media (max-width: 576px) {
    .rw-floating-label label[b-v12p7gol7o] {
        font-size: 0.85rem;
        top: 10px;
        left: 8px;
    }
}
/* /Shared/Controls/Input/RwComboBox.razor.rz.scp.css */
.rw-form-group[b-7j10jzfe7z] {
    position: relative;
    margin-bottom: 20px;
    min-height: 40px;
}

.rw-auth-combo[b-7j10jzfe7z] {
    width: 100% !important;
    padding: 10px !important;
    height: 40px !important;
    font-size: 1rem !important;
    border: 1px solid var(--Rewista-firstColor) !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #000 !important;
    transition: border-color 0.3s ease !important;
    box-sizing: border-box !important;
}

.rw-floating-label label[b-7j10jzfe7z] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.combo-label.float[b-7j10jzfe7z] {
    top: -12px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}
/* /Shared/Controls/Input/RwInput.razor.rz.scp.css */
.rw-form-group[b-saee8bcwjy] {
    position: relative;
    min-height: 40px;
}

.rw-auth-input[b-saee8bcwjy] {
    width: 100%;
    padding: 10px ;
    font-size: 1rem;
    border: 1px solid var(--Rewista-firstColor);
    border-radius: 5px;
    background: #fff;
    color: #000;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    height: 40px;
}


.rw-floating-label label[b-saee8bcwjy] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rw-floating-label input:focus + label[b-saee8bcwjy],
.rw-floating-label input:not(:placeholder-shown) + label[b-saee8bcwjy] {
    top: -12px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}

@media (max-width: 576px) {
    .rw-floating-label label[b-saee8bcwjy] {
        font-size: 0.85rem;
        top: 10px;
        left: 8px;
    }
}
.rw-unit-wrapper[b-saee8bcwjy] {
    position: relative;
}

.rw-auth-input[b-saee8bcwjy] {
    padding-right: 40px; 
}

.rw-unit[b-saee8bcwjy] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 1rem;
    pointer-events: none;
}
/* /Shared/Controls/Input/RwMemoInput.razor.rz.scp.css */
.rw-form-group[b-ihpjvmmn8w] {
    position: relative;
    min-height: 100px;
}

.rw-memo-input[b-ihpjvmmn8w] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid var(--Rewista-firstColor);
    border-radius: 5px;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    resize: vertical;
    transition: border-color 0.3s ease;
    min-height: 100px;
    height: auto;
}



/* Floating label styl */
.rw-floating-label label[b-ihpjvmmn8w] {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    z-index: 2;
}

.rw-floating-label:has(textarea:focus) label[b-ihpjvmmn8w],
.rw-floating-label:has(textarea:not(:placeholder-shown)) label[b-ihpjvmmn8w] {
    top: -14px;
    left: 12px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}


.rw-floating-label .dxbl-memo.dxbl-editor[b-ihpjvmmn8w] {
    border-color: var(--Rewista-firstColor);
}
/* /Shared/Controls/Input/RwPasswordInput.razor.rz.scp.css */
.rw-form-group[b-mivajji5ic] {
    position: relative;
    min-height: 40px;
}

.rw-auth-input[b-mivajji5ic] {
    width: 100%;
    padding: 10px 40px 10px 10px; 
    font-size: 1rem;
    border: 1px solid var(--Rewista-firstColor);
    border-radius: 5px;
    background: #fff;
    color: #000;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    height: 40px;
}


.rw-floating-label label[b-mivajji5ic] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Animacja floating label */
.rw-floating-label input:focus + label[b-mivajji5ic],
.rw-floating-label input:not(:placeholder-shown) + label[b-mivajji5ic] {
    top: -12px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}


.toggle-password[b-mivajji5ic] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    z-index: 2;
    box-sizing: border-box;
    width: 30px;
}

    .toggle-password:hover[b-mivajji5ic] {
        color: #FFBF00;
    }

@media (max-width: 576px) {
    .rw-floating-label label[b-mivajji5ic] {
        font-size: 0.85rem;
        top: 10px;
        left: 8px;
    }
}
/* /Shared/Controls/Input/RwSearchBox.razor.rz.scp.css */
.rw-form-group[b-dxpyvr95r0] {
    position: relative;
    margin-bottom: 20px;
    min-height: 40px;
}

.rw-auth-combo[b-dxpyvr95r0] {
    width: 100% !important;
    padding: 10px !important;
    height: 40px !important;
    font-size: 1rem !important;
    border: 1px solid var(--Rewista-firstColor) !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #000 !important;
    transition: border-color 0.3s ease !important;
    box-sizing: border-box !important;
}

.rw-floating-label label[b-dxpyvr95r0] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1rem;
    color: #555;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.combo-label.float[b-dxpyvr95r0] {
    top: -12px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--Rewista-firstColor);
}
/* /Shared/Controls/Loading.razor.rz.scp.css */
.loading-container[b-1s28glh2f6] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
    background: transparent;
}

/* Styl dla spinnera */
.loading-spinner[b-1s28glh2f6] {
    width: 65px; 
    height: 65px; 
    border: 5px solid rgba(255, 191, 0, 0.3);
    border-top: 5px solid #FFBF00; 
    border-radius: 50%; 
    animation: spin-b-1s28glh2f6 1s linear infinite; 
}

@keyframes spin-b-1s28glh2f6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/Controls/RwBadge.razor.rz.scp.css */
.rw-badge[b-ahm3fsh7ty] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    color: white;
    font-weight: 350;
    border-radius: 999px; 
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    text-align:center;
    transition: all 0.2s ease;
    cursor: default;
}
/* /Shared/Controls/RwForm/RwForm.razor.rz.scp.css */
.form-grid[b-de1yxuemjb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 24px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .form-grid[b-de1yxuemjb] {
        gap: 5px;
        padding: 5px;
        margin-bottom: 15px !important;
    }
}
/* /Shared/Controls/RwForm/RwFormContainer.razor.rz.scp.css */

.form-container[b-kkx8mbp98r] {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
}
.rw-form-body[b-kkx8mbp98r] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}
/* /Shared/Controls/RwGrid/RwColumn.razor.rz.scp.css */
body[b-oda47m0fvx] {
}
/* /Shared/Controls/RwGrid/RwColumns.razor.rz.scp.css */
body[b-2jkmdyidlo] {
}
/* /Shared/Controls/RwGrid/RwGrid.razor.rz.scp.css */
.responsive-grid-container[b-sfjxxyzfzk] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    width: 100%;
}

.responsive-grid[b-sfjxxyzfzk] {
    display: table;
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    max-width: 100%;
}

.responsive-grid-header[b-sfjxxyzfzk],
.responsive-grid-row[b-sfjxxyzfzk],
.responsive-grid-loading-row[b-sfjxxyzfzk] {
    display: table-row;
}

    .responsive-grid-row:hover[b-sfjxxyzfzk] {
        background-color: #f5f5f5;
    }

    .responsive-grid-header > div[b-sfjxxyzfzk],
    .responsive-grid-row > div[b-sfjxxyzfzk],
    .responsive-grid-loading-cell[b-sfjxxyzfzk],
    .responsive-grid-empty-cell[b-sfjxxyzfzk] {
        display: table-cell;
        padding: 10px 12px;
        vertical-align: middle;
        white-space: nowrap;
        border-bottom: 1px solid #e0e0e0;
    }

.responsive-grid-header[b-sfjxxyzfzk] {
    font-weight: bold;
    text-transform: uppercase;
}

.responsive-grid-loading-cell[b-sfjxxyzfzk],
.responsive-grid-empty-cell[b-sfjxxyzfzk] {
    text-align: center;
    padding: 40px 12px;
    color: #888;
}

/* Skeleton loader (shimmer) */
.skeleton-row > div[b-sfjxxyzfzk] {
    padding: 12px;
}

.skeleton-placeholder[b-sfjxxyzfzk] {
    width: 100%;
    max-width: 100%;
    height: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-sfjxxyzfzk 1.5s infinite linear;
    box-sizing: border-box;
    overflow: hidden;
}


@keyframes shimmer-b-sfjxxyzfzk {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
/* /Shared/Controls/RwModals/RwConfirmModal.razor.rz.scp.css */
/* /Shared/Controls/RwModals/RwModal.razor.rz.scp.css */
/* /Shared/Controls/RwModals/RwModal2.razor.rz.scp.css */
.modal-backdrop[b-iqmcqtif5s] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    z-index: 1010;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .modal-backdrop.show[b-iqmcqtif5s] {
        opacity: 1;
        pointer-events: auto;
    }

.modal-wrapper[b-iqmcqtif5s] {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.96);
    transition: all 0.3s ease;
}

    .modal-wrapper.show[b-iqmcqtif5s] {
        opacity: 1;
        transform: scale(1);
    }

.modal-header[b-iqmcqtif5s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close[b-iqmcqtif5s] {
    cursor: pointer;
    font-size: 1.5rem;
    background: transparent;
    border: none;
    color: #333;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .modal-close:hover[b-iqmcqtif5s] {
        color: rgba(0, 0, 0, 0.05);
    }

.modal-separator[b-iqmcqtif5s] {
    height: 2px;
    background-color: rgb(251, 190, 44);
    margin: 0.5rem 0;
}

.modal-body[b-iqmcqtif5s] {
    flex: 1;
    overflow-y: auto;
    padding:1rem;
}

.modal-footer[b-iqmcqtif5s] {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: auto;
}
/* /Shared/Controls/RwNotification.razor.rz.scp.css */
.notification-simple-container[b-62df8womot] {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    border: 1px solid #ffcc00;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .notification-simple-container:hover[b-62df8womot] {
        transform: scale(1.02);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }

.notification-simple-header[b-62df8womot] {
    margin-bottom: 10px;
}

.notification-simple-title[b-62df8womot] {
    margin: 0;
    font-size: 1.5rem;
    color: #ff9900;
    word-wrap: break-word;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding-right: 20px;
}

.notification-simple-content[b-62df8womot] {
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}



.notification-simple-container.read[b-62df8womot] {
    opacity: 0.6;
    filter: grayscale(50%);
    pointer-events: none;
}

.close-button[b-62df8womot] {
    position: absolute;
    top: -5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.2s ease;
}

    .close-button:hover[b-62df8womot] {
        color: var(--Rewista-secondColor);
    }

.read-status[b-62df8womot] {
    font-size: 0.85rem;
    color: #777;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 8px;
    border-radius: 5px;
    font-style: italic;
}


.notification-navigate-btn[b-62df8womot] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    border-color:transparent;
    width: 100%;
    height: 30px;
    position: relative;
    transition: 0.1s;
    background-color: #0080ff;
}

    .notification-navigate-btn[b-62df8womot]::before, .notification-navigate-btn[b-62df8womot]::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform-origin: 100% 50%;
        height: 1px;
        width: 11px;
        background-color: white;
        border-radius: 2px;
        will-change: transform;
        transition: .2s;
    }

    .notification-navigate-btn[b-62df8womot]::before {
        transform: translateY(-50%) rotate(30deg);
    }

    .notification-navigate-btn[b-62df8womot]::after {
        transform: translateY(-50%) rotate(-30deg);
    }

    .notification-navigate-btn:hover[b-62df8womot] {
        background-color: #012A53;
    }

        .notification-navigate-btn:hover[b-62df8womot]::before {
            transform: translate(5px, -50%) rotate(30deg);
        }

        .notification-navigate-btn:hover[b-62df8womot]::after {
            transform: translate(5px, -50%) rotate(-30deg);
        }
/* /Shared/Controls/SortableListDir/MoveableList.razor.rz.scp.css */

[b-lz08sokgy4] .moveable-list-card {
}

